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

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

# CustomerCollectionInformation

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.13.0.0
components:
  schemas:
    DataTableSurrogate:
      properties:
        columns:
          items:
            $ref: "#/components/schemas/DataTableColumn"
          type:
            - "null"
            - array
        primaryKeyColumns:
          items:
            format: int32
            pattern: ^-?(?:0|[1-9]\d*)$
            type:
              - integer
              - string
          type:
            - "null"
            - array
        sort:
          type:
            - "null"
            - string
        values:
          items:
            items:
              type: string
            type: array
          type:
            - "null"
            - array
      type: object
    TransportOrderCollectionState:
      type: integer
    DataTableColumn:
      properties:
        caption:
          type:
            - "null"
            - string
        name:
          type:
            - "null"
            - string
        type:
          type:
            - "null"
            - string
      type: object
    CustomerCollectionInformation:
      properties:
        assetsToCollect:
          $ref: "#/components/schemas/DataTableSurrogate"
        captureCustomerSignYN:
          type:
            - "null"
            - string
        captureErrorsYN:
          type:
            - "null"
            - string
        captureExternal:
          type:
            - "null"
            - string
        carrier:
          $ref: "#/components/schemas/DataTableSurrogate"
        carrierContact:
          type:
            - "null"
            - string
        carrierEmail:
          type:
            - "null"
            - string
        carrierPhone:
          type:
            - "null"
            - string
        carrierReleaseDate:
          format: date-time
          type: string
        carrierTransportNumber:
          type:
            - "null"
            - string
        checkSerialRequired:
          type:
            - "null"
            - string
        collectedAssets:
          $ref: "#/components/schemas/DataTableSurrogate"
        collectionAddress:
          $ref: "#/components/schemas/DataTableSurrogate"
        collectionAddressComment:
          type:
            - "null"
            - string
        collectionDate:
          format: date-time
          type: string
        collectionDateFrom:
          format: date-time
          type: string
        collectionDateNote:
          type:
            - "null"
            - string
        collectionDateTo:
          format: date-time
          type: string
        collectionFlag:
          type:
            - "null"
            - string
        collectionNumber:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        collectionPlanDate:
          format: date-time
          type: string
        customer:
          $ref: "#/components/schemas/DataTableSurrogate"
        customerAddressComment:
          type:
            - "null"
            - string
        customerContact:
          type:
            - "null"
            - string
        customerDiffCollectionAddress:
          type:
            - "null"
            - string
        customerEmail:
          type:
            - "null"
            - string
        customerPhone:
          type:
            - "null"
            - string
        erasureType:
          type:
            - "null"
            - string
        goodsInDate:
          format: date-time
          type: string
        recipient:
          $ref: "#/components/schemas/DataTableSurrogate"
        recipientAddress:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        recipientComment:
          type:
            - "null"
            - string
        recipientContact:
          type:
            - "null"
            - string
        tpoCollectionStatus:
          $ref: "#/components/schemas/TransportOrderCollectionState"
        transportOrderNumber:
          type:
            - "null"
            - string
      type: object
```
