The occupancy forecast represents the availability figures day by day for 365 days in the past and 365 days in the future.
Fields
Field name | Type | Description/Notes |
account_id | INTEGER | Identification of the account owning the record reference to accounts table* |
created_at | TIMESTAMP | Time when the occupancy forecast data for the day was created (Date and time in UTC)* |
updated_at | TIMESTAMP | Time when the occupancy forecast data for the day has changed (Date and time in UTC)* |
date | DATE | Occupancy forecast date (YYYY-MM-DD)* |
room_type_id | INTEGER | Unique ID room type* |
room_type_name | STRING | Name of the room type* |
capacity | INTEGER | Capacity of the room type for the date* |
adjustment | INTEGER | The configured adjustment for the date for the room type* |
room_statuses | INTEGER | Rooms not available due to room statuses such as Out Of Service, Out Of Service, etc.* |
bookings | INTEGER | Booked rooms for the day of the type* |
blocks | INTEGER | Blocked rooms for the day of the type* |
constraint | INTEGER | Booked/Blocked rooms of the component type which consume the quantity required for the virtual type.* |
free | INTEGER | Number of free rooms for the day of the type. |