ConsignmentDetailProductInformationModel.ProductModel.TransactionModel

  • dateUtc
    Type: stringFormat: date

    The UTC date and time of the transaction.

  • inventoryReceiptId
    Type: stringFormat: uuid

    The inventory receipt Id of the transaction.

  • quantity
    Type: numberFormat: double

    The number of units of this transaction.

  • receivedDate
    Type: stringFormat: date

    The inventory received date, in local warehouse time.

  • receivedUtc
    Type: stringFormat: date

    The inventory received date, represented in UTC format.

  • type
    Type: integerenum

    Integer numbers.

    values
    • Adjustment = 1
    • Transfer = 2
    • Receive = 3
    • Hold = 4
    • Pick = 5
    • Dispatch = 6
  • volumeM3
    Type: numberFormat: double

    The total volume of this transaction, in M3.

  • weightKG
    Type: numberFormat: double

    The total weight of this transaction, in kilograms.