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

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

# CHGResultOfTransportOrderResponse

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.13.0.0
components:
  schemas:
    CHGMessage:
      anyOf:
        - $ref: "#/components/schemas/CHGMessageTextMessage"
        - $ref: "#/components/schemas/CHGMessageExternalMessage"
        - $ref: "#/components/schemas/CHGMessageCHGExceptionMessage"
        - $ref: "#/components/schemas/CHGMessageBase"
      type: object
    TransportOrderResponse:
      properties:
        actualDeliveryAt:
          format: date-time
          type:
            - "null"
            - string
        actualPickupAt:
          format: date-time
          type:
            - "null"
            - string
        carrierEmail:
          type:
            - "null"
            - string
        carrierName:
          type:
            - "null"
            - string
        carrierPhone:
          type:
            - "null"
            - string
        carrierTransportNumber:
          type:
            - "null"
            - string
        collectionId:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        comments:
          $ref: "#/components/schemas/CommentsResponse"
        contactAttempts:
          items:
            $ref: "#/components/schemas/ContactAttemptResponse"
          type:
            - "null"
            - array
        customer:
          $ref: "#/components/schemas/AddressResponse"
        deliveryAddress:
          $ref: "#/components/schemas/AddressResponse"
        deliveryContact:
          type:
            - "null"
            - string
        freightInformation:
          $ref: "#/components/schemas/FreightInformationResponse"
        isGoodsInCompleted:
          type: boolean
        pickupAddress:
          $ref: "#/components/schemas/AddressResponse"
        pickupAssets:
          items:
            $ref: "#/components/schemas/PickupAssetResponse"
          type:
            - "null"
            - array
        pickupContact:
          type:
            - "null"
            - string
        pickupEmail:
          type:
            - "null"
            - string
        pickupPhone:
          type:
            - "null"
            - string
        pickupWindowEnd:
          format: date-time
          type:
            - "null"
            - string
        pickupWindowStart:
          format: date-time
          type:
            - "null"
            - string
        plannedDeliveryAt:
          format: date-time
          type:
            - "null"
            - string
        plannedPickupAt:
          format: date-time
          type:
            - "null"
            - string
        preferredPickupDate:
          type:
            - "null"
            - string
        releaseDateAt:
          format: date-time
          type:
            - "null"
            - string
        transportOrderId:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        transportOrderNumber:
          type:
            - "null"
            - string
        transportStatus:
          type:
            - "null"
            - string
      type: object
    CHGMessageTextMessage:
      properties:
        $type:
          enum:
            - CHG.iCLASSFW.Base.Foundation.TextMessage,
              CHG.iCLASSFW.Base.Foundation
          type: string
        _additionalInfos:
          type:
            - "null"
            - string
        _message:
          type:
            - "null"
            - string
        _messageLogId:
          type:
            - "null"
            - string
        _messageType:
          $ref: "#/components/schemas/MessageType"
        _traceId:
          type:
            - "null"
            - string
        errorCategory:
          type:
            - "null"
            - string
        errorCode:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        formatArguments:
          type:
            - "null"
            - array
        messageKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        messageLogId:
          type:
            - "null"
            - string
        source:
          type:
            - "null"
            - string
        sourceObjectIdentifier:
          $ref: "#/components/schemas/ObjectInstanceIdentifier"
        traceId:
          type:
            - "null"
            - string
      required:
        - $type
        - _messageType
    CHGMessageExternalMessage:
      properties:
        $type:
          enum:
            - CHG.iCLASSFW.Base.Foundation.ExternalMessage,
              CHG.iCLASSFW.Base.Foundation
          type: string
        _additionalInfos:
          type:
            - "null"
            - string
        _message:
          type:
            - "null"
            - string
        _messageLogId:
          type:
            - "null"
            - string
        _messageType:
          $ref: "#/components/schemas/MessageType"
        _traceId:
          type:
            - "null"
            - string
        errorCategory:
          type:
            - "null"
            - string
        errorCode:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        formatArguments:
          type:
            - "null"
            - array
        messageKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        messageLogId:
          type:
            - "null"
            - string
        source:
          type:
            - "null"
            - string
        sourceObjectIdentifier:
          $ref: "#/components/schemas/ObjectInstanceIdentifier"
        traceId:
          type:
            - "null"
            - string
      required:
        - $type
        - _messageType
    CHGMessageCHGExceptionMessage:
      properties:
        $type:
          enum:
            - CHG.iCLASSFW.Base.Foundation.CHGExceptionMessage,
              CHG.iCLASSFW.Base.Foundation
          type: string
        _additionalInfos:
          type:
            - "null"
            - string
        _messageLogId:
          type:
            - "null"
            - string
        _messageType:
          $ref: "#/components/schemas/MessageType"
        _traceId:
          type:
            - "null"
            - string
        additionalInfos:
          type:
            - "null"
            - string
        errorCategory:
          type:
            - "null"
            - string
        errorCode:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        formatArguments:
          type:
            - "null"
            - array
        message:
          type:
            - "null"
            - string
        messageKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        messageLogId:
          type:
            - "null"
            - string
        source:
          type:
            - "null"
            - string
        sourceObjectIdentifier:
          $ref: "#/components/schemas/ObjectInstanceIdentifier"
        traceId:
          type:
            - "null"
            - string
      required:
        - $type
        - _messageType
    CHGMessageBase:
      properties:
        _additionalInfos:
          type:
            - "null"
            - string
        _messageLogId:
          type:
            - "null"
            - string
        _messageType:
          $ref: "#/components/schemas/MessageType"
        _traceId:
          type:
            - "null"
            - string
        errorCategory:
          type:
            - "null"
            - string
        errorCode:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        formatArguments:
          type:
            - "null"
            - array
        messageKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        messageLogId:
          type:
            - "null"
            - string
        source:
          type:
            - "null"
            - string
        sourceObjectIdentifier:
          $ref: "#/components/schemas/ObjectInstanceIdentifier"
        traceId:
          type:
            - "null"
            - string
      required:
        - _messageType
    CommentsResponse:
      properties:
        carrierInternalComment:
          type:
            - "null"
            - string
        instructionPickupSiteNote:
          type:
            - "null"
            - string
        instructionsDeliverySiteNote:
          type:
            - "null"
            - string
        pickupLocationInstructions:
          type:
            - "null"
            - string
        pickupTimeComment:
          type:
            - "null"
            - string
        specialHandlingInstructions:
          type:
            - "null"
            - string
      type: object
    ContactAttemptResponse:
      properties:
        comment:
          type:
            - "null"
            - string
        creationTime:
          format: date-time
          type: string
        reasonCode:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        transmitUser:
          type:
            - "null"
            - string
      type: object
    AddressResponse:
      properties:
        additionalName:
          type:
            - "null"
            - string
        city:
          type:
            - "null"
            - string
        country:
          type:
            - "null"
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        name:
          type:
            - "null"
            - string
        postalCode:
          type:
            - "null"
            - string
        street1:
          type:
            - "null"
            - string
        street2:
          type:
            - "null"
            - string
      type: object
    FreightInformationResponse:
      properties:
        currency:
          type:
            - "null"
            - string
        maxFreightCharge:
          format: double
          pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
          type:
            - number
            - string
        palletCount:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        requiredPersonnel:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        requiredSpace:
          type:
            - "null"
            - string
        weightKg:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    PickupAssetResponse:
      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
    MessageType:
      type: integer
    ObjectInstanceIdentifier:
      properties:
        keyValues:
          type:
            - "null"
            - object
        referenceID:
          type:
            - "null"
            - string
        typeName:
          type:
            - "null"
            - string
      type: object
    CHGResultOfTransportOrderResponse:
      properties:
        messages:
          items:
            $ref: "#/components/schemas/CHGMessage"
          type:
            - "null"
            - array
        response:
          $ref: "#/components/schemas/TransportOrderResponse"
      type: object
```
