ConsignmentDetailProductInformationModel.ProductModel.TransactionModel
- dateType: stringFormat: date
Utc The UTC date and time of the transaction.
- inventoryType: stringFormat: uuid
Receipt Id The inventory receipt Id of the transaction.
- quantityType: numberFormat: double
The number of units of this transaction.
- receivedType: stringFormat: date
Date The inventory received date, in local warehouse time.
- receivedType: stringFormat: date
Utc The inventory received date, represented in UTC format.
- typeType: integerenum
Integer numbers.
values- Adjustment = 1
- Transfer = 2
- Receive = 3
- Hold = 4
- Pick = 5
- Dispatch = 6
- volumeType: numberFormat: double
M3 The total volume of this transaction, in M3.
- weightType: numberFormat: double
K G The total weight of this transaction, in kilograms.