Create Area

/locations/{locationid}/areas

Create Area [POST]

Create a new area within a location.

Authorization: Admin, Web, Mobile

Request

Body
 {
    "name": "Storage"
 }

Response 200

Body
 {
    "item": {
      "id": "50DD24B0-1FA2-11E3-8000-020000000000",
      "name": "Storage",
      "rowStatus": 1,
      "locationId": 8973
    }
 }

Still need help? Contact Us Contact Us