Hotel Search
Note:
Few attributes in below sample response are supplier specific, hence there can be possibility these attributes will not appear in the response. We recommend you to parse these fields as mentioned in the sample responses.
Hotel Search By City (API service end point)
- This service is used to search for available hotels for a booking in a specific city for a date range.
- It will return room-wise the cheapest rate
- If you search for 2 rooms (1st room - 1 Adult and 2nd room - 2 Adults) then you will receive the cheapest room detail for each room you search and you can identify room options based on roomIndex value.
- If
roomIndex
is 1 then it belongs to the 1st room and If roomIndex is 2 then it belongs to the 2nd room.
Important Notes
- Currently, we support max. 2 children per room.
- Child age(s) are compulsory when a search request includes a child.
- Guest Nationality is mandatory. Hotel prices might vary for the same Search Request with different Guest Nationality.
Hotel Search By City (Request)
Tags | Attribute | Description |
---|---|---|
meta | meta (Object) |
|
HotelSearchCriteria | (JsonObject) | Hotel Search Criteria details will come under this attribute |
country* (String) |
Search Country Name | |
city* (String) |
Search City Name | |
checkIn* (Date) |
Check-in date | |
checkOut* (Date) |
Check-out date | |
travelerNationality* (String) |
Traveller nationality - EG: INDIA,IN | |
travelerCountryOfResidence* (String) |
Traveller country of residence - EG: INDIA,IN | |
culture* (String) |
culture | |
rooms | rooms* (JsonArray) |
|
room | (JsonObject)* |
Room search criteria will come under this attribute |
roomIndex* (String) |
room Index is unique key for each room. This index should be used for entire search to book flow. | |
adult* (Integer) |
Adult count | |
child* (Integer) |
child Count | |
childAge* (String) |
must mention the child ages array if children are available | |
filters | (JsonObject) | Hotel Filters |
filter | minStarRating* (Integer) |
Minimum star rating |
availableHotelsOnly* (Boolean) |
If available on request | |
payAtHotelRates* (Boolean) |
If pay at hotel available | |
taxDetails | (JsonObject) | Include Tax information.In general Tax detail are not mandatory. However If 'Yatra' API is mapped to an API client then they have to send TaxDetails in Search Request. |
taxDetail | taxName (String) |
Tax Name |
regNo (String) |
Tax registration number | |
companyName (String) |
Company name | |
emailId (String) |
Company emailId | |
phoneNo (String) |
Company phone number | |
address (String) |
Company address |
Hotel Search By ID (API service end point)
- This service is used to do hotel search by ID for a date range.
- Difference between hotel search by city and hotel search by ID are as below :
No. | Hotel Search By City | Hotel Search By ID |
---|---|---|
01 | Search is done for a group of hotels located in the requested city | Search is done for a particular hotel |
02 | Ideal for city wide hotel search | Ideal when searching hotel name using the autocomplete API which provides the required hotelIDs. (Note: The autocomplete API is under planning). |
- Apart from the differences, rest of the things are common between the two.
Important Notes
- The hotel search by ID is a part of hotel search by name using autocomplete API & it's under planning.
- Currently, the hotel search by ID will work only with GIATA hotelId. So the hotelId needs to be a valid integer value.
- Once the autocomplete API feature is released, then it will be using uniquely generated hotelId.
- Currently, we have limited suppliers which support the hotel search by ID [HotelBeds, DOTW].
- Currently, we support maximum 1 hotelId in the hotelIdList.
As part of the future scope, the hotelIdList is capable of removing duplicates and then searching. - The result count for the hotel search by ID will be same as the number of hotelId passed in the hotelIdList only during a valid search scenario.
- NOTE: Apart from "country" and "city" tags rest all the request parameters are same as hotel search by city.
Hotel Search By ID (Request)
Tags | Attribute | Description |
---|---|---|
hotelIdList | hotelIdList* (JsonArray) |
The hotelIdList Eg: ["103015"] Currently supported only 1 ID per search for limited suppliers. |
Hotel Search Response
Tags | Attribute | Description |
---|---|---|
meta | meta (Object) |
|
success (String) |
Response status will be return Ex: "true" | |
statusCode (Boolean) |
Response statusCode will be return Ex: "1" | |
statusMessage (String) |
Response statusMessage will be return Ex: "SUCCESS" | |
actionType (String) |
This attribute will indicate that client request type such as Hotel search , Prov book and Book etc... . This is for information purpose. | |
conversationId (String) |
conversationId a unique identifier of current conversation . | |
commonData | (JsonObject) | |
commonData | searchKey* (String) |
This attribute contains a unique search key. |
commonData | productCode* (String) |
Product code for hotels - H |
commonData | culture* (String) |
en |
data | hotels(JsonArray) | This encloses hotel information. |
data | hotelKey* (String) |
Unique Key for each Hotel. This should be used foe search to booking flow. |
propertyInfo | (JsonObject) | This encloses property information |
propertyInfo | hotelName (String) |
Hotel Name |
propertyInfo | propertyType (String) |
Property Type Eg: (Hotel/Apartment) |
propertyInfo | address (String) |
Hotel address |
propertyInfo | location (String) |
Hotel location details Eg: Andheri East |
propertyInfo | longitude (String) |
55.291822 |
propertyInfo | latitude (String) |
25.250688 |
propertyInfo | phoneNumber (String) |
Hotel phone number |
propertyInfo | userRating (String) |
hotel user rating |
propertyInfo | starRating (String) |
hotel star rating |
propertyInfo | imageUrl (String) |
hotel image URL link |
facilities | (JsonArray) | This encloses hotel facility information |
facility | (JsonObject) | |
facility | type (String) |
Facility type Eg: services |
facility | name (String) |
Facility name |
facility | description (String) |
Facility description Not released yet |
rooms | (JsonArray) * | This encloses room information |
room | (JsonObject) | |
room | roomKey* (String) |
This attribute contains the room's unique id. Room Key is unique key for each room. This Key should be used for entire search to book flow |
room | roomIndex* (String) |
represents the room number , Room Index is unique key for each room. This index should be used for entire search to book flow. |
room | roomId* (String) |
This attribute contains the room id. 38_1 |
room | roomTypeName * (String) |
Room type Eg: Deluxe Room |
room | roomTypeDesc * (String) |
Room type description |
room | bedType (String) |
bed type provided in the room Eg: Double |
room | roomView (String) |
room view description Eg: mountain view |
room | maxOccupancy (Integer) |
Max occupancy of a room. |
room | sizeMeasurement (String) |
size of the room. |
room | rateNotes (String) |
Eg: please Note That Three Bedroom Residence is Located In The Residence Building (This information is very important) |
passengerData | (JsonObject) | |
passengerData | isEmailId (Boolean) |
If the value of the attribute is true then send email id details in the booking request |
passengerData | isPAN (Boolean) |
If the value of the attribute is true then send pan details in the booking request. |
passengerData | isPassport (Boolean) |
If the value of the attribute is true then send passport details in the booking request. |
passengerData | isPhoneNo (Boolean) |
If the value of the attribute is true then send phone number details in the booking request. |
roomImages | (JsonObject) | |
images | (JsonArray) | |
image | (JsonObject) | |
image | order (Integer) |
Image order number |
image | type (String) |
Image type |
image | description (String) |
Image description |
image | path (String) |
image file URL. |
ratePlan | (JsonObject) * | |
ratePlan | availableStatus * (String) |
availability status of the room |
ratePlan | cancelPolicyIndicator (String) |
The cancel policy indicators Eg: refundable |
ratePlan | code * (String) |
This attribute contains the room contract details |
ratePlan | isPackage (String) |
Shows if the room rate is a package. |
ratePlan | rateType (String) |
Contains rate type Eg: Retail/Corporate |
ratePlan | gstAssured (Boolean) |
This indicated that available room hotel is GST assured and you can make request for GST invoices |
ratePlan | lastCancellationDate (Date) |
Indicates last cancellation date |
ratePlan | fixedCombo (Boolean) |
Shows room selection is combined or flexible. |
roomRate | (JsonObject) | |
roomRate | currency* (String) |
Contains selling currency room price |
roomRate | netAmount* (Double) |
Selling price of a room. |
supplierAdditionalFareInfo | (JsonObject) | Not released yet |
supplierAdditionalFareInfo | currency (String) |
Not released yet |
supplierAdditionalFareInfo | discount (Double) |
Not released yet |
supplierAdditionalFareInfo | publishedFare (Double) |
Not released yet |
supplierAdditionalFareInfo | commissionEarned (Double) |
Not released yet |
supplierAdditionalFareInfo | offeredFare (Double) |
Not released yet |
supplierAdditionalFareInfo | tdsOnCommission (Double) |
Not released yet |
supplierAdditionalFareInfo | serviceFee (Double) |
Not released yet |
customerAdditionalFareInfo | (JsonObject) | Not released yet |
customerAdditionalFareInfo | transactionFeeEarned (Double) |
Not released yet |
customerAdditionalFareInfo | tdsOnCommission (Double) |
Not released yet |
customerAdditionalFareInfo | commissionEarned (Double) |
Not released yet |
customerAdditionalFareInfo | markupEarned (Double) |
Not released yet |
customerAdditionalFareInfo | discount (Double) |
Not released yet |
customerAdditionalFareInfo | vat (Double) |
Not released yet |
customerAdditionalFareInfo | cgst (Double) |
Not released yet |
customerAdditionalFareInfo | sgst (Double) |
Not released yet |
customerAdditionalFareInfo | igst (Double) |
Not released yet |
taxes | (JsonArray) | |
tax | (JsonObject) | |
tax | name (String) |
Tax name |
tax | amount (Double) |
Tax amount |
tax | included (Boolean) |
Shows if the tax is included in the room rate or not. |
rates | (JsonArray) * | |
rate | (JsonObject) | |
rate | name * (String) |
Name of the rate Eg: daily rates |
rate | amount * (String) |
Rate amount |
rate | from * (Date) |
Start date of room rate. |
rate | to * (Date) |
End date of room rate. |
rate | rateIndex * (String) |
Rate number |
offers | (JsonArray) | |
offer | (JsonObject) | |
offer | code (String) |
Offer Code |
offer | name (String) |
Offer name |
offer | from (Date) |
Start date from that date offer will apply |
offer | to (Date) |
End date where the offer will expire |
offer | amount (Double) |
Offer amount |
offer | included (Boolean) |
indicate that the offer is applied or not |
supplements | (JsonArray) | |
supplement | (JsonObject) | |
supplement | supplementKey (String) |
ABFJKHEJHBMNSDFH |
supplement | type (String) |
Supplement Type |
supplement | name (String) |
Supplement name |
supplement | from (Date) |
Start date from that date supplement will apply |
supplement | to (Date) |
End date that the supplement will expire |
supplement | amount (Double) |
supplement charges |
supplement | included (Boolean) |
indicate that the supplement is applied or not to given room |
supplement | currency (String) |
supplement charges currency |
financialInfo | (JsonObject) | |
financialInfo | tmc (String) |
This tag contains supplier owner name. tmc - Travel Management Company. Eg: VE |
financialInfo | supplier (String) |
Name of the supplier |
payment | (JsonObject) | |
payment | paymentTypes (String) |
Payment types Eg: CARD,CR |
payment | paymentNetwork (String) |
Payment Network Codes Not released yet |
hotel search response | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 |
|
Hotel search request with minimum parameters
You can use below request message as well for the search. It has only minimum required parameters.