/
Board
Board
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the Board. |
chainId | int | true | ChainBoard Identifier related to the Board. |
code | string | true | Code of the Board. |
name | string | true | Name of the Board. |
propertyId | int | false | PropertyId of the Board. |
serviceList | Array of Service | false | A list of associated Service to this Board. |
forecastList | Array of BoardAvailability | false | A list of associated BoardAvailability to this Board. Only apears if we have data. |
JSON representation
{ "id": 2, "chainBoard": 1, "name": "Bed And Breakfast", "code": "BB", "serviceList": [ { "id": 61, "code":"BR", "name": "Breakfast" } ], "forecastList":[ { "boardId": 2, "date": "2022-08-15", "quantityConsumedAdult": 5, "quantityConsumedJunior": 4, "quantityConsumedChild": 8, "quantityConsumedInfant": 2, } ] }
, multiple selections available,
Related content
Board List [GET]
Board List [GET]
Read with this
Room
More like this
Reservation
Reservation
More like this
Company
Company
More like this
Ticket
Ticket
More like this
Allotment
Allotment
More like this