Wiki source code of Hotel Search

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

Hide last authors
Giorgi Mdivnishvili 1.1 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
Giorgi Mdivnishvili 3.1 7 Request example:
8
9 {{code language="Json"}}
10 {
11 "MaxResultCount":50,
12 "MaxHotelCount":10,
Giorgi Mdivnishvili 2.1 13 "ContragentContactUID":"55a2fcfb-8378-4b73-ab1e-bc8e5c836f4e",
14 "CheckInDate":"2023-12-25T00:00:00",
15 "CheckOutDate":"2024-01-02T00:00:00",
16 "Adults":1,
Giorgi Mdivnishvili 3.1 17 "Children":2,
18 "ChildrenAges":"5,10",
19 "CountryMask":"AE",
Giorgi Mdivnishvili 2.1 20
21 "arrivalCities": [
Giorgi Mdivnishvili 1.1 22 {
Giorgi Mdivnishvili 3.1 23 "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2"
Giorgi Mdivnishvili 2.1 24
Giorgi Mdivnishvili 1.1 25 }
26 ]
27
Giorgi Mdivnishvili 2.1 28 }
29 {{/code}}
Giorgi Mdivnishvili 1.1 30
Giorgi Mdivnishvili 2.1 31
Giorgi Mdivnishvili 3.1 32
Giorgi Mdivnishvili 2.1 33