{
"id": 123,
"name": "<string>",
"type": "Office",
"office": {
"capacity": 123,
"showAreas": true,
"areas": [
{
"id": 123,
"name": "<string>",
"capacity": 123,
"floorKey": 123
}
],
"floors": [
{
"key": 123,
"name": "<string>",
"position": 123
}
]
},
"isActive": true
}
Represents a location an employee can work from
Was this page helpful?