Valuekeep DevelopmentParts and Inventory
DevelopmentParts and Inventory
Parts and Inventory
Back | List of Articles

How to create a warehouse?

Last changed in 26/12/2024

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:

{

    "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"

}

This method allows to create a warehouse according to the parameters filled in:

  • WarehouseKey: The warehouse key. This field is mandatory.
  • Description: Short description of the warehouse. This field is mandatory.
  • StreetName: Street.
  • BuildingNumber: Building number.
  • PostalZone: Postal code.
  • Company: The company's key.
  • Region: Region key.
  • Country: The country's key.

When this method is executed successfully, it returns HttpStatusCode.OK.

Bookmark or share this article
Esta página foi útil?
Obrigado pelo seu voto.
Related Articles
Record and Maintenance of Parts and Services How to create a Service-type part? How to change a part or service attribute? How to delete a part or service? How to create a part with inventory extension?