Wiki source code of Hotel Search

Version 3.1 by Giorgi Mdivnishvili on 2023/11/28 17:34

Show last authors
1
2
3 With the parameters provided in GetHotels and GetCities reponse, it’s avaible to search hotels with the desired parameters in Hotels Search.
4
5
6
7 Request example:
8
9 {{code language="Json"}}
10 {
11 "MaxResultCount":50,
12 "MaxHotelCount":10,
13 "ContragentContactUID":"55a2fcfb-8378-4b73-ab1e-bc8e5c836f4e",
14 "CheckInDate":"2023-12-25T00:00:00",
15 "CheckOutDate":"2024-01-02T00:00:00",
16 "Adults":1,
17 "Children":2,
18 "ChildrenAges":"5,10",
19 "CountryMask":"AE",
20
21 "arrivalCities": [
22 {
23 "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2"
24
25 }
26 ]
27
28 }
29 {{/code}}
30
31
32
33