LoadDraftCreationResponse

Response returned by the TMS after creating a load from a draft. The loadNum field must be present.

  • loadNum
    Type: string
    required

    The load number assigned by the TMS to the newly created load. This is the primary identifier used to link the Augment load draft to the TMS load.

  • message
    Type: string

    Optional success or error message from the TMS describing the result of the load creation.

  • referenceNumbers
    Type: object

    Optional reference numbers returned by the TMS (e.g. load number, customer order number, trace IDs).

    • bolNumber
      Type: string
    • customerLoadNumber
      Type: string
    • customerReferenceNumber
      Type: string
    • driverNumber
      Type: string
    • others
      Type: array object[]
    • poNumber
      Type: string
    • proNumber
      Type: string
    • releaseNumber
      Type: string
    • shipmentNumber
      Type: string
    • tractorNumber
      Type: string
    • trailerNumber
      Type: string