ConsignmentDetailModel.JobModel

  • description
    Type: string | null

    The description of the job

  • dueDateTime
    Type: string | nullFormat: date

    The due date time of the job

  • jobId
    Type: stringFormat: uuid

    The ID of the job

  • jobNumber
    Type: string | null

    The job number

  • position
    Type: integerFormat: int32

    The position of the consignment in the job

  • priority
    Type: integerenum

    Integer numbers.

    values
    • Normal = 2
    • High = 3
    • Urgent = 4
  • 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
  • type
    Type: integerenum

    Integer numbers.

    values
    • WavePick = 1
    • Replenishment = 2
  • wavePickStyle
    Type: integerenum

    Integer numbers.

    values
    • ParallelPicking = 1
    • BulkPicking = 2