# Update warehouse locations Endpoint: PUT /api/warehouse/{warehouseId}/location Version: v1 ## Path parameters: - `warehouseId` (integer, required) Warehouse id ## Request fields (application/json): - `Id` (integer) - `Code` (string) - `Name` (string) - `IsStandard` (boolean) - `StandardLeadTimeDayCount` (integer) - `IsIncludedInStockCalculation` (boolean) - `PrimaryPriceListId` (integer) - `PrimaryPriceListName` (string) - `Changed` (string) - `ChangedBy` (string)