How to create a warehouse?
This method allows to create a warehouse in a simplified manner. The method to be used when creating a warehouse: POST url/api/mytenant/myorganization/inventorycore/warehouses Json example for creating a warehouse: This method allows to create a warehouse according to the parameters filled in: When this method is executed successfully, it returns HttpStatusCode.OK.{
"warehouseKey": "W2",
"description": "Manutenção 2",
"streetName": "Av. do Progresso, 36 ",
"buildingNumber": "987",
"cityName": "Vila Fria",
"postalZone": "9630-800",
"company": "DEMO",
"region": "PT-CO",
"country": "PT"
}