Book Hotel
Last updated
Last updated
gatkey
string
gatkey (provided by traveloapi)
hotelID
string
The search response returns a hotel-id along with each hotel found for the search criteria that was matched. The hotel-id of the hotel selected for booking should be passed here.
checkInDate
string
It represents Check in date. This value should be entered as string not less than and more than 10 characters in date format 'dd/mm/yyyy'.
checkOutDate
string
It represents the Check-out date and should be entered as string not less than and more than 10 characters in date format 'dd/mm/yyyy'. It cannot be greater than journey date.
supplierType
string
rateKey
string
rateCode
string
Code for the different fare amount.
chargeableRate
string
Tax
string
It represents the tax amount.
Rooms
string
It represents the information about the no. of rooms, room characteristic and information about the customer.
Room
string
This contains the information about the no. of rooms, room characteristic, and information of persons.
Count
string
Total number of rooms booked by the customer.
roomTypeCode
string
Room type code and description (Deluxe room, Executive room, Deluxe AC, etc.). This field may not be unique.
Nights
string
Actual number of room-nights requested including all rooms across all dates. In other words, if the search request was for 2 rooms for 2 nights, the room-nights value would be 2 * 2 = 4.
HotelReservationInfo
string
Detail description of the hotel reserved by the customer.
string
Email address of the customer.
firstName
string
First Name of the customer.
lastName
string
Last name of the customer.
homePhone
string
Land-line number
workPhone
string
Office number of the customer.
BankCountryCode
string
Valid 2 letter ISO country code.
BankName
string
Name of the bank.
cardType
string
It represents the value of card type (credit card, debit card etc.)
cardNumber
string
If the payment mode is a credit card, a valid card number should be passed.
ExpirationYear
string
If the payment mode is a credit card, , a valid expiration year of the credit card should be passed.
expirationMonth
string
If the payment mode is a credit card, a valid expiration month of the credit card should be passed.
creditCardIdentifier
string
If the payment mode is a credit card, the CVV found on the back of the card should be passed.
AddressDetail
string
Address of the hotel booked.
city
string
It represents city name.
stateCode
string
It represents the state code.
countryCode
string
It represents the country code
postalCode
string
It represents postal code.
address
string
Address detail.
HotelChain
string
The group which owns the hotel.
post_pay
string
True: if Pay at Hotel is available, Else false.