WavePickJobDetailModel

The detail of the job.

  • clientId
    Type: stringFormat: uuid

    The ID of the job client.

  • description
    Type: string | null

    The description of the job.

  • dueDateTime
    Type: string | nullFormat: date

    The due date and time of the job.

  • jobConsignments
    Type: array object[] | null ยท ConsignmentHeaderModel[]

    The collection of consignments of a wave pick job.

    • carrierCode
      Type: string | null

      The code of the carrier of this consignment, if any.

    • carrierId
      Type: string | nullFormat: uuid

      The ID of the carrier of this consignment, if any.

    • carrierName
      Type: string | null

      The name of the carrier of this consignment, if any.

    • carrierReferenceNumber
      Type: string | null

      The carrier's reference number of this consignment, if any.

    • carrierRunNumber
      Type: string | null

      The carrier's run number of this consignment, if any.

    • carrierRunOrdinal
      Type: integer | nullFormat: int32

      The carrier's run order of this consignment, if any.

    • client
      Type: string | null
      deprecated
      read-only

      The name of the client this consignment belongs to.

    • clientCode
      Type: string | null

      The code of the client this consignment belongs to.

    • clientId
      Type: stringFormat: uuid

      The ID of the client this consignment belongs to.

    • clientName
      Type: string | null

      The name of the client this consignment belongs to.

    • consignmentNumber
      Type: string | null

      The consignment number.

    • dateEntered
      Type: stringFormat: date

      When the consignment was added to the system.

    • ediStatus
      Type: integer | nullFormat: int32

      The external EDI status of the consignment, for the current connection

    • id
      Type: stringFormat: uuid

      The ID of the consignment.

    • referenceNumber
      Type: string | null

      The consignment reference number.

    • status
      Type: integerenum

      Integer numbers.

      values
      • Complete = 0
      • Pending = 1
      • ReadyToPick = 2
      • ReadyToDispatch = 3
      • ReadyToReceive = 4
    • type
      Type: integerenum

      Integer numbers.

      values
      • PointToPoint = 0
      • Inwards = 1
      • Outwards = 2
    • warehouseCode
      Type: string | null

      The code of the warehouse this consignment belongs to.

    • warehouseId
      Type: string | nullFormat: uuid

      The ID of the warehouse this consignment belongs to.

    • warehouseName
      Type: string | null

      The name of the warehouse this consignment belongs to.

  • jobId
    Type: stringFormat: uuid

    The ID of the job.

  • jobNumber
    Type: string | null

    The job number.

  • reference
    Type: string | null

    The reference of the job.

  • status
    Type: integerenum

    Integer numbers.

    values
    • Draft = 1
    • ReadyToStart = 2
    • InProgress = 3
    • Complete = 4
    • Cancelled = 5
    • Incomplete = -2
    • Open = -1
  • warehouseId
    Type: stringFormat: uuid

    The ID of the job warehouse.

  • wavePickStyle
    Type: integerenum

    Integer numbers.

    values
    • ParallelPicking = 1
    • BulkPicking = 2