Hotel Recheck Price
Hotel Recheck Price
POST
https://traveloapi.com/yourapi/hotelapi/Hotel_recheck
Path Parameters
Name
Type
Description
gatkey
string
gatkey (provided by traveloapi)
hotelID
string
Id of the hotel
ChecknInDate
string
foramt 'yyyy-MM-dd'
CheckOutDate
string
format 'yyyy-MM-dd'
City
string
City Name
EMTCommonID
string
It represents the unique id .
Engine
string
Shows the number of rooms requested by the user
RateKey
string
Available in hotel list response
RoomTypeCode
string
Available in hotel list response
RateCode
string
Available in hotel list response as RatePlanCode
{"Rooms":{"{
"Rooms": {
"Room": [
{
"Cancellationpolicy": "No Show, Cancellation charges will be 100 % Cost.If You cancel your Hotel booking before 11:59 PM ((GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi) on Jul 23, 2016,, Cancellation charges will be 0% Cost.\nIf You cancel your Hotel booking after 11:59 PM ((GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi) on Jul 23, 2016, , Cancellation charges will be re subject . On cancellation of bookings done using promotional codes, the charges are calculated on total price.\nMost hotels do not allow unmarried / unrelated couples to check-in. This is at full discretion of the hotel management. No refund would be applicable in case the hotel denies check-in under such circumstances .</li>\nOn cancellation of bookings done using promotional codes, the charges are calculated on total price.",
"Meal": null,
"OccupencyPerRoom": null,
"RateDescription": "Standard Room (Non A/C)",
"RoomImages": {
"RoomImage": [
{
"url": "http://media.expedia.com/hotels/6000000/5260000/5257700/5257635/5257635_23_s.jpg"
}
]
},
"Status": null,
"adults": null,
"allocationDetails": null,
"averageBaseRate": "687.25",
"averageRate": "687.25",
"cancellationRules": {
"rules": [
{
"FromDate": null,
"cancelTime": "23:59:00",
"charge": null,
"currencyCode": "INR",
"description": null,
"fromDateDetails": null,
"nightCount": "0",
"startWindowHours": "0",
"timeZoneDescription": "(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi",
"toDate": null,
"toDateDetails": null,
"versionId": "207573503"
},
{
"FromDate": null,
"cancelTime": "23:59:00",
"charge": null,
"currencyCode": "INR",
"description": null,
"fromDateDetails": null,
"nightCount": "0",
"startWindowHours": "72",
"timeZoneDescription": "(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi",
"toDate": null,
"toDateDetails": null,
"versionId": "208978109"
}
]
},
"checkInInstruction": "",
"childrenages": null,
"commissionableUsdTotal": "11.26",
"count": null,
"currencyCode": null,
"currentAllotment": null,
"deepLink": null,
"depositRequired": null,
"extrabed": null,
"freeStay": null,
"guaranteeRequired": "false",
"hotelAddress": "H. No. 933, Tivai Vaddo",
"hotelCity": "Calangute",
"hotelCountry": "IN",
"hotelID": "413460",
"hotelName": "Veronica Guest House",
"immediateChargeRequired": "true",
"maxNightlyRate": "647.25",
"minGuestRate": "0",
"nightlyRateTotal": "647.25",
"nonRefundable": "false",
"numberOfRoomsRequested": "1",
"promoDescription": "Book now and save!",
"promoId": "217572273",
"propertyId": "5257635",
"quotedOccupancy": "2",
"rateChange": null,
"rateCode": "201091928",
"rateInfo": {
"BaseRate": "687.25",
"rate": "647.25",
"surcharge": null,
"surchargeTotal": null,
"total": "760.00"
},
"rateKey": "9dcdbe9d-e95a-4b09-8956-03096e5e6ef3-5202",
"rateOccupancyPerRoom": "3",
"roomAmenities": {
"amenity": [
{
"amenity": "Balcony",
"id": null
},
{
"amenity": "Free WiFi",
"id": null
},
{
"amenity": "Room service",
"id": null
}
]
},
"roomRateDescription": null,
"roomRateDescriptionLong": null,
"roomType": null,
"roomTypeCode": "200191154",
"roomTypeDescription": "Standard Room (Non A/C)",
"roomTypeDescriptionLong": " 1 king bed Balcony with garden views Entertainment - Free WiFi, 22-inch LED TV Food & Drink - Room service Practical - Safe Comfort - Ceiling fan Need to Know - Limited housekeeping ",
"roomTypeId": "793232",
"smokingPreferences": null,
"subroom": null,
"supplierID": null,
"supplierType": "E",
"surchargeTotal": "112.75",
"taxRate": "0.00",
"total": "760.00"
}
],
"runno": null
},
"SessionId": null,
"error": null
}":[{"Cancellationpolicy":"No Show, Cancellation charges will be 100 % Cost.If You cancel your Hotel booking before 11:59 PM ((GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi) on Jul 23, 2016,, Cancellation charges will be 0% Cost.
{
"message": "Invalid Request",
"status": "error",
}
Hotel Recheck Request Example :
{"BookingCode": "String content",
"CheckInDate": "2016-07-26",
"CheckOutDate": "2016-07-27",
"City": "Goa, india",
"EMTCommonID": "TVLOHotel-1049950",
"Engine": "1",
"HotelChain": "String content",
"HotelID": "413460",
"IncludeDetails": true,
"Options": [
"String content"
],
"RateKey": "ef58d33e-b68c-4673-a2da-787a39422362-5202",
"RoomTypeCode": "200191154",
"RateCode": "201091928",
"Rooms": {
"Count": 1,
"Room": [
{
"NumberOfAdult": 2
}
]
},
"country": "india",
"stringToken": "String content"
}
Last updated
Was this helpful?