Changes for page 2. CalcPackage

Last modified by Giorgi Mdivnishvili on 2024/04/12 18:58

From version 12.1
edited by Giorgi Mdivnishvili
on 2024/04/12 18:15
Change comment: There is no comment for this version
To version 8.1
edited by Giorgi Mdivnishvili
on 2023/12/15 16:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -2. CalcPackage
1 +CalcPackage
Content
... ... @@ -6,13 +6,13 @@
6 6  
7 7  = Method Description =
8 8  
9 -This method is used to calculate package only hotels, to recheck prices, availability, prices and cancelation policy before book.
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:~~/~~/integration.kazunion.com/api/OnlyHotelPackages/CalcPackage>>https://integration.kazunion.com/api/OnlyHotelPackages/CalcPackage]]
15 +[[https:~~/~~/online-api.kazunion.com/api/OnlyHotelPackages/CalcPackage>>https://online-api.kazunion.com/api/OnlyHotelPackages/CalcPackage]]
16 16  {{/info}}
17 17  
18 18  
... ... @@ -39,8 +39,10 @@
39 39  
40 40  {{code language="Json"}}
41 41  {
42 - "packageId": "onlyhotel:25a0ce83-047e-485a-8fd7-f2b5a7a1fa37:9963330c-2346-4330-b9cf-7abbb0f64636",
43 - "includeInsurance": false
42 + "packageId": "onlyhotel:c4e23e7e-3d54-4efa-a3db-88508230ce91:504f63ca-6dd5-4d84-8245-cf7e77ccff73",
43 + "extraServicePriceCodes": [
44 +
45 + ]
44 44  }
45 45  {{/code}}
46 46  
... ... @@ -138,47 +138,41 @@
138 138  {{code language="Json"}}
139 139  {
140 140   "package": {
141 - "id": "onlyhotel:25a0ce83-047e-485a-8fd7-f2b5a7a1fa37:9963330c-2346-4330-b9cf-7abbb0f64636",
143 + "id": "onlyhotel:c4e23e7e-3d54-4efa-a3db-88508230ce91:504f63ca-6dd5-4d84-8245-cf7e77ccff73",
142 142   "priceCurrency": "USD",
143 - "totalPrice": 46.94,
145 + "totalPrice": 381.70,
144 144   "agentCommissionPercent": 0.00,
145 145   "agentCommissionAmount": 0.00,
146 146   "hotel": {
147 - "hotelPriceId": "9963330c-2346-4330-b9cf-7abbb0f64636",
148 - "hotelName": "Royal Continental Hotel",
149 - "hotelCode": "03cf038c-df96-4926-af5f-0f285e600405",
150 - "nigths": 1,
149 + "hotelPriceId": "504f63ca-6dd5-4d84-8245-cf7e77ccff73",
150 + "providerId": 13,
151 + "hotelName": "Golden Tulip Al Barsha Hotel",
152 + "hotelCode": "ed0820c5-29b0-4e1b-8bcf-9f3c181e7961",
153 + "nigths": 4,
151 151   "mealPlan": "RO",
152 152   "hotelClass": "4",
153 - "hotelColor": "#000000",
154 154   "availabilityType": "FreeSale",
155 155   "availableRoomsCount": 0,
156 156   "fewRooms": true,
157 - "roomCategoryCode": "ff13e5ec-2116-46d1-9ff4-ae76be84ff91",
158 - "roomCategoryName": "Superior King Room",
159 - "placementTypeName": "DBL",
160 - "checkInDate": "2024-06-30T00:00:00.000",
161 - "checkOutDate": "2024-07-01T00:00:00.000",
162 - "adults": 2,
163 - "children": 0,
164 - "districtUID": "aaff2238-fa72-4900-83f8-a16990415547",
165 - "districtName": "Deira",
159 + "roomCategoryCode": "e63ea5ac-4883-4059-bb0a-795a534bbbfb",
160 + "roomCategoryName": "Superior Twin",
161 + "placementTypeName": "SNGL + CHILD(6-11.99)sharing",
162 + "checkInDate": "2024-02-17T08:00:00.000Z",
163 + "checkOutDate": "2024-02-21T08:00:00.000Z",
164 + "adults": 1,
165 + "children": 1,
166 + "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e",
167 + "districtName": "Al Barsha",
166 166   "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
167 167   "cityName": "Dubai",
168 168   "countryCode": "AE",
169 169   "countryName": "United Arab Emirates",
170 - "hasAlcohol": false,
172 + "hasAlcohol": true,
171 171   "hasFreeWifi": true,
172 172   "hasMetro": false,
173 173   "hasPool": true,
174 174   "hasMall": false,
175 - "infantMaxAge": 5.99,
176 - "childMinAge": 6.00,
177 - "childMaxAge": 11.99,
178 - "teenMinAge": 0.0,
179 - "teenMaxAge": 0.0,
180 - "adultMinAge": 12.00,
181 - "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
177 + "cancellationPolicyDescription": "Cancellation Policy: 15 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
182 182   "cancellationPolicy": {
183 183   "noShowChargeValue": 100.00,
184 184   "noShowChargeValueType": "%",
... ... @@ -186,30 +186,17 @@
186 186   "earlyDepartureChargeValueType": "%",
187 187   "conditions": [
188 188   {
189 - "timeunits": 1,
185 + "timeunits": 15,
190 190   "timeunitType": "Day",
191 191   "timeOffsetTypeName": "Before Arrival",
192 - "chargeValue": 1.00,
193 - "chargeValueType": "Night"
188 + "chargeValue": 100.00,
189 + "chargeValueType": "%"
194 194   }
195 195   ]
196 196   }
197 197   },
198 - "extraServices": [],
199 - "insurancePrice": {
200 - "name": "Insurance (10000 USD) with COVID coverage",
201 - "price": 8.96,
202 - "actualStartDate": "2024-06-30T00:00:00.000",
203 - "actualEndDate": "2024-07-01T00:00:00.000",
204 - "optional": true,
205 - "includedInPackagePrice": false
206 - },
207 - "sortCheckInOut": "30.06.2024-01.07.2024",
208 - "sortHotelName": "royal continental hotel",
209 - "sortDetails": "ro",
210 - "sortPlacement": "superior king room dbl"
194 + "extraServices": []
211 211   },
212 - "refreshPriceResult": "Success",
213 213   "error": false
214 214  }
215 215  {{/code}}
... ... @@ -353,3 +353,4 @@
353 353  }
354 354  {{/success}}
355 355  
339 +