Warehouse

Create warehouse

Create a warehouse

post/api/v1/warehouses

Request body

designationstring required

Name of the warehouse

Example request

{
  "designation": "Returns",
  "project": {
    "id": "1"
  },
  "address": {
    "id": "1"
  }
}

Response

Resource successfully created response

Changes

No recorded changes to this endpoint across all 1 revision of this API.