RateReferencePropertyRoomTypeAvailability

Structure

FieldTypeRequiredDescription
chainRoomTypeIdIntegerfalseId of the chainRoomType.
chainRoomTypeCodeStringfalseCode of the chainRoomType.
chainRoomTypeNameStringfalseName  of the chainRoomType.
propertyRoomTypeIdIntegerfalseId of the propertyRoomType.
dateLocalDatefalsedate of the RateReference
amountAfterTaxBigDecimalfalseamountAfterTax
closedBooleanfalseclosed
minStayIntegerfalseminStay
maxStayIntegerfalsemaxStay
closedToArrivalBooleanfalseclosedToArrival
closedToDepartureBooleanfalseclosedToDeparture
quantityAvailableIntegerfalsequantityAvailable

JSON representation

{
        "chainRoomTypeId": 1,
        "chainRoomTypeCode": "SGL",
        "chainRoomTypeName": "Single",
        "propertyRoomTypeId": 2,
        "date": "2023-08-01",
        "amountAfterTax": 164.000000,
        "closed": false,
        "minStay": 0,
        "maxStay": 0,
        "closedToArrival": false,
        "closedToDeparture": false,
        "quantityAvailable": 0
}