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

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

# TransportOrderUpdateRequest

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.13.0.0
components:
  schemas:
    CommentsRequest:
      properties:
        instructionPickupSiteNote:
          type:
            - "null"
            - string
        pickupLocationInstructions:
          type:
            - "null"
            - string
      type: object
    ContactAttemptRequest:
      properties:
        comment:
          type:
            - "null"
            - string
        reasonCode:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        transmitUser:
          type:
            - "null"
            - 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/ContactAttemptRequest"
          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
```
