Meeting rooms usually are multifunctional areas which are booked as part of organized event. The meeting rooms bookings are associated with a given event as part of it.
Fields
Field name | Type | Description/Notes |
id | INTEGER | Unique identifier of the meeting_room_booking across the entire Clock PMS+ ecosystem* |
account_id | INTEGER | Identification of the account owning the record. Reference to accounts table* |
event_id | INTEGER | Unique ID of the event the catering is associated with. Reference to Events table* |
created_at | TIMESTAMP | Time created (Date and time in UTC)* |
updated_at | TIMESTAMP | Time lastly updated (Date and time in UTC)* |
cancelled_at | TIMESTAMP | Time when cancelled (Date and time in UTC) |
optional_at | TIMESTAMP | Time when set as optional (Date and time in UTC) |
start_time | TIMESTAMP | Start time of the meetign room booking (Date and time in UTC)* |
end_time | TIMESTAMP | End time of the meetign room booking (Date and time in UTC)* |
meeting_room_ids | INTEGER | Unique identifier/s of the booked meeting room/s* |
meeting_room_names | STRING | Name/s of the booked meeting room/s* |
persons | INTEGER | Number of participating persons |
description | STRING | Additional information for the meeting room booking |
staff_description | STRING | Staff facing description |
confirm_until_date | DATE | Expiration date of the booking |
user_created | STRING | Name of the Clock PMS+ user created the meeting room booking* |
user_updated | STRING | Name of the Clock PMS+ user updated the meeting room booking* |
event_activity_type_id | INTEGER | Identifier of the activity type |
event_activity_type_name | STRING | Name of the activity type |
event_activity_setup_id | INTEGER | Identifier of the setup type |
event_activity_setup_name | STRING | Name of the setup type |
* Field will have value for every record