ConsignmentTrackingUpdateModel

  • carrierName
    Type: string | null
  • eventUtc
    Type: string | null Format: date

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

  • status
    Type: integer ยท ConsignmentTrackingStatusenum

    Integer numbers.

    values
    • Unknown = 0
    • Printed = 1
    • Dispatched = 2
    • InTransit = 3
    • OutForDelivery = 4
  • trackingNumber
    Type: string | null
  • trackingUrl
    Type: string | null