Get Area
/locations/{location_id}/areas/{area_id}
Get an existing area in a location.
Get Area [GET]
Authorization: Admin, Web, Mobile
Response 200
Body
{
"item": {
"id": "50DD24B0-1FA2-11E3-8000-020000000000",
"name": "Storage",
"rowStatus": 1,
"locationId": 8973
}
}