Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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": 199.000000,
        "closed": false,
        "minStay": 0,
        "maxStay": 0,
        "closedToArrival": false,
        "closedToDeparture": false,
        "quantityAvailable": 4
}
  • No labels