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

From version 1.1
edited by Giorgi Mdivnishvili
on 2024/04/11 09:30
Change comment: There is no comment for this version
To version 22.1
edited by Giorgi Mdivnishvili
on 2024/07/11 12:42
Change comment: There is no comment for this version

Summary

Details

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