Version 23.1 by Giorgi Mdivnishvili on 2024/07/11 12:44

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2
3
4 {{toc/}}
5 {{/box}}
6
7 = Method Description =
8
9
10 === Method Overview: Streamlined Tour Package Discovery and Booking ===
11
12 **Purpose:** This method outlines the most efficient process for locating and subsequently booking a tour package utilizing a minimal set of required parameters. It is designed to simplify the user interaction by reducing the complexity and volume of input data necessary for operation.
13
14 **Procedure:**
15
16 1. **Initialization**: Start by specifying the essential parameters. This approach is engineered to streamline the search and booking process, focusing on the core data elements critical for identifying suitable tour packages.
17 1. **Search Execution**: Deploy the method with the specified parameters to initiate the search. The system is optimized to process these inputs, conducting a targeted query across available tour packages to identify matches that align with the user's criteria.
18 1. **Selection and Booking**: Upon receiving search results, the user can select a desired tour package. The booking process is then initiated with the minimal parameters already provided, ensuring a seamless transition from selection to confirmation.
19
20 **Parameter Details:**
21
22 * The parameters required for this method are intentionally limited to essential elements only, aiming to expedite the search and booking phases while maintaining effectiveness. Details on these parameters, including data types and usage instructions, are documented separately.
23
24 **Usage Notes:**
25
26 * This method is particularly beneficial for users seeking a straightforward and efficient path to tour package booking, minimizing decision fatigue and enhancing user experience.
27
28 **Examples:**
29
30 * Code examples and detailed step-by-step instructions for utilizing this method are available in the subsequent sections, providing practical guidance on implementing the streamlined tour package discovery and booking process.
31
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
34
35 == Endpoint URL - [POST] ==
36
37 {{info}}
38 [[https:~~/~~/integration.kazunion.com/api/TourPackages/SearchTourPackages>>https://integration.kazunion.com/api/TourPackages/SearchTourPackages]]
39 {{/info}}
40
41 == Request Parameters ==
42
43 (% class="box infomessage" %)
44 (((
45 None 
46 )))
47
48
49 == Request example ==
50
51 {{code language="Json"}}
52 {
53 "departureCountryCode": "KZ",
54 "departureCityUID": "f0ba6324-f337-405c-8cc7-23d62cf664e8",
55 "arrivalCountryCode": "AE",
56 "adults": 2,
57 "children": 0,
58 "departureDate": "2024-05-25T00:00:00",
59 "returnDate": "2024-06-01T00:00:00",
60 "departureAndReturnDaysCount": 7,
61 "checkInDate": "2024-05-25T00:00:00",
62 "checkOutDate": "2024-06-01T00:00:00",
63 "checkInAndCheckOutDaysCount": 7,
64 "directFlightsOnly": true,
65 "pageRowCount": 25,
66 "searchCurrency": "USD"
67 }
68 {{/code}}
69
70 == Request example for 2Adults 2Child ==
71
72 {{code language="Json"}}
73
74
75 {
76 "departureCountryCode": "KZ",
77 "departureCityUID": "f0ba6324-f337-405c-8cc7-23d62cf664e8",
78 "arrivalCountryCode": "AE",
79 "adults": 2,
80 "children": 2,
81 "childrenAges": [
82 4,
83 8
84 ],
85 "departureDate": "2024-08-26T00:00:00",
86 "returnDate": "2024-09-02T00:00:00",
87 "departureAndReturnDaysCount": 7,
88 "checkInDate": "2024-08-26T00:00:00",
89 "checkOutDate": "2024-09-02T00:00:00",
90 "checkInAndCheckOutDaysCount": 7,
91 "directFlightsOnly": true,
92 "searchCurrency": "KZT",
93
94 "pagingId": "",
95 "pageNumber": 1,
96 "pageRowCount":5
97
98 }
99 {{/code}}
100
101
102 == Response Body ==
103
104 {{code language="json"}}
105 {
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": [
243 {
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 ]
261 }
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
277 }
278 {{/code}}
279
280
281 == Response example ==
282
283 {{code language="Json"}}
284 {
285 "packages": [
286 {
287 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:956bd513-fd7f-4f58-a08d-78a5f0e342c5:04abb186-80f6-4808-bce4-ae97cef85c51",
288 "priceCurrency": "USD",
289 "totalPrice": 1470.11,
290 "agentCommissionPercent": 9.0,
291 "agentCommissionAmount": 132.31,
292 "includedExtrasAmount": 0,
293 "priceDifference": 0,
294 "hotel": {
295 "hotelPriceId": "956bd513-fd7f-4f58-a08d-78a5f0e342c5",
296 "hotelName": "Fujairah Rotana Resort Spa",
297 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
298 "nights": 7,
299 "mealPlan": "BB",
300 "hotelClass": "5",
301 "hotelColor": "#000000",
302 "availabilityType": "FreeSale",
303 "availableRoomsCount": 0,
304 "fewRooms": true,
305 "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076",
306 "roomCategoryName": "King Guest Room",
307 "placementTypeName": "DBL",
308 "checkInDate": "2024-09-07T00:00:00",
309 "checkOutDate": "2024-09-14T00:00:00",
310 "adults": 2,
311 "children": 0,
312 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
313 "districtName": "Al Aqah",
314 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
315 "cityName": "Fujairah",
316 "countryCode": "AE",
317 "countryName": "United Arab Emirates",
318 "hasAlcohol": true,
319 "hasFreeWifi": true,
320 "hasMetro": false,
321 "hasPool": true,
322 "hasMall": false,
323 "infantMaxAge": 1.99,
324 "childMinAge": 2.0,
325 "childMaxAge": 11.99,
326 "teenMinAge": 0.0,
327 "teenMaxAge": 0.0,
328 "adultMinAge": 12.0,
329 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
330 "cancellationPolicy": {
331 "noShowChargeValue": 100.0,
332 "noShowChargeValueType": "%",
333 "earlyDepartureChargeValue": 100.0,
334 "earlyDepartureChargeValueType": "%",
335 "conditions": [
336 {
337 "timeunits": 4,
338 "timeunitType": "Day",
339 "timeOffsetTypeName": "Before Arrival",
340 "chargeValue": 100.0,
341 "chargeValueType": "%"
342 }
343 ]
344 }
345 },
346 "flight": {
347 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
348 "departureDate": "2024-09-07T00:00:00",
349 "returnDate": "2024-09-14T00:00:00",
350 "departureTicketsLeft": 24,
351 "returnTicketsLeft": 17,
352 "departureAvailabilityType": "FreeSale",
353 "returnAvailabilityType": "FreeSale",
354 "isTwoWay": true,
355 "sameBaggageForAll": false,
356 "totalBaggage": false,
357 "isBlock": true,
358 "class": "Economy",
359 "departureSegments": [
360 {
361 "airlineCode": "FZ",
362 "airlineName": "Fly Dubai",
363 "flightCode": "FZ1722",
364 "class": "Economy",
365 "lugageWeight": 20,
366 "handLugageWeight": 6,
367 "departureFlightDate": "2024-09-07T03:40:00.000",
368 "departureCountryName": "Kazakhstan",
369 "departureCityName": "Almaty",
370 "departureAirportCode": "ALA",
371 "departureAirportName": "Almaty Intl Airport",
372 "departureTerminalCode": "ALA",
373 "arrivalFlightDate": "2024-09-07T07:15:00.000",
374 "arrivalCountryName": "United Arab Emirates",
375 "arrivalCityName": "Dubai",
376 "arrivalAirportCode": "DXB",
377 "arrivalAirportName": "Dubai Intl Airport",
378 "arrivalTerminalCode": "DXB3",
379 "flightDuration": "5h 35m"
380 }
381 ],
382 "returnSegments": [
383 {
384 "airlineCode": "FZ",
385 "airlineName": "Fly Dubai",
386 "flightCode": "FZ1721",
387 "class": "Economy",
388 "lugageWeight": 20,
389 "handLugageWeight": 6,
390 "departureFlightDate": "2024-09-14T21:30:00.000",
391 "departureCountryName": "United Arab Emirates",
392 "departureCityName": "Dubai",
393 "departureAirportCode": "DXB",
394 "departureAirportName": "Dubai Intl Airport",
395 "departureTerminalCode": "DXB3",
396 "arrivalFlightDate": "2024-09-15T02:40:00.000",
397 "arrivalCountryName": "Kazakhstan",
398 "arrivalCityName": "Almaty",
399 "arrivalAirportCode": "ALA",
400 "arrivalAirportName": "Almaty Intl Airport",
401 "arrivalTerminalCode": "ALA",
402 "flightDuration": "3h 10m"
403 }
404 ],
405 "passengers": [
406 {
407 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
408 "isAdult": true,
409 "selectedForwardBaggageCode": "INCLUDED",
410 "selectedBackwardBaggageCode": "INCLUDED",
411 "forwardBaggages": [
412 {
413 "baggageCode": "INCLUDED",
414 "description": "20 Kg Included",
415 "price": 0.0,
416 "currency": "USD",
417 "included": true
418 }
419 ],
420 "backwardBaggages": [
421 {
422 "baggageCode": "INCLUDED",
423 "description": "20 Kg Included",
424 "price": 0.0,
425 "currency": "USD",
426 "included": true
427 }
428 ]
429 },
430 {
431 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
432 "isAdult": true,
433 "selectedForwardBaggageCode": "INCLUDED",
434 "selectedBackwardBaggageCode": "INCLUDED",
435 "forwardBaggages": [
436 {
437 "baggageCode": "INCLUDED",
438 "description": "20 Kg Included",
439 "price": 0.0,
440 "currency": "USD",
441 "included": true
442 }
443 ],
444 "backwardBaggages": [
445 {
446 "baggageCode": "INCLUDED",
447 "description": "20 Kg Included",
448 "price": 0.0,
449 "currency": "USD",
450 "included": true
451 }
452 ]
453 }
454 ]
455 },
456 "extraServices": [],
457 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:1",
458 "sortCheckInOut": "07.09.2024-14.09.2024",
459 "sortAirline": "fly dubai",
460 "sortHotelName": "fujairah rotana resort spa",
461 "sortDetails": "bb",
462 "sortPlacement": "king guest room dbl",
463 "subList": [],
464 "exchangeRate": 480.0
465 },
466 {
467 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:021039ae-7ff6-41dd-813a-f1905665a133:04abb186-80f6-4808-bce4-ae97cef85c51",
468 "priceCurrency": "USD",
469 "totalPrice": 1470.11,
470 "agentCommissionPercent": 9.0,
471 "agentCommissionAmount": 132.31,
472 "includedExtrasAmount": 0,
473 "priceDifference": 0,
474 "hotel": {
475 "hotelPriceId": "021039ae-7ff6-41dd-813a-f1905665a133",
476 "hotelName": "Fujairah Rotana Resort Spa",
477 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
478 "nights": 7,
479 "mealPlan": "BB",
480 "hotelClass": "5",
481 "hotelColor": "#000000",
482 "availabilityType": "FreeSale",
483 "availableRoomsCount": 0,
484 "fewRooms": true,
485 "roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5",
486 "roomCategoryName": "Twin Guest Room",
487 "placementTypeName": "DBL",
488 "checkInDate": "2024-09-07T00:00:00",
489 "checkOutDate": "2024-09-14T00:00:00",
490 "adults": 2,
491 "children": 0,
492 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
493 "districtName": "Al Aqah",
494 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
495 "cityName": "Fujairah",
496 "countryCode": "AE",
497 "countryName": "United Arab Emirates",
498 "hasAlcohol": true,
499 "hasFreeWifi": true,
500 "hasMetro": false,
501 "hasPool": true,
502 "hasMall": false,
503 "infantMaxAge": 1.99,
504 "childMinAge": 2.0,
505 "childMaxAge": 11.99,
506 "teenMinAge": 0.0,
507 "teenMaxAge": 0.0,
508 "adultMinAge": 12.0,
509 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
510 "cancellationPolicy": {
511 "noShowChargeValue": 100.0,
512 "noShowChargeValueType": "%",
513 "earlyDepartureChargeValue": 100.0,
514 "earlyDepartureChargeValueType": "%",
515 "conditions": [
516 {
517 "timeunits": 4,
518 "timeunitType": "Day",
519 "timeOffsetTypeName": "Before Arrival",
520 "chargeValue": 100.0,
521 "chargeValueType": "%"
522 }
523 ]
524 }
525 },
526 "flight": {
527 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
528 "departureDate": "2024-09-07T00:00:00",
529 "returnDate": "2024-09-14T00:00:00",
530 "departureTicketsLeft": 24,
531 "returnTicketsLeft": 17,
532 "departureAvailabilityType": "FreeSale",
533 "returnAvailabilityType": "FreeSale",
534 "isTwoWay": true,
535 "sameBaggageForAll": false,
536 "totalBaggage": false,
537 "isBlock": true,
538 "class": "Economy",
539 "departureSegments": [
540 {
541 "airlineCode": "FZ",
542 "airlineName": "Fly Dubai",
543 "flightCode": "FZ1722",
544 "class": "Economy",
545 "lugageWeight": 20,
546 "handLugageWeight": 6,
547 "departureFlightDate": "2024-09-07T03:40:00.000",
548 "departureCountryName": "Kazakhstan",
549 "departureCityName": "Almaty",
550 "departureAirportCode": "ALA",
551 "departureAirportName": "Almaty Intl Airport",
552 "departureTerminalCode": "ALA",
553 "arrivalFlightDate": "2024-09-07T07:15:00.000",
554 "arrivalCountryName": "United Arab Emirates",
555 "arrivalCityName": "Dubai",
556 "arrivalAirportCode": "DXB",
557 "arrivalAirportName": "Dubai Intl Airport",
558 "arrivalTerminalCode": "DXB3",
559 "flightDuration": "5h 35m"
560 }
561 ],
562 "returnSegments": [
563 {
564 "airlineCode": "FZ",
565 "airlineName": "Fly Dubai",
566 "flightCode": "FZ1721",
567 "class": "Economy",
568 "lugageWeight": 20,
569 "handLugageWeight": 6,
570 "departureFlightDate": "2024-09-14T21:30:00.000",
571 "departureCountryName": "United Arab Emirates",
572 "departureCityName": "Dubai",
573 "departureAirportCode": "DXB",
574 "departureAirportName": "Dubai Intl Airport",
575 "departureTerminalCode": "DXB3",
576 "arrivalFlightDate": "2024-09-15T02:40:00.000",
577 "arrivalCountryName": "Kazakhstan",
578 "arrivalCityName": "Almaty",
579 "arrivalAirportCode": "ALA",
580 "arrivalAirportName": "Almaty Intl Airport",
581 "arrivalTerminalCode": "ALA",
582 "flightDuration": "3h 10m"
583 }
584 ],
585 "passengers": [
586 {
587 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
588 "isAdult": true,
589 "selectedForwardBaggageCode": "INCLUDED",
590 "selectedBackwardBaggageCode": "INCLUDED",
591 "forwardBaggages": [
592 {
593 "baggageCode": "INCLUDED",
594 "description": "20 Kg Included",
595 "price": 0.0,
596 "currency": "USD",
597 "included": true
598 }
599 ],
600 "backwardBaggages": [
601 {
602 "baggageCode": "INCLUDED",
603 "description": "20 Kg Included",
604 "price": 0.0,
605 "currency": "USD",
606 "included": true
607 }
608 ]
609 },
610 {
611 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
612 "isAdult": true,
613 "selectedForwardBaggageCode": "INCLUDED",
614 "selectedBackwardBaggageCode": "INCLUDED",
615 "forwardBaggages": [
616 {
617 "baggageCode": "INCLUDED",
618 "description": "20 Kg Included",
619 "price": 0.0,
620 "currency": "USD",
621 "included": true
622 }
623 ],
624 "backwardBaggages": [
625 {
626 "baggageCode": "INCLUDED",
627 "description": "20 Kg Included",
628 "price": 0.0,
629 "currency": "USD",
630 "included": true
631 }
632 ]
633 }
634 ]
635 },
636 "extraServices": [],
637 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:2",
638 "sortCheckInOut": "07.09.2024-14.09.2024",
639 "sortAirline": "fly dubai",
640 "sortHotelName": "fujairah rotana resort spa",
641 "sortDetails": "bb",
642 "sortPlacement": "twin guest room dbl",
643 "subList": [],
644 "exchangeRate": 480.0
645 },
646 {
647 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:4e5c12ae-c66d-41f8-9a57-44f265cfb1a4:04abb186-80f6-4808-bce4-ae97cef85c51",
648 "priceCurrency": "USD",
649 "totalPrice": 1470.11,
650 "agentCommissionPercent": 9.0,
651 "agentCommissionAmount": 132.31,
652 "includedExtrasAmount": 0,
653 "priceDifference": 0,
654 "hotel": {
655 "hotelPriceId": "4e5c12ae-c66d-41f8-9a57-44f265cfb1a4",
656 "hotelName": "Fujairah Rotana Resort Spa",
657 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
658 "nights": 7,
659 "mealPlan": "BB",
660 "hotelClass": "5",
661 "hotelColor": "#000000",
662 "availabilityType": "FreeSale",
663 "availableRoomsCount": 0,
664 "fewRooms": true,
665 "roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5",
666 "roomCategoryName": "Twin Guest Room",
667 "placementTypeName": "DBL",
668 "checkInDate": "2024-09-07T00:00:00",
669 "checkOutDate": "2024-09-14T00:00:00",
670 "adults": 2,
671 "children": 0,
672 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
673 "districtName": "Al Aqah",
674 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
675 "cityName": "Fujairah",
676 "countryCode": "AE",
677 "countryName": "United Arab Emirates",
678 "hasAlcohol": true,
679 "hasFreeWifi": true,
680 "hasMetro": false,
681 "hasPool": true,
682 "hasMall": false,
683 "infantMaxAge": 1.99,
684 "childMinAge": 2.0,
685 "childMaxAge": 11.99,
686 "teenMinAge": 0.0,
687 "teenMaxAge": 0.0,
688 "adultMinAge": 12.0,
689 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
690 "cancellationPolicy": {
691 "noShowChargeValue": 100.0,
692 "noShowChargeValueType": "%",
693 "earlyDepartureChargeValue": 100.0,
694 "earlyDepartureChargeValueType": "%",
695 "conditions": [
696 {
697 "timeunits": 4,
698 "timeunitType": "Day",
699 "timeOffsetTypeName": "Before Arrival",
700 "chargeValue": 100.0,
701 "chargeValueType": "%"
702 }
703 ]
704 }
705 },
706 "flight": {
707 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
708 "departureDate": "2024-09-07T00:00:00",
709 "returnDate": "2024-09-14T00:00:00",
710 "departureTicketsLeft": 24,
711 "returnTicketsLeft": 17,
712 "departureAvailabilityType": "FreeSale",
713 "returnAvailabilityType": "FreeSale",
714 "isTwoWay": true,
715 "sameBaggageForAll": false,
716 "totalBaggage": false,
717 "isBlock": true,
718 "class": "Economy",
719 "departureSegments": [
720 {
721 "airlineCode": "FZ",
722 "airlineName": "Fly Dubai",
723 "flightCode": "FZ1722",
724 "class": "Economy",
725 "lugageWeight": 20,
726 "handLugageWeight": 6,
727 "departureFlightDate": "2024-09-07T03:40:00.000",
728 "departureCountryName": "Kazakhstan",
729 "departureCityName": "Almaty",
730 "departureAirportCode": "ALA",
731 "departureAirportName": "Almaty Intl Airport",
732 "departureTerminalCode": "ALA",
733 "arrivalFlightDate": "2024-09-07T07:15:00.000",
734 "arrivalCountryName": "United Arab Emirates",
735 "arrivalCityName": "Dubai",
736 "arrivalAirportCode": "DXB",
737 "arrivalAirportName": "Dubai Intl Airport",
738 "arrivalTerminalCode": "DXB3",
739 "flightDuration": "5h 35m"
740 }
741 ],
742 "returnSegments": [
743 {
744 "airlineCode": "FZ",
745 "airlineName": "Fly Dubai",
746 "flightCode": "FZ1721",
747 "class": "Economy",
748 "lugageWeight": 20,
749 "handLugageWeight": 6,
750 "departureFlightDate": "2024-09-14T21:30:00.000",
751 "departureCountryName": "United Arab Emirates",
752 "departureCityName": "Dubai",
753 "departureAirportCode": "DXB",
754 "departureAirportName": "Dubai Intl Airport",
755 "departureTerminalCode": "DXB3",
756 "arrivalFlightDate": "2024-09-15T02:40:00.000",
757 "arrivalCountryName": "Kazakhstan",
758 "arrivalCityName": "Almaty",
759 "arrivalAirportCode": "ALA",
760 "arrivalAirportName": "Almaty Intl Airport",
761 "arrivalTerminalCode": "ALA",
762 "flightDuration": "3h 10m"
763 }
764 ],
765 "passengers": [
766 {
767 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
768 "isAdult": true,
769 "selectedForwardBaggageCode": "INCLUDED",
770 "selectedBackwardBaggageCode": "INCLUDED",
771 "forwardBaggages": [
772 {
773 "baggageCode": "INCLUDED",
774 "description": "20 Kg Included",
775 "price": 0.0,
776 "currency": "USD",
777 "included": true
778 }
779 ],
780 "backwardBaggages": [
781 {
782 "baggageCode": "INCLUDED",
783 "description": "20 Kg Included",
784 "price": 0.0,
785 "currency": "USD",
786 "included": true
787 }
788 ]
789 },
790 {
791 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
792 "isAdult": true,
793 "selectedForwardBaggageCode": "INCLUDED",
794 "selectedBackwardBaggageCode": "INCLUDED",
795 "forwardBaggages": [
796 {
797 "baggageCode": "INCLUDED",
798 "description": "20 Kg Included",
799 "price": 0.0,
800 "currency": "USD",
801 "included": true
802 }
803 ],
804 "backwardBaggages": [
805 {
806 "baggageCode": "INCLUDED",
807 "description": "20 Kg Included",
808 "price": 0.0,
809 "currency": "USD",
810 "included": true
811 }
812 ]
813 }
814 ]
815 },
816 "extraServices": [],
817 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:3",
818 "sortCheckInOut": "07.09.2024-14.09.2024",
819 "sortAirline": "fly dubai",
820 "sortHotelName": "fujairah rotana resort spa",
821 "sortDetails": "bb",
822 "sortPlacement": "twin guest room dbl",
823 "subList": [],
824 "exchangeRate": 480.0
825 },
826 {
827 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:041b1313-3161-4bef-b77b-175364412285:04abb186-80f6-4808-bce4-ae97cef85c51",
828 "priceCurrency": "USD",
829 "totalPrice": 1470.11,
830 "agentCommissionPercent": 9.0,
831 "agentCommissionAmount": 132.31,
832 "includedExtrasAmount": 0,
833 "priceDifference": 0,
834 "hotel": {
835 "hotelPriceId": "041b1313-3161-4bef-b77b-175364412285",
836 "hotelName": "Fujairah Rotana Resort Spa",
837 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
838 "nights": 7,
839 "mealPlan": "BB",
840 "hotelClass": "5",
841 "hotelColor": "#000000",
842 "availabilityType": "FreeSale",
843 "availableRoomsCount": 0,
844 "fewRooms": true,
845 "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076",
846 "roomCategoryName": "King Guest Room",
847 "placementTypeName": "DBL",
848 "checkInDate": "2024-09-07T00:00:00",
849 "checkOutDate": "2024-09-14T00:00:00",
850 "adults": 2,
851 "children": 0,
852 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
853 "districtName": "Al Aqah",
854 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
855 "cityName": "Fujairah",
856 "countryCode": "AE",
857 "countryName": "United Arab Emirates",
858 "hasAlcohol": true,
859 "hasFreeWifi": true,
860 "hasMetro": false,
861 "hasPool": true,
862 "hasMall": false,
863 "infantMaxAge": 1.99,
864 "childMinAge": 2.0,
865 "childMaxAge": 11.99,
866 "teenMinAge": 0.0,
867 "teenMaxAge": 0.0,
868 "adultMinAge": 12.0,
869 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
870 "cancellationPolicy": {
871 "noShowChargeValue": 100.0,
872 "noShowChargeValueType": "%",
873 "earlyDepartureChargeValue": 100.0,
874 "earlyDepartureChargeValueType": "%",
875 "conditions": [
876 {
877 "timeunits": 4,
878 "timeunitType": "Day",
879 "timeOffsetTypeName": "Before Arrival",
880 "chargeValue": 100.0,
881 "chargeValueType": "%"
882 }
883 ]
884 }
885 },
886 "flight": {
887 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
888 "departureDate": "2024-09-07T00:00:00",
889 "returnDate": "2024-09-14T00:00:00",
890 "departureTicketsLeft": 24,
891 "returnTicketsLeft": 17,
892 "departureAvailabilityType": "FreeSale",
893 "returnAvailabilityType": "FreeSale",
894 "isTwoWay": true,
895 "sameBaggageForAll": false,
896 "totalBaggage": false,
897 "isBlock": true,
898 "class": "Economy",
899 "departureSegments": [
900 {
901 "airlineCode": "FZ",
902 "airlineName": "Fly Dubai",
903 "flightCode": "FZ1722",
904 "class": "Economy",
905 "lugageWeight": 20,
906 "handLugageWeight": 6,
907 "departureFlightDate": "2024-09-07T03:40:00.000",
908 "departureCountryName": "Kazakhstan",
909 "departureCityName": "Almaty",
910 "departureAirportCode": "ALA",
911 "departureAirportName": "Almaty Intl Airport",
912 "departureTerminalCode": "ALA",
913 "arrivalFlightDate": "2024-09-07T07:15:00.000",
914 "arrivalCountryName": "United Arab Emirates",
915 "arrivalCityName": "Dubai",
916 "arrivalAirportCode": "DXB",
917 "arrivalAirportName": "Dubai Intl Airport",
918 "arrivalTerminalCode": "DXB3",
919 "flightDuration": "5h 35m"
920 }
921 ],
922 "returnSegments": [
923 {
924 "airlineCode": "FZ",
925 "airlineName": "Fly Dubai",
926 "flightCode": "FZ1721",
927 "class": "Economy",
928 "lugageWeight": 20,
929 "handLugageWeight": 6,
930 "departureFlightDate": "2024-09-14T21:30:00.000",
931 "departureCountryName": "United Arab Emirates",
932 "departureCityName": "Dubai",
933 "departureAirportCode": "DXB",
934 "departureAirportName": "Dubai Intl Airport",
935 "departureTerminalCode": "DXB3",
936 "arrivalFlightDate": "2024-09-15T02:40:00.000",
937 "arrivalCountryName": "Kazakhstan",
938 "arrivalCityName": "Almaty",
939 "arrivalAirportCode": "ALA",
940 "arrivalAirportName": "Almaty Intl Airport",
941 "arrivalTerminalCode": "ALA",
942 "flightDuration": "3h 10m"
943 }
944 ],
945 "passengers": [
946 {
947 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
948 "isAdult": true,
949 "selectedForwardBaggageCode": "INCLUDED",
950 "selectedBackwardBaggageCode": "INCLUDED",
951 "forwardBaggages": [
952 {
953 "baggageCode": "INCLUDED",
954 "description": "20 Kg Included",
955 "price": 0.0,
956 "currency": "USD",
957 "included": true
958 }
959 ],
960 "backwardBaggages": [
961 {
962 "baggageCode": "INCLUDED",
963 "description": "20 Kg Included",
964 "price": 0.0,
965 "currency": "USD",
966 "included": true
967 }
968 ]
969 },
970 {
971 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
972 "isAdult": true,
973 "selectedForwardBaggageCode": "INCLUDED",
974 "selectedBackwardBaggageCode": "INCLUDED",
975 "forwardBaggages": [
976 {
977 "baggageCode": "INCLUDED",
978 "description": "20 Kg Included",
979 "price": 0.0,
980 "currency": "USD",
981 "included": true
982 }
983 ],
984 "backwardBaggages": [
985 {
986 "baggageCode": "INCLUDED",
987 "description": "20 Kg Included",
988 "price": 0.0,
989 "currency": "USD",
990 "included": true
991 }
992 ]
993 }
994 ]
995 },
996 "extraServices": [],
997 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:4",
998 "sortCheckInOut": "07.09.2024-14.09.2024",
999 "sortAirline": "fly dubai",
1000 "sortHotelName": "fujairah rotana resort spa",
1001 "sortDetails": "bb",
1002 "sortPlacement": "king guest room dbl",
1003 "subList": [],
1004 "exchangeRate": 480.0
1005 },
1006 {
1007 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:e07af67f-48e8-493f-bc5e-c2d6aa711298:04abb186-80f6-4808-bce4-ae97cef85c51",
1008 "priceCurrency": "USD",
1009 "totalPrice": 1494.11,
1010 "agentCommissionPercent": 9.0,
1011 "agentCommissionAmount": 134.47,
1012 "includedExtrasAmount": 0,
1013 "priceDifference": 0,
1014 "hotel": {
1015 "hotelPriceId": "e07af67f-48e8-493f-bc5e-c2d6aa711298",
1016 "hotelName": "Le Meridien Al Aqah Beach Resort",
1017 "hotelCode": "63300069-0631-4c34-946e-d2ca9753ff6e",
1018 "nights": 7,
1019 "mealPlan": "BB",
1020 "hotelClass": "5",
1021 "hotelColor": "#000000",
1022 "availabilityType": "FreeSale",
1023 "availableRoomsCount": 0,
1024 "fewRooms": true,
1025 "roomCategoryCode": "97ccbf2f-7195-4eea-9d45-926fbe73b482",
1026 "roomCategoryName": "Deluxe Guest Room",
1027 "placementTypeName": "DBL",
1028 "checkInDate": "2024-09-07T00:00:00",
1029 "checkOutDate": "2024-09-14T00:00:00",
1030 "adults": 2,
1031 "children": 0,
1032 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
1033 "districtName": "Al Aqah",
1034 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
1035 "cityName": "Fujairah",
1036 "countryCode": "AE",
1037 "countryName": "United Arab Emirates",
1038 "hasAlcohol": true,
1039 "hasFreeWifi": true,
1040 "hasMetro": false,
1041 "hasPool": true,
1042 "hasMall": false,
1043 "infantMaxAge": 1.99,
1044 "childMinAge": 2.0,
1045 "childMaxAge": 11.99,
1046 "teenMinAge": 12.0,
1047 "teenMaxAge": 15.99,
1048 "adultMinAge": 16.0,
1049 "cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
1050 "cancellationPolicy": {
1051 "noShowChargeValue": 100.0,
1052 "noShowChargeValueType": "%",
1053 "earlyDepartureChargeValue": 100.0,
1054 "earlyDepartureChargeValueType": "%",
1055 "conditions": [
1056 {
1057 "timeunits": 3,
1058 "timeunitType": "Day",
1059 "timeOffsetTypeName": "Before Arrival",
1060 "chargeValue": 1.0,
1061 "chargeValueType": "Night"
1062 }
1063 ]
1064 }
1065 },
1066 "flight": {
1067 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
1068 "departureDate": "2024-09-07T00:00:00",
1069 "returnDate": "2024-09-14T00:00:00",
1070 "departureTicketsLeft": 24,
1071 "returnTicketsLeft": 17,
1072 "departureAvailabilityType": "FreeSale",
1073 "returnAvailabilityType": "FreeSale",
1074 "isTwoWay": true,
1075 "sameBaggageForAll": false,
1076 "totalBaggage": false,
1077 "isBlock": true,
1078 "class": "Economy",
1079 "departureSegments": [
1080 {
1081 "airlineCode": "FZ",
1082 "airlineName": "Fly Dubai",
1083 "flightCode": "FZ1722",
1084 "class": "Economy",
1085 "lugageWeight": 20,
1086 "handLugageWeight": 6,
1087 "departureFlightDate": "2024-09-07T03:40:00.000",
1088 "departureCountryName": "Kazakhstan",
1089 "departureCityName": "Almaty",
1090 "departureAirportCode": "ALA",
1091 "departureAirportName": "Almaty Intl Airport",
1092 "departureTerminalCode": "ALA",
1093 "arrivalFlightDate": "2024-09-07T07:15:00.000",
1094 "arrivalCountryName": "United Arab Emirates",
1095 "arrivalCityName": "Dubai",
1096 "arrivalAirportCode": "DXB",
1097 "arrivalAirportName": "Dubai Intl Airport",
1098 "arrivalTerminalCode": "DXB3",
1099 "flightDuration": "5h 35m"
1100 }
1101 ],
1102 "returnSegments": [
1103 {
1104 "airlineCode": "FZ",
1105 "airlineName": "Fly Dubai",
1106 "flightCode": "FZ1721",
1107 "class": "Economy",
1108 "lugageWeight": 20,
1109 "handLugageWeight": 6,
1110 "departureFlightDate": "2024-09-14T21:30:00.000",
1111 "departureCountryName": "United Arab Emirates",
1112 "departureCityName": "Dubai",
1113 "departureAirportCode": "DXB",
1114 "departureAirportName": "Dubai Intl Airport",
1115 "departureTerminalCode": "DXB3",
1116 "arrivalFlightDate": "2024-09-15T02:40:00.000",
1117 "arrivalCountryName": "Kazakhstan",
1118 "arrivalCityName": "Almaty",
1119 "arrivalAirportCode": "ALA",
1120 "arrivalAirportName": "Almaty Intl Airport",
1121 "arrivalTerminalCode": "ALA",
1122 "flightDuration": "3h 10m"
1123 }
1124 ],
1125 "passengers": [
1126 {
1127 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
1128 "isAdult": true,
1129 "selectedForwardBaggageCode": "INCLUDED",
1130 "selectedBackwardBaggageCode": "INCLUDED",
1131 "forwardBaggages": [
1132 {
1133 "baggageCode": "INCLUDED",
1134 "description": "20 Kg Included",
1135 "price": 0.0,
1136 "currency": "USD",
1137 "included": true
1138 }
1139 ],
1140 "backwardBaggages": [
1141 {
1142 "baggageCode": "INCLUDED",
1143 "description": "20 Kg Included",
1144 "price": 0.0,
1145 "currency": "USD",
1146 "included": true
1147 }
1148 ]
1149 },
1150 {
1151 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
1152 "isAdult": true,
1153 "selectedForwardBaggageCode": "INCLUDED",
1154 "selectedBackwardBaggageCode": "INCLUDED",
1155 "forwardBaggages": [
1156 {
1157 "baggageCode": "INCLUDED",
1158 "description": "20 Kg Included",
1159 "price": 0.0,
1160 "currency": "USD",
1161 "included": true
1162 }
1163 ],
1164 "backwardBaggages": [
1165 {
1166 "baggageCode": "INCLUDED",
1167 "description": "20 Kg Included",
1168 "price": 0.0,
1169 "currency": "USD",
1170 "included": true
1171 }
1172 ]
1173 }
1174 ]
1175 },
1176 "extraServices": [],
1177 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:5",
1178 "sortCheckInOut": "07.09.2024-14.09.2024",
1179 "sortAirline": "fly dubai",
1180 "sortHotelName": "le meridien al aqah beach resort",
1181 "sortDetails": "bb",
1182 "sortPlacement": "deluxe guest room dbl",
1183 "subList": [],
1184 "exchangeRate": 480.0
1185 },
1186 {
1187 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:fb824f96-2de4-4b36-a9dc-c71633ec9d89:04abb186-80f6-4808-bce4-ae97cef85c51",
1188 "priceCurrency": "USD",
1189 "totalPrice": 1588.57,
1190 "agentCommissionPercent": 9.0,
1191 "agentCommissionAmount": 142.97,
1192 "includedExtrasAmount": 0,
1193 "priceDifference": 0,
1194 "hotel": {
1195 "hotelPriceId": "fb824f96-2de4-4b36-a9dc-c71633ec9d89",
1196 "hotelName": "Le Meridien Al Aqah Beach Resort",
1197 "hotelCode": "63300069-0631-4c34-946e-d2ca9753ff6e",
1198 "nights": 7,
1199 "mealPlan": "BB",
1200 "hotelClass": "5",
1201 "hotelColor": "#000000",
1202 "availabilityType": "FreeSale",
1203 "availableRoomsCount": 0,
1204 "fewRooms": true,
1205 "roomCategoryCode": "04b0d2ba-b3b1-4858-a5c5-251279680430",
1206 "roomCategoryName": "Deluxe Guest Room with Balcony",
1207 "placementTypeName": "DBL",
1208 "checkInDate": "2024-09-07T00:00:00",
1209 "checkOutDate": "2024-09-14T00:00:00",
1210 "adults": 2,
1211 "children": 0,
1212 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
1213 "districtName": "Al Aqah",
1214 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
1215 "cityName": "Fujairah",
1216 "countryCode": "AE",
1217 "countryName": "United Arab Emirates",
1218 "hasAlcohol": true,
1219 "hasFreeWifi": true,
1220 "hasMetro": false,
1221 "hasPool": true,
1222 "hasMall": false,
1223 "infantMaxAge": 1.99,
1224 "childMinAge": 2.0,
1225 "childMaxAge": 11.99,
1226 "teenMinAge": 12.0,
1227 "teenMaxAge": 15.99,
1228 "adultMinAge": 16.0,
1229 "cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
1230 "cancellationPolicy": {
1231 "noShowChargeValue": 100.0,
1232 "noShowChargeValueType": "%",
1233 "earlyDepartureChargeValue": 100.0,
1234 "earlyDepartureChargeValueType": "%",
1235 "conditions": [
1236 {
1237 "timeunits": 3,
1238 "timeunitType": "Day",
1239 "timeOffsetTypeName": "Before Arrival",
1240 "chargeValue": 1.0,
1241 "chargeValueType": "Night"
1242 }
1243 ]
1244 }
1245 },
1246 "flight": {
1247 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
1248 "departureDate": "2024-09-07T00:00:00",
1249 "returnDate": "2024-09-14T00:00:00",
1250 "departureTicketsLeft": 24,
1251 "returnTicketsLeft": 17,
1252 "departureAvailabilityType": "FreeSale",
1253 "returnAvailabilityType": "FreeSale",
1254 "isTwoWay": true,
1255 "sameBaggageForAll": false,
1256 "totalBaggage": false,
1257 "isBlock": true,
1258 "class": "Economy",
1259 "departureSegments": [
1260 {
1261 "airlineCode": "FZ",
1262 "airlineName": "Fly Dubai",
1263 "flightCode": "FZ1722",
1264 "class": "Economy",
1265 "lugageWeight": 20,
1266 "handLugageWeight": 6,
1267 "departureFlightDate": "2024-09-07T03:40:00.000",
1268 "departureCountryName": "Kazakhstan",
1269 "departureCityName": "Almaty",
1270 "departureAirportCode": "ALA",
1271 "departureAirportName": "Almaty Intl Airport",
1272 "departureTerminalCode": "ALA",
1273 "arrivalFlightDate": "2024-09-07T07:15:00.000",
1274 "arrivalCountryName": "United Arab Emirates",
1275 "arrivalCityName": "Dubai",
1276 "arrivalAirportCode": "DXB",
1277 "arrivalAirportName": "Dubai Intl Airport",
1278 "arrivalTerminalCode": "DXB3",
1279 "flightDuration": "5h 35m"
1280 }
1281 ],
1282 "returnSegments": [
1283 {
1284 "airlineCode": "FZ",
1285 "airlineName": "Fly Dubai",
1286 "flightCode": "FZ1721",
1287 "class": "Economy",
1288 "lugageWeight": 20,
1289 "handLugageWeight": 6,
1290 "departureFlightDate": "2024-09-14T21:30:00.000",
1291 "departureCountryName": "United Arab Emirates",
1292 "departureCityName": "Dubai",
1293 "departureAirportCode": "DXB",
1294 "departureAirportName": "Dubai Intl Airport",
1295 "departureTerminalCode": "DXB3",
1296 "arrivalFlightDate": "2024-09-15T02:40:00.000",
1297 "arrivalCountryName": "Kazakhstan",
1298 "arrivalCityName": "Almaty",
1299 "arrivalAirportCode": "ALA",
1300 "arrivalAirportName": "Almaty Intl Airport",
1301 "arrivalTerminalCode": "ALA",
1302 "flightDuration": "3h 10m"
1303 }
1304 ],
1305 "passengers": [
1306 {
1307 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
1308 "isAdult": true,
1309 "selectedForwardBaggageCode": "INCLUDED",
1310 "selectedBackwardBaggageCode": "INCLUDED",
1311 "forwardBaggages": [
1312 {
1313 "baggageCode": "INCLUDED",
1314 "description": "20 Kg Included",
1315 "price": 0.0,
1316 "currency": "USD",
1317 "included": true
1318 }
1319 ],
1320 "backwardBaggages": [
1321 {
1322 "baggageCode": "INCLUDED",
1323 "description": "20 Kg Included",
1324 "price": 0.0,
1325 "currency": "USD",
1326 "included": true
1327 }
1328 ]
1329 },
1330 {
1331 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
1332 "isAdult": true,
1333 "selectedForwardBaggageCode": "INCLUDED",
1334 "selectedBackwardBaggageCode": "INCLUDED",
1335 "forwardBaggages": [
1336 {
1337 "baggageCode": "INCLUDED",
1338 "description": "20 Kg Included",
1339 "price": 0.0,
1340 "currency": "USD",
1341 "included": true
1342 }
1343 ],
1344 "backwardBaggages": [
1345 {
1346 "baggageCode": "INCLUDED",
1347 "description": "20 Kg Included",
1348 "price": 0.0,
1349 "currency": "USD",
1350 "included": true
1351 }
1352 ]
1353 }
1354 ]
1355 },
1356 "extraServices": [],
1357 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:6",
1358 "sortCheckInOut": "07.09.2024-14.09.2024",
1359 "sortAirline": "fly dubai",
1360 "sortHotelName": "le meridien al aqah beach resort",
1361 "sortDetails": "bb",
1362 "sortPlacement": "deluxe guest room with balcony dbl",
1363 "subList": [],
1364 "exchangeRate": 480.0
1365 },
1366 {
1367 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:959cff0a-2a1b-4acc-ad05-661f2aad3fad:04abb186-80f6-4808-bce4-ae97cef85c51",
1368 "priceCurrency": "USD",
1369 "totalPrice": 1597.04,
1370 "agentCommissionPercent": 9.0,
1371 "agentCommissionAmount": 143.73,
1372 "includedExtrasAmount": 0,
1373 "priceDifference": 0,
1374 "hotel": {
1375 "hotelPriceId": "959cff0a-2a1b-4acc-ad05-661f2aad3fad",
1376 "hotelName": "Fujairah Rotana Resort Spa",
1377 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
1378 "nights": 7,
1379 "mealPlan": "BB",
1380 "hotelClass": "5",
1381 "hotelColor": "#000000",
1382 "availabilityType": "FreeSale",
1383 "availableRoomsCount": 0,
1384 "fewRooms": true,
1385 "roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099",
1386 "roomCategoryName": "Ocean View Room Twin",
1387 "placementTypeName": "DBL",
1388 "checkInDate": "2024-09-07T00:00:00",
1389 "checkOutDate": "2024-09-14T00:00:00",
1390 "adults": 2,
1391 "children": 0,
1392 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
1393 "districtName": "Al Aqah",
1394 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
1395 "cityName": "Fujairah",
1396 "countryCode": "AE",
1397 "countryName": "United Arab Emirates",
1398 "hasAlcohol": true,
1399 "hasFreeWifi": true,
1400 "hasMetro": false,
1401 "hasPool": true,
1402 "hasMall": false,
1403 "infantMaxAge": 1.99,
1404 "childMinAge": 2.0,
1405 "childMaxAge": 11.99,
1406 "teenMinAge": 0.0,
1407 "teenMaxAge": 0.0,
1408 "adultMinAge": 12.0,
1409 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
1410 "cancellationPolicy": {
1411 "noShowChargeValue": 100.0,
1412 "noShowChargeValueType": "%",
1413 "earlyDepartureChargeValue": 100.0,
1414 "earlyDepartureChargeValueType": "%",
1415 "conditions": [
1416 {
1417 "timeunits": 4,
1418 "timeunitType": "Day",
1419 "timeOffsetTypeName": "Before Arrival",
1420 "chargeValue": 100.0,
1421 "chargeValueType": "%"
1422 }
1423 ]
1424 }
1425 },
1426 "flight": {
1427 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
1428 "departureDate": "2024-09-07T00:00:00",
1429 "returnDate": "2024-09-14T00:00:00",
1430 "departureTicketsLeft": 24,
1431 "returnTicketsLeft": 17,
1432 "departureAvailabilityType": "FreeSale",
1433 "returnAvailabilityType": "FreeSale",
1434 "isTwoWay": true,
1435 "sameBaggageForAll": false,
1436 "totalBaggage": false,
1437 "isBlock": true,
1438 "class": "Economy",
1439 "departureSegments": [
1440 {
1441 "airlineCode": "FZ",
1442 "airlineName": "Fly Dubai",
1443 "flightCode": "FZ1722",
1444 "class": "Economy",
1445 "lugageWeight": 20,
1446 "handLugageWeight": 6,
1447 "departureFlightDate": "2024-09-07T03:40:00.000",
1448 "departureCountryName": "Kazakhstan",
1449 "departureCityName": "Almaty",
1450 "departureAirportCode": "ALA",
1451 "departureAirportName": "Almaty Intl Airport",
1452 "departureTerminalCode": "ALA",
1453 "arrivalFlightDate": "2024-09-07T07:15:00.000",
1454 "arrivalCountryName": "United Arab Emirates",
1455 "arrivalCityName": "Dubai",
1456 "arrivalAirportCode": "DXB",
1457 "arrivalAirportName": "Dubai Intl Airport",
1458 "arrivalTerminalCode": "DXB3",
1459 "flightDuration": "5h 35m"
1460 }
1461 ],
1462 "returnSegments": [
1463 {
1464 "airlineCode": "FZ",
1465 "airlineName": "Fly Dubai",
1466 "flightCode": "FZ1721",
1467 "class": "Economy",
1468 "lugageWeight": 20,
1469 "handLugageWeight": 6,
1470 "departureFlightDate": "2024-09-14T21:30:00.000",
1471 "departureCountryName": "United Arab Emirates",
1472 "departureCityName": "Dubai",
1473 "departureAirportCode": "DXB",
1474 "departureAirportName": "Dubai Intl Airport",
1475 "departureTerminalCode": "DXB3",
1476 "arrivalFlightDate": "2024-09-15T02:40:00.000",
1477 "arrivalCountryName": "Kazakhstan",
1478 "arrivalCityName": "Almaty",
1479 "arrivalAirportCode": "ALA",
1480 "arrivalAirportName": "Almaty Intl Airport",
1481 "arrivalTerminalCode": "ALA",
1482 "flightDuration": "3h 10m"
1483 }
1484 ],
1485 "passengers": [
1486 {
1487 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
1488 "isAdult": true,
1489 "selectedForwardBaggageCode": "INCLUDED",
1490 "selectedBackwardBaggageCode": "INCLUDED",
1491 "forwardBaggages": [
1492 {
1493 "baggageCode": "INCLUDED",
1494 "description": "20 Kg Included",
1495 "price": 0.0,
1496 "currency": "USD",
1497 "included": true
1498 }
1499 ],
1500 "backwardBaggages": [
1501 {
1502 "baggageCode": "INCLUDED",
1503 "description": "20 Kg Included",
1504 "price": 0.0,
1505 "currency": "USD",
1506 "included": true
1507 }
1508 ]
1509 },
1510 {
1511 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
1512 "isAdult": true,
1513 "selectedForwardBaggageCode": "INCLUDED",
1514 "selectedBackwardBaggageCode": "INCLUDED",
1515 "forwardBaggages": [
1516 {
1517 "baggageCode": "INCLUDED",
1518 "description": "20 Kg Included",
1519 "price": 0.0,
1520 "currency": "USD",
1521 "included": true
1522 }
1523 ],
1524 "backwardBaggages": [
1525 {
1526 "baggageCode": "INCLUDED",
1527 "description": "20 Kg Included",
1528 "price": 0.0,
1529 "currency": "USD",
1530 "included": true
1531 }
1532 ]
1533 }
1534 ]
1535 },
1536 "extraServices": [],
1537 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:7",
1538 "sortCheckInOut": "07.09.2024-14.09.2024",
1539 "sortAirline": "fly dubai",
1540 "sortHotelName": "fujairah rotana resort spa",
1541 "sortDetails": "bb",
1542 "sortPlacement": "ocean view room twin dbl",
1543 "subList": [],
1544 "exchangeRate": 480.0
1545 },
1546 {
1547 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:7bfa40fa-6a67-4ab5-998f-a59e3d669aef:04abb186-80f6-4808-bce4-ae97cef85c51",
1548 "priceCurrency": "USD",
1549 "totalPrice": 1597.04,
1550 "agentCommissionPercent": 9.0,
1551 "agentCommissionAmount": 143.73,
1552 "includedExtrasAmount": 0,
1553 "priceDifference": 0,
1554 "hotel": {
1555 "hotelPriceId": "7bfa40fa-6a67-4ab5-998f-a59e3d669aef",
1556 "hotelName": "Fujairah Rotana Resort Spa",
1557 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
1558 "nights": 7,
1559 "mealPlan": "BB",
1560 "hotelClass": "5",
1561 "hotelColor": "#000000",
1562 "availabilityType": "OnRequest",
1563 "availableRoomsCount": 0,
1564 "fewRooms": true,
1565 "roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f",
1566 "roomCategoryName": "Ocean View Room King",
1567 "placementTypeName": "DBL",
1568 "checkInDate": "2024-09-07T00:00:00",
1569 "checkOutDate": "2024-09-14T00:00:00",
1570 "adults": 2,
1571 "children": 0,
1572 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
1573 "districtName": "Al Aqah",
1574 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
1575 "cityName": "Fujairah",
1576 "countryCode": "AE",
1577 "countryName": "United Arab Emirates",
1578 "hasAlcohol": true,
1579 "hasFreeWifi": true,
1580 "hasMetro": false,
1581 "hasPool": true,
1582 "hasMall": false,
1583 "infantMaxAge": 1.99,
1584 "childMinAge": 2.0,
1585 "childMaxAge": 11.99,
1586 "teenMinAge": 0.0,
1587 "teenMaxAge": 0.0,
1588 "adultMinAge": 12.0,
1589 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
1590 "cancellationPolicy": {
1591 "noShowChargeValue": 100.0,
1592 "noShowChargeValueType": "%",
1593 "earlyDepartureChargeValue": 100.0,
1594 "earlyDepartureChargeValueType": "%",
1595 "conditions": [
1596 {
1597 "timeunits": 4,
1598 "timeunitType": "Day",
1599 "timeOffsetTypeName": "Before Arrival",
1600 "chargeValue": 100.0,
1601 "chargeValueType": "%"
1602 }
1603 ]
1604 }
1605 },
1606 "flight": {
1607 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
1608 "departureDate": "2024-09-07T00:00:00",
1609 "returnDate": "2024-09-14T00:00:00",
1610 "departureTicketsLeft": 24,
1611 "returnTicketsLeft": 17,
1612 "departureAvailabilityType": "FreeSale",
1613 "returnAvailabilityType": "FreeSale",
1614 "isTwoWay": true,
1615 "sameBaggageForAll": false,
1616 "totalBaggage": false,
1617 "isBlock": true,
1618 "class": "Economy",
1619 "departureSegments": [
1620 {
1621 "airlineCode": "FZ",
1622 "airlineName": "Fly Dubai",
1623 "flightCode": "FZ1722",
1624 "class": "Economy",
1625 "lugageWeight": 20,
1626 "handLugageWeight": 6,
1627 "departureFlightDate": "2024-09-07T03:40:00.000",
1628 "departureCountryName": "Kazakhstan",
1629 "departureCityName": "Almaty",
1630 "departureAirportCode": "ALA",
1631 "departureAirportName": "Almaty Intl Airport",
1632 "departureTerminalCode": "ALA",
1633 "arrivalFlightDate": "2024-09-07T07:15:00.000",
1634 "arrivalCountryName": "United Arab Emirates",
1635 "arrivalCityName": "Dubai",
1636 "arrivalAirportCode": "DXB",
1637 "arrivalAirportName": "Dubai Intl Airport",
1638 "arrivalTerminalCode": "DXB3",
1639 "flightDuration": "5h 35m"
1640 }
1641 ],
1642 "returnSegments": [
1643 {
1644 "airlineCode": "FZ",
1645 "airlineName": "Fly Dubai",
1646 "flightCode": "FZ1721",
1647 "class": "Economy",
1648 "lugageWeight": 20,
1649 "handLugageWeight": 6,
1650 "departureFlightDate": "2024-09-14T21:30:00.000",
1651 "departureCountryName": "United Arab Emirates",
1652 "departureCityName": "Dubai",
1653 "departureAirportCode": "DXB",
1654 "departureAirportName": "Dubai Intl Airport",
1655 "departureTerminalCode": "DXB3",
1656 "arrivalFlightDate": "2024-09-15T02:40:00.000",
1657 "arrivalCountryName": "Kazakhstan",
1658 "arrivalCityName": "Almaty",
1659 "arrivalAirportCode": "ALA",
1660 "arrivalAirportName": "Almaty Intl Airport",
1661 "arrivalTerminalCode": "ALA",
1662 "flightDuration": "3h 10m"
1663 }
1664 ],
1665 "passengers": [
1666 {
1667 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
1668 "isAdult": true,
1669 "selectedForwardBaggageCode": "INCLUDED",
1670 "selectedBackwardBaggageCode": "INCLUDED",
1671 "forwardBaggages": [
1672 {
1673 "baggageCode": "INCLUDED",
1674 "description": "20 Kg Included",
1675 "price": 0.0,
1676 "currency": "USD",
1677 "included": true
1678 }
1679 ],
1680 "backwardBaggages": [
1681 {
1682 "baggageCode": "INCLUDED",
1683 "description": "20 Kg Included",
1684 "price": 0.0,
1685 "currency": "USD",
1686 "included": true
1687 }
1688 ]
1689 },
1690 {
1691 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
1692 "isAdult": true,
1693 "selectedForwardBaggageCode": "INCLUDED",
1694 "selectedBackwardBaggageCode": "INCLUDED",
1695 "forwardBaggages": [
1696 {
1697 "baggageCode": "INCLUDED",
1698 "description": "20 Kg Included",
1699 "price": 0.0,
1700 "currency": "USD",
1701 "included": true
1702 }
1703 ],
1704 "backwardBaggages": [
1705 {
1706 "baggageCode": "INCLUDED",
1707 "description": "20 Kg Included",
1708 "price": 0.0,
1709 "currency": "USD",
1710 "included": true
1711 }
1712 ]
1713 }
1714 ]
1715 },
1716 "extraServices": [],
1717 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:8",
1718 "sortCheckInOut": "07.09.2024-14.09.2024",
1719 "sortAirline": "fly dubai",
1720 "sortHotelName": "fujairah rotana resort spa",
1721 "sortDetails": "bb",
1722 "sortPlacement": "ocean view room king dbl",
1723 "subList": [],
1724 "exchangeRate": 480.0
1725 },
1726 {
1727 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:d5469b2f-d5f1-405c-aa79-49f89630c270:04abb186-80f6-4808-bce4-ae97cef85c51",
1728 "priceCurrency": "USD",
1729 "totalPrice": 1597.04,
1730 "agentCommissionPercent": 9.0,
1731 "agentCommissionAmount": 143.73,
1732 "includedExtrasAmount": 0,
1733 "priceDifference": 0,
1734 "hotel": {
1735 "hotelPriceId": "d5469b2f-d5f1-405c-aa79-49f89630c270",
1736 "hotelName": "Fujairah Rotana Resort Spa",
1737 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
1738 "nights": 7,
1739 "mealPlan": "BB",
1740 "hotelClass": "5",
1741 "hotelColor": "#000000",
1742 "availabilityType": "OnRequest",
1743 "availableRoomsCount": 0,
1744 "fewRooms": true,
1745 "roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f",
1746 "roomCategoryName": "Ocean View Room King",
1747 "placementTypeName": "DBL",
1748 "checkInDate": "2024-09-07T00:00:00",
1749 "checkOutDate": "2024-09-14T00:00:00",
1750 "adults": 2,
1751 "children": 0,
1752 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
1753 "districtName": "Al Aqah",
1754 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
1755 "cityName": "Fujairah",
1756 "countryCode": "AE",
1757 "countryName": "United Arab Emirates",
1758 "hasAlcohol": true,
1759 "hasFreeWifi": true,
1760 "hasMetro": false,
1761 "hasPool": true,
1762 "hasMall": false,
1763 "infantMaxAge": 1.99,
1764 "childMinAge": 2.0,
1765 "childMaxAge": 11.99,
1766 "teenMinAge": 0.0,
1767 "teenMaxAge": 0.0,
1768 "adultMinAge": 12.0,
1769 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
1770 "cancellationPolicy": {
1771 "noShowChargeValue": 100.0,
1772 "noShowChargeValueType": "%",
1773 "earlyDepartureChargeValue": 100.0,
1774 "earlyDepartureChargeValueType": "%",
1775 "conditions": [
1776 {
1777 "timeunits": 4,
1778 "timeunitType": "Day",
1779 "timeOffsetTypeName": "Before Arrival",
1780 "chargeValue": 100.0,
1781 "chargeValueType": "%"
1782 }
1783 ]
1784 }
1785 },
1786 "flight": {
1787 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
1788 "departureDate": "2024-09-07T00:00:00",
1789 "returnDate": "2024-09-14T00:00:00",
1790 "departureTicketsLeft": 24,
1791 "returnTicketsLeft": 17,
1792 "departureAvailabilityType": "FreeSale",
1793 "returnAvailabilityType": "FreeSale",
1794 "isTwoWay": true,
1795 "sameBaggageForAll": false,
1796 "totalBaggage": false,
1797 "isBlock": true,
1798 "class": "Economy",
1799 "departureSegments": [
1800 {
1801 "airlineCode": "FZ",
1802 "airlineName": "Fly Dubai",
1803 "flightCode": "FZ1722",
1804 "class": "Economy",
1805 "lugageWeight": 20,
1806 "handLugageWeight": 6,
1807 "departureFlightDate": "2024-09-07T03:40:00.000",
1808 "departureCountryName": "Kazakhstan",
1809 "departureCityName": "Almaty",
1810 "departureAirportCode": "ALA",
1811 "departureAirportName": "Almaty Intl Airport",
1812 "departureTerminalCode": "ALA",
1813 "arrivalFlightDate": "2024-09-07T07:15:00.000",
1814 "arrivalCountryName": "United Arab Emirates",
1815 "arrivalCityName": "Dubai",
1816 "arrivalAirportCode": "DXB",
1817 "arrivalAirportName": "Dubai Intl Airport",
1818 "arrivalTerminalCode": "DXB3",
1819 "flightDuration": "5h 35m"
1820 }
1821 ],
1822 "returnSegments": [
1823 {
1824 "airlineCode": "FZ",
1825 "airlineName": "Fly Dubai",
1826 "flightCode": "FZ1721",
1827 "class": "Economy",
1828 "lugageWeight": 20,
1829 "handLugageWeight": 6,
1830 "departureFlightDate": "2024-09-14T21:30:00.000",
1831 "departureCountryName": "United Arab Emirates",
1832 "departureCityName": "Dubai",
1833 "departureAirportCode": "DXB",
1834 "departureAirportName": "Dubai Intl Airport",
1835 "departureTerminalCode": "DXB3",
1836 "arrivalFlightDate": "2024-09-15T02:40:00.000",
1837 "arrivalCountryName": "Kazakhstan",
1838 "arrivalCityName": "Almaty",
1839 "arrivalAirportCode": "ALA",
1840 "arrivalAirportName": "Almaty Intl Airport",
1841 "arrivalTerminalCode": "ALA",
1842 "flightDuration": "3h 10m"
1843 }
1844 ],
1845 "passengers": [
1846 {
1847 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
1848 "isAdult": true,
1849 "selectedForwardBaggageCode": "INCLUDED",
1850 "selectedBackwardBaggageCode": "INCLUDED",
1851 "forwardBaggages": [
1852 {
1853 "baggageCode": "INCLUDED",
1854 "description": "20 Kg Included",
1855 "price": 0.0,
1856 "currency": "USD",
1857 "included": true
1858 }
1859 ],
1860 "backwardBaggages": [
1861 {
1862 "baggageCode": "INCLUDED",
1863 "description": "20 Kg Included",
1864 "price": 0.0,
1865 "currency": "USD",
1866 "included": true
1867 }
1868 ]
1869 },
1870 {
1871 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
1872 "isAdult": true,
1873 "selectedForwardBaggageCode": "INCLUDED",
1874 "selectedBackwardBaggageCode": "INCLUDED",
1875 "forwardBaggages": [
1876 {
1877 "baggageCode": "INCLUDED",
1878 "description": "20 Kg Included",
1879 "price": 0.0,
1880 "currency": "USD",
1881 "included": true
1882 }
1883 ],
1884 "backwardBaggages": [
1885 {
1886 "baggageCode": "INCLUDED",
1887 "description": "20 Kg Included",
1888 "price": 0.0,
1889 "currency": "USD",
1890 "included": true
1891 }
1892 ]
1893 }
1894 ]
1895 },
1896 "extraServices": [],
1897 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:9",
1898 "sortCheckInOut": "07.09.2024-14.09.2024",
1899 "sortAirline": "fly dubai",
1900 "sortHotelName": "fujairah rotana resort spa",
1901 "sortDetails": "bb",
1902 "sortPlacement": "ocean view room king dbl",
1903 "subList": [],
1904 "exchangeRate": 480.0
1905 },
1906 {
1907 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:6b9bc85f-38e9-4096-b8cd-e36e7f5204f1:04abb186-80f6-4808-bce4-ae97cef85c51",
1908 "priceCurrency": "USD",
1909 "totalPrice": 1597.04,
1910 "agentCommissionPercent": 9.0,
1911 "agentCommissionAmount": 143.73,
1912 "includedExtrasAmount": 0,
1913 "priceDifference": 0,
1914 "hotel": {
1915 "hotelPriceId": "6b9bc85f-38e9-4096-b8cd-e36e7f5204f1",
1916 "hotelName": "Fujairah Rotana Resort Spa",
1917 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
1918 "nights": 7,
1919 "mealPlan": "BB",
1920 "hotelClass": "5",
1921 "hotelColor": "#000000",
1922 "availabilityType": "FreeSale",
1923 "availableRoomsCount": 0,
1924 "fewRooms": true,
1925 "roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099",
1926 "roomCategoryName": "Ocean View Room Twin",
1927 "placementTypeName": "DBL",
1928 "checkInDate": "2024-09-07T00:00:00",
1929 "checkOutDate": "2024-09-14T00:00:00",
1930 "adults": 2,
1931 "children": 0,
1932 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
1933 "districtName": "Al Aqah",
1934 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
1935 "cityName": "Fujairah",
1936 "countryCode": "AE",
1937 "countryName": "United Arab Emirates",
1938 "hasAlcohol": true,
1939 "hasFreeWifi": true,
1940 "hasMetro": false,
1941 "hasPool": true,
1942 "hasMall": false,
1943 "infantMaxAge": 1.99,
1944 "childMinAge": 2.0,
1945 "childMaxAge": 11.99,
1946 "teenMinAge": 0.0,
1947 "teenMaxAge": 0.0,
1948 "adultMinAge": 12.0,
1949 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
1950 "cancellationPolicy": {
1951 "noShowChargeValue": 100.0,
1952 "noShowChargeValueType": "%",
1953 "earlyDepartureChargeValue": 100.0,
1954 "earlyDepartureChargeValueType": "%",
1955 "conditions": [
1956 {
1957 "timeunits": 4,
1958 "timeunitType": "Day",
1959 "timeOffsetTypeName": "Before Arrival",
1960 "chargeValue": 100.0,
1961 "chargeValueType": "%"
1962 }
1963 ]
1964 }
1965 },
1966 "flight": {
1967 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
1968 "departureDate": "2024-09-07T00:00:00",
1969 "returnDate": "2024-09-14T00:00:00",
1970 "departureTicketsLeft": 24,
1971 "returnTicketsLeft": 17,
1972 "departureAvailabilityType": "FreeSale",
1973 "returnAvailabilityType": "FreeSale",
1974 "isTwoWay": true,
1975 "sameBaggageForAll": false,
1976 "totalBaggage": false,
1977 "isBlock": true,
1978 "class": "Economy",
1979 "departureSegments": [
1980 {
1981 "airlineCode": "FZ",
1982 "airlineName": "Fly Dubai",
1983 "flightCode": "FZ1722",
1984 "class": "Economy",
1985 "lugageWeight": 20,
1986 "handLugageWeight": 6,
1987 "departureFlightDate": "2024-09-07T03:40:00.000",
1988 "departureCountryName": "Kazakhstan",
1989 "departureCityName": "Almaty",
1990 "departureAirportCode": "ALA",
1991 "departureAirportName": "Almaty Intl Airport",
1992 "departureTerminalCode": "ALA",
1993 "arrivalFlightDate": "2024-09-07T07:15:00.000",
1994 "arrivalCountryName": "United Arab Emirates",
1995 "arrivalCityName": "Dubai",
1996 "arrivalAirportCode": "DXB",
1997 "arrivalAirportName": "Dubai Intl Airport",
1998 "arrivalTerminalCode": "DXB3",
1999 "flightDuration": "5h 35m"
2000 }
2001 ],
2002 "returnSegments": [
2003 {
2004 "airlineCode": "FZ",
2005 "airlineName": "Fly Dubai",
2006 "flightCode": "FZ1721",
2007 "class": "Economy",
2008 "lugageWeight": 20,
2009 "handLugageWeight": 6,
2010 "departureFlightDate": "2024-09-14T21:30:00.000",
2011 "departureCountryName": "United Arab Emirates",
2012 "departureCityName": "Dubai",
2013 "departureAirportCode": "DXB",
2014 "departureAirportName": "Dubai Intl Airport",
2015 "departureTerminalCode": "DXB3",
2016 "arrivalFlightDate": "2024-09-15T02:40:00.000",
2017 "arrivalCountryName": "Kazakhstan",
2018 "arrivalCityName": "Almaty",
2019 "arrivalAirportCode": "ALA",
2020 "arrivalAirportName": "Almaty Intl Airport",
2021 "arrivalTerminalCode": "ALA",
2022 "flightDuration": "3h 10m"
2023 }
2024 ],
2025 "passengers": [
2026 {
2027 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
2028 "isAdult": true,
2029 "selectedForwardBaggageCode": "INCLUDED",
2030 "selectedBackwardBaggageCode": "INCLUDED",
2031 "forwardBaggages": [
2032 {
2033 "baggageCode": "INCLUDED",
2034 "description": "20 Kg Included",
2035 "price": 0.0,
2036 "currency": "USD",
2037 "included": true
2038 }
2039 ],
2040 "backwardBaggages": [
2041 {
2042 "baggageCode": "INCLUDED",
2043 "description": "20 Kg Included",
2044 "price": 0.0,
2045 "currency": "USD",
2046 "included": true
2047 }
2048 ]
2049 },
2050 {
2051 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
2052 "isAdult": true,
2053 "selectedForwardBaggageCode": "INCLUDED",
2054 "selectedBackwardBaggageCode": "INCLUDED",
2055 "forwardBaggages": [
2056 {
2057 "baggageCode": "INCLUDED",
2058 "description": "20 Kg Included",
2059 "price": 0.0,
2060 "currency": "USD",
2061 "included": true
2062 }
2063 ],
2064 "backwardBaggages": [
2065 {
2066 "baggageCode": "INCLUDED",
2067 "description": "20 Kg Included",
2068 "price": 0.0,
2069 "currency": "USD",
2070 "included": true
2071 }
2072 ]
2073 }
2074 ]
2075 },
2076 "extraServices": [],
2077 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:10",
2078 "sortCheckInOut": "07.09.2024-14.09.2024",
2079 "sortAirline": "fly dubai",
2080 "sortHotelName": "fujairah rotana resort spa",
2081 "sortDetails": "bb",
2082 "sortPlacement": "ocean view room twin dbl",
2083 "subList": [],
2084 "exchangeRate": 480.0
2085 },
2086 {
2087 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:fc3edcab-fad9-41a7-a03a-095db2c323fd:04abb186-80f6-4808-bce4-ae97cef85c51",
2088 "priceCurrency": "USD",
2089 "totalPrice": 1672.57,
2090 "agentCommissionPercent": 9.0,
2091 "agentCommissionAmount": 150.53,
2092 "includedExtrasAmount": 0,
2093 "priceDifference": 0,
2094 "hotel": {
2095 "hotelPriceId": "fc3edcab-fad9-41a7-a03a-095db2c323fd",
2096 "hotelName": "Fujairah Rotana Resort Spa",
2097 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
2098 "nights": 7,
2099 "mealPlan": "BB",
2100 "hotelClass": "5",
2101 "hotelColor": "#000000",
2102 "availabilityType": "FreeSale",
2103 "availableRoomsCount": 0,
2104 "fewRooms": true,
2105 "roomCategoryCode": "d544f59a-df57-4dc4-b1cd-b7263c02a5cc",
2106 "roomCategoryName": "Garden View Room Twin with Terrace",
2107 "placementTypeName": "DBL",
2108 "checkInDate": "2024-09-07T00:00:00",
2109 "checkOutDate": "2024-09-14T00:00:00",
2110 "adults": 2,
2111 "children": 0,
2112 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
2113 "districtName": "Al Aqah",
2114 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
2115 "cityName": "Fujairah",
2116 "countryCode": "AE",
2117 "countryName": "United Arab Emirates",
2118 "hasAlcohol": true,
2119 "hasFreeWifi": true,
2120 "hasMetro": false,
2121 "hasPool": true,
2122 "hasMall": false,
2123 "infantMaxAge": 1.99,
2124 "childMinAge": 2.0,
2125 "childMaxAge": 11.99,
2126 "teenMinAge": 0.0,
2127 "teenMaxAge": 0.0,
2128 "adultMinAge": 12.0,
2129 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
2130 "cancellationPolicy": {
2131 "noShowChargeValue": 100.0,
2132 "noShowChargeValueType": "%",
2133 "earlyDepartureChargeValue": 100.0,
2134 "earlyDepartureChargeValueType": "%",
2135 "conditions": [
2136 {
2137 "timeunits": 4,
2138 "timeunitType": "Day",
2139 "timeOffsetTypeName": "Before Arrival",
2140 "chargeValue": 100.0,
2141 "chargeValueType": "%"
2142 }
2143 ]
2144 }
2145 },
2146 "flight": {
2147 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
2148 "departureDate": "2024-09-07T00:00:00",
2149 "returnDate": "2024-09-14T00:00:00",
2150 "departureTicketsLeft": 24,
2151 "returnTicketsLeft": 17,
2152 "departureAvailabilityType": "FreeSale",
2153 "returnAvailabilityType": "FreeSale",
2154 "isTwoWay": true,
2155 "sameBaggageForAll": false,
2156 "totalBaggage": false,
2157 "isBlock": true,
2158 "class": "Economy",
2159 "departureSegments": [
2160 {
2161 "airlineCode": "FZ",
2162 "airlineName": "Fly Dubai",
2163 "flightCode": "FZ1722",
2164 "class": "Economy",
2165 "lugageWeight": 20,
2166 "handLugageWeight": 6,
2167 "departureFlightDate": "2024-09-07T03:40:00.000",
2168 "departureCountryName": "Kazakhstan",
2169 "departureCityName": "Almaty",
2170 "departureAirportCode": "ALA",
2171 "departureAirportName": "Almaty Intl Airport",
2172 "departureTerminalCode": "ALA",
2173 "arrivalFlightDate": "2024-09-07T07:15:00.000",
2174 "arrivalCountryName": "United Arab Emirates",
2175 "arrivalCityName": "Dubai",
2176 "arrivalAirportCode": "DXB",
2177 "arrivalAirportName": "Dubai Intl Airport",
2178 "arrivalTerminalCode": "DXB3",
2179 "flightDuration": "5h 35m"
2180 }
2181 ],
2182 "returnSegments": [
2183 {
2184 "airlineCode": "FZ",
2185 "airlineName": "Fly Dubai",
2186 "flightCode": "FZ1721",
2187 "class": "Economy",
2188 "lugageWeight": 20,
2189 "handLugageWeight": 6,
2190 "departureFlightDate": "2024-09-14T21:30:00.000",
2191 "departureCountryName": "United Arab Emirates",
2192 "departureCityName": "Dubai",
2193 "departureAirportCode": "DXB",
2194 "departureAirportName": "Dubai Intl Airport",
2195 "departureTerminalCode": "DXB3",
2196 "arrivalFlightDate": "2024-09-15T02:40:00.000",
2197 "arrivalCountryName": "Kazakhstan",
2198 "arrivalCityName": "Almaty",
2199 "arrivalAirportCode": "ALA",
2200 "arrivalAirportName": "Almaty Intl Airport",
2201 "arrivalTerminalCode": "ALA",
2202 "flightDuration": "3h 10m"
2203 }
2204 ],
2205 "passengers": [
2206 {
2207 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
2208 "isAdult": true,
2209 "selectedForwardBaggageCode": "INCLUDED",
2210 "selectedBackwardBaggageCode": "INCLUDED",
2211 "forwardBaggages": [
2212 {
2213 "baggageCode": "INCLUDED",
2214 "description": "20 Kg Included",
2215 "price": 0.0,
2216 "currency": "USD",
2217 "included": true
2218 }
2219 ],
2220 "backwardBaggages": [
2221 {
2222 "baggageCode": "INCLUDED",
2223 "description": "20 Kg Included",
2224 "price": 0.0,
2225 "currency": "USD",
2226 "included": true
2227 }
2228 ]
2229 },
2230 {
2231 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
2232 "isAdult": true,
2233 "selectedForwardBaggageCode": "INCLUDED",
2234 "selectedBackwardBaggageCode": "INCLUDED",
2235 "forwardBaggages": [
2236 {
2237 "baggageCode": "INCLUDED",
2238 "description": "20 Kg Included",
2239 "price": 0.0,
2240 "currency": "USD",
2241 "included": true
2242 }
2243 ],
2244 "backwardBaggages": [
2245 {
2246 "baggageCode": "INCLUDED",
2247 "description": "20 Kg Included",
2248 "price": 0.0,
2249 "currency": "USD",
2250 "included": true
2251 }
2252 ]
2253 }
2254 ]
2255 },
2256 "extraServices": [],
2257 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:11",
2258 "sortCheckInOut": "07.09.2024-14.09.2024",
2259 "sortAirline": "fly dubai",
2260 "sortHotelName": "fujairah rotana resort spa",
2261 "sortDetails": "bb",
2262 "sortPlacement": "garden view room twin with terrace dbl",
2263 "subList": [],
2264 "exchangeRate": 480.0
2265 },
2266 {
2267 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:07655d65-2000-45cd-b370-8abef039af1f:04abb186-80f6-4808-bce4-ae97cef85c51",
2268 "priceCurrency": "USD",
2269 "totalPrice": 1672.57,
2270 "agentCommissionPercent": 9.0,
2271 "agentCommissionAmount": 150.53,
2272 "includedExtrasAmount": 0,
2273 "priceDifference": 0,
2274 "hotel": {
2275 "hotelPriceId": "07655d65-2000-45cd-b370-8abef039af1f",
2276 "hotelName": "Fujairah Rotana Resort Spa",
2277 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
2278 "nights": 7,
2279 "mealPlan": "BB",
2280 "hotelClass": "5",
2281 "hotelColor": "#000000",
2282 "availabilityType": "FreeSale",
2283 "availableRoomsCount": 0,
2284 "fewRooms": true,
2285 "roomCategoryCode": "65a0dc25-b738-4c5a-838c-2f3b30b6427e",
2286 "roomCategoryName": "Garden View Room King with Terrace",
2287 "placementTypeName": "DBL",
2288 "checkInDate": "2024-09-07T00:00:00",
2289 "checkOutDate": "2024-09-14T00:00:00",
2290 "adults": 2,
2291 "children": 0,
2292 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
2293 "districtName": "Al Aqah",
2294 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
2295 "cityName": "Fujairah",
2296 "countryCode": "AE",
2297 "countryName": "United Arab Emirates",
2298 "hasAlcohol": true,
2299 "hasFreeWifi": true,
2300 "hasMetro": false,
2301 "hasPool": true,
2302 "hasMall": false,
2303 "infantMaxAge": 1.99,
2304 "childMinAge": 2.0,
2305 "childMaxAge": 11.99,
2306 "teenMinAge": 0.0,
2307 "teenMaxAge": 0.0,
2308 "adultMinAge": 12.0,
2309 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
2310 "cancellationPolicy": {
2311 "noShowChargeValue": 100.0,
2312 "noShowChargeValueType": "%",
2313 "earlyDepartureChargeValue": 100.0,
2314 "earlyDepartureChargeValueType": "%",
2315 "conditions": [
2316 {
2317 "timeunits": 4,
2318 "timeunitType": "Day",
2319 "timeOffsetTypeName": "Before Arrival",
2320 "chargeValue": 100.0,
2321 "chargeValueType": "%"
2322 }
2323 ]
2324 }
2325 },
2326 "flight": {
2327 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
2328 "departureDate": "2024-09-07T00:00:00",
2329 "returnDate": "2024-09-14T00:00:00",
2330 "departureTicketsLeft": 24,
2331 "returnTicketsLeft": 17,
2332 "departureAvailabilityType": "FreeSale",
2333 "returnAvailabilityType": "FreeSale",
2334 "isTwoWay": true,
2335 "sameBaggageForAll": false,
2336 "totalBaggage": false,
2337 "isBlock": true,
2338 "class": "Economy",
2339 "departureSegments": [
2340 {
2341 "airlineCode": "FZ",
2342 "airlineName": "Fly Dubai",
2343 "flightCode": "FZ1722",
2344 "class": "Economy",
2345 "lugageWeight": 20,
2346 "handLugageWeight": 6,
2347 "departureFlightDate": "2024-09-07T03:40:00.000",
2348 "departureCountryName": "Kazakhstan",
2349 "departureCityName": "Almaty",
2350 "departureAirportCode": "ALA",
2351 "departureAirportName": "Almaty Intl Airport",
2352 "departureTerminalCode": "ALA",
2353 "arrivalFlightDate": "2024-09-07T07:15:00.000",
2354 "arrivalCountryName": "United Arab Emirates",
2355 "arrivalCityName": "Dubai",
2356 "arrivalAirportCode": "DXB",
2357 "arrivalAirportName": "Dubai Intl Airport",
2358 "arrivalTerminalCode": "DXB3",
2359 "flightDuration": "5h 35m"
2360 }
2361 ],
2362 "returnSegments": [
2363 {
2364 "airlineCode": "FZ",
2365 "airlineName": "Fly Dubai",
2366 "flightCode": "FZ1721",
2367 "class": "Economy",
2368 "lugageWeight": 20,
2369 "handLugageWeight": 6,
2370 "departureFlightDate": "2024-09-14T21:30:00.000",
2371 "departureCountryName": "United Arab Emirates",
2372 "departureCityName": "Dubai",
2373 "departureAirportCode": "DXB",
2374 "departureAirportName": "Dubai Intl Airport",
2375 "departureTerminalCode": "DXB3",
2376 "arrivalFlightDate": "2024-09-15T02:40:00.000",
2377 "arrivalCountryName": "Kazakhstan",
2378 "arrivalCityName": "Almaty",
2379 "arrivalAirportCode": "ALA",
2380 "arrivalAirportName": "Almaty Intl Airport",
2381 "arrivalTerminalCode": "ALA",
2382 "flightDuration": "3h 10m"
2383 }
2384 ],
2385 "passengers": [
2386 {
2387 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
2388 "isAdult": true,
2389 "selectedForwardBaggageCode": "INCLUDED",
2390 "selectedBackwardBaggageCode": "INCLUDED",
2391 "forwardBaggages": [
2392 {
2393 "baggageCode": "INCLUDED",
2394 "description": "20 Kg Included",
2395 "price": 0.0,
2396 "currency": "USD",
2397 "included": true
2398 }
2399 ],
2400 "backwardBaggages": [
2401 {
2402 "baggageCode": "INCLUDED",
2403 "description": "20 Kg Included",
2404 "price": 0.0,
2405 "currency": "USD",
2406 "included": true
2407 }
2408 ]
2409 },
2410 {
2411 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
2412 "isAdult": true,
2413 "selectedForwardBaggageCode": "INCLUDED",
2414 "selectedBackwardBaggageCode": "INCLUDED",
2415 "forwardBaggages": [
2416 {
2417 "baggageCode": "INCLUDED",
2418 "description": "20 Kg Included",
2419 "price": 0.0,
2420 "currency": "USD",
2421 "included": true
2422 }
2423 ],
2424 "backwardBaggages": [
2425 {
2426 "baggageCode": "INCLUDED",
2427 "description": "20 Kg Included",
2428 "price": 0.0,
2429 "currency": "USD",
2430 "included": true
2431 }
2432 ]
2433 }
2434 ]
2435 },
2436 "extraServices": [],
2437 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:12",
2438 "sortCheckInOut": "07.09.2024-14.09.2024",
2439 "sortAirline": "fly dubai",
2440 "sortHotelName": "fujairah rotana resort spa",
2441 "sortDetails": "bb",
2442 "sortPlacement": "garden view room king with terrace dbl",
2443 "subList": [],
2444 "exchangeRate": 480.0
2445 },
2446 {
2447 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:1aa18de2-a9f5-4fe6-83dd-67cf4a35690c:04abb186-80f6-4808-bce4-ae97cef85c51",
2448 "priceCurrency": "USD",
2449 "totalPrice": 1672.57,
2450 "agentCommissionPercent": 9.0,
2451 "agentCommissionAmount": 150.53,
2452 "includedExtrasAmount": 0,
2453 "priceDifference": 0,
2454 "hotel": {
2455 "hotelPriceId": "1aa18de2-a9f5-4fe6-83dd-67cf4a35690c",
2456 "hotelName": "Fujairah Rotana Resort Spa",
2457 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
2458 "nights": 7,
2459 "mealPlan": "BB",
2460 "hotelClass": "5",
2461 "hotelColor": "#000000",
2462 "availabilityType": "FreeSale",
2463 "availableRoomsCount": 0,
2464 "fewRooms": true,
2465 "roomCategoryCode": "65a0dc25-b738-4c5a-838c-2f3b30b6427e",
2466 "roomCategoryName": "Garden View Room King with Terrace",
2467 "placementTypeName": "DBL",
2468 "checkInDate": "2024-09-07T00:00:00",
2469 "checkOutDate": "2024-09-14T00:00:00",
2470 "adults": 2,
2471 "children": 0,
2472 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
2473 "districtName": "Al Aqah",
2474 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
2475 "cityName": "Fujairah",
2476 "countryCode": "AE",
2477 "countryName": "United Arab Emirates",
2478 "hasAlcohol": true,
2479 "hasFreeWifi": true,
2480 "hasMetro": false,
2481 "hasPool": true,
2482 "hasMall": false,
2483 "infantMaxAge": 1.99,
2484 "childMinAge": 2.0,
2485 "childMaxAge": 11.99,
2486 "teenMinAge": 0.0,
2487 "teenMaxAge": 0.0,
2488 "adultMinAge": 12.0,
2489 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
2490 "cancellationPolicy": {
2491 "noShowChargeValue": 100.0,
2492 "noShowChargeValueType": "%",
2493 "earlyDepartureChargeValue": 100.0,
2494 "earlyDepartureChargeValueType": "%",
2495 "conditions": [
2496 {
2497 "timeunits": 4,
2498 "timeunitType": "Day",
2499 "timeOffsetTypeName": "Before Arrival",
2500 "chargeValue": 100.0,
2501 "chargeValueType": "%"
2502 }
2503 ]
2504 }
2505 },
2506 "flight": {
2507 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
2508 "departureDate": "2024-09-07T00:00:00",
2509 "returnDate": "2024-09-14T00:00:00",
2510 "departureTicketsLeft": 24,
2511 "returnTicketsLeft": 17,
2512 "departureAvailabilityType": "FreeSale",
2513 "returnAvailabilityType": "FreeSale",
2514 "isTwoWay": true,
2515 "sameBaggageForAll": false,
2516 "totalBaggage": false,
2517 "isBlock": true,
2518 "class": "Economy",
2519 "departureSegments": [
2520 {
2521 "airlineCode": "FZ",
2522 "airlineName": "Fly Dubai",
2523 "flightCode": "FZ1722",
2524 "class": "Economy",
2525 "lugageWeight": 20,
2526 "handLugageWeight": 6,
2527 "departureFlightDate": "2024-09-07T03:40:00.000",
2528 "departureCountryName": "Kazakhstan",
2529 "departureCityName": "Almaty",
2530 "departureAirportCode": "ALA",
2531 "departureAirportName": "Almaty Intl Airport",
2532 "departureTerminalCode": "ALA",
2533 "arrivalFlightDate": "2024-09-07T07:15:00.000",
2534 "arrivalCountryName": "United Arab Emirates",
2535 "arrivalCityName": "Dubai",
2536 "arrivalAirportCode": "DXB",
2537 "arrivalAirportName": "Dubai Intl Airport",
2538 "arrivalTerminalCode": "DXB3",
2539 "flightDuration": "5h 35m"
2540 }
2541 ],
2542 "returnSegments": [
2543 {
2544 "airlineCode": "FZ",
2545 "airlineName": "Fly Dubai",
2546 "flightCode": "FZ1721",
2547 "class": "Economy",
2548 "lugageWeight": 20,
2549 "handLugageWeight": 6,
2550 "departureFlightDate": "2024-09-14T21:30:00.000",
2551 "departureCountryName": "United Arab Emirates",
2552 "departureCityName": "Dubai",
2553 "departureAirportCode": "DXB",
2554 "departureAirportName": "Dubai Intl Airport",
2555 "departureTerminalCode": "DXB3",
2556 "arrivalFlightDate": "2024-09-15T02:40:00.000",
2557 "arrivalCountryName": "Kazakhstan",
2558 "arrivalCityName": "Almaty",
2559 "arrivalAirportCode": "ALA",
2560 "arrivalAirportName": "Almaty Intl Airport",
2561 "arrivalTerminalCode": "ALA",
2562 "flightDuration": "3h 10m"
2563 }
2564 ],
2565 "passengers": [
2566 {
2567 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
2568 "isAdult": true,
2569 "selectedForwardBaggageCode": "INCLUDED",
2570 "selectedBackwardBaggageCode": "INCLUDED",
2571 "forwardBaggages": [
2572 {
2573 "baggageCode": "INCLUDED",
2574 "description": "20 Kg Included",
2575 "price": 0.0,
2576 "currency": "USD",
2577 "included": true
2578 }
2579 ],
2580 "backwardBaggages": [
2581 {
2582 "baggageCode": "INCLUDED",
2583 "description": "20 Kg Included",
2584 "price": 0.0,
2585 "currency": "USD",
2586 "included": true
2587 }
2588 ]
2589 },
2590 {
2591 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
2592 "isAdult": true,
2593 "selectedForwardBaggageCode": "INCLUDED",
2594 "selectedBackwardBaggageCode": "INCLUDED",
2595 "forwardBaggages": [
2596 {
2597 "baggageCode": "INCLUDED",
2598 "description": "20 Kg Included",
2599 "price": 0.0,
2600 "currency": "USD",
2601 "included": true
2602 }
2603 ],
2604 "backwardBaggages": [
2605 {
2606 "baggageCode": "INCLUDED",
2607 "description": "20 Kg Included",
2608 "price": 0.0,
2609 "currency": "USD",
2610 "included": true
2611 }
2612 ]
2613 }
2614 ]
2615 },
2616 "extraServices": [],
2617 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:13",
2618 "sortCheckInOut": "07.09.2024-14.09.2024",
2619 "sortAirline": "fly dubai",
2620 "sortHotelName": "fujairah rotana resort spa",
2621 "sortDetails": "bb",
2622 "sortPlacement": "garden view room king with terrace dbl",
2623 "subList": [],
2624 "exchangeRate": 480.0
2625 },
2626 {
2627 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:828e9137-9b6d-4bde-96b6-fa81d41c455f:04abb186-80f6-4808-bce4-ae97cef85c51",
2628 "priceCurrency": "USD",
2629 "totalPrice": 1672.57,
2630 "agentCommissionPercent": 9.0,
2631 "agentCommissionAmount": 150.53,
2632 "includedExtrasAmount": 0,
2633 "priceDifference": 0,
2634 "hotel": {
2635 "hotelPriceId": "828e9137-9b6d-4bde-96b6-fa81d41c455f",
2636 "hotelName": "Fujairah Rotana Resort Spa",
2637 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
2638 "nights": 7,
2639 "mealPlan": "BB",
2640 "hotelClass": "5",
2641 "hotelColor": "#000000",
2642 "availabilityType": "FreeSale",
2643 "availableRoomsCount": 0,
2644 "fewRooms": true,
2645 "roomCategoryCode": "d544f59a-df57-4dc4-b1cd-b7263c02a5cc",
2646 "roomCategoryName": "Garden View Room Twin with Terrace",
2647 "placementTypeName": "DBL",
2648 "checkInDate": "2024-09-07T00:00:00",
2649 "checkOutDate": "2024-09-14T00:00:00",
2650 "adults": 2,
2651 "children": 0,
2652 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
2653 "districtName": "Al Aqah",
2654 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
2655 "cityName": "Fujairah",
2656 "countryCode": "AE",
2657 "countryName": "United Arab Emirates",
2658 "hasAlcohol": true,
2659 "hasFreeWifi": true,
2660 "hasMetro": false,
2661 "hasPool": true,
2662 "hasMall": false,
2663 "infantMaxAge": 1.99,
2664 "childMinAge": 2.0,
2665 "childMaxAge": 11.99,
2666 "teenMinAge": 0.0,
2667 "teenMaxAge": 0.0,
2668 "adultMinAge": 12.0,
2669 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
2670 "cancellationPolicy": {
2671 "noShowChargeValue": 100.0,
2672 "noShowChargeValueType": "%",
2673 "earlyDepartureChargeValue": 100.0,
2674 "earlyDepartureChargeValueType": "%",
2675 "conditions": [
2676 {
2677 "timeunits": 4,
2678 "timeunitType": "Day",
2679 "timeOffsetTypeName": "Before Arrival",
2680 "chargeValue": 100.0,
2681 "chargeValueType": "%"
2682 }
2683 ]
2684 }
2685 },
2686 "flight": {
2687 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
2688 "departureDate": "2024-09-07T00:00:00",
2689 "returnDate": "2024-09-14T00:00:00",
2690 "departureTicketsLeft": 24,
2691 "returnTicketsLeft": 17,
2692 "departureAvailabilityType": "FreeSale",
2693 "returnAvailabilityType": "FreeSale",
2694 "isTwoWay": true,
2695 "sameBaggageForAll": false,
2696 "totalBaggage": false,
2697 "isBlock": true,
2698 "class": "Economy",
2699 "departureSegments": [
2700 {
2701 "airlineCode": "FZ",
2702 "airlineName": "Fly Dubai",
2703 "flightCode": "FZ1722",
2704 "class": "Economy",
2705 "lugageWeight": 20,
2706 "handLugageWeight": 6,
2707 "departureFlightDate": "2024-09-07T03:40:00.000",
2708 "departureCountryName": "Kazakhstan",
2709 "departureCityName": "Almaty",
2710 "departureAirportCode": "ALA",
2711 "departureAirportName": "Almaty Intl Airport",
2712 "departureTerminalCode": "ALA",
2713 "arrivalFlightDate": "2024-09-07T07:15:00.000",
2714 "arrivalCountryName": "United Arab Emirates",
2715 "arrivalCityName": "Dubai",
2716 "arrivalAirportCode": "DXB",
2717 "arrivalAirportName": "Dubai Intl Airport",
2718 "arrivalTerminalCode": "DXB3",
2719 "flightDuration": "5h 35m"
2720 }
2721 ],
2722 "returnSegments": [
2723 {
2724 "airlineCode": "FZ",
2725 "airlineName": "Fly Dubai",
2726 "flightCode": "FZ1721",
2727 "class": "Economy",
2728 "lugageWeight": 20,
2729 "handLugageWeight": 6,
2730 "departureFlightDate": "2024-09-14T21:30:00.000",
2731 "departureCountryName": "United Arab Emirates",
2732 "departureCityName": "Dubai",
2733 "departureAirportCode": "DXB",
2734 "departureAirportName": "Dubai Intl Airport",
2735 "departureTerminalCode": "DXB3",
2736 "arrivalFlightDate": "2024-09-15T02:40:00.000",
2737 "arrivalCountryName": "Kazakhstan",
2738 "arrivalCityName": "Almaty",
2739 "arrivalAirportCode": "ALA",
2740 "arrivalAirportName": "Almaty Intl Airport",
2741 "arrivalTerminalCode": "ALA",
2742 "flightDuration": "3h 10m"
2743 }
2744 ],
2745 "passengers": [
2746 {
2747 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
2748 "isAdult": true,
2749 "selectedForwardBaggageCode": "INCLUDED",
2750 "selectedBackwardBaggageCode": "INCLUDED",
2751 "forwardBaggages": [
2752 {
2753 "baggageCode": "INCLUDED",
2754 "description": "20 Kg Included",
2755 "price": 0.0,
2756 "currency": "USD",
2757 "included": true
2758 }
2759 ],
2760 "backwardBaggages": [
2761 {
2762 "baggageCode": "INCLUDED",
2763 "description": "20 Kg Included",
2764 "price": 0.0,
2765 "currency": "USD",
2766 "included": true
2767 }
2768 ]
2769 },
2770 {
2771 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
2772 "isAdult": true,
2773 "selectedForwardBaggageCode": "INCLUDED",
2774 "selectedBackwardBaggageCode": "INCLUDED",
2775 "forwardBaggages": [
2776 {
2777 "baggageCode": "INCLUDED",
2778 "description": "20 Kg Included",
2779 "price": 0.0,
2780 "currency": "USD",
2781 "included": true
2782 }
2783 ],
2784 "backwardBaggages": [
2785 {
2786 "baggageCode": "INCLUDED",
2787 "description": "20 Kg Included",
2788 "price": 0.0,
2789 "currency": "USD",
2790 "included": true
2791 }
2792 ]
2793 }
2794 ]
2795 },
2796 "extraServices": [],
2797 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:14",
2798 "sortCheckInOut": "07.09.2024-14.09.2024",
2799 "sortAirline": "fly dubai",
2800 "sortHotelName": "fujairah rotana resort spa",
2801 "sortDetails": "bb",
2802 "sortPlacement": "garden view room twin with terrace dbl",
2803 "subList": [],
2804 "exchangeRate": 480.0
2805 },
2806 {
2807 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:8b389dd6-3040-444a-8d21-c9d20a7718c5:04abb186-80f6-4808-bce4-ae97cef85c51",
2808 "priceCurrency": "USD",
2809 "totalPrice": 1770.11,
2810 "agentCommissionPercent": 9.0,
2811 "agentCommissionAmount": 159.31,
2812 "includedExtrasAmount": 0,
2813 "priceDifference": 0,
2814 "hotel": {
2815 "hotelPriceId": "8b389dd6-3040-444a-8d21-c9d20a7718c5",
2816 "hotelName": "Fujairah Rotana Resort Spa",
2817 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
2818 "nights": 7,
2819 "mealPlan": "HB",
2820 "hotelClass": "5",
2821 "hotelColor": "#000000",
2822 "availabilityType": "FreeSale",
2823 "availableRoomsCount": 0,
2824 "fewRooms": true,
2825 "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076",
2826 "roomCategoryName": "King Guest Room",
2827 "placementTypeName": "DBL",
2828 "checkInDate": "2024-09-07T00:00:00",
2829 "checkOutDate": "2024-09-14T00:00:00",
2830 "adults": 2,
2831 "children": 0,
2832 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
2833 "districtName": "Al Aqah",
2834 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
2835 "cityName": "Fujairah",
2836 "countryCode": "AE",
2837 "countryName": "United Arab Emirates",
2838 "hasAlcohol": true,
2839 "hasFreeWifi": true,
2840 "hasMetro": false,
2841 "hasPool": true,
2842 "hasMall": false,
2843 "infantMaxAge": 1.99,
2844 "childMinAge": 2.0,
2845 "childMaxAge": 11.99,
2846 "teenMinAge": 0.0,
2847 "teenMaxAge": 0.0,
2848 "adultMinAge": 12.0,
2849 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
2850 "cancellationPolicy": {
2851 "noShowChargeValue": 100.0,
2852 "noShowChargeValueType": "%",
2853 "earlyDepartureChargeValue": 100.0,
2854 "earlyDepartureChargeValueType": "%",
2855 "conditions": [
2856 {
2857 "timeunits": 4,
2858 "timeunitType": "Day",
2859 "timeOffsetTypeName": "Before Arrival",
2860 "chargeValue": 100.0,
2861 "chargeValueType": "%"
2862 }
2863 ]
2864 }
2865 },
2866 "flight": {
2867 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
2868 "departureDate": "2024-09-07T00:00:00",
2869 "returnDate": "2024-09-14T00:00:00",
2870 "departureTicketsLeft": 24,
2871 "returnTicketsLeft": 17,
2872 "departureAvailabilityType": "FreeSale",
2873 "returnAvailabilityType": "FreeSale",
2874 "isTwoWay": true,
2875 "sameBaggageForAll": false,
2876 "totalBaggage": false,
2877 "isBlock": true,
2878 "class": "Economy",
2879 "departureSegments": [
2880 {
2881 "airlineCode": "FZ",
2882 "airlineName": "Fly Dubai",
2883 "flightCode": "FZ1722",
2884 "class": "Economy",
2885 "lugageWeight": 20,
2886 "handLugageWeight": 6,
2887 "departureFlightDate": "2024-09-07T03:40:00.000",
2888 "departureCountryName": "Kazakhstan",
2889 "departureCityName": "Almaty",
2890 "departureAirportCode": "ALA",
2891 "departureAirportName": "Almaty Intl Airport",
2892 "departureTerminalCode": "ALA",
2893 "arrivalFlightDate": "2024-09-07T07:15:00.000",
2894 "arrivalCountryName": "United Arab Emirates",
2895 "arrivalCityName": "Dubai",
2896 "arrivalAirportCode": "DXB",
2897 "arrivalAirportName": "Dubai Intl Airport",
2898 "arrivalTerminalCode": "DXB3",
2899 "flightDuration": "5h 35m"
2900 }
2901 ],
2902 "returnSegments": [
2903 {
2904 "airlineCode": "FZ",
2905 "airlineName": "Fly Dubai",
2906 "flightCode": "FZ1721",
2907 "class": "Economy",
2908 "lugageWeight": 20,
2909 "handLugageWeight": 6,
2910 "departureFlightDate": "2024-09-14T21:30:00.000",
2911 "departureCountryName": "United Arab Emirates",
2912 "departureCityName": "Dubai",
2913 "departureAirportCode": "DXB",
2914 "departureAirportName": "Dubai Intl Airport",
2915 "departureTerminalCode": "DXB3",
2916 "arrivalFlightDate": "2024-09-15T02:40:00.000",
2917 "arrivalCountryName": "Kazakhstan",
2918 "arrivalCityName": "Almaty",
2919 "arrivalAirportCode": "ALA",
2920 "arrivalAirportName": "Almaty Intl Airport",
2921 "arrivalTerminalCode": "ALA",
2922 "flightDuration": "3h 10m"
2923 }
2924 ],
2925 "passengers": [
2926 {
2927 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
2928 "isAdult": true,
2929 "selectedForwardBaggageCode": "INCLUDED",
2930 "selectedBackwardBaggageCode": "INCLUDED",
2931 "forwardBaggages": [
2932 {
2933 "baggageCode": "INCLUDED",
2934 "description": "20 Kg Included",
2935 "price": 0.0,
2936 "currency": "USD",
2937 "included": true
2938 }
2939 ],
2940 "backwardBaggages": [
2941 {
2942 "baggageCode": "INCLUDED",
2943 "description": "20 Kg Included",
2944 "price": 0.0,
2945 "currency": "USD",
2946 "included": true
2947 }
2948 ]
2949 },
2950 {
2951 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
2952 "isAdult": true,
2953 "selectedForwardBaggageCode": "INCLUDED",
2954 "selectedBackwardBaggageCode": "INCLUDED",
2955 "forwardBaggages": [
2956 {
2957 "baggageCode": "INCLUDED",
2958 "description": "20 Kg Included",
2959 "price": 0.0,
2960 "currency": "USD",
2961 "included": true
2962 }
2963 ],
2964 "backwardBaggages": [
2965 {
2966 "baggageCode": "INCLUDED",
2967 "description": "20 Kg Included",
2968 "price": 0.0,
2969 "currency": "USD",
2970 "included": true
2971 }
2972 ]
2973 }
2974 ]
2975 },
2976 "extraServices": [],
2977 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:15",
2978 "sortCheckInOut": "07.09.2024-14.09.2024",
2979 "sortAirline": "fly dubai",
2980 "sortHotelName": "fujairah rotana resort spa",
2981 "sortDetails": "hb",
2982 "sortPlacement": "king guest room dbl",
2983 "subList": [],
2984 "exchangeRate": 480.0
2985 },
2986 {
2987 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:91a303cb-ca93-4408-8dc5-1d1134fa59e8:04abb186-80f6-4808-bce4-ae97cef85c51",
2988 "priceCurrency": "USD",
2989 "totalPrice": 1770.11,
2990 "agentCommissionPercent": 9.0,
2991 "agentCommissionAmount": 159.31,
2992 "includedExtrasAmount": 0,
2993 "priceDifference": 0,
2994 "hotel": {
2995 "hotelPriceId": "91a303cb-ca93-4408-8dc5-1d1134fa59e8",
2996 "hotelName": "Fujairah Rotana Resort Spa",
2997 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
2998 "nights": 7,
2999 "mealPlan": "HB",
3000 "hotelClass": "5",
3001 "hotelColor": "#000000",
3002 "availabilityType": "FreeSale",
3003 "availableRoomsCount": 0,
3004 "fewRooms": true,
3005 "roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5",
3006 "roomCategoryName": "Twin Guest Room",
3007 "placementTypeName": "DBL",
3008 "checkInDate": "2024-09-07T00:00:00",
3009 "checkOutDate": "2024-09-14T00:00:00",
3010 "adults": 2,
3011 "children": 0,
3012 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
3013 "districtName": "Al Aqah",
3014 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
3015 "cityName": "Fujairah",
3016 "countryCode": "AE",
3017 "countryName": "United Arab Emirates",
3018 "hasAlcohol": true,
3019 "hasFreeWifi": true,
3020 "hasMetro": false,
3021 "hasPool": true,
3022 "hasMall": false,
3023 "infantMaxAge": 1.99,
3024 "childMinAge": 2.0,
3025 "childMaxAge": 11.99,
3026 "teenMinAge": 0.0,
3027 "teenMaxAge": 0.0,
3028 "adultMinAge": 12.0,
3029 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
3030 "cancellationPolicy": {
3031 "noShowChargeValue": 100.0,
3032 "noShowChargeValueType": "%",
3033 "earlyDepartureChargeValue": 100.0,
3034 "earlyDepartureChargeValueType": "%",
3035 "conditions": [
3036 {
3037 "timeunits": 4,
3038 "timeunitType": "Day",
3039 "timeOffsetTypeName": "Before Arrival",
3040 "chargeValue": 100.0,
3041 "chargeValueType": "%"
3042 }
3043 ]
3044 }
3045 },
3046 "flight": {
3047 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
3048 "departureDate": "2024-09-07T00:00:00",
3049 "returnDate": "2024-09-14T00:00:00",
3050 "departureTicketsLeft": 24,
3051 "returnTicketsLeft": 17,
3052 "departureAvailabilityType": "FreeSale",
3053 "returnAvailabilityType": "FreeSale",
3054 "isTwoWay": true,
3055 "sameBaggageForAll": false,
3056 "totalBaggage": false,
3057 "isBlock": true,
3058 "class": "Economy",
3059 "departureSegments": [
3060 {
3061 "airlineCode": "FZ",
3062 "airlineName": "Fly Dubai",
3063 "flightCode": "FZ1722",
3064 "class": "Economy",
3065 "lugageWeight": 20,
3066 "handLugageWeight": 6,
3067 "departureFlightDate": "2024-09-07T03:40:00.000",
3068 "departureCountryName": "Kazakhstan",
3069 "departureCityName": "Almaty",
3070 "departureAirportCode": "ALA",
3071 "departureAirportName": "Almaty Intl Airport",
3072 "departureTerminalCode": "ALA",
3073 "arrivalFlightDate": "2024-09-07T07:15:00.000",
3074 "arrivalCountryName": "United Arab Emirates",
3075 "arrivalCityName": "Dubai",
3076 "arrivalAirportCode": "DXB",
3077 "arrivalAirportName": "Dubai Intl Airport",
3078 "arrivalTerminalCode": "DXB3",
3079 "flightDuration": "5h 35m"
3080 }
3081 ],
3082 "returnSegments": [
3083 {
3084 "airlineCode": "FZ",
3085 "airlineName": "Fly Dubai",
3086 "flightCode": "FZ1721",
3087 "class": "Economy",
3088 "lugageWeight": 20,
3089 "handLugageWeight": 6,
3090 "departureFlightDate": "2024-09-14T21:30:00.000",
3091 "departureCountryName": "United Arab Emirates",
3092 "departureCityName": "Dubai",
3093 "departureAirportCode": "DXB",
3094 "departureAirportName": "Dubai Intl Airport",
3095 "departureTerminalCode": "DXB3",
3096 "arrivalFlightDate": "2024-09-15T02:40:00.000",
3097 "arrivalCountryName": "Kazakhstan",
3098 "arrivalCityName": "Almaty",
3099 "arrivalAirportCode": "ALA",
3100 "arrivalAirportName": "Almaty Intl Airport",
3101 "arrivalTerminalCode": "ALA",
3102 "flightDuration": "3h 10m"
3103 }
3104 ],
3105 "passengers": [
3106 {
3107 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
3108 "isAdult": true,
3109 "selectedForwardBaggageCode": "INCLUDED",
3110 "selectedBackwardBaggageCode": "INCLUDED",
3111 "forwardBaggages": [
3112 {
3113 "baggageCode": "INCLUDED",
3114 "description": "20 Kg Included",
3115 "price": 0.0,
3116 "currency": "USD",
3117 "included": true
3118 }
3119 ],
3120 "backwardBaggages": [
3121 {
3122 "baggageCode": "INCLUDED",
3123 "description": "20 Kg Included",
3124 "price": 0.0,
3125 "currency": "USD",
3126 "included": true
3127 }
3128 ]
3129 },
3130 {
3131 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
3132 "isAdult": true,
3133 "selectedForwardBaggageCode": "INCLUDED",
3134 "selectedBackwardBaggageCode": "INCLUDED",
3135 "forwardBaggages": [
3136 {
3137 "baggageCode": "INCLUDED",
3138 "description": "20 Kg Included",
3139 "price": 0.0,
3140 "currency": "USD",
3141 "included": true
3142 }
3143 ],
3144 "backwardBaggages": [
3145 {
3146 "baggageCode": "INCLUDED",
3147 "description": "20 Kg Included",
3148 "price": 0.0,
3149 "currency": "USD",
3150 "included": true
3151 }
3152 ]
3153 }
3154 ]
3155 },
3156 "extraServices": [],
3157 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:16",
3158 "sortCheckInOut": "07.09.2024-14.09.2024",
3159 "sortAirline": "fly dubai",
3160 "sortHotelName": "fujairah rotana resort spa",
3161 "sortDetails": "hb",
3162 "sortPlacement": "twin guest room dbl",
3163 "subList": [],
3164 "exchangeRate": 480.0
3165 },
3166 {
3167 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:11f99f2c-9648-4c18-b650-3ce7ca27b709:04abb186-80f6-4808-bce4-ae97cef85c51",
3168 "priceCurrency": "USD",
3169 "totalPrice": 1770.11,
3170 "agentCommissionPercent": 9.0,
3171 "agentCommissionAmount": 159.31,
3172 "includedExtrasAmount": 0,
3173 "priceDifference": 0,
3174 "hotel": {
3175 "hotelPriceId": "11f99f2c-9648-4c18-b650-3ce7ca27b709",
3176 "hotelName": "Fujairah Rotana Resort Spa",
3177 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
3178 "nights": 7,
3179 "mealPlan": "HB",
3180 "hotelClass": "5",
3181 "hotelColor": "#000000",
3182 "availabilityType": "FreeSale",
3183 "availableRoomsCount": 0,
3184 "fewRooms": true,
3185 "roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5",
3186 "roomCategoryName": "Twin Guest Room",
3187 "placementTypeName": "DBL",
3188 "checkInDate": "2024-09-07T00:00:00",
3189 "checkOutDate": "2024-09-14T00:00:00",
3190 "adults": 2,
3191 "children": 0,
3192 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
3193 "districtName": "Al Aqah",
3194 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
3195 "cityName": "Fujairah",
3196 "countryCode": "AE",
3197 "countryName": "United Arab Emirates",
3198 "hasAlcohol": true,
3199 "hasFreeWifi": true,
3200 "hasMetro": false,
3201 "hasPool": true,
3202 "hasMall": false,
3203 "infantMaxAge": 1.99,
3204 "childMinAge": 2.0,
3205 "childMaxAge": 11.99,
3206 "teenMinAge": 0.0,
3207 "teenMaxAge": 0.0,
3208 "adultMinAge": 12.0,
3209 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
3210 "cancellationPolicy": {
3211 "noShowChargeValue": 100.0,
3212 "noShowChargeValueType": "%",
3213 "earlyDepartureChargeValue": 100.0,
3214 "earlyDepartureChargeValueType": "%",
3215 "conditions": [
3216 {
3217 "timeunits": 4,
3218 "timeunitType": "Day",
3219 "timeOffsetTypeName": "Before Arrival",
3220 "chargeValue": 100.0,
3221 "chargeValueType": "%"
3222 }
3223 ]
3224 }
3225 },
3226 "flight": {
3227 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
3228 "departureDate": "2024-09-07T00:00:00",
3229 "returnDate": "2024-09-14T00:00:00",
3230 "departureTicketsLeft": 24,
3231 "returnTicketsLeft": 17,
3232 "departureAvailabilityType": "FreeSale",
3233 "returnAvailabilityType": "FreeSale",
3234 "isTwoWay": true,
3235 "sameBaggageForAll": false,
3236 "totalBaggage": false,
3237 "isBlock": true,
3238 "class": "Economy",
3239 "departureSegments": [
3240 {
3241 "airlineCode": "FZ",
3242 "airlineName": "Fly Dubai",
3243 "flightCode": "FZ1722",
3244 "class": "Economy",
3245 "lugageWeight": 20,
3246 "handLugageWeight": 6,
3247 "departureFlightDate": "2024-09-07T03:40:00.000",
3248 "departureCountryName": "Kazakhstan",
3249 "departureCityName": "Almaty",
3250 "departureAirportCode": "ALA",
3251 "departureAirportName": "Almaty Intl Airport",
3252 "departureTerminalCode": "ALA",
3253 "arrivalFlightDate": "2024-09-07T07:15:00.000",
3254 "arrivalCountryName": "United Arab Emirates",
3255 "arrivalCityName": "Dubai",
3256 "arrivalAirportCode": "DXB",
3257 "arrivalAirportName": "Dubai Intl Airport",
3258 "arrivalTerminalCode": "DXB3",
3259 "flightDuration": "5h 35m"
3260 }
3261 ],
3262 "returnSegments": [
3263 {
3264 "airlineCode": "FZ",
3265 "airlineName": "Fly Dubai",
3266 "flightCode": "FZ1721",
3267 "class": "Economy",
3268 "lugageWeight": 20,
3269 "handLugageWeight": 6,
3270 "departureFlightDate": "2024-09-14T21:30:00.000",
3271 "departureCountryName": "United Arab Emirates",
3272 "departureCityName": "Dubai",
3273 "departureAirportCode": "DXB",
3274 "departureAirportName": "Dubai Intl Airport",
3275 "departureTerminalCode": "DXB3",
3276 "arrivalFlightDate": "2024-09-15T02:40:00.000",
3277 "arrivalCountryName": "Kazakhstan",
3278 "arrivalCityName": "Almaty",
3279 "arrivalAirportCode": "ALA",
3280 "arrivalAirportName": "Almaty Intl Airport",
3281 "arrivalTerminalCode": "ALA",
3282 "flightDuration": "3h 10m"
3283 }
3284 ],
3285 "passengers": [
3286 {
3287 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
3288 "isAdult": true,
3289 "selectedForwardBaggageCode": "INCLUDED",
3290 "selectedBackwardBaggageCode": "INCLUDED",
3291 "forwardBaggages": [
3292 {
3293 "baggageCode": "INCLUDED",
3294 "description": "20 Kg Included",
3295 "price": 0.0,
3296 "currency": "USD",
3297 "included": true
3298 }
3299 ],
3300 "backwardBaggages": [
3301 {
3302 "baggageCode": "INCLUDED",
3303 "description": "20 Kg Included",
3304 "price": 0.0,
3305 "currency": "USD",
3306 "included": true
3307 }
3308 ]
3309 },
3310 {
3311 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
3312 "isAdult": true,
3313 "selectedForwardBaggageCode": "INCLUDED",
3314 "selectedBackwardBaggageCode": "INCLUDED",
3315 "forwardBaggages": [
3316 {
3317 "baggageCode": "INCLUDED",
3318 "description": "20 Kg Included",
3319 "price": 0.0,
3320 "currency": "USD",
3321 "included": true
3322 }
3323 ],
3324 "backwardBaggages": [
3325 {
3326 "baggageCode": "INCLUDED",
3327 "description": "20 Kg Included",
3328 "price": 0.0,
3329 "currency": "USD",
3330 "included": true
3331 }
3332 ]
3333 }
3334 ]
3335 },
3336 "extraServices": [],
3337 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:17",
3338 "sortCheckInOut": "07.09.2024-14.09.2024",
3339 "sortAirline": "fly dubai",
3340 "sortHotelName": "fujairah rotana resort spa",
3341 "sortDetails": "hb",
3342 "sortPlacement": "twin guest room dbl",
3343 "subList": [],
3344 "exchangeRate": 480.0
3345 },
3346 {
3347 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:c8c707d3-f061-4fa2-a7b3-ba5d42c67d03:04abb186-80f6-4808-bce4-ae97cef85c51",
3348 "priceCurrency": "USD",
3349 "totalPrice": 1770.11,
3350 "agentCommissionPercent": 9.0,
3351 "agentCommissionAmount": 159.31,
3352 "includedExtrasAmount": 0,
3353 "priceDifference": 0,
3354 "hotel": {
3355 "hotelPriceId": "c8c707d3-f061-4fa2-a7b3-ba5d42c67d03",
3356 "hotelName": "Fujairah Rotana Resort Spa",
3357 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
3358 "nights": 7,
3359 "mealPlan": "HB",
3360 "hotelClass": "5",
3361 "hotelColor": "#000000",
3362 "availabilityType": "FreeSale",
3363 "availableRoomsCount": 0,
3364 "fewRooms": true,
3365 "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076",
3366 "roomCategoryName": "King Guest Room",
3367 "placementTypeName": "DBL",
3368 "checkInDate": "2024-09-07T00:00:00",
3369 "checkOutDate": "2024-09-14T00:00:00",
3370 "adults": 2,
3371 "children": 0,
3372 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
3373 "districtName": "Al Aqah",
3374 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
3375 "cityName": "Fujairah",
3376 "countryCode": "AE",
3377 "countryName": "United Arab Emirates",
3378 "hasAlcohol": true,
3379 "hasFreeWifi": true,
3380 "hasMetro": false,
3381 "hasPool": true,
3382 "hasMall": false,
3383 "infantMaxAge": 1.99,
3384 "childMinAge": 2.0,
3385 "childMaxAge": 11.99,
3386 "teenMinAge": 0.0,
3387 "teenMaxAge": 0.0,
3388 "adultMinAge": 12.0,
3389 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
3390 "cancellationPolicy": {
3391 "noShowChargeValue": 100.0,
3392 "noShowChargeValueType": "%",
3393 "earlyDepartureChargeValue": 100.0,
3394 "earlyDepartureChargeValueType": "%",
3395 "conditions": [
3396 {
3397 "timeunits": 4,
3398 "timeunitType": "Day",
3399 "timeOffsetTypeName": "Before Arrival",
3400 "chargeValue": 100.0,
3401 "chargeValueType": "%"
3402 }
3403 ]
3404 }
3405 },
3406 "flight": {
3407 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
3408 "departureDate": "2024-09-07T00:00:00",
3409 "returnDate": "2024-09-14T00:00:00",
3410 "departureTicketsLeft": 24,
3411 "returnTicketsLeft": 17,
3412 "departureAvailabilityType": "FreeSale",
3413 "returnAvailabilityType": "FreeSale",
3414 "isTwoWay": true,
3415 "sameBaggageForAll": false,
3416 "totalBaggage": false,
3417 "isBlock": true,
3418 "class": "Economy",
3419 "departureSegments": [
3420 {
3421 "airlineCode": "FZ",
3422 "airlineName": "Fly Dubai",
3423 "flightCode": "FZ1722",
3424 "class": "Economy",
3425 "lugageWeight": 20,
3426 "handLugageWeight": 6,
3427 "departureFlightDate": "2024-09-07T03:40:00.000",
3428 "departureCountryName": "Kazakhstan",
3429 "departureCityName": "Almaty",
3430 "departureAirportCode": "ALA",
3431 "departureAirportName": "Almaty Intl Airport",
3432 "departureTerminalCode": "ALA",
3433 "arrivalFlightDate": "2024-09-07T07:15:00.000",
3434 "arrivalCountryName": "United Arab Emirates",
3435 "arrivalCityName": "Dubai",
3436 "arrivalAirportCode": "DXB",
3437 "arrivalAirportName": "Dubai Intl Airport",
3438 "arrivalTerminalCode": "DXB3",
3439 "flightDuration": "5h 35m"
3440 }
3441 ],
3442 "returnSegments": [
3443 {
3444 "airlineCode": "FZ",
3445 "airlineName": "Fly Dubai",
3446 "flightCode": "FZ1721",
3447 "class": "Economy",
3448 "lugageWeight": 20,
3449 "handLugageWeight": 6,
3450 "departureFlightDate": "2024-09-14T21:30:00.000",
3451 "departureCountryName": "United Arab Emirates",
3452 "departureCityName": "Dubai",
3453 "departureAirportCode": "DXB",
3454 "departureAirportName": "Dubai Intl Airport",
3455 "departureTerminalCode": "DXB3",
3456 "arrivalFlightDate": "2024-09-15T02:40:00.000",
3457 "arrivalCountryName": "Kazakhstan",
3458 "arrivalCityName": "Almaty",
3459 "arrivalAirportCode": "ALA",
3460 "arrivalAirportName": "Almaty Intl Airport",
3461 "arrivalTerminalCode": "ALA",
3462 "flightDuration": "3h 10m"
3463 }
3464 ],
3465 "passengers": [
3466 {
3467 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
3468 "isAdult": true,
3469 "selectedForwardBaggageCode": "INCLUDED",
3470 "selectedBackwardBaggageCode": "INCLUDED",
3471 "forwardBaggages": [
3472 {
3473 "baggageCode": "INCLUDED",
3474 "description": "20 Kg Included",
3475 "price": 0.0,
3476 "currency": "USD",
3477 "included": true
3478 }
3479 ],
3480 "backwardBaggages": [
3481 {
3482 "baggageCode": "INCLUDED",
3483 "description": "20 Kg Included",
3484 "price": 0.0,
3485 "currency": "USD",
3486 "included": true
3487 }
3488 ]
3489 },
3490 {
3491 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
3492 "isAdult": true,
3493 "selectedForwardBaggageCode": "INCLUDED",
3494 "selectedBackwardBaggageCode": "INCLUDED",
3495 "forwardBaggages": [
3496 {
3497 "baggageCode": "INCLUDED",
3498 "description": "20 Kg Included",
3499 "price": 0.0,
3500 "currency": "USD",
3501 "included": true
3502 }
3503 ],
3504 "backwardBaggages": [
3505 {
3506 "baggageCode": "INCLUDED",
3507 "description": "20 Kg Included",
3508 "price": 0.0,
3509 "currency": "USD",
3510 "included": true
3511 }
3512 ]
3513 }
3514 ]
3515 },
3516 "extraServices": [],
3517 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:18",
3518 "sortCheckInOut": "07.09.2024-14.09.2024",
3519 "sortAirline": "fly dubai",
3520 "sortHotelName": "fujairah rotana resort spa",
3521 "sortDetails": "hb",
3522 "sortPlacement": "king guest room dbl",
3523 "subList": [],
3524 "exchangeRate": 480.0
3525 },
3526 {
3527 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:e1089e11-02d6-4b38-9829-73d36f582c4e:04abb186-80f6-4808-bce4-ae97cef85c51",
3528 "priceCurrency": "USD",
3529 "totalPrice": 1875.11,
3530 "agentCommissionPercent": 9.0,
3531 "agentCommissionAmount": 168.76,
3532 "includedExtrasAmount": 0,
3533 "priceDifference": 0,
3534 "hotel": {
3535 "hotelPriceId": "e1089e11-02d6-4b38-9829-73d36f582c4e",
3536 "hotelName": "Fujairah Rotana Resort Spa",
3537 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
3538 "nights": 7,
3539 "mealPlan": "BB",
3540 "hotelClass": "5",
3541 "hotelColor": "#000000",
3542 "availabilityType": "OnRequest",
3543 "availableRoomsCount": 0,
3544 "fewRooms": true,
3545 "roomCategoryCode": "4aa88c0e-b196-4346-bd2a-c0252a925ba1",
3546 "roomCategoryName": "Spacious Garden View Room",
3547 "placementTypeName": "DBL",
3548 "checkInDate": "2024-09-07T00:00:00",
3549 "checkOutDate": "2024-09-14T00:00:00",
3550 "adults": 2,
3551 "children": 0,
3552 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
3553 "districtName": "Al Aqah",
3554 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
3555 "cityName": "Fujairah",
3556 "countryCode": "AE",
3557 "countryName": "United Arab Emirates",
3558 "hasAlcohol": true,
3559 "hasFreeWifi": true,
3560 "hasMetro": false,
3561 "hasPool": true,
3562 "hasMall": false,
3563 "infantMaxAge": 1.99,
3564 "childMinAge": 2.0,
3565 "childMaxAge": 11.99,
3566 "teenMinAge": 0.0,
3567 "teenMaxAge": 0.0,
3568 "adultMinAge": 12.0,
3569 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
3570 "cancellationPolicy": {
3571 "noShowChargeValue": 100.0,
3572 "noShowChargeValueType": "%",
3573 "earlyDepartureChargeValue": 100.0,
3574 "earlyDepartureChargeValueType": "%",
3575 "conditions": [
3576 {
3577 "timeunits": 4,
3578 "timeunitType": "Day",
3579 "timeOffsetTypeName": "Before Arrival",
3580 "chargeValue": 100.0,
3581 "chargeValueType": "%"
3582 }
3583 ]
3584 }
3585 },
3586 "flight": {
3587 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
3588 "departureDate": "2024-09-07T00:00:00",
3589 "returnDate": "2024-09-14T00:00:00",
3590 "departureTicketsLeft": 24,
3591 "returnTicketsLeft": 17,
3592 "departureAvailabilityType": "FreeSale",
3593 "returnAvailabilityType": "FreeSale",
3594 "isTwoWay": true,
3595 "sameBaggageForAll": false,
3596 "totalBaggage": false,
3597 "isBlock": true,
3598 "class": "Economy",
3599 "departureSegments": [
3600 {
3601 "airlineCode": "FZ",
3602 "airlineName": "Fly Dubai",
3603 "flightCode": "FZ1722",
3604 "class": "Economy",
3605 "lugageWeight": 20,
3606 "handLugageWeight": 6,
3607 "departureFlightDate": "2024-09-07T03:40:00.000",
3608 "departureCountryName": "Kazakhstan",
3609 "departureCityName": "Almaty",
3610 "departureAirportCode": "ALA",
3611 "departureAirportName": "Almaty Intl Airport",
3612 "departureTerminalCode": "ALA",
3613 "arrivalFlightDate": "2024-09-07T07:15:00.000",
3614 "arrivalCountryName": "United Arab Emirates",
3615 "arrivalCityName": "Dubai",
3616 "arrivalAirportCode": "DXB",
3617 "arrivalAirportName": "Dubai Intl Airport",
3618 "arrivalTerminalCode": "DXB3",
3619 "flightDuration": "5h 35m"
3620 }
3621 ],
3622 "returnSegments": [
3623 {
3624 "airlineCode": "FZ",
3625 "airlineName": "Fly Dubai",
3626 "flightCode": "FZ1721",
3627 "class": "Economy",
3628 "lugageWeight": 20,
3629 "handLugageWeight": 6,
3630 "departureFlightDate": "2024-09-14T21:30:00.000",
3631 "departureCountryName": "United Arab Emirates",
3632 "departureCityName": "Dubai",
3633 "departureAirportCode": "DXB",
3634 "departureAirportName": "Dubai Intl Airport",
3635 "departureTerminalCode": "DXB3",
3636 "arrivalFlightDate": "2024-09-15T02:40:00.000",
3637 "arrivalCountryName": "Kazakhstan",
3638 "arrivalCityName": "Almaty",
3639 "arrivalAirportCode": "ALA",
3640 "arrivalAirportName": "Almaty Intl Airport",
3641 "arrivalTerminalCode": "ALA",
3642 "flightDuration": "3h 10m"
3643 }
3644 ],
3645 "passengers": [
3646 {
3647 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
3648 "isAdult": true,
3649 "selectedForwardBaggageCode": "INCLUDED",
3650 "selectedBackwardBaggageCode": "INCLUDED",
3651 "forwardBaggages": [
3652 {
3653 "baggageCode": "INCLUDED",
3654 "description": "20 Kg Included",
3655 "price": 0.0,
3656 "currency": "USD",
3657 "included": true
3658 }
3659 ],
3660 "backwardBaggages": [
3661 {
3662 "baggageCode": "INCLUDED",
3663 "description": "20 Kg Included",
3664 "price": 0.0,
3665 "currency": "USD",
3666 "included": true
3667 }
3668 ]
3669 },
3670 {
3671 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
3672 "isAdult": true,
3673 "selectedForwardBaggageCode": "INCLUDED",
3674 "selectedBackwardBaggageCode": "INCLUDED",
3675 "forwardBaggages": [
3676 {
3677 "baggageCode": "INCLUDED",
3678 "description": "20 Kg Included",
3679 "price": 0.0,
3680 "currency": "USD",
3681 "included": true
3682 }
3683 ],
3684 "backwardBaggages": [
3685 {
3686 "baggageCode": "INCLUDED",
3687 "description": "20 Kg Included",
3688 "price": 0.0,
3689 "currency": "USD",
3690 "included": true
3691 }
3692 ]
3693 }
3694 ]
3695 },
3696 "extraServices": [],
3697 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:19",
3698 "sortCheckInOut": "07.09.2024-14.09.2024",
3699 "sortAirline": "fly dubai",
3700 "sortHotelName": "fujairah rotana resort spa",
3701 "sortDetails": "bb",
3702 "sortPlacement": "spacious garden view room dbl",
3703 "subList": [],
3704 "exchangeRate": 480.0
3705 },
3706 {
3707 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:7d197efc-48d0-40c5-9752-a5a15ada6361:04abb186-80f6-4808-bce4-ae97cef85c51",
3708 "priceCurrency": "USD",
3709 "totalPrice": 1875.11,
3710 "agentCommissionPercent": 9.0,
3711 "agentCommissionAmount": 168.76,
3712 "includedExtrasAmount": 0,
3713 "priceDifference": 0,
3714 "hotel": {
3715 "hotelPriceId": "7d197efc-48d0-40c5-9752-a5a15ada6361",
3716 "hotelName": "Fujairah Rotana Resort Spa",
3717 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
3718 "nights": 7,
3719 "mealPlan": "BB",
3720 "hotelClass": "5",
3721 "hotelColor": "#000000",
3722 "availabilityType": "OnRequest",
3723 "availableRoomsCount": 0,
3724 "fewRooms": true,
3725 "roomCategoryCode": "4aa88c0e-b196-4346-bd2a-c0252a925ba1",
3726 "roomCategoryName": "Spacious Garden View Room",
3727 "placementTypeName": "DBL",
3728 "checkInDate": "2024-09-07T00:00:00",
3729 "checkOutDate": "2024-09-14T00:00:00",
3730 "adults": 2,
3731 "children": 0,
3732 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
3733 "districtName": "Al Aqah",
3734 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
3735 "cityName": "Fujairah",
3736 "countryCode": "AE",
3737 "countryName": "United Arab Emirates",
3738 "hasAlcohol": true,
3739 "hasFreeWifi": true,
3740 "hasMetro": false,
3741 "hasPool": true,
3742 "hasMall": false,
3743 "infantMaxAge": 1.99,
3744 "childMinAge": 2.0,
3745 "childMaxAge": 11.99,
3746 "teenMinAge": 0.0,
3747 "teenMaxAge": 0.0,
3748 "adultMinAge": 12.0,
3749 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
3750 "cancellationPolicy": {
3751 "noShowChargeValue": 100.0,
3752 "noShowChargeValueType": "%",
3753 "earlyDepartureChargeValue": 100.0,
3754 "earlyDepartureChargeValueType": "%",
3755 "conditions": [
3756 {
3757 "timeunits": 4,
3758 "timeunitType": "Day",
3759 "timeOffsetTypeName": "Before Arrival",
3760 "chargeValue": 100.0,
3761 "chargeValueType": "%"
3762 }
3763 ]
3764 }
3765 },
3766 "flight": {
3767 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
3768 "departureDate": "2024-09-07T00:00:00",
3769 "returnDate": "2024-09-14T00:00:00",
3770 "departureTicketsLeft": 24,
3771 "returnTicketsLeft": 17,
3772 "departureAvailabilityType": "FreeSale",
3773 "returnAvailabilityType": "FreeSale",
3774 "isTwoWay": true,
3775 "sameBaggageForAll": false,
3776 "totalBaggage": false,
3777 "isBlock": true,
3778 "class": "Economy",
3779 "departureSegments": [
3780 {
3781 "airlineCode": "FZ",
3782 "airlineName": "Fly Dubai",
3783 "flightCode": "FZ1722",
3784 "class": "Economy",
3785 "lugageWeight": 20,
3786 "handLugageWeight": 6,
3787 "departureFlightDate": "2024-09-07T03:40:00.000",
3788 "departureCountryName": "Kazakhstan",
3789 "departureCityName": "Almaty",
3790 "departureAirportCode": "ALA",
3791 "departureAirportName": "Almaty Intl Airport",
3792 "departureTerminalCode": "ALA",
3793 "arrivalFlightDate": "2024-09-07T07:15:00.000",
3794 "arrivalCountryName": "United Arab Emirates",
3795 "arrivalCityName": "Dubai",
3796 "arrivalAirportCode": "DXB",
3797 "arrivalAirportName": "Dubai Intl Airport",
3798 "arrivalTerminalCode": "DXB3",
3799 "flightDuration": "5h 35m"
3800 }
3801 ],
3802 "returnSegments": [
3803 {
3804 "airlineCode": "FZ",
3805 "airlineName": "Fly Dubai",
3806 "flightCode": "FZ1721",
3807 "class": "Economy",
3808 "lugageWeight": 20,
3809 "handLugageWeight": 6,
3810 "departureFlightDate": "2024-09-14T21:30:00.000",
3811 "departureCountryName": "United Arab Emirates",
3812 "departureCityName": "Dubai",
3813 "departureAirportCode": "DXB",
3814 "departureAirportName": "Dubai Intl Airport",
3815 "departureTerminalCode": "DXB3",
3816 "arrivalFlightDate": "2024-09-15T02:40:00.000",
3817 "arrivalCountryName": "Kazakhstan",
3818 "arrivalCityName": "Almaty",
3819 "arrivalAirportCode": "ALA",
3820 "arrivalAirportName": "Almaty Intl Airport",
3821 "arrivalTerminalCode": "ALA",
3822 "flightDuration": "3h 10m"
3823 }
3824 ],
3825 "passengers": [
3826 {
3827 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
3828 "isAdult": true,
3829 "selectedForwardBaggageCode": "INCLUDED",
3830 "selectedBackwardBaggageCode": "INCLUDED",
3831 "forwardBaggages": [
3832 {
3833 "baggageCode": "INCLUDED",
3834 "description": "20 Kg Included",
3835 "price": 0.0,
3836 "currency": "USD",
3837 "included": true
3838 }
3839 ],
3840 "backwardBaggages": [
3841 {
3842 "baggageCode": "INCLUDED",
3843 "description": "20 Kg Included",
3844 "price": 0.0,
3845 "currency": "USD",
3846 "included": true
3847 }
3848 ]
3849 },
3850 {
3851 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
3852 "isAdult": true,
3853 "selectedForwardBaggageCode": "INCLUDED",
3854 "selectedBackwardBaggageCode": "INCLUDED",
3855 "forwardBaggages": [
3856 {
3857 "baggageCode": "INCLUDED",
3858 "description": "20 Kg Included",
3859 "price": 0.0,
3860 "currency": "USD",
3861 "included": true
3862 }
3863 ],
3864 "backwardBaggages": [
3865 {
3866 "baggageCode": "INCLUDED",
3867 "description": "20 Kg Included",
3868 "price": 0.0,
3869 "currency": "USD",
3870 "included": true
3871 }
3872 ]
3873 }
3874 ]
3875 },
3876 "extraServices": [],
3877 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:20",
3878 "sortCheckInOut": "07.09.2024-14.09.2024",
3879 "sortAirline": "fly dubai",
3880 "sortHotelName": "fujairah rotana resort spa",
3881 "sortDetails": "bb",
3882 "sortPlacement": "spacious garden view room dbl",
3883 "subList": [],
3884 "exchangeRate": 480.0
3885 },
3886 {
3887 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:eb7f1ac9-25b3-453b-9bec-e5a27610d8ea:04abb186-80f6-4808-bce4-ae97cef85c51",
3888 "priceCurrency": "USD",
3889 "totalPrice": 1876.96,
3890 "agentCommissionPercent": 9.0,
3891 "agentCommissionAmount": 168.93,
3892 "includedExtrasAmount": 0,
3893 "priceDifference": 0,
3894 "hotel": {
3895 "hotelPriceId": "eb7f1ac9-25b3-453b-9bec-e5a27610d8ea",
3896 "hotelName": "Le Meridien Al Aqah Beach Resort",
3897 "hotelCode": "63300069-0631-4c34-946e-d2ca9753ff6e",
3898 "nights": 7,
3899 "mealPlan": "HB",
3900 "hotelClass": "5",
3901 "hotelColor": "#000000",
3902 "availabilityType": "FreeSale",
3903 "availableRoomsCount": 0,
3904 "fewRooms": true,
3905 "roomCategoryCode": "97ccbf2f-7195-4eea-9d45-926fbe73b482",
3906 "roomCategoryName": "Deluxe Guest Room",
3907 "placementTypeName": "DBL",
3908 "checkInDate": "2024-09-07T00:00:00",
3909 "checkOutDate": "2024-09-14T00:00:00",
3910 "adults": 2,
3911 "children": 0,
3912 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
3913 "districtName": "Al Aqah",
3914 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
3915 "cityName": "Fujairah",
3916 "countryCode": "AE",
3917 "countryName": "United Arab Emirates",
3918 "hasAlcohol": true,
3919 "hasFreeWifi": true,
3920 "hasMetro": false,
3921 "hasPool": true,
3922 "hasMall": false,
3923 "infantMaxAge": 1.99,
3924 "childMinAge": 2.0,
3925 "childMaxAge": 11.99,
3926 "teenMinAge": 12.0,
3927 "teenMaxAge": 15.99,
3928 "adultMinAge": 16.0,
3929 "cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
3930 "cancellationPolicy": {
3931 "noShowChargeValue": 100.0,
3932 "noShowChargeValueType": "%",
3933 "earlyDepartureChargeValue": 100.0,
3934 "earlyDepartureChargeValueType": "%",
3935 "conditions": [
3936 {
3937 "timeunits": 3,
3938 "timeunitType": "Day",
3939 "timeOffsetTypeName": "Before Arrival",
3940 "chargeValue": 1.0,
3941 "chargeValueType": "Night"
3942 }
3943 ]
3944 }
3945 },
3946 "flight": {
3947 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
3948 "departureDate": "2024-09-07T00:00:00",
3949 "returnDate": "2024-09-14T00:00:00",
3950 "departureTicketsLeft": 24,
3951 "returnTicketsLeft": 17,
3952 "departureAvailabilityType": "FreeSale",
3953 "returnAvailabilityType": "FreeSale",
3954 "isTwoWay": true,
3955 "sameBaggageForAll": false,
3956 "totalBaggage": false,
3957 "isBlock": true,
3958 "class": "Economy",
3959 "departureSegments": [
3960 {
3961 "airlineCode": "FZ",
3962 "airlineName": "Fly Dubai",
3963 "flightCode": "FZ1722",
3964 "class": "Economy",
3965 "lugageWeight": 20,
3966 "handLugageWeight": 6,
3967 "departureFlightDate": "2024-09-07T03:40:00.000",
3968 "departureCountryName": "Kazakhstan",
3969 "departureCityName": "Almaty",
3970 "departureAirportCode": "ALA",
3971 "departureAirportName": "Almaty Intl Airport",
3972 "departureTerminalCode": "ALA",
3973 "arrivalFlightDate": "2024-09-07T07:15:00.000",
3974 "arrivalCountryName": "United Arab Emirates",
3975 "arrivalCityName": "Dubai",
3976 "arrivalAirportCode": "DXB",
3977 "arrivalAirportName": "Dubai Intl Airport",
3978 "arrivalTerminalCode": "DXB3",
3979 "flightDuration": "5h 35m"
3980 }
3981 ],
3982 "returnSegments": [
3983 {
3984 "airlineCode": "FZ",
3985 "airlineName": "Fly Dubai",
3986 "flightCode": "FZ1721",
3987 "class": "Economy",
3988 "lugageWeight": 20,
3989 "handLugageWeight": 6,
3990 "departureFlightDate": "2024-09-14T21:30:00.000",
3991 "departureCountryName": "United Arab Emirates",
3992 "departureCityName": "Dubai",
3993 "departureAirportCode": "DXB",
3994 "departureAirportName": "Dubai Intl Airport",
3995 "departureTerminalCode": "DXB3",
3996 "arrivalFlightDate": "2024-09-15T02:40:00.000",
3997 "arrivalCountryName": "Kazakhstan",
3998 "arrivalCityName": "Almaty",
3999 "arrivalAirportCode": "ALA",
4000 "arrivalAirportName": "Almaty Intl Airport",
4001 "arrivalTerminalCode": "ALA",
4002 "flightDuration": "3h 10m"
4003 }
4004 ],
4005 "passengers": [
4006 {
4007 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
4008 "isAdult": true,
4009 "selectedForwardBaggageCode": "INCLUDED",
4010 "selectedBackwardBaggageCode": "INCLUDED",
4011 "forwardBaggages": [
4012 {
4013 "baggageCode": "INCLUDED",
4014 "description": "20 Kg Included",
4015 "price": 0.0,
4016 "currency": "USD",
4017 "included": true
4018 }
4019 ],
4020 "backwardBaggages": [
4021 {
4022 "baggageCode": "INCLUDED",
4023 "description": "20 Kg Included",
4024 "price": 0.0,
4025 "currency": "USD",
4026 "included": true
4027 }
4028 ]
4029 },
4030 {
4031 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
4032 "isAdult": true,
4033 "selectedForwardBaggageCode": "INCLUDED",
4034 "selectedBackwardBaggageCode": "INCLUDED",
4035 "forwardBaggages": [
4036 {
4037 "baggageCode": "INCLUDED",
4038 "description": "20 Kg Included",
4039 "price": 0.0,
4040 "currency": "USD",
4041 "included": true
4042 }
4043 ],
4044 "backwardBaggages": [
4045 {
4046 "baggageCode": "INCLUDED",
4047 "description": "20 Kg Included",
4048 "price": 0.0,
4049 "currency": "USD",
4050 "included": true
4051 }
4052 ]
4053 }
4054 ]
4055 },
4056 "extraServices": [],
4057 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:21",
4058 "sortCheckInOut": "07.09.2024-14.09.2024",
4059 "sortAirline": "fly dubai",
4060 "sortHotelName": "le meridien al aqah beach resort",
4061 "sortDetails": "hb",
4062 "sortPlacement": "deluxe guest room dbl",
4063 "subList": [],
4064 "exchangeRate": 480.0
4065 },
4066 {
4067 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:c4792901-dee4-45a0-a8c7-630bbcb976fc:04abb186-80f6-4808-bce4-ae97cef85c51",
4068 "priceCurrency": "USD",
4069 "totalPrice": 1897.04,
4070 "agentCommissionPercent": 9.0,
4071 "agentCommissionAmount": 170.73,
4072 "includedExtrasAmount": 0,
4073 "priceDifference": 0,
4074 "hotel": {
4075 "hotelPriceId": "c4792901-dee4-45a0-a8c7-630bbcb976fc",
4076 "hotelName": "Fujairah Rotana Resort Spa",
4077 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
4078 "nights": 7,
4079 "mealPlan": "HB",
4080 "hotelClass": "5",
4081 "hotelColor": "#000000",
4082 "availabilityType": "OnRequest",
4083 "availableRoomsCount": 0,
4084 "fewRooms": true,
4085 "roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f",
4086 "roomCategoryName": "Ocean View Room King",
4087 "placementTypeName": "DBL",
4088 "checkInDate": "2024-09-07T00:00:00",
4089 "checkOutDate": "2024-09-14T00:00:00",
4090 "adults": 2,
4091 "children": 0,
4092 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
4093 "districtName": "Al Aqah",
4094 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
4095 "cityName": "Fujairah",
4096 "countryCode": "AE",
4097 "countryName": "United Arab Emirates",
4098 "hasAlcohol": true,
4099 "hasFreeWifi": true,
4100 "hasMetro": false,
4101 "hasPool": true,
4102 "hasMall": false,
4103 "infantMaxAge": 1.99,
4104 "childMinAge": 2.0,
4105 "childMaxAge": 11.99,
4106 "teenMinAge": 0.0,
4107 "teenMaxAge": 0.0,
4108 "adultMinAge": 12.0,
4109 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
4110 "cancellationPolicy": {
4111 "noShowChargeValue": 100.0,
4112 "noShowChargeValueType": "%",
4113 "earlyDepartureChargeValue": 100.0,
4114 "earlyDepartureChargeValueType": "%",
4115 "conditions": [
4116 {
4117 "timeunits": 4,
4118 "timeunitType": "Day",
4119 "timeOffsetTypeName": "Before Arrival",
4120 "chargeValue": 100.0,
4121 "chargeValueType": "%"
4122 }
4123 ]
4124 }
4125 },
4126 "flight": {
4127 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
4128 "departureDate": "2024-09-07T00:00:00",
4129 "returnDate": "2024-09-14T00:00:00",
4130 "departureTicketsLeft": 24,
4131 "returnTicketsLeft": 17,
4132 "departureAvailabilityType": "FreeSale",
4133 "returnAvailabilityType": "FreeSale",
4134 "isTwoWay": true,
4135 "sameBaggageForAll": false,
4136 "totalBaggage": false,
4137 "isBlock": true,
4138 "class": "Economy",
4139 "departureSegments": [
4140 {
4141 "airlineCode": "FZ",
4142 "airlineName": "Fly Dubai",
4143 "flightCode": "FZ1722",
4144 "class": "Economy",
4145 "lugageWeight": 20,
4146 "handLugageWeight": 6,
4147 "departureFlightDate": "2024-09-07T03:40:00.000",
4148 "departureCountryName": "Kazakhstan",
4149 "departureCityName": "Almaty",
4150 "departureAirportCode": "ALA",
4151 "departureAirportName": "Almaty Intl Airport",
4152 "departureTerminalCode": "ALA",
4153 "arrivalFlightDate": "2024-09-07T07:15:00.000",
4154 "arrivalCountryName": "United Arab Emirates",
4155 "arrivalCityName": "Dubai",
4156 "arrivalAirportCode": "DXB",
4157 "arrivalAirportName": "Dubai Intl Airport",
4158 "arrivalTerminalCode": "DXB3",
4159 "flightDuration": "5h 35m"
4160 }
4161 ],
4162 "returnSegments": [
4163 {
4164 "airlineCode": "FZ",
4165 "airlineName": "Fly Dubai",
4166 "flightCode": "FZ1721",
4167 "class": "Economy",
4168 "lugageWeight": 20,
4169 "handLugageWeight": 6,
4170 "departureFlightDate": "2024-09-14T21:30:00.000",
4171 "departureCountryName": "United Arab Emirates",
4172 "departureCityName": "Dubai",
4173 "departureAirportCode": "DXB",
4174 "departureAirportName": "Dubai Intl Airport",
4175 "departureTerminalCode": "DXB3",
4176 "arrivalFlightDate": "2024-09-15T02:40:00.000",
4177 "arrivalCountryName": "Kazakhstan",
4178 "arrivalCityName": "Almaty",
4179 "arrivalAirportCode": "ALA",
4180 "arrivalAirportName": "Almaty Intl Airport",
4181 "arrivalTerminalCode": "ALA",
4182 "flightDuration": "3h 10m"
4183 }
4184 ],
4185 "passengers": [
4186 {
4187 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
4188 "isAdult": true,
4189 "selectedForwardBaggageCode": "INCLUDED",
4190 "selectedBackwardBaggageCode": "INCLUDED",
4191 "forwardBaggages": [
4192 {
4193 "baggageCode": "INCLUDED",
4194 "description": "20 Kg Included",
4195 "price": 0.0,
4196 "currency": "USD",
4197 "included": true
4198 }
4199 ],
4200 "backwardBaggages": [
4201 {
4202 "baggageCode": "INCLUDED",
4203 "description": "20 Kg Included",
4204 "price": 0.0,
4205 "currency": "USD",
4206 "included": true
4207 }
4208 ]
4209 },
4210 {
4211 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
4212 "isAdult": true,
4213 "selectedForwardBaggageCode": "INCLUDED",
4214 "selectedBackwardBaggageCode": "INCLUDED",
4215 "forwardBaggages": [
4216 {
4217 "baggageCode": "INCLUDED",
4218 "description": "20 Kg Included",
4219 "price": 0.0,
4220 "currency": "USD",
4221 "included": true
4222 }
4223 ],
4224 "backwardBaggages": [
4225 {
4226 "baggageCode": "INCLUDED",
4227 "description": "20 Kg Included",
4228 "price": 0.0,
4229 "currency": "USD",
4230 "included": true
4231 }
4232 ]
4233 }
4234 ]
4235 },
4236 "extraServices": [],
4237 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:22",
4238 "sortCheckInOut": "07.09.2024-14.09.2024",
4239 "sortAirline": "fly dubai",
4240 "sortHotelName": "fujairah rotana resort spa",
4241 "sortDetails": "hb",
4242 "sortPlacement": "ocean view room king dbl",
4243 "subList": [],
4244 "exchangeRate": 480.0
4245 },
4246 {
4247 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:ac85dd61-4d7f-4bcf-880f-35c0578dd363:04abb186-80f6-4808-bce4-ae97cef85c51",
4248 "priceCurrency": "USD",
4249 "totalPrice": 1897.04,
4250 "agentCommissionPercent": 9.0,
4251 "agentCommissionAmount": 170.73,
4252 "includedExtrasAmount": 0,
4253 "priceDifference": 0,
4254 "hotel": {
4255 "hotelPriceId": "ac85dd61-4d7f-4bcf-880f-35c0578dd363",
4256 "hotelName": "Fujairah Rotana Resort Spa",
4257 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
4258 "nights": 7,
4259 "mealPlan": "HB",
4260 "hotelClass": "5",
4261 "hotelColor": "#000000",
4262 "availabilityType": "FreeSale",
4263 "availableRoomsCount": 0,
4264 "fewRooms": true,
4265 "roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099",
4266 "roomCategoryName": "Ocean View Room Twin",
4267 "placementTypeName": "DBL",
4268 "checkInDate": "2024-09-07T00:00:00",
4269 "checkOutDate": "2024-09-14T00:00:00",
4270 "adults": 2,
4271 "children": 0,
4272 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
4273 "districtName": "Al Aqah",
4274 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
4275 "cityName": "Fujairah",
4276 "countryCode": "AE",
4277 "countryName": "United Arab Emirates",
4278 "hasAlcohol": true,
4279 "hasFreeWifi": true,
4280 "hasMetro": false,
4281 "hasPool": true,
4282 "hasMall": false,
4283 "infantMaxAge": 1.99,
4284 "childMinAge": 2.0,
4285 "childMaxAge": 11.99,
4286 "teenMinAge": 0.0,
4287 "teenMaxAge": 0.0,
4288 "adultMinAge": 12.0,
4289 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
4290 "cancellationPolicy": {
4291 "noShowChargeValue": 100.0,
4292 "noShowChargeValueType": "%",
4293 "earlyDepartureChargeValue": 100.0,
4294 "earlyDepartureChargeValueType": "%",
4295 "conditions": [
4296 {
4297 "timeunits": 4,
4298 "timeunitType": "Day",
4299 "timeOffsetTypeName": "Before Arrival",
4300 "chargeValue": 100.0,
4301 "chargeValueType": "%"
4302 }
4303 ]
4304 }
4305 },
4306 "flight": {
4307 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
4308 "departureDate": "2024-09-07T00:00:00",
4309 "returnDate": "2024-09-14T00:00:00",
4310 "departureTicketsLeft": 24,
4311 "returnTicketsLeft": 17,
4312 "departureAvailabilityType": "FreeSale",
4313 "returnAvailabilityType": "FreeSale",
4314 "isTwoWay": true,
4315 "sameBaggageForAll": false,
4316 "totalBaggage": false,
4317 "isBlock": true,
4318 "class": "Economy",
4319 "departureSegments": [
4320 {
4321 "airlineCode": "FZ",
4322 "airlineName": "Fly Dubai",
4323 "flightCode": "FZ1722",
4324 "class": "Economy",
4325 "lugageWeight": 20,
4326 "handLugageWeight": 6,
4327 "departureFlightDate": "2024-09-07T03:40:00.000",
4328 "departureCountryName": "Kazakhstan",
4329 "departureCityName": "Almaty",
4330 "departureAirportCode": "ALA",
4331 "departureAirportName": "Almaty Intl Airport",
4332 "departureTerminalCode": "ALA",
4333 "arrivalFlightDate": "2024-09-07T07:15:00.000",
4334 "arrivalCountryName": "United Arab Emirates",
4335 "arrivalCityName": "Dubai",
4336 "arrivalAirportCode": "DXB",
4337 "arrivalAirportName": "Dubai Intl Airport",
4338 "arrivalTerminalCode": "DXB3",
4339 "flightDuration": "5h 35m"
4340 }
4341 ],
4342 "returnSegments": [
4343 {
4344 "airlineCode": "FZ",
4345 "airlineName": "Fly Dubai",
4346 "flightCode": "FZ1721",
4347 "class": "Economy",
4348 "lugageWeight": 20,
4349 "handLugageWeight": 6,
4350 "departureFlightDate": "2024-09-14T21:30:00.000",
4351 "departureCountryName": "United Arab Emirates",
4352 "departureCityName": "Dubai",
4353 "departureAirportCode": "DXB",
4354 "departureAirportName": "Dubai Intl Airport",
4355 "departureTerminalCode": "DXB3",
4356 "arrivalFlightDate": "2024-09-15T02:40:00.000",
4357 "arrivalCountryName": "Kazakhstan",
4358 "arrivalCityName": "Almaty",
4359 "arrivalAirportCode": "ALA",
4360 "arrivalAirportName": "Almaty Intl Airport",
4361 "arrivalTerminalCode": "ALA",
4362 "flightDuration": "3h 10m"
4363 }
4364 ],
4365 "passengers": [
4366 {
4367 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
4368 "isAdult": true,
4369 "selectedForwardBaggageCode": "INCLUDED",
4370 "selectedBackwardBaggageCode": "INCLUDED",
4371 "forwardBaggages": [
4372 {
4373 "baggageCode": "INCLUDED",
4374 "description": "20 Kg Included",
4375 "price": 0.0,
4376 "currency": "USD",
4377 "included": true
4378 }
4379 ],
4380 "backwardBaggages": [
4381 {
4382 "baggageCode": "INCLUDED",
4383 "description": "20 Kg Included",
4384 "price": 0.0,
4385 "currency": "USD",
4386 "included": true
4387 }
4388 ]
4389 },
4390 {
4391 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
4392 "isAdult": true,
4393 "selectedForwardBaggageCode": "INCLUDED",
4394 "selectedBackwardBaggageCode": "INCLUDED",
4395 "forwardBaggages": [
4396 {
4397 "baggageCode": "INCLUDED",
4398 "description": "20 Kg Included",
4399 "price": 0.0,
4400 "currency": "USD",
4401 "included": true
4402 }
4403 ],
4404 "backwardBaggages": [
4405 {
4406 "baggageCode": "INCLUDED",
4407 "description": "20 Kg Included",
4408 "price": 0.0,
4409 "currency": "USD",
4410 "included": true
4411 }
4412 ]
4413 }
4414 ]
4415 },
4416 "extraServices": [],
4417 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:23",
4418 "sortCheckInOut": "07.09.2024-14.09.2024",
4419 "sortAirline": "fly dubai",
4420 "sortHotelName": "fujairah rotana resort spa",
4421 "sortDetails": "hb",
4422 "sortPlacement": "ocean view room twin dbl",
4423 "subList": [],
4424 "exchangeRate": 480.0
4425 },
4426 {
4427 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:539ce7f0-6004-4eb0-b16f-253f0a688066:04abb186-80f6-4808-bce4-ae97cef85c51",
4428 "priceCurrency": "USD",
4429 "totalPrice": 1897.04,
4430 "agentCommissionPercent": 9.0,
4431 "agentCommissionAmount": 170.73,
4432 "includedExtrasAmount": 0,
4433 "priceDifference": 0,
4434 "hotel": {
4435 "hotelPriceId": "539ce7f0-6004-4eb0-b16f-253f0a688066",
4436 "hotelName": "Fujairah Rotana Resort Spa",
4437 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
4438 "nights": 7,
4439 "mealPlan": "HB",
4440 "hotelClass": "5",
4441 "hotelColor": "#000000",
4442 "availabilityType": "FreeSale",
4443 "availableRoomsCount": 0,
4444 "fewRooms": true,
4445 "roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099",
4446 "roomCategoryName": "Ocean View Room Twin",
4447 "placementTypeName": "DBL",
4448 "checkInDate": "2024-09-07T00:00:00",
4449 "checkOutDate": "2024-09-14T00:00:00",
4450 "adults": 2,
4451 "children": 0,
4452 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
4453 "districtName": "Al Aqah",
4454 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
4455 "cityName": "Fujairah",
4456 "countryCode": "AE",
4457 "countryName": "United Arab Emirates",
4458 "hasAlcohol": true,
4459 "hasFreeWifi": true,
4460 "hasMetro": false,
4461 "hasPool": true,
4462 "hasMall": false,
4463 "infantMaxAge": 1.99,
4464 "childMinAge": 2.0,
4465 "childMaxAge": 11.99,
4466 "teenMinAge": 0.0,
4467 "teenMaxAge": 0.0,
4468 "adultMinAge": 12.0,
4469 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
4470 "cancellationPolicy": {
4471 "noShowChargeValue": 100.0,
4472 "noShowChargeValueType": "%",
4473 "earlyDepartureChargeValue": 100.0,
4474 "earlyDepartureChargeValueType": "%",
4475 "conditions": [
4476 {
4477 "timeunits": 4,
4478 "timeunitType": "Day",
4479 "timeOffsetTypeName": "Before Arrival",
4480 "chargeValue": 100.0,
4481 "chargeValueType": "%"
4482 }
4483 ]
4484 }
4485 },
4486 "flight": {
4487 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
4488 "departureDate": "2024-09-07T00:00:00",
4489 "returnDate": "2024-09-14T00:00:00",
4490 "departureTicketsLeft": 24,
4491 "returnTicketsLeft": 17,
4492 "departureAvailabilityType": "FreeSale",
4493 "returnAvailabilityType": "FreeSale",
4494 "isTwoWay": true,
4495 "sameBaggageForAll": false,
4496 "totalBaggage": false,
4497 "isBlock": true,
4498 "class": "Economy",
4499 "departureSegments": [
4500 {
4501 "airlineCode": "FZ",
4502 "airlineName": "Fly Dubai",
4503 "flightCode": "FZ1722",
4504 "class": "Economy",
4505 "lugageWeight": 20,
4506 "handLugageWeight": 6,
4507 "departureFlightDate": "2024-09-07T03:40:00.000",
4508 "departureCountryName": "Kazakhstan",
4509 "departureCityName": "Almaty",
4510 "departureAirportCode": "ALA",
4511 "departureAirportName": "Almaty Intl Airport",
4512 "departureTerminalCode": "ALA",
4513 "arrivalFlightDate": "2024-09-07T07:15:00.000",
4514 "arrivalCountryName": "United Arab Emirates",
4515 "arrivalCityName": "Dubai",
4516 "arrivalAirportCode": "DXB",
4517 "arrivalAirportName": "Dubai Intl Airport",
4518 "arrivalTerminalCode": "DXB3",
4519 "flightDuration": "5h 35m"
4520 }
4521 ],
4522 "returnSegments": [
4523 {
4524 "airlineCode": "FZ",
4525 "airlineName": "Fly Dubai",
4526 "flightCode": "FZ1721",
4527 "class": "Economy",
4528 "lugageWeight": 20,
4529 "handLugageWeight": 6,
4530 "departureFlightDate": "2024-09-14T21:30:00.000",
4531 "departureCountryName": "United Arab Emirates",
4532 "departureCityName": "Dubai",
4533 "departureAirportCode": "DXB",
4534 "departureAirportName": "Dubai Intl Airport",
4535 "departureTerminalCode": "DXB3",
4536 "arrivalFlightDate": "2024-09-15T02:40:00.000",
4537 "arrivalCountryName": "Kazakhstan",
4538 "arrivalCityName": "Almaty",
4539 "arrivalAirportCode": "ALA",
4540 "arrivalAirportName": "Almaty Intl Airport",
4541 "arrivalTerminalCode": "ALA",
4542 "flightDuration": "3h 10m"
4543 }
4544 ],
4545 "passengers": [
4546 {
4547 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
4548 "isAdult": true,
4549 "selectedForwardBaggageCode": "INCLUDED",
4550 "selectedBackwardBaggageCode": "INCLUDED",
4551 "forwardBaggages": [
4552 {
4553 "baggageCode": "INCLUDED",
4554 "description": "20 Kg Included",
4555 "price": 0.0,
4556 "currency": "USD",
4557 "included": true
4558 }
4559 ],
4560 "backwardBaggages": [
4561 {
4562 "baggageCode": "INCLUDED",
4563 "description": "20 Kg Included",
4564 "price": 0.0,
4565 "currency": "USD",
4566 "included": true
4567 }
4568 ]
4569 },
4570 {
4571 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
4572 "isAdult": true,
4573 "selectedForwardBaggageCode": "INCLUDED",
4574 "selectedBackwardBaggageCode": "INCLUDED",
4575 "forwardBaggages": [
4576 {
4577 "baggageCode": "INCLUDED",
4578 "description": "20 Kg Included",
4579 "price": 0.0,
4580 "currency": "USD",
4581 "included": true
4582 }
4583 ],
4584 "backwardBaggages": [
4585 {
4586 "baggageCode": "INCLUDED",
4587 "description": "20 Kg Included",
4588 "price": 0.0,
4589 "currency": "USD",
4590 "included": true
4591 }
4592 ]
4593 }
4594 ]
4595 },
4596 "extraServices": [],
4597 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:24",
4598 "sortCheckInOut": "07.09.2024-14.09.2024",
4599 "sortAirline": "fly dubai",
4600 "sortHotelName": "fujairah rotana resort spa",
4601 "sortDetails": "hb",
4602 "sortPlacement": "ocean view room twin dbl",
4603 "subList": [],
4604 "exchangeRate": 480.0
4605 },
4606 {
4607 "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:fc15523b-ccde-44a8-acc4-a75826077fd9:04abb186-80f6-4808-bce4-ae97cef85c51",
4608 "priceCurrency": "USD",
4609 "totalPrice": 1897.04,
4610 "agentCommissionPercent": 9.0,
4611 "agentCommissionAmount": 170.73,
4612 "includedExtrasAmount": 0,
4613 "priceDifference": 0,
4614 "hotel": {
4615 "hotelPriceId": "fc15523b-ccde-44a8-acc4-a75826077fd9",
4616 "hotelName": "Fujairah Rotana Resort Spa",
4617 "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
4618 "nights": 7,
4619 "mealPlan": "HB",
4620 "hotelClass": "5",
4621 "hotelColor": "#000000",
4622 "availabilityType": "OnRequest",
4623 "availableRoomsCount": 0,
4624 "fewRooms": true,
4625 "roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f",
4626 "roomCategoryName": "Ocean View Room King",
4627 "placementTypeName": "DBL",
4628 "checkInDate": "2024-09-07T00:00:00",
4629 "checkOutDate": "2024-09-14T00:00:00",
4630 "adults": 2,
4631 "children": 0,
4632 "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
4633 "districtName": "Al Aqah",
4634 "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
4635 "cityName": "Fujairah",
4636 "countryCode": "AE",
4637 "countryName": "United Arab Emirates",
4638 "hasAlcohol": true,
4639 "hasFreeWifi": true,
4640 "hasMetro": false,
4641 "hasPool": true,
4642 "hasMall": false,
4643 "infantMaxAge": 1.99,
4644 "childMinAge": 2.0,
4645 "childMaxAge": 11.99,
4646 "teenMinAge": 0.0,
4647 "teenMaxAge": 0.0,
4648 "adultMinAge": 12.0,
4649 "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
4650 "cancellationPolicy": {
4651 "noShowChargeValue": 100.0,
4652 "noShowChargeValueType": "%",
4653 "earlyDepartureChargeValue": 100.0,
4654 "earlyDepartureChargeValueType": "%",
4655 "conditions": [
4656 {
4657 "timeunits": 4,
4658 "timeunitType": "Day",
4659 "timeOffsetTypeName": "Before Arrival",
4660 "chargeValue": 100.0,
4661 "chargeValueType": "%"
4662 }
4663 ]
4664 }
4665 },
4666 "flight": {
4667 "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
4668 "departureDate": "2024-09-07T00:00:00",
4669 "returnDate": "2024-09-14T00:00:00",
4670 "departureTicketsLeft": 24,
4671 "returnTicketsLeft": 17,
4672 "departureAvailabilityType": "FreeSale",
4673 "returnAvailabilityType": "FreeSale",
4674 "isTwoWay": true,
4675 "sameBaggageForAll": false,
4676 "totalBaggage": false,
4677 "isBlock": true,
4678 "class": "Economy",
4679 "departureSegments": [
4680 {
4681 "airlineCode": "FZ",
4682 "airlineName": "Fly Dubai",
4683 "flightCode": "FZ1722",
4684 "class": "Economy",
4685 "lugageWeight": 20,
4686 "handLugageWeight": 6,
4687 "departureFlightDate": "2024-09-07T03:40:00.000",
4688 "departureCountryName": "Kazakhstan",
4689 "departureCityName": "Almaty",
4690 "departureAirportCode": "ALA",
4691 "departureAirportName": "Almaty Intl Airport",
4692 "departureTerminalCode": "ALA",
4693 "arrivalFlightDate": "2024-09-07T07:15:00.000",
4694 "arrivalCountryName": "United Arab Emirates",
4695 "arrivalCityName": "Dubai",
4696 "arrivalAirportCode": "DXB",
4697 "arrivalAirportName": "Dubai Intl Airport",
4698 "arrivalTerminalCode": "DXB3",
4699 "flightDuration": "5h 35m"
4700 }
4701 ],
4702 "returnSegments": [
4703 {
4704 "airlineCode": "FZ",
4705 "airlineName": "Fly Dubai",
4706 "flightCode": "FZ1721",
4707 "class": "Economy",
4708 "lugageWeight": 20,
4709 "handLugageWeight": 6,
4710 "departureFlightDate": "2024-09-14T21:30:00.000",
4711 "departureCountryName": "United Arab Emirates",
4712 "departureCityName": "Dubai",
4713 "departureAirportCode": "DXB",
4714 "departureAirportName": "Dubai Intl Airport",
4715 "departureTerminalCode": "DXB3",
4716 "arrivalFlightDate": "2024-09-15T02:40:00.000",
4717 "arrivalCountryName": "Kazakhstan",
4718 "arrivalCityName": "Almaty",
4719 "arrivalAirportCode": "ALA",
4720 "arrivalAirportName": "Almaty Intl Airport",
4721 "arrivalTerminalCode": "ALA",
4722 "flightDuration": "3h 10m"
4723 }
4724 ],
4725 "passengers": [
4726 {
4727 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
4728 "isAdult": true,
4729 "selectedForwardBaggageCode": "INCLUDED",
4730 "selectedBackwardBaggageCode": "INCLUDED",
4731 "forwardBaggages": [
4732 {
4733 "baggageCode": "INCLUDED",
4734 "description": "20 Kg Included",
4735 "price": 0.0,
4736 "currency": "USD",
4737 "included": true
4738 }
4739 ],
4740 "backwardBaggages": [
4741 {
4742 "baggageCode": "INCLUDED",
4743 "description": "20 Kg Included",
4744 "price": 0.0,
4745 "currency": "USD",
4746 "included": true
4747 }
4748 ]
4749 },
4750 {
4751 "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
4752 "isAdult": true,
4753 "selectedForwardBaggageCode": "INCLUDED",
4754 "selectedBackwardBaggageCode": "INCLUDED",
4755 "forwardBaggages": [
4756 {
4757 "baggageCode": "INCLUDED",
4758 "description": "20 Kg Included",
4759 "price": 0.0,
4760 "currency": "USD",
4761 "included": true
4762 }
4763 ],
4764 "backwardBaggages": [
4765 {
4766 "baggageCode": "INCLUDED",
4767 "description": "20 Kg Included",
4768 "price": 0.0,
4769 "currency": "USD",
4770 "included": true
4771 }
4772 ]
4773 }
4774 ]
4775 },
4776 "extraServices": [],
4777 "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:25",
4778 "sortCheckInOut": "07.09.2024-14.09.2024",
4779 "sortAirline": "fly dubai",
4780 "sortHotelName": "fujairah rotana resort spa",
4781 "sortDetails": "hb",
4782 "sortPlacement": "ocean view room king dbl",
4783 "subList": [],
4784 "exchangeRate": 480.0
4785 }
4786 ],
4787 "pagingId": "5",
4788 "pageNumber": 1,
4789 "pageCount": 5,
4790 "totalCount": 110,
4791 "error": false
4792 }
4793 {{/code}}
4794
4795
4796 === Schema ===
4797
4798 {{success}}
4799 SearchTourPackagesResponse{
4800
4801 |error|boolean
4802 |errorCode|string
4803 nullable: true
4804 |errorDescription|string
4805 nullable: true
4806 |userErrorDescription|string
4807 nullable: true
4808 |packages|[
4809 nullable: trueTourPackage{(((
4810 |cacheKey|string
4811 nullable: true
4812 |id|string
4813 nullable: true
4814 |priceCurrency|string
4815 nullable: true
4816 |totalPrice|number($double)
4817 |agentCommissionPercent|number($double)
4818 |agentCommissionAmount|number($double)
4819 |includedExtrasAmount|number($double)
4820 |priceDifference|number($double)
4821 |hotel|PackageHotel{(((
4822 |hotelPriceId|string
4823 nullable: true
4824 |providerId|integer($int32)
4825 |hotelName|string
4826 nullable: true
4827 |hotelCode|string
4828 nullable: true
4829 |nigths|integer($int32)
4830 |mealPlan|string
4831 nullable: true
4832 |hotelClass|string
4833 nullable: true
4834 |availabilityType|RoomAvailabilityTypeEnumstringEnum:
4835 [ OnRequest, FreeSale, StopSale ]
4836 |availableRoomsCount|integer($int32)
4837 |fewRooms|boolean
4838 |roomCategoryCode|string
4839 nullable: true
4840 |roomCategoryName|string
4841 nullable: true
4842 |placementTypeName|string
4843 nullable: true
4844 |placementDescription|string
4845 nullable: true
4846 |checkInDate|string($date-time)
4847 |checkOutDate|string($date-time)
4848 |adults|integer($int32)
4849 |children|integer($int32)
4850 |districtUID|string($uuid)
4851 nullable: true
4852 |districtName|string
4853 nullable: true
4854 |cityUID|string($uuid)
4855 nullable: true
4856 |cityName|string
4857 nullable: true
4858 |countryCode|string
4859 nullable: true
4860 |countryName|string
4861 nullable: true
4862 |hasAlcohol|boolean
4863 |hasFreeWifi|boolean
4864 |hasMetro|boolean
4865 |hasPool|boolean
4866 |hasMall|boolean
4867 |cancellationPolicyDescription|string
4868 nullable: true
4869 |cancellationPolicy|CancellationPolicyExchange{(((
4870 |cancellationPolicyCode|string
4871 nullable: true
4872 |noShowChargeValue|number($double)
4873 nullable: true
4874 |noShowChargeValueType|string
4875 nullable: true
4876 |earlyDepartureChargeValue|number($double)
4877 nullable: true
4878 |earlyDepartureChargeValueType|string
4879 nullable: true
4880 |conditions|[
4881 nullable: trueCancellationPolicyConditionExchange{(((
4882 |timeunits|integer($int32)
4883 |timeunitType|string
4884 nullable: true
4885 |timeOffsetTypeName|string
4886 nullable: true
4887 |chargeValue|number($double)
4888 nullable: true
4889 |chargeValueType|string
4890 nullable: true
4891
4892 }]
4893 )))
4894
4895 }
4896 )))
4897
4898 }
4899 )))
4900 |flight|PackageFlight{(((
4901 |id|string
4902 nullable: true
4903 |departureDate|string($date-time)
4904 |returnDate|string($date-time)
4905 nullable: true
4906 |departureTicketsLeft|integer($int32)
4907 |returnTicketsLeft|integer($int32)
4908 |departureAvailabilityType|FlightAvailabilityTypestringEnum:
4909 [ OnRequest, FreeSale, FewPlaces, StopSale ]
4910 |returnAvailabilityType|FlightAvailabilityTypestringEnum:
4911 [ OnRequest, FreeSale, FewPlaces, StopSale ]
4912 |isTwoWay|boolean
4913 |departureSegments|[
4914 nullable: trueFlightSegment{(((
4915 |airlineCode|string
4916 nullable: true
4917 |airlineName|string
4918 nullable: true
4919 |flightCode|string
4920 nullable: true
4921 |class|string
4922 nullable: true
4923 |lugageWeight|number($double)
4924 |handLugageWeight|number($double)
4925 |departureFlightDate|string($date-time)
4926 |departureCountryName|string
4927 nullable: true
4928 |departureCityName|string
4929 nullable: true
4930 |departureAirportCode|string
4931 nullable: true
4932 |departureAirportName|string
4933 nullable: true
4934 |departureTerminalCode|string
4935 nullable: true
4936 |arrivalFlightDate|string($date-time)
4937 |arrivalCountryName|string
4938 nullable: true
4939 |arrivalCityName|string
4940 nullable: true
4941 |arrivalAirportCode|string
4942 nullable: true
4943 |arrivalAirportName|string
4944 nullable: true
4945 |arrivalTerminalCode|string
4946 nullable: true
4947 |flightDuration|string
4948 nullable: true
4949 |baggages|[
4950 nullable: trueBaggage{(((
4951 |baggageCode|string
4952 nullable: true
4953 |description|string
4954 nullable: true
4955 |price|number($double)
4956 |currency|string
4957 nullable: true
4958 |included|boolean
4959
4960 }]
4961 )))
4962
4963 }]
4964 )))
4965 |returnSegments|[
4966 nullable: trueFlightSegment{(((
4967 |airlineCode|string
4968 nullable: true
4969 |airlineName|string
4970 nullable: true
4971 |flightCode|string
4972 nullable: true
4973 |class|string
4974 nullable: true
4975 |lugageWeight|number($double)
4976 |handLugageWeight|number($double)
4977 |departureFlightDate|string($date-time)
4978 |departureCountryName|string
4979 nullable: true
4980 |departureCityName|string
4981 nullable: true
4982 |departureAirportCode|string
4983 nullable: true
4984 |departureAirportName|string
4985 nullable: true
4986 |departureTerminalCode|string
4987 nullable: true
4988 |arrivalFlightDate|string($date-time)
4989 |arrivalCountryName|string
4990 nullable: true
4991 |arrivalCityName|string
4992 nullable: true
4993 |arrivalAirportCode|string
4994 nullable: true
4995 |arrivalAirportName|string
4996 nullable: true
4997 |arrivalTerminalCode|string
4998 nullable: true
4999 |flightDuration|string
5000 nullable: true
5001 |baggages|[
5002 nullable: trueBaggage{(((
5003 |baggageCode|string
5004 nullable: true
5005 |description|string
5006 nullable: true
5007 |price|number($double)
5008 |currency|string
5009 nullable: true
5010 |included|boolean
5011
5012 }]
5013 )))
5014
5015 }]
5016 )))
5017
5018 }
5019 )))
5020 |extraServices|[
5021 nullable: trueHotelExtraServiceBase{(((
5022 |extraServiceCode|string
5023 nullable: true
5024 |extraServiceTypeCode|string
5025 nullable: true
5026 |isMandatory|integer($int32)
5027 |extraServiceName|string
5028 nullable: true
5029 |minimalServiceAmount|number($double)
5030 |includedPriceCode|string
5031 nullable: true
5032 |prices|[
5033 nullable: trueHotelExtraServicePriceBase{(((
5034 |extraServicePriceCode|string
5035 nullable: true
5036 |displayName|string
5037 nullable: true
5038 |restrictionInfo|string
5039 nullable: true
5040 |additionalInfo|string
5041 nullable: true
5042 |price|number($double)
5043 |extraPrice|number($double)
5044 |currency|string
5045 nullable: true
5046
5047 }]
5048 )))
5049
5050 }]
5051 )))
5052 |insurancePrice|InsurancePrice{(((
5053 |name|string
5054 nullable: true
5055 |price|number($double)
5056 |priceSurcarge|number($double)
5057 |actualStartDate|string($date-time)
5058 |actualEndDate|string($date-time)
5059 |optional|boolean
5060 |includedInPackagePrice|boolean
5061
5062 }
5063 )))
5064
5065 }]
5066 )))
5067 |pagingId|string
5068 nullable: true
5069 |pageNumber|integer($int64)
5070 |pageCount|integer($int64)
5071
5072 }
5073 {{/success}}
5074
5075
5076 == Definitions ==
5077
5078
5079 === **Request Parameters ** ===
5080
5081 (% class="table-bordered" %)
5082 |=Key|=Type|=Nullable|=Description
5083 |departureCountryCode|String|No|The ISO 3166-1 alpha-2 code of the departure country. For example, "KZ" for Kazakhstan.
5084 |departureCityUID|String (UUID)|No|The unique identifier of the departure city. This is a UUID, such as "f0ba6324-f337-405c-8cc7-23d62cf664e8".
5085 |arrivalCountryCode|String|No|The ISO 3166-1 alpha-2 code of the arrival country. For example, "AE" for United Arab Emirates.
5086 |adults|Integer|No|The number of adults for the trip. For example, 2 for two adults.
5087 |children|Integer|No|The number of children for the trip. For example, 0 for no children.
5088 |departureDate|String (date-time)|No|The departure date in ISO 8601 format. For example, "2024-05-25T00:00:00" for May 25, 2024.
5089 |returnDate|String (date-time)|No|The return date in ISO 8601 format. For example, "2024-06-01T00:00:00" for June 1, 2024.
5090 |departureAndReturnDaysCount|Integer|No|The total number of days for the departure and return trip. For example, 7 for a week-long trip.
5091 |checkInDate|String (date-time)|No|The check-in date at the hotel in ISO 8601 format. For example, "2024-05-25T00:00:00" for May 25, 2024.
5092 |checkOutDate|String (date-time)|No|The check-out date from the hotel in ISO 8601 format. For example, "2024-06-01T00:00:00" for June 1, 2024.
5093 |checkInAndCheckOutDaysCount|Integer|No|The total number of days for the hotel stay. For example, 7 for a week-long stay.
5094 |directFlightsOnly|Boolean|No|Whether to search for direct flights only. For example, true to only search for direct flights.
5095 |pageRowCount|Integer|No|The number of results to return per page. For example, 1 to return 1 result per page.
5096 |searchCurrency|String|YES|The currency in which the search results should be displayed. For example, "USD" for United States Dollar.  You can use this currencies for example - KZT - ₸ •   USD - $ •   RUB - ₽ •   EUR - € •   UZS - ЛВ •   AZN - ₼.
5097
5098 === **Response Parameters** ===
5099
5100 (% class="table-bordered" %)
5101 |=Key|=Type|=Description
5102 |packages|Array|An array of travel packages. Each package includes various details about the package.
5103 |packages[].id|String|A unique identifier for the package. This is used to uniquely identify each package.
5104 |packages[].priceCurrency|String|The currency in which the price is denoted. This could be •   KZT - ₸ •   USD - $ •   RUB - ₽ •   EUR - € •   UZS - ЛВ •   AZN - ₼.
5105 |packages[].totalPrice|Number|The total price of the package. This includes all costs associated with the package.
5106 |packages[].agentCommissionPercent|Number|The commission percentage for the agent. This is the percentage of the total price that the agent receives as commission.
5107 |packages[].agentCommissionAmount|Number|The commission amount for the agent. This is the actual amount the agent receives as commission.
5108 |packages[].includedExtrasAmount|Number|The amount for the included extras. This is the cost of any extra services included in the package.
5109 |packages[].priceDifference|Number|The price difference. This could be a discount or a price increase.
5110 |packages[].hotel|Object|An object containing details about the hotel included in the package. This includes information like the hotel name, class, availability, etc.
5111 |packages[].hotel.hotelPriceId|String|The price ID of the hotel. This is used to uniquely identify the price for the hotel.
5112 |packages[].hotel.hotelName|String|The name of the hotel. This is the actual name of the hotel.
5113 |packages[].hotel.hotelCode|String|The code of the hotel. This is a unique code used to identify the hotel.
5114 |packages[].hotel.nights|Number|The number of nights for the stay. This is the duration of the stay at the hotel.
5115 |packages[].hotel.mealPlan|String|The meal plan for the stay. This could be breakfast included, all inclusive, etc.
5116 |packages[].hotel.hotelClass|String|The class of the hotel. This could be 3-star, 4-star, 5-star, etc.
5117 |packages[].hotel.hotelColor|String|The color associated with the hotel. This could be used for categorization or visualization purposes.
5118 |packages[].hotel.availabilityType|String|The availability type of the hotel. This could be available, sold out, etc.
5119 |packages[].hotel.availableRoomsCount|Number|The count of available rooms. This is the number of rooms that are currently available at the hotel.
5120 |packages[].hotel.fewRooms|Boolean|A boolean indicating if there are few rooms left. If true, it means that there are only a few rooms left.
5121 |packages[].hotel.roomCategoryCode|String|The code of the room category. This is a unique code used to identify the room category.
5122 |packages[].hotel.roomCategoryName|String|The name of the room category. This is the actual name of the room category.
5123 |packages[].hotel.placementTypeName|String|The name of the placement type. This could be sea view, garden view, etc.
5124 |packages[].hotel.placementDescription|String|The description of the placement. This provides more details about the placement type.
5125 |packages[].hotel.checkInDate|String|The check-in date. This is the date when the stay at the hotel begins.
5126 |packages[].hotel.checkOutDate|String|The check-out date. This is the date when the stay at the hotel ends.
5127 |packages[].hotel.adults|Number|The number of adults. This is the number of adults that will be staying at the hotel.
5128 |packages[].hotel.children|Number|The number of children. This is the number of children that will be staying at the hotel.
5129 |packages[].hotel.districtUID|String|The UID of the district. This is a unique identifier for the district where the hotel is located.
5130 |packages[].hotel.districtName|String|The name of the district. This is the actual name of the district where the hotel is located.
5131 |packages[].hotel.cityUID|String|The UID of the city. This is a unique identifier for the city where the hotel is located.
5132 |packages[].hotel.cityName|String|The name of the city. This is the actual name of the city where the hotel is located.
5133 |packages[].hotel.countryCode|String|The code of the country. This is a unique code used to identify the country where the hotel is located.
5134 |packages[].hotel.countryName|String|The name of the country. This is the actual name of the country where the hotel is located.
5135 |packages[].hotel.hasAlcohol|Boolean|A boolean indicating if alcohol is available. If true, it means that alcohol is available at the hotel.
5136 |packages[].hotel.hasFreeWifi|Boolean|A boolean indicating if free Wi-Fi is available. If true, it means that free Wi-Fi is available at the hotel.
5137 |packages[].hotel.hasMetro|Boolean|A boolean indicating if metro is available. If true, it means that there is a metro station near the hotel.
5138 |packages[].hotel.hasPool|Boolean|A boolean indicating if a pool is available. If true, it means that the hotel has a pool.
5139 |packages[].hotel.hasMall|Boolean|A boolean indicating if a mall is available. If true, it means that there is a mall near the hotel.
5140 |packages[].hotel.infantMaxAge|Number|The maximum age for an infant. This is the maximum age at which a person is considered an infant.
5141 |packages[].hotel.childMinAge|Number|The minimum age for a child. This is the minimum age at which a person is considered a child.
5142 |packages[].hotel.childMaxAge|Number|The maximum age for a child. This is the maximum age at which a person is considered a child.
5143 |packages[].hotel.teenMinAge|Number|The minimum age for a teen. This is the minimum age at which a person is considered a teen.
5144 |packages[].hotel.teenMaxAge|Number|The maximum age for a teen. This is the maximum age at which a person is considered a teen.
5145 |packages[].hotel.adultMinAge|Number|The minimum age for an adult. This is the minimum age at which a person is considered an adult.
5146 |packages[].hotel.cancellationPolicyDescription|String|The description of the cancellation policy. This provides more details about the cancellation policy of the hotel.
5147 |packages[].hotel.cancellationPolicy|Object|An object containing details about the cancellation policy. This includes information like the cancellation deadline, cancellation fee, etc.
5148 |packages[].flight|Object|An object containing details about the flight included in the package. This includes information like the flight ID, departure date, return date, etc.
5149 |packages[].flight.id|String|The ID of the flight. This is used to uniquely identify the flight.
5150 |packages[].flight.departureDate|String|The departure date of the flight. This is the date when the flight departs.
5151 |packages[].flight.returnDate|String|The return date of the flight. This is the date when the flight returns.
5152 |packages[].flight.departureTicketsLeft|Number|The number of departure tickets left. This is the number of tickets that are still available for the departure flight.
5153 |packages[].flight.returnTicketsLeft|Number|The number of return tickets left. This is the number of tickets that are still available for the return flight.
5154 |packages[].flight.departureAvailabilityType|String|The availability type of the departure flight. This could be available, sold out, etc.
5155 |packages[].flight.returnAvailabilityType|String|The availability type of the return flight. This could be available, sold out, etc.
5156 |packages[].flight.isTwoWay|Boolean|A boolean indicating if the flight is two-way. If true, it means that the flight includes both departure and return.
5157 |packages[].flight.sameBaggageForAll|Boolean|A boolean indicating if the same baggage is for all. If true, it means that the same baggage allowance applies to all passengers.
5158 |packages[].flight.totalBaggage|Boolean|A boolean indicating if total baggage is included. If true, it means that the total baggage allowance is included in the price.
5159 |packages[].flight.isBlock|Boolean|A boolean indicating if the flight is block or not. If true, it means that the flight is currently block of flights
5160 |packages[].flight.class|String|The class of the flight. This could be economy, business, first class, etc.
5161 |packages[].flight.departureSegments|Array|An array containing details about the departure segments. Each segment includes information like the departure airport, arrival airport, departure time, arrival time, etc.
5162 |packages[].flight.returnSegments|Array|An array containing details about the return segments. Each segment includes information like the departure airport, arrival airport, departure time, arrival time, etc.
5163 |packages[].flight.passengers|Array|An array containing details about the passengers. Each passenger includes information like the passenger type, baggage allowance, etc.
5164 |packages[].extraServices|Array|An array of any extra services included in the package. Each service includes information like the service name, service price, etc.
5165 |packages[].insurancePrice|Object|An object containing details about the insurance price included in the package. This includes information like the insurance type, insurance price, etc.
5166 |packages[].cacheKey|String|The cache key. This is used to cache the package details for faster retrieval.
5167 |packages[].sortCheckInOut|String|The check-in and check-out dates for sorting. This is used to sort the packages based on the check-in and check-out dates.
5168 |packages[].sortAirline|String|The airline for sorting. This is used to sort the packages based on the airline.
5169 |packages[].sortHotelName|String|The hotel name for sorting. This is used to sort the packages based on the hotel name.
5170 |packages[].sortDetails|String|The details for sorting. This is used to sort the packages based on various details.
5171 |packages[].sortPlacement|String|The placement for sorting. This is used to sort the packages based on the placement.
5172 |pagingId|String|An identifier for the page. This is used to uniquely identify each page of results.
5173 |pageNumber|Number|The current page number. This is the number of the current page of results.
5174 |pageCount|Number|The total number of pages. This is the total number of pages of results.
5175 |totalCount|Number|The total count of packages. This is the total number of packages in all pages of results.
5176 |error|Boolean|A boolean indicating whether there was an error. If true, it means that there was an error in retrieving the packages.
5177 |(((
5178 exchangeRate
5179 )))|Integer|For example  "exchangeRate": 480.0 it means that exchange rate is 480 from KZT to USD , 1 USD-480KZT
5180
5181 ==== first request ====
5182
5183 {{code language="Json"}}
5184 {
5185 "pagingId": "",
5186 "pageNumber": 1,
5187 "pageRowCount":10
5188 }
5189 {{/code}}
5190
5191 While making first search request, paging id should be empty,  "pageNumber":  and  "pageRowCount":10 means that, in response there will be returned maximum 10 packages per page.
5192
5193
5194 ==== Request with caching ====
5195
5196 after receiving response from first search request, in the end we can see pagingId- number, wchich we can use for caching, and (pageinatoin) for switch pagenumbers, and displaying results as we whant. For cleaning cache, it's important to make new request without cllear pagingID, like this  "pagingId": "",
5197
5198 {{code language="Json"}}
5199 {
5200 "pagingId": "80",
5201 "pageNumber": 1,
5202 "pageRowCount":10
5203 }
5204 {{/code}}
5205
5206
5207 **Overview:** The Paging and Caching mechanism is designed to efficiently manage data retrieval in a paginated format. This mechanism is essential for handling large datasets by dividing the data into manageable pages, thereby optimizing the performance and scalability of data retrieval operations.
5208
5209 **Initial Request:**
5210
5211 * **Purpose**: The first request initiates the paging process and is designed to fetch the initial set of data without utilizing a pagingId.
5212 * **Parameters**:
5213 ** pagingId: Should be set to an empty string ("") to indicate that this is the initial request.
5214 ** pageNumber: Indicates the specific page of data to retrieve, starting with 1.
5215 ** pageRowCount: Specifies the number of results to be included on each page.
5216
5217 **Example - First Request**:
5218
5219 {{{{
5220 "pagingId": "",
5221   "pageNumber": 1,
5222   "pageRowCount": 10
5223 }
5224 }}}
5225
5226
5227 **Subsequent Requests with Caching:**
5228
5229 * **Purpose**: Following the initial data retrieval, subsequent requests utilize the pagingId obtained from the previous response. This pagingId serves as a cache identifier, enabling the system to quickly access the relevant dataset and efficiently paginate through the data.
5230 * **Cache Utilization**:
5231 ** Upon receiving a response, a pagingId value is provided. This pagingId should be used in subsequent requests to reference the cached data.
5232 ** To navigate through the dataset, adjust the pageNumber while keeping the pagingId constant.
5233 ** To refresh the dataset and clear the cache, initiate a new request without a pagingId.
5234
5235 **Example - Request with Caching**:
5236
5237 {{{ {
5238 "pagingId": "80",
5239 "pageNumber": 2, // Adjusted to fetch the next page
5240 "pageRowCount": 10
5241 }
5242 }}}
5243
5244
5245 **Cache Management:**
5246
5247 * Clearing the cache and fetching a fresh set of data requires sending a new request with the pagingId parameter omitted or set to an empty string. This action resets the pagination and caching context.
5248
5249 **Implementation Notes**:
5250
5251 * The paging and caching mechanism significantly enhances data retrieval efficiency by minimizing server load and optimizing response times.
5252 * Developers should ensure that the pagingId is correctly managed between requests to maintain session continuity and data consistency.
5253
5254 This documentation outlines the procedural framework for implementing a robust paging and caching strategy within data retrieval systems, detailing parameter usage and operational best practices for both initial and subsequent data fetch operations.
5255
5256
5257 === search parameter options ===
5258
5259 in the request body it's available to filter search results with parameters. parameter examples:
5260
5261 {{code language="Json"}}
5262 { "totalPriceFrom": 500,
5263 "totalPriceTo": 10000,
5264 "hotelTypes": [
5265 "CityHotel",
5266 "BeachHotel",
5267 "SecondLineBeach"
5268 ],
5269 "hotelClasses": [
5270 "1",
5271 "2",
5272 "3",
5273 "4",
5274 "5",
5275 "6"
5276 ],
5277 "hotelServices": [
5278 "HasAlcohol",
5279 "HasFreeWifi",
5280 "HasMetro",
5281 "HasPool",
5282 "HasMall"
5283 ],
5284 "mealPlans": [
5285 "RO",
5286 "BB",
5287 "HB",
5288 "FB",
5289 "AL"
5290 ]
5291 }
5292 {{/code}}
5293
5294
5295 1. **RO (Room Only)**: This plan includes only the accommodation with no meals provided. Guests will need to arrange their own meals either outside the hotel or by purchasing them separately within the hotel.
5296 1. **BB (Bed and Breakfast)**: This plan includes accommodation along with breakfast served at the hotel. No other meals are included, which means guests need to arrange their own lunch and dinner.
5297 1. **HB (Half Board)**: This meal plan includes accommodation along with two meals a day, typically breakfast and either lunch or dinner. Guests can choose which two meals are most convenient for them based on the options provided by the hotel.
5298 1. **FB (Full Board)**: Under the full board plan, accommodation and all three meals (breakfast, lunch, and dinner) are included. This plan is convenient for guests who do not wish to worry about arranging meals during their stay.
5299 1. **AL (All Inclusive)**: The all-inclusive meal plan includes accommodation, all meals (breakfast, lunch, dinner), and usually includes a range of snacks and beverages (both alcoholic and non-alcoholic). It is the most comprehensive meal plan, offering the greatest convenience and predictability in costs.
5300
5301 == Important ==
5302
5303 {{error}}
5304 === Implementing Authorization in Subsequent Requests ===
5305
5306 For every API request after the initial authentication, it's crucial to include the authorization token in the request header. This ensures your requests are authorized and can access the necessary resources. Here's how to properly include your token:
5307
5308 * **Header Key:** Authorization
5309 * **Header Value:** Bearer [Your Token Here] - Use the bearer token provided in the initial authentication response. The authorization type should be specified as Bearer Token.
5310
5311 Additionally, to ensure your requests are properly formatted and recognized, include the following headers:
5312
5313 * **Content-Type:** Specify this header as application/json to indicate the format of the request body.
5314 * **Header Key:** X-nugios-timezone
5315 * **Header Value:** 240 - Adjust this value to match your local timezone offset in minutes.
5316
5317 Incorporating these headers with their respective values is essential for the successful processing of your API requests.
5318 {{/error}}
5319
5320
5321
5322 (% class="box errormessage" %)
5323 (((
5324 Tour package requirements can vary based on the destination country, necessitating the inclusion of additional mandatory services such as Visa, Insurance, etc. When querying for tour packages through the API, the response payload will dynamically include fields indicating whether these services are mandatory. For instance, the API may return a structure like this:
5325
5326 [[image:https://xwiki.nugios.com/xwiki/bin/download/APIs/Online%20API/TourPackages/WebHome/1713191255012-154.png?rev=1.1||alt="1713191255012-154.png"]]
5327
5328 in the given example it means that insurance service is mandatory for the tourpackage.
5329 )))