Last modified by Giorgi Mdivnishvili on 2025/10/22 13:39

From version 25.1
edited by Giorgi Mdivnishvili
on 2025/10/22 13:39
Change comment: There is no comment for this version
To version 23.1
edited by Giorgi Mdivnishvili
on 2024/07/11 12:44
Change comment: There is no comment for this version

Summary

Details

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