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

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

# TransportOrderUpdateRequest

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.10.0.0
components:
  schemas:
    CommentsRequest:
      properties:
        instructionPickupSiteNote:
          type:
            - "null"
            - string
        pickupLocationInstructions:
          type:
            - "null"
            - string
      type: object
    CustomerContactAttemptRequest:
      properties:
        comment:
          type:
            - "null"
            - string
        reasonCode:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    PickupAssetsRequest:
      properties:
        assetClassId:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        modelDescription:
          type:
            - "null"
            - string
        quantity:
          format: int64
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
      type: object
    TransportOrderUpdateRequest:
      properties:
        actualDeliveryAt:
          format: date-time
          type:
            - "null"
            - string
        actualPickupAt:
          format: date-time
          type:
            - "null"
            - string
        carrierEmail:
          type:
            - "null"
            - string
        carrierPhone:
          type:
            - "null"
            - string
        carrierTransportNumber:
          type:
            - "null"
            - string
        comments:
          $ref: "#/components/schemas/CommentsRequest"
        contactAttempts:
          items:
            $ref: "#/components/schemas/CustomerContactAttemptRequest"
          type:
            - "null"
            - array
        deliveryContact:
          type:
            - "null"
            - string
        instructionsPickupSiteNote:
          type:
            - "null"
            - string
        pickupAssets:
          items:
            $ref: "#/components/schemas/PickupAssetsRequest"
          type:
            - "null"
            - array
        pickupContact:
          type:
            - "null"
            - string
        pickupEmail:
          type:
            - "null"
            - string
        pickupPhone:
          type:
            - "null"
            - string
        plannedDeliveryAt:
          format: date-time
          type:
            - "null"
            - string
        plannedPickupAt:
          format: date-time
          type:
            - "null"
            - string
        transportStatus:
          type:
            - "null"
            - string
      type: object
```
