Last modified by Giorgi Mdivnishvili on 2024/07/11 12:45

From version 24.1
edited by Giorgi Mdivnishvili
on 2024/07/11 12:45
Change comment: There is no comment for this version
To version 22.1
edited by Giorgi Mdivnishvili
on 2024/07/11 12:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -70,8 +70,6 @@
70 70  == Request example for 2Adults 2Child ==
71 71  
72 72  {{code language="Json"}}
73 -
74 -
75 75  {
76 76   "departureCountryCode": "KZ",
77 77   "departureCityUID": "f0ba6324-f337-405c-8cc7-23d62cf664e8",
... ... @@ -82,19 +82,18 @@
82 82   4,
83 83   8
84 84   ],
85 - "departureDate": "2024-08-26T00:00:00",
86 - "returnDate": "2024-09-02T00:00:00",
83 + "departureDate": "2024-05-26T00:00:00",
84 + "returnDate": "2024-06-02T00:00:00",
87 87   "departureAndReturnDaysCount": 7,
88 - "checkInDate": "2024-08-26T00:00:00",
89 - "checkOutDate": "2024-09-02T00:00:00",
86 + "checkInDate": "2024-05-26T00:00:00",
87 + "checkOutDate": "2024-06-02T00:00:00",
90 90   "checkInAndCheckOutDaysCount": 7,
91 91   "directFlightsOnly": true,
92 - "searchCurrency": "KZT",
90 + "searchCurrency": "USD",
93 93  
94 94   "pagingId": "",
95 95   "pageNumber": 1,
96 96   "pageRowCount":5
97 -
98 98  }
99 99  {{/code}}
100 100  
... ... @@ -103,1153 +103,177 @@
103 103  
104 104  {{code language="json"}}
105 105  {
106 - "packages": [
103 + "error": true,
104 + "errorCode": "string",
105 + "errorDescription": "string",
106 + "userErrorDescription": "string",
107 + "packages": [
108 + {
109 + "cacheKey": "string",
110 + "id": "string",
111 + "priceCurrency": "string",
112 + "totalPrice": 0,
113 + "agentCommissionPercent": 0,
114 + "agentCommissionAmount": 0,
115 + "includedExtrasAmount": 0,
116 + "priceDifference": 0,
117 + "hotel": {
118 + "hotelPriceId": "string",
119 + "providerId": 0,
120 + "hotelName": "string",
121 + "hotelCode": "string",
122 + "nigths": 0,
123 + "mealPlan": "string",
124 + "hotelClass": "string",
125 + "availabilityType": "OnRequest",
126 + "availableRoomsCount": 0,
127 + "fewRooms": true,
128 + "roomCategoryCode": "string",
129 + "roomCategoryName": "string",
130 + "placementTypeName": "string",
131 + "placementDescription": "string",
132 + "checkInDate": "2023-12-14T13:47:13.396Z",
133 + "checkOutDate": "2023-12-14T13:47:13.396Z",
134 + "adults": 0,
135 + "children": 0,
136 + "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
137 + "districtName": "string",
138 + "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
139 + "cityName": "string",
140 + "countryCode": "string",
141 + "countryName": "string",
142 + "hasAlcohol": true,
143 + "hasFreeWifi": true,
144 + "hasMetro": true,
145 + "hasPool": true,
146 + "hasMall": true,
147 + "cancellationPolicyDescription": "string",
148 + "cancellationPolicy": {
149 + "cancellationPolicyCode": "string",
150 + "noShowChargeValue": 0,
151 + "noShowChargeValueType": "string",
152 + "earlyDepartureChargeValue": 0,
153 + "earlyDepartureChargeValueType": "string",
154 + "conditions": [
155 + {
156 + "timeunits": 0,
157 + "timeunitType": "string",
158 + "timeOffsetTypeName": "string",
159 + "chargeValue": 0,
160 + "chargeValueType": "string"
161 + }
162 + ]
163 + }
164 + },
165 + "flight": {
166 + "id": "string",
167 + "departureDate": "2023-12-14T13:47:13.396Z",
168 + "returnDate": "2023-12-14T13:47:13.396Z",
169 + "departureTicketsLeft": 0,
170 + "returnTicketsLeft": 0,
171 + "departureAvailabilityType": "OnRequest",
172 + "returnAvailabilityType": "OnRequest",
173 + "isTwoWay": true,
174 + "departureSegments": [
175 + {
176 + "airlineCode": "string",
177 + "airlineName": "string",
178 + "flightCode": "string",
179 + "class": "string",
180 + "lugageWeight": 0,
181 + "handLugageWeight": 0,
182 + "departureFlightDate": "2023-12-14T13:47:13.396Z",
183 + "departureCountryName": "string",
184 + "departureCityName": "string",
185 + "departureAirportCode": "string",
186 + "departureAirportName": "string",
187 + "departureTerminalCode": "string",
188 + "arrivalFlightDate": "2023-12-14T13:47:13.396Z",
189 + "arrivalCountryName": "string",
190 + "arrivalCityName": "string",
191 + "arrivalAirportCode": "string",
192 + "arrivalAirportName": "string",
193 + "arrivalTerminalCode": "string",
194 + "flightDuration": "string",
195 + "baggages": [
196 + {
197 + "baggageCode": "string",
198 + "description": "string",
199 + "price": 0,
200 + "currency": "string",
201 + "included": true
202 + }
203 + ]
204 + }
205 + ],
206 + "returnSegments": [
207 + {
208 + "airlineCode": "string",
209 + "airlineName": "string",
210 + "flightCode": "string",
211 + "class": "string",
212 + "lugageWeight": 0,
213 + "handLugageWeight": 0,
214 + "departureFlightDate": "2023-12-14T13:47:13.396Z",
215 + "departureCountryName": "string",
216 + "departureCityName": "string",
217 + "departureAirportCode": "string",
218 + "departureAirportName": "string",
219 + "departureTerminalCode": "string",
220 + "arrivalFlightDate": "2023-12-14T13:47:13.396Z",
221 + "arrivalCountryName": "string",
222 + "arrivalCityName": "string",
223 + "arrivalAirportCode": "string",
224 + "arrivalAirportName": "string",
225 + "arrivalTerminalCode": "string",
226 + "flightDuration": "string",
227 + "baggages": [
228 + {
229 + "baggageCode": "string",
230 + "description": "string",
231 + "price": 0,
232 + "currency": "string",
233 + "included": true
234 + }
235 + ]
236 + }
237 + ]
238 + },
239 + "extraServices": [
107 107   {
108 - "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:f9be75ed-0b50-4598-aece-5b959400c0f0:b7d53209-ea5a-47a9-9074-f82d88dacac4",
109 - "priceCurrency": "USD",
110 - "totalPrice": 1883.71,
111 - "agentCommissionPercent": 9.0,
112 - "agentCommissionAmount": 169.53,
113 - "includedExtrasAmount": 0,
114 - "priceDifference": 0,
115 - "hotel": {
116 - "hotelPriceId": "f9be75ed-0b50-4598-aece-5b959400c0f0",
117 - "hotelName": "Nihal Hotel",
118 - "hotelCode": "176cb63d-9ebc-4a87-b12f-efe4b9180ced",
119 - "nights": 7,
120 - "mealPlan": "RO",
121 - "hotelClass": "3",
122 - "hotelColor": "#000000",
123 - "availabilityType": "FreeSale",
124 - "availableRoomsCount": 0,
125 - "fewRooms": true,
126 - "roomCategoryCode": "2561405f-6942-4f8e-b044-87fd347c0ec5",
127 - "roomCategoryName": "Standard Room",
128 - "placementTypeName": "DBL + CHILD + CHILD(2-5.99)(6-11.99)sharing",
129 - "checkInDate": "2024-08-26T00:00:00",
130 - "checkOutDate": "2024-09-02T00:00:00",
131 - "adults": 2,
132 - "children": 2,
133 - "districtUID": "aaff2238-fa72-4900-83f8-a16990415547",
134 - "districtName": "Deira",
135 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
136 - "cityName": "Dubai",
137 - "countryCode": "AE",
138 - "countryName": "United Arab Emirates",
139 - "hasAlcohol": true,
140 - "hasFreeWifi": false,
141 - "hasMetro": true,
142 - "hasPool": true,
143 - "hasMall": false,
144 - "infantMaxAge": 5.99,
145 - "childMinAge": 6.0,
146 - "childMaxAge": 11.99,
147 - "teenMinAge": 0.0,
148 - "teenMaxAge": 0.0,
149 - "adultMinAge": 12.0,
150 - "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
151 - "cancellationPolicy": {
152 - "noShowChargeValue": 100.0,
153 - "noShowChargeValueType": "%",
154 - "earlyDepartureChargeValue": 100.0,
155 - "earlyDepartureChargeValueType": "%",
156 - "conditions": [
157 - {
158 - "timeunits": 2,
159 - "timeunitType": "Day",
160 - "timeOffsetTypeName": "Before Arrival",
161 - "chargeValue": 1.0,
162 - "chargeValueType": "Night"
163 - }
164 - ]
165 - }
166 - },
167 - "flight": {
168 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4",
169 - "departureDate": "2024-08-26T00:00:00",
170 - "returnDate": "2024-09-02T00:00:00",
171 - "departureTicketsLeft": 28,
172 - "returnTicketsLeft": 30,
173 - "departureAvailabilityType": "FreeSale",
174 - "returnAvailabilityType": "FreeSale",
175 - "isTwoWay": true,
176 - "sameBaggageForAll": false,
177 - "totalBaggage": false,
178 - "isBlock": true,
179 - "class": "Economy",
180 - "departureSegments": [
181 - {
182 - "airlineCode": "FZ",
183 - "airlineName": "Fly Dubai",
184 - "flightCode": "FZ1722",
185 - "class": "Economy",
186 - "lugageWeight": 20,
187 - "handLugageWeight": 6,
188 - "departureFlightDate": "2024-08-26T03:40:00.000",
189 - "departureCountryName": "Kazakhstan",
190 - "departureCityName": "Almaty",
191 - "departureAirportCode": "ALA",
192 - "departureAirportName": "Almaty Intl Airport",
193 - "departureTerminalCode": "ALA",
194 - "arrivalFlightDate": "2024-08-26T07:15:00.000",
195 - "arrivalCountryName": "United Arab Emirates",
196 - "arrivalCityName": "Dubai",
197 - "arrivalAirportCode": "DXB",
198 - "arrivalAirportName": "Dubai Intl Airport",
199 - "arrivalTerminalCode": "DXB3",
200 - "flightDuration": "5h 35m"
201 - }
202 - ],
203 - "returnSegments": [
204 - {
205 - "airlineCode": "FZ",
206 - "airlineName": "Fly Dubai",
207 - "flightCode": "FZ1721",
208 - "class": "Economy",
209 - "lugageWeight": 20,
210 - "handLugageWeight": 6,
211 - "departureFlightDate": "2024-09-02T21:30:00.000",
212 - "departureCountryName": "United Arab Emirates",
213 - "departureCityName": "Dubai",
214 - "departureAirportCode": "DXB",
215 - "departureAirportName": "Dubai Intl Airport",
216 - "departureTerminalCode": "DXB3",
217 - "arrivalFlightDate": "2024-09-03T02:40:00.000",
218 - "arrivalCountryName": "Kazakhstan",
219 - "arrivalCityName": "Almaty",
220 - "arrivalAirportCode": "ALA",
221 - "arrivalAirportName": "Almaty Intl Airport",
222 - "arrivalTerminalCode": "ALA",
223 - "flightDuration": "3h 10m"
224 - }
225 - ],
226 - "passengers": [
227 - {
228 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1",
229 - "isAdult": true,
230 - "selectedForwardBaggageCode": "INCLUDED",
231 - "selectedBackwardBaggageCode": "INCLUDED",
232 - "forwardBaggages": [
233 - {
234 - "baggageCode": "INCLUDED",
235 - "description": "20 Kg Included",
236 - "price": 0.0,
237 - "currency": "USD",
238 - "included": true
239 - }
240 - ],
241 - "backwardBaggages": [
242 - {
243 - "baggageCode": "INCLUDED",
244 - "description": "20 Kg Included",
245 - "price": 0.0,
246 - "currency": "USD",
247 - "included": true
248 - }
249 - ]
250 - },
251 - {
252 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2",
253 - "isAdult": true,
254 - "selectedForwardBaggageCode": "INCLUDED",
255 - "selectedBackwardBaggageCode": "INCLUDED",
256 - "forwardBaggages": [
257 - {
258 - "baggageCode": "INCLUDED",
259 - "description": "20 Kg Included",
260 - "price": 0.0,
261 - "currency": "USD",
262 - "included": true
263 - }
264 - ],
265 - "backwardBaggages": [
266 - {
267 - "baggageCode": "INCLUDED",
268 - "description": "20 Kg Included",
269 - "price": 0.0,
270 - "currency": "USD",
271 - "included": true
272 - }
273 - ]
274 - },
275 - {
276 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1",
277 - "isAdult": false,
278 - "selectedForwardBaggageCode": "INCLUDED",
279 - "selectedBackwardBaggageCode": "INCLUDED",
280 - "forwardBaggages": [
281 - {
282 - "baggageCode": "INCLUDED",
283 - "description": "20 Kg Included",
284 - "price": 0.0,
285 - "currency": "USD",
286 - "included": true
287 - }
288 - ],
289 - "backwardBaggages": [
290 - {
291 - "baggageCode": "INCLUDED",
292 - "description": "20 Kg Included",
293 - "price": 0.0,
294 - "currency": "USD",
295 - "included": true
296 - }
297 - ]
298 - },
299 - {
300 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2",
301 - "isAdult": false,
302 - "selectedForwardBaggageCode": "INCLUDED",
303 - "selectedBackwardBaggageCode": "INCLUDED",
304 - "forwardBaggages": [
305 - {
306 - "baggageCode": "INCLUDED",
307 - "description": "20 Kg Included",
308 - "price": 0.0,
309 - "currency": "USD",
310 - "included": true
311 - }
312 - ],
313 - "backwardBaggages": [
314 - {
315 - "baggageCode": "INCLUDED",
316 - "description": "20 Kg Included",
317 - "price": 0.0,
318 - "currency": "USD",
319 - "included": true
320 - }
321 - ]
322 - }
323 - ]
324 - },
325 - "extraServices": [],
326 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:1",
327 - "sortCheckInOut": "26.08.2024-02.09.2024",
328 - "sortAirline": "fly dubai",
329 - "sortHotelName": "nihal hotel",
330 - "sortDetails": "ro",
331 - "sortPlacement": "standard room dbl child child 2 5 99 6 11 99 sharing",
332 - "subList": [],
333 - "exchangeRate": 480.0
334 - },
335 - {
336 - "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:af1c3f20-548d-4e8e-b976-52aaf9af8b8b:b7d53209-ea5a-47a9-9074-f82d88dacac4",
337 - "priceCurrency": "USD",
338 - "totalPrice": 1889.76,
339 - "agentCommissionPercent": 9.0,
340 - "agentCommissionAmount": 170.08,
341 - "includedExtrasAmount": 0,
342 - "priceDifference": 0,
343 - "hotel": {
344 - "hotelPriceId": "af1c3f20-548d-4e8e-b976-52aaf9af8b8b",
345 - "hotelName": "Six Seasons Hotel",
346 - "hotelCode": "b327fcea-afbe-4652-9f0c-8f09d941d5a4",
347 - "nights": 7,
348 - "mealPlan": "RO",
349 - "hotelClass": "3",
350 - "hotelColor": "#000000",
351 - "availabilityType": "StopSale",
352 - "availableRoomsCount": 0,
353 - "fewRooms": true,
354 - "roomCategoryCode": "5e28afcd-2f9d-4d4c-aefb-fd6c46cf0963",
355 - "roomCategoryName": "Standard King Room",
356 - "placementTypeName": "DBL + CHILD + CHILD(2-5.99)(6-10.99)sharing",
357 - "checkInDate": "2024-08-26T00:00:00",
358 - "checkOutDate": "2024-09-02T00:00:00",
359 - "adults": 2,
360 - "children": 2,
361 - "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992",
362 - "districtName": "Bur Dubai",
363 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
364 - "cityName": "Dubai",
365 - "countryCode": "AE",
366 - "countryName": "United Arab Emirates",
367 - "hasAlcohol": true,
368 - "hasFreeWifi": true,
369 - "hasMetro": false,
370 - "hasPool": true,
371 - "hasMall": false,
372 - "infantMaxAge": 5.99,
373 - "childMinAge": 6.0,
374 - "childMaxAge": 10.99,
375 - "teenMinAge": 0.0,
376 - "teenMaxAge": 0.0,
377 - "adultMinAge": 11.0,
378 - "cancellationPolicyDescription": "Cancellation Policy: Non refundable",
379 - "cancellationPolicy": {
380 - "noShowChargeValue": 100.0,
381 - "noShowChargeValueType": "%",
382 - "earlyDepartureChargeValue": 100.0,
383 - "earlyDepartureChargeValueType": "%",
384 - "conditions": [
385 - {
386 - "timeunits": 365,
387 - "timeunitType": "Day",
388 - "timeOffsetTypeName": "Before Arrival",
389 - "chargeValue": 100.0,
390 - "chargeValueType": "%"
391 - }
392 - ]
393 - }
394 - },
395 - "flight": {
396 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4",
397 - "departureDate": "2024-08-26T00:00:00",
398 - "returnDate": "2024-09-02T00:00:00",
399 - "departureTicketsLeft": 28,
400 - "returnTicketsLeft": 30,
401 - "departureAvailabilityType": "FreeSale",
402 - "returnAvailabilityType": "FreeSale",
403 - "isTwoWay": true,
404 - "sameBaggageForAll": false,
405 - "totalBaggage": false,
406 - "isBlock": true,
407 - "class": "Economy",
408 - "departureSegments": [
409 - {
410 - "airlineCode": "FZ",
411 - "airlineName": "Fly Dubai",
412 - "flightCode": "FZ1722",
413 - "class": "Economy",
414 - "lugageWeight": 20,
415 - "handLugageWeight": 6,
416 - "departureFlightDate": "2024-08-26T03:40:00.000",
417 - "departureCountryName": "Kazakhstan",
418 - "departureCityName": "Almaty",
419 - "departureAirportCode": "ALA",
420 - "departureAirportName": "Almaty Intl Airport",
421 - "departureTerminalCode": "ALA",
422 - "arrivalFlightDate": "2024-08-26T07:15:00.000",
423 - "arrivalCountryName": "United Arab Emirates",
424 - "arrivalCityName": "Dubai",
425 - "arrivalAirportCode": "DXB",
426 - "arrivalAirportName": "Dubai Intl Airport",
427 - "arrivalTerminalCode": "DXB3",
428 - "flightDuration": "5h 35m"
429 - }
430 - ],
431 - "returnSegments": [
432 - {
433 - "airlineCode": "FZ",
434 - "airlineName": "Fly Dubai",
435 - "flightCode": "FZ1721",
436 - "class": "Economy",
437 - "lugageWeight": 20,
438 - "handLugageWeight": 6,
439 - "departureFlightDate": "2024-09-02T21:30:00.000",
440 - "departureCountryName": "United Arab Emirates",
441 - "departureCityName": "Dubai",
442 - "departureAirportCode": "DXB",
443 - "departureAirportName": "Dubai Intl Airport",
444 - "departureTerminalCode": "DXB3",
445 - "arrivalFlightDate": "2024-09-03T02:40:00.000",
446 - "arrivalCountryName": "Kazakhstan",
447 - "arrivalCityName": "Almaty",
448 - "arrivalAirportCode": "ALA",
449 - "arrivalAirportName": "Almaty Intl Airport",
450 - "arrivalTerminalCode": "ALA",
451 - "flightDuration": "3h 10m"
452 - }
453 - ],
454 - "passengers": [
455 - {
456 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1",
457 - "isAdult": true,
458 - "selectedForwardBaggageCode": "INCLUDED",
459 - "selectedBackwardBaggageCode": "INCLUDED",
460 - "forwardBaggages": [
461 - {
462 - "baggageCode": "INCLUDED",
463 - "description": "20 Kg Included",
464 - "price": 0.0,
465 - "currency": "USD",
466 - "included": true
467 - }
468 - ],
469 - "backwardBaggages": [
470 - {
471 - "baggageCode": "INCLUDED",
472 - "description": "20 Kg Included",
473 - "price": 0.0,
474 - "currency": "USD",
475 - "included": true
476 - }
477 - ]
478 - },
479 - {
480 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2",
481 - "isAdult": true,
482 - "selectedForwardBaggageCode": "INCLUDED",
483 - "selectedBackwardBaggageCode": "INCLUDED",
484 - "forwardBaggages": [
485 - {
486 - "baggageCode": "INCLUDED",
487 - "description": "20 Kg Included",
488 - "price": 0.0,
489 - "currency": "USD",
490 - "included": true
491 - }
492 - ],
493 - "backwardBaggages": [
494 - {
495 - "baggageCode": "INCLUDED",
496 - "description": "20 Kg Included",
497 - "price": 0.0,
498 - "currency": "USD",
499 - "included": true
500 - }
501 - ]
502 - },
503 - {
504 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1",
505 - "isAdult": false,
506 - "selectedForwardBaggageCode": "INCLUDED",
507 - "selectedBackwardBaggageCode": "INCLUDED",
508 - "forwardBaggages": [
509 - {
510 - "baggageCode": "INCLUDED",
511 - "description": "20 Kg Included",
512 - "price": 0.0,
513 - "currency": "USD",
514 - "included": true
515 - }
516 - ],
517 - "backwardBaggages": [
518 - {
519 - "baggageCode": "INCLUDED",
520 - "description": "20 Kg Included",
521 - "price": 0.0,
522 - "currency": "USD",
523 - "included": true
524 - }
525 - ]
526 - },
527 - {
528 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2",
529 - "isAdult": false,
530 - "selectedForwardBaggageCode": "INCLUDED",
531 - "selectedBackwardBaggageCode": "INCLUDED",
532 - "forwardBaggages": [
533 - {
534 - "baggageCode": "INCLUDED",
535 - "description": "20 Kg Included",
536 - "price": 0.0,
537 - "currency": "USD",
538 - "included": true
539 - }
540 - ],
541 - "backwardBaggages": [
542 - {
543 - "baggageCode": "INCLUDED",
544 - "description": "20 Kg Included",
545 - "price": 0.0,
546 - "currency": "USD",
547 - "included": true
548 - }
549 - ]
550 - }
551 - ]
552 - },
553 - "extraServices": [],
554 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:2",
555 - "sortCheckInOut": "26.08.2024-02.09.2024",
556 - "sortAirline": "fly dubai",
557 - "sortHotelName": "six seasons hotel",
558 - "sortDetails": "ro",
559 - "sortPlacement": "standard king room dbl child child 2 5 99 6 10 99 sharing",
560 - "subList": [],
561 - "exchangeRate": 480.0
562 - },
563 - {
564 - "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:4c4d7504-f804-44f1-a850-d14708ceb8c8:b7d53209-ea5a-47a9-9074-f82d88dacac4",
565 - "priceCurrency": "USD",
566 - "totalPrice": 1889.76,
567 - "agentCommissionPercent": 9.0,
568 - "agentCommissionAmount": 170.08,
569 - "includedExtrasAmount": 0,
570 - "priceDifference": 0,
571 - "hotel": {
572 - "hotelPriceId": "4c4d7504-f804-44f1-a850-d14708ceb8c8",
573 - "hotelName": "Six Seasons Hotel",
574 - "hotelCode": "b327fcea-afbe-4652-9f0c-8f09d941d5a4",
575 - "nights": 7,
576 - "mealPlan": "RO",
577 - "hotelClass": "3",
578 - "hotelColor": "#000000",
579 - "availabilityType": "StopSale",
580 - "availableRoomsCount": 0,
581 - "fewRooms": true,
582 - "roomCategoryCode": "3476f552-6cb6-46cd-8331-cded195f9da3",
583 - "roomCategoryName": "Standard Twin Room",
584 - "placementTypeName": "DBL + CHILD + CHILD(2-5.99)(6-10.99)sharing",
585 - "checkInDate": "2024-08-26T00:00:00",
586 - "checkOutDate": "2024-09-02T00:00:00",
587 - "adults": 2,
588 - "children": 2,
589 - "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992",
590 - "districtName": "Bur Dubai",
591 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
592 - "cityName": "Dubai",
593 - "countryCode": "AE",
594 - "countryName": "United Arab Emirates",
595 - "hasAlcohol": true,
596 - "hasFreeWifi": true,
597 - "hasMetro": false,
598 - "hasPool": true,
599 - "hasMall": false,
600 - "infantMaxAge": 5.99,
601 - "childMinAge": 6.0,
602 - "childMaxAge": 10.99,
603 - "teenMinAge": 0.0,
604 - "teenMaxAge": 0.0,
605 - "adultMinAge": 11.0,
606 - "cancellationPolicyDescription": "Cancellation Policy: Non refundable",
607 - "cancellationPolicy": {
608 - "noShowChargeValue": 100.0,
609 - "noShowChargeValueType": "%",
610 - "earlyDepartureChargeValue": 100.0,
611 - "earlyDepartureChargeValueType": "%",
612 - "conditions": [
613 - {
614 - "timeunits": 365,
615 - "timeunitType": "Day",
616 - "timeOffsetTypeName": "Before Arrival",
617 - "chargeValue": 100.0,
618 - "chargeValueType": "%"
619 - }
620 - ]
621 - }
622 - },
623 - "flight": {
624 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4",
625 - "departureDate": "2024-08-26T00:00:00",
626 - "returnDate": "2024-09-02T00:00:00",
627 - "departureTicketsLeft": 28,
628 - "returnTicketsLeft": 30,
629 - "departureAvailabilityType": "FreeSale",
630 - "returnAvailabilityType": "FreeSale",
631 - "isTwoWay": true,
632 - "sameBaggageForAll": false,
633 - "totalBaggage": false,
634 - "isBlock": true,
635 - "class": "Economy",
636 - "departureSegments": [
637 - {
638 - "airlineCode": "FZ",
639 - "airlineName": "Fly Dubai",
640 - "flightCode": "FZ1722",
641 - "class": "Economy",
642 - "lugageWeight": 20,
643 - "handLugageWeight": 6,
644 - "departureFlightDate": "2024-08-26T03:40:00.000",
645 - "departureCountryName": "Kazakhstan",
646 - "departureCityName": "Almaty",
647 - "departureAirportCode": "ALA",
648 - "departureAirportName": "Almaty Intl Airport",
649 - "departureTerminalCode": "ALA",
650 - "arrivalFlightDate": "2024-08-26T07:15:00.000",
651 - "arrivalCountryName": "United Arab Emirates",
652 - "arrivalCityName": "Dubai",
653 - "arrivalAirportCode": "DXB",
654 - "arrivalAirportName": "Dubai Intl Airport",
655 - "arrivalTerminalCode": "DXB3",
656 - "flightDuration": "5h 35m"
657 - }
658 - ],
659 - "returnSegments": [
660 - {
661 - "airlineCode": "FZ",
662 - "airlineName": "Fly Dubai",
663 - "flightCode": "FZ1721",
664 - "class": "Economy",
665 - "lugageWeight": 20,
666 - "handLugageWeight": 6,
667 - "departureFlightDate": "2024-09-02T21:30:00.000",
668 - "departureCountryName": "United Arab Emirates",
669 - "departureCityName": "Dubai",
670 - "departureAirportCode": "DXB",
671 - "departureAirportName": "Dubai Intl Airport",
672 - "departureTerminalCode": "DXB3",
673 - "arrivalFlightDate": "2024-09-03T02:40:00.000",
674 - "arrivalCountryName": "Kazakhstan",
675 - "arrivalCityName": "Almaty",
676 - "arrivalAirportCode": "ALA",
677 - "arrivalAirportName": "Almaty Intl Airport",
678 - "arrivalTerminalCode": "ALA",
679 - "flightDuration": "3h 10m"
680 - }
681 - ],
682 - "passengers": [
683 - {
684 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1",
685 - "isAdult": true,
686 - "selectedForwardBaggageCode": "INCLUDED",
687 - "selectedBackwardBaggageCode": "INCLUDED",
688 - "forwardBaggages": [
689 - {
690 - "baggageCode": "INCLUDED",
691 - "description": "20 Kg Included",
692 - "price": 0.0,
693 - "currency": "USD",
694 - "included": true
695 - }
696 - ],
697 - "backwardBaggages": [
698 - {
699 - "baggageCode": "INCLUDED",
700 - "description": "20 Kg Included",
701 - "price": 0.0,
702 - "currency": "USD",
703 - "included": true
704 - }
705 - ]
706 - },
707 - {
708 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2",
709 - "isAdult": true,
710 - "selectedForwardBaggageCode": "INCLUDED",
711 - "selectedBackwardBaggageCode": "INCLUDED",
712 - "forwardBaggages": [
713 - {
714 - "baggageCode": "INCLUDED",
715 - "description": "20 Kg Included",
716 - "price": 0.0,
717 - "currency": "USD",
718 - "included": true
719 - }
720 - ],
721 - "backwardBaggages": [
722 - {
723 - "baggageCode": "INCLUDED",
724 - "description": "20 Kg Included",
725 - "price": 0.0,
726 - "currency": "USD",
727 - "included": true
728 - }
729 - ]
730 - },
731 - {
732 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1",
733 - "isAdult": false,
734 - "selectedForwardBaggageCode": "INCLUDED",
735 - "selectedBackwardBaggageCode": "INCLUDED",
736 - "forwardBaggages": [
737 - {
738 - "baggageCode": "INCLUDED",
739 - "description": "20 Kg Included",
740 - "price": 0.0,
741 - "currency": "USD",
742 - "included": true
743 - }
744 - ],
745 - "backwardBaggages": [
746 - {
747 - "baggageCode": "INCLUDED",
748 - "description": "20 Kg Included",
749 - "price": 0.0,
750 - "currency": "USD",
751 - "included": true
752 - }
753 - ]
754 - },
755 - {
756 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2",
757 - "isAdult": false,
758 - "selectedForwardBaggageCode": "INCLUDED",
759 - "selectedBackwardBaggageCode": "INCLUDED",
760 - "forwardBaggages": [
761 - {
762 - "baggageCode": "INCLUDED",
763 - "description": "20 Kg Included",
764 - "price": 0.0,
765 - "currency": "USD",
766 - "included": true
767 - }
768 - ],
769 - "backwardBaggages": [
770 - {
771 - "baggageCode": "INCLUDED",
772 - "description": "20 Kg Included",
773 - "price": 0.0,
774 - "currency": "USD",
775 - "included": true
776 - }
777 - ]
778 - }
779 - ]
780 - },
781 - "extraServices": [],
782 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:3",
783 - "sortCheckInOut": "26.08.2024-02.09.2024",
784 - "sortAirline": "fly dubai",
785 - "sortHotelName": "six seasons hotel",
786 - "sortDetails": "ro",
787 - "sortPlacement": "standard twin room dbl child child 2 5 99 6 10 99 sharing",
788 - "subList": [],
789 - "exchangeRate": 480.0
790 - },
791 - {
792 - "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:7deeaa1b-791d-4776-8665-9fb950004728:b7d53209-ea5a-47a9-9074-f82d88dacac4",
793 - "priceCurrency": "USD",
794 - "totalPrice": 1904.71,
795 - "agentCommissionPercent": 9.0,
796 - "agentCommissionAmount": 171.42,
797 - "includedExtrasAmount": 0,
798 - "priceDifference": 0,
799 - "hotel": {
800 - "hotelPriceId": "7deeaa1b-791d-4776-8665-9fb950004728",
801 - "hotelName": "Landmark Hotel Baniyas",
802 - "hotelCode": "66958df7-37ce-40bb-8f68-0e1b8e1c159c",
803 - "nights": 7,
804 - "mealPlan": "RO",
805 - "hotelClass": "3",
806 - "hotelColor": "#000000",
807 - "availabilityType": "FreeSale",
808 - "availableRoomsCount": 0,
809 - "fewRooms": true,
810 - "roomCategoryCode": "b9fef308-64a8-45d8-ac65-127c8df6ae3c",
811 - "roomCategoryName": "Standard Room",
812 - "placementTypeName": "DBL + CHILD + CHILD(2-4.99)(5-11.99)sharing",
813 - "checkInDate": "2024-08-26T00:00:00",
814 - "checkOutDate": "2024-09-02T00:00:00",
815 - "adults": 2,
816 - "children": 2,
817 - "districtUID": "aaff2238-fa72-4900-83f8-a16990415547",
818 - "districtName": "Deira",
819 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
820 - "cityName": "Dubai",
821 - "countryCode": "AE",
822 - "countryName": "United Arab Emirates",
823 - "hasAlcohol": false,
824 - "hasFreeWifi": true,
825 - "hasMetro": true,
826 - "hasPool": true,
827 - "hasMall": false,
828 - "infantMaxAge": 4.99,
829 - "childMinAge": 5.0,
830 - "childMaxAge": 11.99,
831 - "teenMinAge": 0.0,
832 - "teenMaxAge": 0.0,
833 - "adultMinAge": 12.0,
834 - "cancellationPolicyDescription": "Cancellation Policy: Non refundable",
835 - "cancellationPolicy": {
836 - "noShowChargeValue": 100.0,
837 - "noShowChargeValueType": "%",
838 - "earlyDepartureChargeValue": 100.0,
839 - "earlyDepartureChargeValueType": "%",
840 - "conditions": [
841 - {
842 - "timeunits": 365,
843 - "timeunitType": "Day",
844 - "timeOffsetTypeName": "Before Arrival",
845 - "chargeValue": 100.0,
846 - "chargeValueType": "%"
847 - }
848 - ]
849 - }
850 - },
851 - "flight": {
852 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4",
853 - "departureDate": "2024-08-26T00:00:00",
854 - "returnDate": "2024-09-02T00:00:00",
855 - "departureTicketsLeft": 28,
856 - "returnTicketsLeft": 30,
857 - "departureAvailabilityType": "FreeSale",
858 - "returnAvailabilityType": "FreeSale",
859 - "isTwoWay": true,
860 - "sameBaggageForAll": false,
861 - "totalBaggage": false,
862 - "isBlock": true,
863 - "class": "Economy",
864 - "departureSegments": [
865 - {
866 - "airlineCode": "FZ",
867 - "airlineName": "Fly Dubai",
868 - "flightCode": "FZ1722",
869 - "class": "Economy",
870 - "lugageWeight": 20,
871 - "handLugageWeight": 6,
872 - "departureFlightDate": "2024-08-26T03:40:00.000",
873 - "departureCountryName": "Kazakhstan",
874 - "departureCityName": "Almaty",
875 - "departureAirportCode": "ALA",
876 - "departureAirportName": "Almaty Intl Airport",
877 - "departureTerminalCode": "ALA",
878 - "arrivalFlightDate": "2024-08-26T07:15:00.000",
879 - "arrivalCountryName": "United Arab Emirates",
880 - "arrivalCityName": "Dubai",
881 - "arrivalAirportCode": "DXB",
882 - "arrivalAirportName": "Dubai Intl Airport",
883 - "arrivalTerminalCode": "DXB3",
884 - "flightDuration": "5h 35m"
885 - }
886 - ],
887 - "returnSegments": [
888 - {
889 - "airlineCode": "FZ",
890 - "airlineName": "Fly Dubai",
891 - "flightCode": "FZ1721",
892 - "class": "Economy",
893 - "lugageWeight": 20,
894 - "handLugageWeight": 6,
895 - "departureFlightDate": "2024-09-02T21:30:00.000",
896 - "departureCountryName": "United Arab Emirates",
897 - "departureCityName": "Dubai",
898 - "departureAirportCode": "DXB",
899 - "departureAirportName": "Dubai Intl Airport",
900 - "departureTerminalCode": "DXB3",
901 - "arrivalFlightDate": "2024-09-03T02:40:00.000",
902 - "arrivalCountryName": "Kazakhstan",
903 - "arrivalCityName": "Almaty",
904 - "arrivalAirportCode": "ALA",
905 - "arrivalAirportName": "Almaty Intl Airport",
906 - "arrivalTerminalCode": "ALA",
907 - "flightDuration": "3h 10m"
908 - }
909 - ],
910 - "passengers": [
911 - {
912 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1",
913 - "isAdult": true,
914 - "selectedForwardBaggageCode": "INCLUDED",
915 - "selectedBackwardBaggageCode": "INCLUDED",
916 - "forwardBaggages": [
917 - {
918 - "baggageCode": "INCLUDED",
919 - "description": "20 Kg Included",
920 - "price": 0.0,
921 - "currency": "USD",
922 - "included": true
923 - }
924 - ],
925 - "backwardBaggages": [
926 - {
927 - "baggageCode": "INCLUDED",
928 - "description": "20 Kg Included",
929 - "price": 0.0,
930 - "currency": "USD",
931 - "included": true
932 - }
933 - ]
934 - },
935 - {
936 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2",
937 - "isAdult": true,
938 - "selectedForwardBaggageCode": "INCLUDED",
939 - "selectedBackwardBaggageCode": "INCLUDED",
940 - "forwardBaggages": [
941 - {
942 - "baggageCode": "INCLUDED",
943 - "description": "20 Kg Included",
944 - "price": 0.0,
945 - "currency": "USD",
946 - "included": true
947 - }
948 - ],
949 - "backwardBaggages": [
950 - {
951 - "baggageCode": "INCLUDED",
952 - "description": "20 Kg Included",
953 - "price": 0.0,
954 - "currency": "USD",
955 - "included": true
956 - }
957 - ]
958 - },
959 - {
960 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1",
961 - "isAdult": false,
962 - "selectedForwardBaggageCode": "INCLUDED",
963 - "selectedBackwardBaggageCode": "INCLUDED",
964 - "forwardBaggages": [
965 - {
966 - "baggageCode": "INCLUDED",
967 - "description": "20 Kg Included",
968 - "price": 0.0,
969 - "currency": "USD",
970 - "included": true
971 - }
972 - ],
973 - "backwardBaggages": [
974 - {
975 - "baggageCode": "INCLUDED",
976 - "description": "20 Kg Included",
977 - "price": 0.0,
978 - "currency": "USD",
979 - "included": true
980 - }
981 - ]
982 - },
983 - {
984 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2",
985 - "isAdult": false,
986 - "selectedForwardBaggageCode": "INCLUDED",
987 - "selectedBackwardBaggageCode": "INCLUDED",
988 - "forwardBaggages": [
989 - {
990 - "baggageCode": "INCLUDED",
991 - "description": "20 Kg Included",
992 - "price": 0.0,
993 - "currency": "USD",
994 - "included": true
995 - }
996 - ],
997 - "backwardBaggages": [
998 - {
999 - "baggageCode": "INCLUDED",
1000 - "description": "20 Kg Included",
1001 - "price": 0.0,
1002 - "currency": "USD",
1003 - "included": true
1004 - }
1005 - ]
1006 - }
1007 - ]
1008 - },
1009 - "extraServices": [],
1010 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:4",
1011 - "sortCheckInOut": "26.08.2024-02.09.2024",
1012 - "sortAirline": "fly dubai",
1013 - "sortHotelName": "landmark hotel baniyas",
1014 - "sortDetails": "ro",
1015 - "sortPlacement": "standard room dbl child child 2 4 99 5 11 99 sharing",
1016 - "subList": [],
1017 - "exchangeRate": 480.0
1018 - },
1019 - {
1020 - "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:214212b7-8044-4019-9faf-42a6add1c729:b7d53209-ea5a-47a9-9074-f82d88dacac4",
1021 - "priceCurrency": "USD",
1022 - "totalPrice": 1904.71,
1023 - "agentCommissionPercent": 9.0,
1024 - "agentCommissionAmount": 171.42,
1025 - "includedExtrasAmount": 0,
1026 - "priceDifference": 0,
1027 - "hotel": {
1028 - "hotelPriceId": "214212b7-8044-4019-9faf-42a6add1c729",
1029 - "hotelName": "Landmark Plaza Hotel Baniyas",
1030 - "hotelCode": "b6b87970-36a9-428f-837a-14057c64e9c7",
1031 - "nights": 7,
1032 - "mealPlan": "RO",
1033 - "hotelClass": "3",
1034 - "hotelColor": "#000000",
1035 - "availabilityType": "FreeSale",
1036 - "availableRoomsCount": 0,
1037 - "fewRooms": true,
1038 - "roomCategoryCode": "1dae952a-d96a-4bb8-b13f-baaf0106b1ea",
1039 - "roomCategoryName": "Standard Room",
1040 - "placementTypeName": "DBL + CHILD + CHILD(2-4.99)(5-11.99)sharing",
1041 - "checkInDate": "2024-08-26T00:00:00",
1042 - "checkOutDate": "2024-09-02T00:00:00",
1043 - "adults": 2,
1044 - "children": 2,
1045 - "districtUID": "aaff2238-fa72-4900-83f8-a16990415547",
1046 - "districtName": "Deira",
1047 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
1048 - "cityName": "Dubai",
1049 - "countryCode": "AE",
1050 - "countryName": "United Arab Emirates",
1051 - "hasAlcohol": false,
1052 - "hasFreeWifi": true,
1053 - "hasMetro": true,
1054 - "hasPool": true,
1055 - "hasMall": false,
1056 - "infantMaxAge": 4.99,
1057 - "childMinAge": 5.0,
1058 - "childMaxAge": 11.99,
1059 - "teenMinAge": 0.0,
1060 - "teenMaxAge": 0.0,
1061 - "adultMinAge": 12.0,
1062 - "cancellationPolicyDescription": "Cancellation Policy: Non refundable",
1063 - "cancellationPolicy": {
1064 - "noShowChargeValue": 100.0,
1065 - "noShowChargeValueType": "%",
1066 - "earlyDepartureChargeValue": 100.0,
1067 - "earlyDepartureChargeValueType": "%",
1068 - "conditions": [
1069 - {
1070 - "timeunits": 365,
1071 - "timeunitType": "Day",
1072 - "timeOffsetTypeName": "Before Arrival",
1073 - "chargeValue": 100.0,
1074 - "chargeValueType": "%"
1075 - }
1076 - ]
1077 - }
1078 - },
1079 - "flight": {
1080 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4",
1081 - "departureDate": "2024-08-26T00:00:00",
1082 - "returnDate": "2024-09-02T00:00:00",
1083 - "departureTicketsLeft": 28,
1084 - "returnTicketsLeft": 30,
1085 - "departureAvailabilityType": "FreeSale",
1086 - "returnAvailabilityType": "FreeSale",
1087 - "isTwoWay": true,
1088 - "sameBaggageForAll": false,
1089 - "totalBaggage": false,
1090 - "isBlock": true,
1091 - "class": "Economy",
1092 - "departureSegments": [
1093 - {
1094 - "airlineCode": "FZ",
1095 - "airlineName": "Fly Dubai",
1096 - "flightCode": "FZ1722",
1097 - "class": "Economy",
1098 - "lugageWeight": 20,
1099 - "handLugageWeight": 6,
1100 - "departureFlightDate": "2024-08-26T03:40:00.000",
1101 - "departureCountryName": "Kazakhstan",
1102 - "departureCityName": "Almaty",
1103 - "departureAirportCode": "ALA",
1104 - "departureAirportName": "Almaty Intl Airport",
1105 - "departureTerminalCode": "ALA",
1106 - "arrivalFlightDate": "2024-08-26T07:15:00.000",
1107 - "arrivalCountryName": "United Arab Emirates",
1108 - "arrivalCityName": "Dubai",
1109 - "arrivalAirportCode": "DXB",
1110 - "arrivalAirportName": "Dubai Intl Airport",
1111 - "arrivalTerminalCode": "DXB3",
1112 - "flightDuration": "5h 35m"
1113 - }
1114 - ],
1115 - "returnSegments": [
1116 - {
1117 - "airlineCode": "FZ",
1118 - "airlineName": "Fly Dubai",
1119 - "flightCode": "FZ1721",
1120 - "class": "Economy",
1121 - "lugageWeight": 20,
1122 - "handLugageWeight": 6,
1123 - "departureFlightDate": "2024-09-02T21:30:00.000",
1124 - "departureCountryName": "United Arab Emirates",
1125 - "departureCityName": "Dubai",
1126 - "departureAirportCode": "DXB",
1127 - "departureAirportName": "Dubai Intl Airport",
1128 - "departureTerminalCode": "DXB3",
1129 - "arrivalFlightDate": "2024-09-03T02:40:00.000",
1130 - "arrivalCountryName": "Kazakhstan",
1131 - "arrivalCityName": "Almaty",
1132 - "arrivalAirportCode": "ALA",
1133 - "arrivalAirportName": "Almaty Intl Airport",
1134 - "arrivalTerminalCode": "ALA",
1135 - "flightDuration": "3h 10m"
1136 - }
1137 - ],
1138 - "passengers": [
1139 - {
1140 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1",
1141 - "isAdult": true,
1142 - "selectedForwardBaggageCode": "INCLUDED",
1143 - "selectedBackwardBaggageCode": "INCLUDED",
1144 - "forwardBaggages": [
1145 - {
1146 - "baggageCode": "INCLUDED",
1147 - "description": "20 Kg Included",
1148 - "price": 0.0,
1149 - "currency": "USD",
1150 - "included": true
1151 - }
1152 - ],
1153 - "backwardBaggages": [
1154 - {
1155 - "baggageCode": "INCLUDED",
1156 - "description": "20 Kg Included",
1157 - "price": 0.0,
1158 - "currency": "USD",
1159 - "included": true
1160 - }
1161 - ]
1162 - },
1163 - {
1164 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2",
1165 - "isAdult": true,
1166 - "selectedForwardBaggageCode": "INCLUDED",
1167 - "selectedBackwardBaggageCode": "INCLUDED",
1168 - "forwardBaggages": [
1169 - {
1170 - "baggageCode": "INCLUDED",
1171 - "description": "20 Kg Included",
1172 - "price": 0.0,
1173 - "currency": "USD",
1174 - "included": true
1175 - }
1176 - ],
1177 - "backwardBaggages": [
1178 - {
1179 - "baggageCode": "INCLUDED",
1180 - "description": "20 Kg Included",
1181 - "price": 0.0,
1182 - "currency": "USD",
1183 - "included": true
1184 - }
1185 - ]
1186 - },
1187 - {
1188 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1",
1189 - "isAdult": false,
1190 - "selectedForwardBaggageCode": "INCLUDED",
1191 - "selectedBackwardBaggageCode": "INCLUDED",
1192 - "forwardBaggages": [
1193 - {
1194 - "baggageCode": "INCLUDED",
1195 - "description": "20 Kg Included",
1196 - "price": 0.0,
1197 - "currency": "USD",
1198 - "included": true
1199 - }
1200 - ],
1201 - "backwardBaggages": [
1202 - {
1203 - "baggageCode": "INCLUDED",
1204 - "description": "20 Kg Included",
1205 - "price": 0.0,
1206 - "currency": "USD",
1207 - "included": true
1208 - }
1209 - ]
1210 - },
1211 - {
1212 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2",
1213 - "isAdult": false,
1214 - "selectedForwardBaggageCode": "INCLUDED",
1215 - "selectedBackwardBaggageCode": "INCLUDED",
1216 - "forwardBaggages": [
1217 - {
1218 - "baggageCode": "INCLUDED",
1219 - "description": "20 Kg Included",
1220 - "price": 0.0,
1221 - "currency": "USD",
1222 - "included": true
1223 - }
1224 - ],
1225 - "backwardBaggages": [
1226 - {
1227 - "baggageCode": "INCLUDED",
1228 - "description": "20 Kg Included",
1229 - "price": 0.0,
1230 - "currency": "USD",
1231 - "included": true
1232 - }
1233 - ]
1234 - }
1235 - ]
1236 - },
1237 - "extraServices": [],
1238 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:5",
1239 - "sortCheckInOut": "26.08.2024-02.09.2024",
1240 - "sortAirline": "fly dubai",
1241 - "sortHotelName": "landmark plaza hotel baniyas",
1242 - "sortDetails": "ro",
1243 - "sortPlacement": "standard room dbl child child 2 4 99 5 11 99 sharing",
1244 - "subList": [],
1245 - "exchangeRate": 480.0
241 + "extraServiceCode": "string",
242 + "extraServiceTypeCode": "string",
243 + "isMandatory": 0,
244 + "extraServiceName": "string",
245 + "minimalServiceAmount": 0,
246 + "includedPriceCode": "string",
247 + "prices": [
248 + {
249 + "extraServicePriceCode": "string",
250 + "displayName": "string",
251 + "restrictionInfo": "string",
252 + "additionalInfo": "string",
253 + "price": 0,
254 + "extraPrice": 0,
255 + "currency": "string"
256 + }
257 + ]
1246 1246   }
1247 - ],
1248 - "pagingId": "3",
1249 - "pageNumber": 1,
1250 - "pageCount": 30,
1251 - "totalCount": 147,
1252 - "error": false
259 + ],
260 + "insurancePrice": {
261 + "name": "string",
262 + "price": 0,
263 + "priceSurcarge": 0,
264 + "actualStartDate": "2023-12-14T13:47:13.396Z",
265 + "actualEndDate": "2023-12-14T13:47:13.396Z",
266 + "optional": true,
267 + "includedInPackagePrice": true
268 + }
269 + }
270 + ],
271 + "pagingId": "string",
272 + "pageNumber": 0,
273 + "pageCount": 0
1253 1253  }
1254 1254  {{/code}}
1255 1255