Update Area

/locations/{location_id}/areas/{area_id}

Update Area [PUT]

Update an existing area in 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