The block functionality allows you to block a certain number of rooms with or without(depending of the status ) take them out of the inventory. One event may have number of blocks if necessary.
Fields
Field name | Type | Description/Notes |
id | INTEGER | Unique identifier of the block across the entire Clock PMS+ ecosystem* |
account_id | INTEGER | Identification of the account owning the record. Reference to accounts table* |
created_at | TIMESTAMP | Time created (Date and time in UTC)* |
updated_at | TIMESTAMP | Time lastly updated (Date and time in UTC |
event_id | INTEGER | Unique ID of the event the block is associated with. Reference to Events table* |
room_type_id | INTEGER | Unique ID room type* |
room_type_name | STRING | Name of the room type* |
optional_at | TIMESTAMP | Time when the block was set as optional (Date and time in UTC) |
cancelled_at | TIMESTAMP | Time when the block was cancelled (Date and time in UTC) |
code | STRING | Block code, More information here. |
description | STRING | Name of the block |
rate_id | INTEGER | Id of the rate used for the block. |
rate_name | STRING | Name of the rate used for the block |
adults_per_room | INTEGER | Number of adults per room |
children_per_room | INTEGER | Number of children per room |
manual_price_cents | INTEGER | Configured manual price for the block in cents (10 EUR = 1000 cents) |
manual_price_currency | STRING | Manual price currency ISO 4217 currency codes |
* Field will have value for every record