warehouse
Warehouse - Create
Create a new warehouse with name and address details.
post/warehouse/create
Request body
Example request
{
"name": "Main Warehouse"
}Response
Warehouse created
Example response
{
"_id": "507f1f77bcf86cd799439011"
}Create a new warehouse with name and address details.
{
"name": "Main Warehouse"
}Warehouse created
{
"_id": "507f1f77bcf86cd799439011"
}