ComparableSeriesSaturation
Field | Description | Type |
---|---|---|
value | Saturation data series for the corresponding timeframe . |
SeriesSaturation |
timeframe | Reference date range. | Timeframe |
SeriesSaturation
Field | Description | Type |
---|---|---|
series | Saturation Series data for the requested timeframe and period. | array[SeriesSaturationElement] |
SeriesSaturationElement
Field | Description | Type |
---|---|---|
*period | Date representing the requested period, corresponding to the first day of the period.day : the day itself.week : first day of the corresponding week.month : first day of the corresponding month. |
date |
*value | Saturation data for the corresponding period . |
Saturation |
Saturation
Field | Description | Type | Examples |
---|---|---|---|
*total_offers | Total number of accommodation offers. | int | 1106 |
*available_offers | Number of available accommodation offers. | int | 729 |
*saturation | Occupancy ratio in the range [0,100] calculated by the following formula. |
decimal | 34.09 |
Timeframe
Field | Description | Type |
---|---|---|
*from | Start date of timeframe. | date |
*to | End date of timeframe. | date |