Details

Name Data Type Is Nullable
ProductRef String False
ReceiptRef String False
Quantity Integer False
Weight Decimal True
Value Decimal True
WarehouseLocationName String False
SystemWarehouseLocationTypeId Integer False
WarehouseLocationTypeName String False
WarehouseName String False
Pallet String False
ProductName String False
IsMixedProduct Boolean False
FaType String False
ProductCategory String False
PalletId Integer True
ReceivedDate DateTime True

Object:

{
    ProductRef":"abcABC123",
    ReceiptRef":"abcABC123",
    Quantity":####,
    Weight":###.##,
    Value":###.##,
    WarehouseLocationName":"abcABC123",
    SystemWarehouseLocationTypeId":####,
    WarehouseLocationTypeName":"abcABC123",
    WarehouseName":"abcABC123",
    Pallet":"abcABC123",
    ProductName":"abcABC123",
    IsMixedProduct":True/False,
    FaType":"abcABC123",
    ProductCategory":"abcABC123",
    PalletId":####,
    ReceivedDate":"MM-dd-yyyy hh:mm:ss"
}