ConsignmentStatusUpdateModel

  • closedTransactionDate
    Type: string | null Format: date

    full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21

  • inTransitDispatchDateTime
    Type: string | null Format: date

    full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21

  • status
    Type: integer ยท ConsignmentStatusenum

    Integer numbers.

    values
    • Complete = 0
    • Pending = 1
    • ReadyToPick = 2
    • ReadyToDispatch = 3
    • ReadyToReceive = 4