Hotel Cancel
Hotel Cancellation
GET
https://traveloapi.com/yourapi/hotelapi/hotel_cancel
Path Parameters
Name
Type
Description
gatkey
string
Gatkey provided by us
Query Parameters
Name
Type
Description
itineraryId
string
itineraryId from book response
transactionid
string
transactionid from book response
{
"hotelName": "Hotel Seagull",
"hotelPostalCode": null,
"itineraryId": "343754809",
"numberOfRoomsBooked": null,
"processWithConfirmation": "CF",
"reservationNumbers": "343754809",
"reservationStatusCode": "CF",
"roomDescription": null,
"supplierType": null,
"transactionid": 56274781,
"cancelcharge": 2510,
"night":2,
"refund":4590,
"status":"cancelled"
}
Last updated
Was this helpful?