PriceCheckResponse
Unique session identifier.
Unique identifier for the price check.
hotel object
Hotel ID.
rooms object[]
Room ID.
Room name.
rates object[]
Unique identifier for the rate.
nettPrice object
Currency code.
Nett price amount.
taxes object[]
List of taxex
Tax name.
Possible values: [Taxes and Fees
]
Tax amount.
Tax currency.
additionalCharges object[]
List of additional charges the users need to pay at the hotel
Additional charge name.
Possible values: [VAT
, City Tax
, Destination Taxes
, Resort Fees
, Service Charges
, Other Local Tax
, Other Hotel Fee
]
Charge amount.
Currency code.
The meal plan for the booking (e.g., "Breakfast")
Possible values: [All Inclusive
, Full Board
, Half Board
, Breakfast
, Room Only
]
Indicates if free cancellation is available.
cancellationPolicy object[]
Start of the cancellation period.
End of the cancellation period.
Cancellation fee.
Currency of the cancellation fee.
bookingNotes object[]
Additional booking notes provided by the hotel.
{
"sessionId": "20241119~1~r1a2c12~~d4ce043af5d90443~USD~US~b5de1~MY~F~D~DW~D~en-US~0~0~0~0~::ffff:10.110.50.100~1729042869766~NmNQm",
"priceCheckId": "670f19d2025b6f0013070bda",
"hotel": {
"id": "212355",
"rooms": [
{
"id": "Deluxe Room, 2 Twin Beds, Non Smoking, Balcony",
"name": "Deluxe Room, 2 Twin Beds, Non Smoking, Balcony",
"rates": [
{
"id": "tboes9kixat:1199933$$tboes9kixat~~212355~~1199933~~xIZ97FoNr66yHMIIb...",
"nettPrice": {
"currency": "USD",
"amount": 162.51
},
"taxes": [
{
"name": "Taxes and Fees",
"amount": 13.49,
"currency": "USD"
}
],
"additionalCharges": [
{
"name": "Service Charges",
"amount": 3,
"currency": "MYR"
}
],
"boardBasis": "Room Only",
"isFreeCancellation": false,
"cancellationPolicy": [
{
"from": "2024-10-14 18:00",
"to": "2024-11-18 18:00",
"amount": 176,
"currency": "USD"
}
]
}
]
}
],
"bookingNotes": [
{
"text": "Check-in instructions - Extra-person charges may apply and vary depending on property policy Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges"
}
]
}
}