---
title: "PhotoMetaDataDto"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/ac182d00-3e05-4762-88ca-0482eaa838d5/schemas/PhotoMetaDataDto"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/ac182d00-3e05-4762-88ca-0482eaa838d5.md

# PhotoMetaDataDto

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.10.0.0
components:
  schemas:
    PhotoMetaDataDto:
      properties:
        collectionNumber:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        customerName:
          type:
            - "null"
            - string
        customerNumber:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        deviceClass:
          type:
            - "null"
            - string
        deviceGrading:
          type:
            - "null"
            - string
        serialNumber:
          type:
            - "null"
            - string
        stockCompany:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        stockId:
          format: int64
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        transportOrderNumber:
          type:
            - "null"
            - string
        uniqueId:
          type:
            - "null"
            - string
        warehouseLocation:
          type:
            - "null"
            - string
      type: object
```
