PropertyRoomTypeForecast
Structure
Field | Type | Required | Description |
---|---|---|---|
code | String | true | Code of the PropertyRoomType. |
name | String | true | Name of the PropertyRoomType. |
chainRoomType | ChainRoomType | true | Chain Room Type |
combined | boolean | false | |
active | Boolean | true | If this entity is active or not. |
inactiveReason | String | false | The reason why is not active. |
mainImage | String | false | url of main image inside app. |
forecast | BookingForecast | false | list of Booking Forecast |
JSON representation
{ "code": "SGL", "name": "Single", "chainRoomType": { "code": "SGL", "name": "Single", "chainRoomTypeGroupId": 7, "order": 1 }, "combined": false, "order": 1, "active": true, "mainImage": "1/2/propertyroomtypeimages/bc344ed0-7e4b-4757-a784-356fbc9a9366.jpg", "forecast": [ { "date": "2020-07-03", "reserved": 0, "available": 1, "outOfService": 0, "outOfOrder": 0, "reservedHouseUse": 0, "arrival": 0, "departure": 0, "reservedAdult": 0, "reservedJunior": 0, "reservedChild": 0, "reservedInfant": 0, "occupancyPercentage": 0.0, "adr": 0E-17, "revPar": 0E-17, "cancelled": 0, "physicalRoom": 1, "nonPhysicalRoom": 0, "tentative": 0 }, ... ] }