Changes for page 4. Hotel Search

Last modified by Giorgi Mdivnishvili on 2024/09/04 09:58

From version 24.1
edited by Giorgi Mdivnishvili
on 2024/02/29 11:22
Change comment: There is no comment for this version
To version 19.1
edited by Giorgi Mdivnishvili
on 2024/02/29 11:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -15,6 +15,7 @@
15 15  Method POST
16 16  
17 17  
18 +
18 18  == **Request example:** ==
19 19  
20 20  {{code language="Json"}}
... ... @@ -40,8 +40,6 @@
40 40  {{/code}}
41 41  
42 42  
43 -== Definition of Request Parameters ==
44 -
45 45  (% class="table-bordered" %)
46 46  (% class="info" %)|**Parameter**|**Value**|**Description**
47 47  |** "MaxResultCount"**|2,|Maximum number of results to display
... ... @@ -55,8 +55,8 @@
55 55  |** "ChildrenAges"**| "",|children ages, the must be separated with ","
56 56  |** "cityUID"**| "e1344ba0-5273-4fc1-b6c4-72446260f430"|Code of the city, which is available in method [[Get Cities>>Get Cities]] in parameter [cityid]
57 57  
57 +== ==
58 58  
59 -
60 60  (% class="wikigeneratedid" %)
61 61  In case there is need to display hotels in whole country, no mater cities, it's possible to remove "arrivalCities" parameter.
62 62  
... ... @@ -63,6 +63,7 @@
63 63  
64 64  == Response Example ==
65 65  
65 +
66 66  {{code language="json"}}
67 67  {
68 68   "result": [
... ... @@ -184,7 +184,6 @@
184 184  {{/code}}
185 185  
186 186  
187 -== Definition of Response Parameters ==
188 188  
189 189  (% class="table-bordered" %)
190 190  (% class="info" %)|**Parameter**|**value**|**Description**
... ... @@ -225,22 +225,22 @@
225 225  |** "hotelCode"**| "10b7bc34-2a03-495e-94bc-1092b07823f7",|Unique ID of the Hotel. Full List of the hotels is available in [[Get Hotels>>Get Hotels]] method
226 226  |** "id"**| 1656436810005000001,|
227 227  |** "hotel"**| {|
228 -|** "hotelCode"**| "10b7bc34-2a03-495e-94bc-1092b07823f7",|Unique ID of the Hotel. Full List of the hotels is available in [[Get Hotels>>Get Hotels]] method
229 -|** "hotelName"**| "Istanbul Holiday Hotel",|Full name of the Hotel
230 -|** "hotelClass"**| "~*~**",|Hotel Class in Stars
231 -|** "cityId"**| "e1344ba0-5273-4fc1-b6c4-72446260f430",|Code of the city where  hotel is located, which is available in method [[Get Cities>>Get Cities]] in parameter [cityid]
232 -|** "cityName"**| "Istanbul",|Full Name of the City
233 -|** "countryCode"**| "TR",|Country code, which can be retrieved in [[Get Cities>>Get Cities]] method, in parameter [countrycode]
234 -|** "districtId"**| "6ca0ed7e-7412-4e45-85b5-dd0d74cabc62",|District unique code, where hotel is located.
235 -|** "districtName"**| "Fatih",|Full name of the District
236 -|** "note"**| ""|Hotel note - this is optional
227 +|** "hotelCode"**| "10b7bc34-2a03-495e-94bc-1092b07823f7",|
228 +|** "hotelName"**| "Istanbul Holiday Hotel",|
229 +|** "hotelClass"**| "~*~**",|
230 +|** "cityId"**| "e1344ba0-5273-4fc1-b6c4-72446260f430",|
231 +|** "cityName"**| "Istanbul",|
232 +|** "countryCode"**| "TR",|
233 +|** "districtId"**| "6ca0ed7e-7412-4e45-85b5-dd0d74cabc62",|
234 +|** "districtName"**| "Fatih",|
235 +|** "note"**| ""|
237 237  |** },**| |
238 -|** "adults"**| 1,|Number of the adults
239 -|** "children"**| 0,|Number of the children
240 -|** "childrenAges"**| "",|in case of children, here will be their ages
237 +|** "adults"**| 1,|
238 +|** "children"**| 0,|
239 +|** "childrenAges"**| "",|
241 241  |** "childrenExeptInfants"**| 0,|
242 -|** "checkInDate"**| "2024-05-06T00000",|date of the check in
243 -|** "checkOutDate"**| "2024-05-07T00000",|date of the check out
241 +|** "checkInDate"**| "2024-05-06T00000",|
242 +|** "checkOutDate"**| "2024-05-07T00000",|
244 244  |** "includedExtrasAmount"**| 0,|
245 245  |** "extraServices"**| []|
246 246  |** },**| |