Indicates whether the client warehouse location is standard, only one standard location is allowed per warehouse.
Indicates whether the client warehouse location is included in stock calculation.
The standard lead time day count, used for calculating the expected delivery time.
The primary price list identifier, used internally for referencing back to the price list of choice from the warehouselocation perspective, not relevant anymore.
{ "clientId": 0, "warehouseId": 0, "locationId": 0, "code": "string", "name": "string", "isStandard": true, "isIncludedInStockCalculation": true, "standardLeadTimeDayCount": 0, "freightCost": 0, "upToDateTypeId": 0, "costBlock": 0, "valueBt": "string", "primaryPriceListId": 0, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "supportsReservation": true, "supportsStockQuery": true, "clientWarehouse": { "clientId": 0, "warehouseId": 0, "typeId": 0, "code": "string", "name": "string", "isStandard": true, "standardLeadTimeDayCount": 0, "freightCost": 0, "costBlock": 0, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "locations": [ … ], "warehouse": { … } }, "location": { "id": 0, "defaultName": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "clientWarehouseLocation": [ … ], "supplierProductSkuOnHand": [ … ] }, "warehouse": { "id": 0, "defaultName": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "clientProductSkuOnHand": [ … ], "clientWarehouse": [ … ], "clientWarehouseLocation": [ … ], "supplierProductSkuOnHand": [ … ] } }