Changes for page 1. SearchHotelPrices
Last modified by Giorgi Mdivnishvili on 2024/11/06 10:47
From version 13.1
edited by Giorgi Mdivnishvili
on 2024/01/10 17:54
on 2024/01/10 17:54
Change comment:
There is no comment for this version
To version 9.1
edited by Giorgi Mdivnishvili
on 2023/12/26 15:35
on 2023/12/26 15:35
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,13 +6,13 @@ 6 6 7 7 = Method Description = 8 8 9 -Thi smethodisusedto retrieveonlyhotelprices.It'spossibletoreceive dataascurrent dates,also ineranges using parameter"stayDays": 0, "stayDaysTo":0.the maximumdifferencebetweenthedayscanbe7. Belowyou cansee examples.9 +The initial method of the integration process is authorization. You will be provided with a test user username and password to generate the access token that you will need to pass in all the following methods. 10 10 11 11 12 12 == Endpoint URL - [POST] == 13 13 14 14 {{info}} 15 -[[https:~~/~~/in tegration.kazunion.com/api/OnlyHotelPackages/SearchHotelPrices>>https://integration.kazunion.com/api/OnlyHotelPackages/SearchHotelPrices]]15 +[[https:~~/~~/online-api.kazunion.com/api/OnlyHotelPackages/SearchHotelPrices>>https://online-api.kazunion.com/api/OnlyHotelPackages/SearchHotelPrices]] 16 16 {{/info}} 17 17 18 18 ... ... @@ -38,9 +38,9 @@ 38 38 "tag": "string" 39 39 } 40 40 ], 41 - "checkInDate": "2023-12-14", 42 - "checkInDateTo": "2023-12-14", 43 - "checkOutDate": "2023-12-14", 41 + "checkInDate": "2023-12-14T08:09:42.770Z", 42 + "checkInDateTo": "2023-12-14T08:09:42.770Z", 43 + "checkOutDate": "2023-12-14T08:09:42.770Z", 44 44 "stayDays": 0, 45 45 "stayDaysTo": 0, 46 46 "adults": 0, ... ... @@ -82,8 +82,8 @@ 82 82 {{code language="Json"}} 83 83 { 84 84 "countryCode": "AE", 85 - "checkInDate": "2024-02-15", 86 - "checkInDateTo": "2024-02-20", 85 + "checkInDate": "2024-02-15T08:00:00.000Z", 86 + "checkInDateTo": "2024-02-20T08:00:00.000Z", 87 87 88 88 "stayDays": 4, 89 89 "stayDaysTo": 6,