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
BoardAvailability
BoardAvailability
More like this
Board List [GET]
Board List [GET]
Read with this
Board Forecast List [GET]
Board Forecast List [GET]
More like this
AvailabilityBoard
AvailabilityBoard
More like this
Service
Service
More like this
AvailabilityOccupancyBoard
AvailabilityOccupancyBoard
More like this