Represents floor data. Floors are used to classify different resources from the same location. It may contain floorplan data as well.
Floor
| Property | Type | Required | Description |
|---|---|---|---|
| name | string | true | The name of the floorplan - usually the floor number. |
| floor | string | false | Optional floor number. |
| isOpen | boolean | false | If true, the location is operational; if false or omitted, the location is not working - either not open yet, or suspended for some other reason. |
| office | Location | true | A reference to the location the floor is a part of |
| area | number | false | The floor area of this part of the building. |
| targetRevenue | number | false | The target revenue for the specified floor. |
| createdAt | date | readonly | The date when the floor has been created. |
| createdBy | id | readonly | The user that created the floor. |
| modifiedAt | date | readonly | The user that did the last modification to the floor. If no update is made this field will match the createdBy field. |