PropertyRoomTypeForecast

Structure

FieldTypeRequiredDescription
codeStringtrueCode of the PropertyRoomType.
nameStringtrue

Name of the PropertyRoomType.

chainRoomTypeChainRoomTypetrueChain Room Type
combinedbooleanfalse
activeBooleantrueIf this entity is active or not.
inactiveReasonStringfalseThe reason why is not active.
mainImageStringfalseurl of main image inside app.
forecastBookingForecastfalselist 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
      },
	...
	]
}