Changes for page 4. Hotel Search

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

From version 2.1
edited by Giorgi Mdivnishvili
on 2023/11/28 17:32
Change comment: There is no comment for this version
To version 1.1
edited by Giorgi Mdivnishvili
on 2023/11/28 17:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,27 +4,22 @@
4 4  
5 5  
6 6  
7 -Request example:{{code language="Json"}}{
8 - "MaxResultCount":50, <<< max result count in response
9 - "MaxHotelCount":10, <<< max hotel count with the cheapest to expensive
10 - "ProviderIds":[5], <<< Dynamic channel, which cheeks prices during search, if you change it to 13 request will be immediate, but prices wont be the latest and cheapest.
11 - "ContragentContactUID":"55a2fcfb-8378-4b73-ab1e-bc8e5c836f4e",
12 - "CheckInDate":"2023-12-25T00:00:00",
13 - "CheckOutDate":"2024-01-02T00:00:00",
14 - "Adults":1,
15 - "Children":0,
16 - "ChildrenAges":"", in case of several children, "5,10" numbers must be separated by comma
17 - "CountryMask":"AE", << country code
18 -
19 - "arrivalCities": [
7 +Request example:
8 +
9 +>{ "MaxResultCount":50,  <<< max result count in response "MaxHotelCount":10, <<< max hotel count with the cheapest to expensive "ProviderIds":[5], <<< Dynamic channel, which cheeks prices during search, if you              change it to 13 request will be immediate, but prices wont be the latest and cheapest. "ContragentContactUID":"55a2fcfb-8378-4b73-ab1e-bc8e5c836f4e", "CheckInDate":"2023-12-25T00:00:00", "CheckOutDate":"2024-01-02T00:00:00", "Adults":1, "Children":0, "ChildrenAges":"", in case of several children, "5,10" numbers must be separated by comma "CountryMask":"AE",  <<  country code
10 +(((
11 +
12 + "arrivalCities": [
13 +
20 20   {
21 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2" << city UID where we are searching hotels
22 -
15 +
16 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2" << city UID where we are searching hotels
17 +
18 +
23 23   }
20 +
24 24   ]
25 25  
26 -}
27 -{{/code}}
28 28  
29 -
30 -
24 +}
25 +)))