AllRatesResponse
Response object for the all rates
Session ID
hotel object
All rates for the requested hotel
Hotel ID
Landing URL for clients to redirect
rooms object[]
All rooms for the requested hotel
Room ID
Room name
rates object[]
All rates for the room
Rate ID
nettPrice object
Nett price details
Nett price amount
Currency code
taxes object[]
List of taxes
Tax fee amount
Currency code of the tax amount
Tax name
Possible values: [Taxes and Fees
]
additionalCharges object[]
List of additional charges the users need to pay at the hotel
Additional charges amount
Currency code of the additional charge amount
Additional charge name
Possible values: [VAT
, City Tax
, Destination Taxes
, Resort Fees
, Service Charges
, Other Local Tax
, Other Hotel Fee
]
Free cancellation available
The meals that are included in the price of the hotel booking
Possible values: [All Inclusive
, Full Board
, Half Board
, Breakfast
, Room Only
]
cancellationPolicy object[]
List of cancellation policies
Effective datetime of cancellation policy in UTC
End datetime of cancellation policy in UTC
Cancellation charges amount
Currency code of the cancellation charges amount
{
"sessionId": "20240722~1~r1a2c~~0HIWKUVEQkM1R~USD~lb~~US~F~D~DW~D~en-US~0~1~0~0~103.186.69.75~1721105921906~Yd_lK",
"hotel": {
"id": "258278",
"landingUrl": "https://www.wego.co.in/hotels/searches/goi/2024-07-24/2024-07-26/104921?guests=2&search_id=6e19cb14b19e7323",
"rooms": [
{
"id": "12739",
"roomName": "Family, 3 Twin",
"rates": [
{
"id": "qH7RcvY3seUFGBUL6pMUj8HbsrhwsA5i2MTE1wAQvSs=",
"nettPrice": {
"currency": "USD",
"amount": 133.9
},
"taxes": [
{
"name": "Taxes and Fees",
"currency": "USD",
"amount": 13
}
],
"additionalCharges": [
{
"name": "Service Charges",
"currency": "USD",
"amount": 14
}
],
"boardBasis": "Breakfast",
"isFreeCancellation": false,
"cancellationPolicy": [
{
"from": "2024-08-06T00:00:00",
"to": "2024-08-08T00:00:00",
"amount": 50,
"currency": "USD"
}
]
}
]
},
{
"id": "12740",
"roomName": "Family, Suite",
"rates": [
{
"nettPrice": {
"currency": "USD",
"amount": 180.9
},
"taxes": [
{
"name": "Taxes and Fees",
"currency": "USD",
"amount": 25
}
],
"additionalCharges": [
{
"name": "Service Charges",
"currency": "USD",
"amount": 20
}
],
"boardBasis": "Breakfast",
"isFreeCancellation": false,
"cancellationPolicy": [
{
"from": "2024-08-06T00:00:00",
"to": "2024-08-08T00:00:00",
"amount": 50,
"currency": "USD"
}
]
}
]
}
]
}
}