Changes for page 4. Hotel Search
Last modified by Giorgi Mdivnishvili on 2024/09/04 09:58
From version 3.1
edited by Giorgi Mdivnishvili
on 2023/11/28 17:34
on 2023/11/28 17:34
Change comment:
There is no comment for this version
To version 1.1
edited by Giorgi Mdivnishvili
on 2023/11/28 17:31
on 2023/11/28 17:31
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,28 +6,20 @@ 6 6 7 7 Request example: 8 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": [ 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 + 22 22 { 23 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2" 24 - 25 - } 26 - ] 27 27 28 -} 29 -{{/code}} 16 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2" << city UID where we are searching hotels 30 30 31 31 19 + } 32 32 33 - 21 + ] 22 + 23 + 24 +} 25 +)))