Specifies the parametric type, used to interpret the value set on a Parametric.
string(WarehouseType)
Specifies the parametric type, used to interpret the value set on a Parametric.
Enum"Warehouse""Store""Transit""Other"
"Warehouse"
Represents the on hand (stock) values per warehouse.
Specifies the parametric type, used to interpret the value set on a Parametric.
{ "warehouse": { "code": "string", "locationCode": "string", "id": 0, "locationId": 0 }, "warehouseType": "Warehouse", "value": 0.1, "leadTimeDayCount": 0, "availableOnStores": [ "string" ], "availableOnPriceLists": [ "string" ], "nextDelivery": "2019-08-24T14:15:22Z" }
Represents a supplier record.
{ "supplierCode": "string", "supplierPartNo": "string", "supplierPriceListCode": "string", "currency": "string", "cost": 0.1, "onHandValue": 0.1, "isStockCalculated": true, "leadTimeDayCount": 0, "chosenSupplierOnPriceLists": [ "string" ], "availableOnPriceLists": [ "string" ] }