---
title: "ValidateLookupInfoValuesRequestModel"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/a0e6c8e4-9a34-47ba-824b-6b70140c143f/schemas/ValidateLookupInfoValuesRequestModel"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/a0e6c8e4-9a34-47ba-824b-6b70140c143f.md

# ValidateLookupInfoValuesRequestModel

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.11.0.0
components:
  schemas:
    LookupContext:
      properties:
        lookupKeys:
          items:
            type: string
          type:
            - "null"
            - array
        values:
          type:
            - "null"
            - object
      type: object
    ValidateLookupInfoValuesRequestModel:
      properties:
        lookupContext:
          $ref: "#/components/schemas/LookupContext"
        lookupKey:
          type:
            - "null"
            - string
        primaryKeys:
          items:
            type: object
          type:
            - "null"
            - array
      type: object
```
