---
title: "LookupInfo"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/484d1e1b-3201-4f8b-800b-867280d5b6a4/schemas/LookupInfo"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/484d1e1b-3201-4f8b-800b-867280d5b6a4.md

# LookupInfo

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.13.0.0
components:
  schemas:
    LookupBufferType:
      type: integer
    LookupColumnCaptions:
      properties:
        additionalCaptions:
          additionalProperties:
            type: string
          type:
            - "null"
            - object
        description:
          type:
            - "null"
            - string
        display:
          type:
            - "null"
            - string
        sortOrder:
          type:
            - "null"
            - string
        value:
          type:
            - "null"
            - string
      type: object
    LookupType:
      type: integer
    LookupEntry:
      properties:
        additionalInfos:
          type:
            - "null"
            - object
        caption:
          type:
            - "null"
            - string
        description:
          type:
            - "null"
            - string
        isHidden:
          type: boolean
        sortOrder:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        value: {}
        valueForUI:
          type:
            - "null"
            - string
      type: object
    LookupInfo:
      properties:
        additionalLookupColumns:
          items:
            type: string
          type:
            - "null"
            - array
        allowMultiple:
          type: boolean
        allowValueMemberInUi:
          type: boolean
        bufferDuration:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        bufferType:
          $ref: "#/components/schemas/LookupBufferType"
        columnCaptions:
          $ref: "#/components/schemas/LookupColumnCaptions"
        detailPresenterTypeName:
          type:
            - "null"
            - string
        emptyItemTextKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        emptyItemValue:
          type:
            - "null"
            - string
        hasDescription:
          type: boolean
        hasDisplayText:
          type: boolean
        key:
          type:
            - "null"
            - string
        method:
          type:
            - "null"
            - string
        overviewPresenterTypeName:
          type:
            - "null"
            - string
        peakLookupPresenter:
          type:
            - "null"
            - string
        primaryKeyColumns:
          items:
            type: string
          type:
            - "null"
            - array
        source:
          type:
            - "null"
            - string
        type:
          $ref: "#/components/schemas/LookupType"
        valueTypeName:
          type:
            - "null"
            - string
        values:
          items:
            $ref: "#/components/schemas/LookupEntry"
          type:
            - "null"
            - array
      type: object
```
