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

From version 24.1
edited by Giorgi Mdivnishvili
on 2024/07/11 12:45
Change comment: There is no comment for this version
To version 3.1
edited by Giorgi Mdivnishvili
on 2024/04/11 09:33
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
... ... @@ -6,32 +6,11 @@
6 6  
7 7  = Method Description =
8 8  
9 +Tour package mean, tour with hotel and flight together. Using this method gives data about full package availability with flight and hotel options.
9 9  
10 -=== Method Overview: Streamlined Tour Package Discovery and Booking ===
11 +It's possible to receive data as current dates, also in date ranges using parameter  "stayDays": 0,   "stayDaysTo": 0. the maximum difference between the days can be 7. Below you can see examples.
11 11  
12 -**Purpose:** This method outlines the most efficient process for locating and subsequently booking a tour package utilizing a minimal set of required parameters. It is designed to simplify the user interaction by reducing the complexity and volume of input data necessary for operation.
13 13  
14 -**Procedure:**
15 -
16 -1. **Initialization**: Start by specifying the essential parameters. This approach is engineered to streamline the search and booking process, focusing on the core data elements critical for identifying suitable tour packages.
17 -1. **Search Execution**: Deploy the method with the specified parameters to initiate the search. The system is optimized to process these inputs, conducting a targeted query across available tour packages to identify matches that align with the user's criteria.
18 -1. **Selection and Booking**: Upon receiving search results, the user can select a desired tour package. The booking process is then initiated with the minimal parameters already provided, ensuring a seamless transition from selection to confirmation.
19 -
20 -**Parameter Details:**
21 -
22 -* The parameters required for this method are intentionally limited to essential elements only, aiming to expedite the search and booking phases while maintaining effectiveness. Details on these parameters, including data types and usage instructions, are documented separately.
23 -
24 -**Usage Notes:**
25 -
26 -* This method is particularly beneficial for users seeking a straightforward and efficient path to tour package booking, minimizing decision fatigue and enhancing user experience.
27 -
28 -**Examples:**
29 -
30 -* Code examples and detailed step-by-step instructions for utilizing this method are available in the subsequent sections, providing practical guidance on implementing the streamlined tour package discovery and booking process.
31 -
32 -This documentation segment aims to facilitate developers and users in leveraging a simplified method for tour package exploration and booking, ensuring an efficient and user-friendly interaction with the system.
33 -
34 -
35 35  == Endpoint URL - [POST] ==
36 36  
37 37  {{info}}
... ... @@ -67,92 +67,241 @@
67 67  }
68 68  {{/code}}
69 69  
70 -== Request example for 2Adults 2Child ==
71 71  
72 -{{code language="Json"}}
50 +== Response Body ==
73 73  
74 -
52 +{{code language="json"}}
75 75  {
76 - "departureCountryCode": "KZ",
77 - "departureCityUID": "f0ba6324-f337-405c-8cc7-23d62cf664e8",
78 - "arrivalCountryCode": "AE",
79 - "adults": 2,
80 - "children": 2,
81 - "childrenAges": [
82 - 4,
83 - 8
84 - ],
85 - "departureDate": "2024-08-26T00:00:00",
86 - "returnDate": "2024-09-02T00:00:00",
87 - "departureAndReturnDaysCount": 7,
88 - "checkInDate": "2024-08-26T00:00:00",
89 - "checkOutDate": "2024-09-02T00:00:00",
90 - "checkInAndCheckOutDaysCount": 7,
91 - "directFlightsOnly": true,
92 - "searchCurrency": "KZT",
93 -
94 - "pagingId": "",
95 - "pageNumber": 1,
96 - "pageRowCount":5
97 -
54 + "error": true,
55 + "errorCode": "string",
56 + "errorDescription": "string",
57 + "userErrorDescription": "string",
58 + "packages": [
59 + {
60 + "cacheKey": "string",
61 + "id": "string",
62 + "priceCurrency": "string",
63 + "totalPrice": 0,
64 + "agentCommissionPercent": 0,
65 + "agentCommissionAmount": 0,
66 + "includedExtrasAmount": 0,
67 + "priceDifference": 0,
68 + "hotel": {
69 + "hotelPriceId": "string",
70 + "providerId": 0,
71 + "hotelName": "string",
72 + "hotelCode": "string",
73 + "nigths": 0,
74 + "mealPlan": "string",
75 + "hotelClass": "string",
76 + "availabilityType": "OnRequest",
77 + "availableRoomsCount": 0,
78 + "fewRooms": true,
79 + "roomCategoryCode": "string",
80 + "roomCategoryName": "string",
81 + "placementTypeName": "string",
82 + "placementDescription": "string",
83 + "checkInDate": "2023-12-14T13:47:13.396Z",
84 + "checkOutDate": "2023-12-14T13:47:13.396Z",
85 + "adults": 0,
86 + "children": 0,
87 + "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
88 + "districtName": "string",
89 + "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
90 + "cityName": "string",
91 + "countryCode": "string",
92 + "countryName": "string",
93 + "hasAlcohol": true,
94 + "hasFreeWifi": true,
95 + "hasMetro": true,
96 + "hasPool": true,
97 + "hasMall": true,
98 + "cancellationPolicyDescription": "string",
99 + "cancellationPolicy": {
100 + "cancellationPolicyCode": "string",
101 + "noShowChargeValue": 0,
102 + "noShowChargeValueType": "string",
103 + "earlyDepartureChargeValue": 0,
104 + "earlyDepartureChargeValueType": "string",
105 + "conditions": [
106 + {
107 + "timeunits": 0,
108 + "timeunitType": "string",
109 + "timeOffsetTypeName": "string",
110 + "chargeValue": 0,
111 + "chargeValueType": "string"
112 + }
113 + ]
114 + }
115 + },
116 + "flight": {
117 + "id": "string",
118 + "departureDate": "2023-12-14T13:47:13.396Z",
119 + "returnDate": "2023-12-14T13:47:13.396Z",
120 + "departureTicketsLeft": 0,
121 + "returnTicketsLeft": 0,
122 + "departureAvailabilityType": "OnRequest",
123 + "returnAvailabilityType": "OnRequest",
124 + "isTwoWay": true,
125 + "departureSegments": [
126 + {
127 + "airlineCode": "string",
128 + "airlineName": "string",
129 + "flightCode": "string",
130 + "class": "string",
131 + "lugageWeight": 0,
132 + "handLugageWeight": 0,
133 + "departureFlightDate": "2023-12-14T13:47:13.396Z",
134 + "departureCountryName": "string",
135 + "departureCityName": "string",
136 + "departureAirportCode": "string",
137 + "departureAirportName": "string",
138 + "departureTerminalCode": "string",
139 + "arrivalFlightDate": "2023-12-14T13:47:13.396Z",
140 + "arrivalCountryName": "string",
141 + "arrivalCityName": "string",
142 + "arrivalAirportCode": "string",
143 + "arrivalAirportName": "string",
144 + "arrivalTerminalCode": "string",
145 + "flightDuration": "string",
146 + "baggages": [
147 + {
148 + "baggageCode": "string",
149 + "description": "string",
150 + "price": 0,
151 + "currency": "string",
152 + "included": true
153 + }
154 + ]
155 + }
156 + ],
157 + "returnSegments": [
158 + {
159 + "airlineCode": "string",
160 + "airlineName": "string",
161 + "flightCode": "string",
162 + "class": "string",
163 + "lugageWeight": 0,
164 + "handLugageWeight": 0,
165 + "departureFlightDate": "2023-12-14T13:47:13.396Z",
166 + "departureCountryName": "string",
167 + "departureCityName": "string",
168 + "departureAirportCode": "string",
169 + "departureAirportName": "string",
170 + "departureTerminalCode": "string",
171 + "arrivalFlightDate": "2023-12-14T13:47:13.396Z",
172 + "arrivalCountryName": "string",
173 + "arrivalCityName": "string",
174 + "arrivalAirportCode": "string",
175 + "arrivalAirportName": "string",
176 + "arrivalTerminalCode": "string",
177 + "flightDuration": "string",
178 + "baggages": [
179 + {
180 + "baggageCode": "string",
181 + "description": "string",
182 + "price": 0,
183 + "currency": "string",
184 + "included": true
185 + }
186 + ]
187 + }
188 + ]
189 + },
190 + "extraServices": [
191 + {
192 + "extraServiceCode": "string",
193 + "extraServiceTypeCode": "string",
194 + "isMandatory": 0,
195 + "extraServiceName": "string",
196 + "minimalServiceAmount": 0,
197 + "includedPriceCode": "string",
198 + "prices": [
199 + {
200 + "extraServicePriceCode": "string",
201 + "displayName": "string",
202 + "restrictionInfo": "string",
203 + "additionalInfo": "string",
204 + "price": 0,
205 + "extraPrice": 0,
206 + "currency": "string"
207 + }
208 + ]
209 + }
210 + ],
211 + "insurancePrice": {
212 + "name": "string",
213 + "price": 0,
214 + "priceSurcarge": 0,
215 + "actualStartDate": "2023-12-14T13:47:13.396Z",
216 + "actualEndDate": "2023-12-14T13:47:13.396Z",
217 + "optional": true,
218 + "includedInPackagePrice": true
219 + }
220 + }
221 + ],
222 + "pagingId": "string",
223 + "pageNumber": 0,
224 + "pageCount": 0
98 98  }
99 99  {{/code}}
100 100  
101 101  
102 -== Response Body ==
229 +== Response example ==
103 103  
104 -{{code language="json"}}
231 +{{code language="Json"}}
105 105  {
106 106   "packages": [
107 107   {
108 - "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:f9be75ed-0b50-4598-aece-5b959400c0f0:b7d53209-ea5a-47a9-9074-f82d88dacac4",
235 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:3a85de4a-96e0-4ca8-b116-412a2a5c6bd3:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
109 109   "priceCurrency": "USD",
110 - "totalPrice": 1883.71,
111 - "agentCommissionPercent": 9.0,
112 - "agentCommissionAmount": 169.53,
237 + "totalPrice": 909.78,
238 + "agentCommissionPercent": 0.0,
239 + "agentCommissionAmount": 0.0,
113 113   "includedExtrasAmount": 0,
114 114   "priceDifference": 0,
115 115   "hotel": {
116 - "hotelPriceId": "f9be75ed-0b50-4598-aece-5b959400c0f0",
117 - "hotelName": "Nihal Hotel",
118 - "hotelCode": "176cb63d-9ebc-4a87-b12f-efe4b9180ced",
119 - "nights": 7,
120 - "mealPlan": "RO",
243 + "hotelPriceId": "3a85de4a-96e0-4ca8-b116-412a2a5c6bd3",
244 + "hotelName": "CityMax Sharjah",
245 + "hotelCode": "CMAXBSHJNUG",
246 + "nigths": 7,
247 + "mealPlan": "BB",
121 121   "hotelClass": "3",
122 - "hotelColor": "#000000",
249 + "hotelColor": "#228B22",
123 123   "availabilityType": "FreeSale",
124 124   "availableRoomsCount": 0,
125 125   "fewRooms": true,
126 - "roomCategoryCode": "2561405f-6942-4f8e-b044-87fd347c0ec5",
253 + "roomCategoryCode": "DBL",
127 127   "roomCategoryName": "Standard Room",
128 - "placementTypeName": "DBL + CHILD + CHILD(2-5.99)(6-11.99)sharing",
129 - "checkInDate": "2024-08-26T00:00:00",
130 - "checkOutDate": "2024-09-02T00:00:00",
255 + "placementTypeName": "2 Adults",
256 + "placementDescription": "MARPROMDMC02/RUS",
257 + "checkInDate": "2024-05-25T00:00:00.000",
258 + "checkOutDate": "2024-06-01T00:00:00.000",
131 131   "adults": 2,
132 - "children": 2,
133 - "districtUID": "aaff2238-fa72-4900-83f8-a16990415547",
134 - "districtName": "Deira",
135 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
136 - "cityName": "Dubai",
260 + "children": 0,
261 + "districtUID": "7ac1bbc8-59ea-4977-b272-ed8553f94f9b",
262 + "districtName": "Sharjah",
263 + "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6",
264 + "cityName": "Sharjah",
137 137   "countryCode": "AE",
138 138   "countryName": "United Arab Emirates",
139 - "hasAlcohol": true,
140 - "hasFreeWifi": false,
141 - "hasMetro": true,
142 - "hasPool": true,
143 - "hasMall": false,
144 - "infantMaxAge": 5.99,
145 - "childMinAge": 6.0,
267 + "hasAlcohol": false,
268 + "hasFreeWifi": true,
269 + "hasMetro": false,
270 + "hasPool": false,
271 + "hasMall": true,
272 + "infantMaxAge": 4.99,
273 + "childMinAge": 5.0,
146 146   "childMaxAge": 11.99,
147 147   "teenMinAge": 0.0,
148 148   "teenMaxAge": 0.0,
149 149   "adultMinAge": 12.0,
150 - "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
278 + "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 1.00 Night, Early Departure: 1.00 Night, NoShow: 1.00 Night",
151 151   "cancellationPolicy": {
152 - "noShowChargeValue": 100.0,
153 - "noShowChargeValueType": "%",
154 - "earlyDepartureChargeValue": 100.0,
155 - "earlyDepartureChargeValueType": "%",
280 + "noShowChargeValue": 1.0,
281 + "noShowChargeValueType": "Night",
282 + "earlyDepartureChargeValue": 1.0,
283 + "earlyDepartureChargeValueType": "Night",
156 156   "conditions": [
157 157   {
158 158   "timeunits": 2,
... ... @@ -165,11 +165,11 @@
165 165   }
166 166   },
167 167   "flight": {
168 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4",
169 - "departureDate": "2024-08-26T00:00:00",
170 - "returnDate": "2024-09-02T00:00:00",
171 - "departureTicketsLeft": 28,
172 - "returnTicketsLeft": 30,
296 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
297 + "departureDate": "2024-05-25T00:00:00.000",
298 + "returnDate": "2024-06-01T00:00:00.000",
299 + "departureTicketsLeft": 48,
300 + "returnTicketsLeft": 33,
173 173   "departureAvailabilityType": "FreeSale",
174 174   "returnAvailabilityType": "FreeSale",
175 175   "isTwoWay": true,
... ... @@ -185,13 +185,13 @@
185 185   "class": "Economy",
186 186   "lugageWeight": 20,
187 187   "handLugageWeight": 6,
188 - "departureFlightDate": "2024-08-26T03:40:00.000",
316 + "departureFlightDate": "2024-05-25T03:35:00.000",
189 189   "departureCountryName": "Kazakhstan",
190 190   "departureCityName": "Almaty",
191 191   "departureAirportCode": "ALA",
192 192   "departureAirportName": "Almaty Intl Airport",
193 193   "departureTerminalCode": "ALA",
194 - "arrivalFlightDate": "2024-08-26T07:15:00.000",
322 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
195 195   "arrivalCountryName": "United Arab Emirates",
196 196   "arrivalCityName": "Dubai",
197 197   "arrivalAirportCode": "DXB",
... ... @@ -208,13 +208,13 @@
208 208   "class": "Economy",
209 209   "lugageWeight": 20,
210 210   "handLugageWeight": 6,
211 - "departureFlightDate": "2024-09-02T21:30:00.000",
339 + "departureFlightDate": "2024-06-01T21:25:00.000",
212 212   "departureCountryName": "United Arab Emirates",
213 213   "departureCityName": "Dubai",
214 214   "departureAirportCode": "DXB",
215 215   "departureAirportName": "Dubai Intl Airport",
216 216   "departureTerminalCode": "DXB3",
217 - "arrivalFlightDate": "2024-09-03T02:40:00.000",
345 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
218 218   "arrivalCountryName": "Kazakhstan",
219 219   "arrivalCityName": "Almaty",
220 220   "arrivalAirportCode": "ALA",
... ... @@ -225,7 +225,7 @@
225 225   ],
226 226   "passengers": [
227 227   {
228 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1",
356 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
229 229   "isAdult": true,
230 230   "selectedForwardBaggageCode": "INCLUDED",
231 231   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -249,7 +249,7 @@
249 249   ]
250 250   },
251 251   {
252 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2",
380 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
253 253   "isAdult": true,
254 254   "selectedForwardBaggageCode": "INCLUDED",
255 255   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -271,339 +271,69 @@
271 271   "included": true
272 272   }
273 273   ]
274 - },
275 - {
276 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1",
277 - "isAdult": false,
278 - "selectedForwardBaggageCode": "INCLUDED",
279 - "selectedBackwardBaggageCode": "INCLUDED",
280 - "forwardBaggages": [
281 - {
282 - "baggageCode": "INCLUDED",
283 - "description": "20 Kg Included",
284 - "price": 0.0,
285 - "currency": "USD",
286 - "included": true
287 - }
288 - ],
289 - "backwardBaggages": [
290 - {
291 - "baggageCode": "INCLUDED",
292 - "description": "20 Kg Included",
293 - "price": 0.0,
294 - "currency": "USD",
295 - "included": true
296 - }
297 - ]
298 - },
299 - {
300 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2",
301 - "isAdult": false,
302 - "selectedForwardBaggageCode": "INCLUDED",
303 - "selectedBackwardBaggageCode": "INCLUDED",
304 - "forwardBaggages": [
305 - {
306 - "baggageCode": "INCLUDED",
307 - "description": "20 Kg Included",
308 - "price": 0.0,
309 - "currency": "USD",
310 - "included": true
311 - }
312 - ],
313 - "backwardBaggages": [
314 - {
315 - "baggageCode": "INCLUDED",
316 - "description": "20 Kg Included",
317 - "price": 0.0,
318 - "currency": "USD",
319 - "included": true
320 - }
321 - ]
322 322   }
323 323   ]
324 324   },
325 325   "extraServices": [],
326 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:1",
327 - "sortCheckInOut": "26.08.2024-02.09.2024",
328 - "sortAirline": "fly dubai",
329 - "sortHotelName": "nihal hotel",
330 - "sortDetails": "ro",
331 - "sortPlacement": "standard room dbl child child 2 5 99 6 11 99 sharing",
332 - "subList": [],
333 - "exchangeRate": 480.0
334 - },
335 - {
336 - "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:af1c3f20-548d-4e8e-b976-52aaf9af8b8b:b7d53209-ea5a-47a9-9074-f82d88dacac4",
337 - "priceCurrency": "USD",
338 - "totalPrice": 1889.76,
339 - "agentCommissionPercent": 9.0,
340 - "agentCommissionAmount": 170.08,
341 - "includedExtrasAmount": 0,
342 - "priceDifference": 0,
343 - "hotel": {
344 - "hotelPriceId": "af1c3f20-548d-4e8e-b976-52aaf9af8b8b",
345 - "hotelName": "Six Seasons Hotel",
346 - "hotelCode": "b327fcea-afbe-4652-9f0c-8f09d941d5a4",
347 - "nights": 7,
348 - "mealPlan": "RO",
349 - "hotelClass": "3",
350 - "hotelColor": "#000000",
351 - "availabilityType": "StopSale",
352 - "availableRoomsCount": 0,
353 - "fewRooms": true,
354 - "roomCategoryCode": "5e28afcd-2f9d-4d4c-aefb-fd6c46cf0963",
355 - "roomCategoryName": "Standard King Room",
356 - "placementTypeName": "DBL + CHILD + CHILD(2-5.99)(6-10.99)sharing",
357 - "checkInDate": "2024-08-26T00:00:00",
358 - "checkOutDate": "2024-09-02T00:00:00",
359 - "adults": 2,
360 - "children": 2,
361 - "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992",
362 - "districtName": "Bur Dubai",
363 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
364 - "cityName": "Dubai",
365 - "countryCode": "AE",
366 - "countryName": "United Arab Emirates",
367 - "hasAlcohol": true,
368 - "hasFreeWifi": true,
369 - "hasMetro": false,
370 - "hasPool": true,
371 - "hasMall": false,
372 - "infantMaxAge": 5.99,
373 - "childMinAge": 6.0,
374 - "childMaxAge": 10.99,
375 - "teenMinAge": 0.0,
376 - "teenMaxAge": 0.0,
377 - "adultMinAge": 11.0,
378 - "cancellationPolicyDescription": "Cancellation Policy: Non refundable",
379 - "cancellationPolicy": {
380 - "noShowChargeValue": 100.0,
381 - "noShowChargeValueType": "%",
382 - "earlyDepartureChargeValue": 100.0,
383 - "earlyDepartureChargeValueType": "%",
384 - "conditions": [
385 - {
386 - "timeunits": 365,
387 - "timeunitType": "Day",
388 - "timeOffsetTypeName": "Before Arrival",
389 - "chargeValue": 100.0,
390 - "chargeValueType": "%"
391 - }
392 - ]
393 - }
406 + "insurancePrice": {
407 + "name": "Medical INS (N10000)",
408 + "price": 35.84,
409 + "actualStartDate": "2024-05-25T00:00:00.000",
410 + "actualEndDate": "2024-06-01T00:00:00.000",
411 + "optional": false,
412 + "includedInPackagePrice": true
394 394   },
395 - "flight": {
396 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4",
397 - "departureDate": "2024-08-26T00:00:00",
398 - "returnDate": "2024-09-02T00:00:00",
399 - "departureTicketsLeft": 28,
400 - "returnTicketsLeft": 30,
401 - "departureAvailabilityType": "FreeSale",
402 - "returnAvailabilityType": "FreeSale",
403 - "isTwoWay": true,
404 - "sameBaggageForAll": false,
405 - "totalBaggage": false,
406 - "isBlock": true,
407 - "class": "Economy",
408 - "departureSegments": [
409 - {
410 - "airlineCode": "FZ",
411 - "airlineName": "Fly Dubai",
412 - "flightCode": "FZ1722",
413 - "class": "Economy",
414 - "lugageWeight": 20,
415 - "handLugageWeight": 6,
416 - "departureFlightDate": "2024-08-26T03:40:00.000",
417 - "departureCountryName": "Kazakhstan",
418 - "departureCityName": "Almaty",
419 - "departureAirportCode": "ALA",
420 - "departureAirportName": "Almaty Intl Airport",
421 - "departureTerminalCode": "ALA",
422 - "arrivalFlightDate": "2024-08-26T07:15:00.000",
423 - "arrivalCountryName": "United Arab Emirates",
424 - "arrivalCityName": "Dubai",
425 - "arrivalAirportCode": "DXB",
426 - "arrivalAirportName": "Dubai Intl Airport",
427 - "arrivalTerminalCode": "DXB3",
428 - "flightDuration": "5h 35m"
429 - }
430 - ],
431 - "returnSegments": [
432 - {
433 - "airlineCode": "FZ",
434 - "airlineName": "Fly Dubai",
435 - "flightCode": "FZ1721",
436 - "class": "Economy",
437 - "lugageWeight": 20,
438 - "handLugageWeight": 6,
439 - "departureFlightDate": "2024-09-02T21:30:00.000",
440 - "departureCountryName": "United Arab Emirates",
441 - "departureCityName": "Dubai",
442 - "departureAirportCode": "DXB",
443 - "departureAirportName": "Dubai Intl Airport",
444 - "departureTerminalCode": "DXB3",
445 - "arrivalFlightDate": "2024-09-03T02:40:00.000",
446 - "arrivalCountryName": "Kazakhstan",
447 - "arrivalCityName": "Almaty",
448 - "arrivalAirportCode": "ALA",
449 - "arrivalAirportName": "Almaty Intl Airport",
450 - "arrivalTerminalCode": "ALA",
451 - "flightDuration": "3h 10m"
452 - }
453 - ],
454 - "passengers": [
455 - {
456 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1",
457 - "isAdult": true,
458 - "selectedForwardBaggageCode": "INCLUDED",
459 - "selectedBackwardBaggageCode": "INCLUDED",
460 - "forwardBaggages": [
461 - {
462 - "baggageCode": "INCLUDED",
463 - "description": "20 Kg Included",
464 - "price": 0.0,
465 - "currency": "USD",
466 - "included": true
467 - }
468 - ],
469 - "backwardBaggages": [
470 - {
471 - "baggageCode": "INCLUDED",
472 - "description": "20 Kg Included",
473 - "price": 0.0,
474 - "currency": "USD",
475 - "included": true
476 - }
477 - ]
478 - },
479 - {
480 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2",
481 - "isAdult": true,
482 - "selectedForwardBaggageCode": "INCLUDED",
483 - "selectedBackwardBaggageCode": "INCLUDED",
484 - "forwardBaggages": [
485 - {
486 - "baggageCode": "INCLUDED",
487 - "description": "20 Kg Included",
488 - "price": 0.0,
489 - "currency": "USD",
490 - "included": true
491 - }
492 - ],
493 - "backwardBaggages": [
494 - {
495 - "baggageCode": "INCLUDED",
496 - "description": "20 Kg Included",
497 - "price": 0.0,
498 - "currency": "USD",
499 - "included": true
500 - }
501 - ]
502 - },
503 - {
504 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1",
505 - "isAdult": false,
506 - "selectedForwardBaggageCode": "INCLUDED",
507 - "selectedBackwardBaggageCode": "INCLUDED",
508 - "forwardBaggages": [
509 - {
510 - "baggageCode": "INCLUDED",
511 - "description": "20 Kg Included",
512 - "price": 0.0,
513 - "currency": "USD",
514 - "included": true
515 - }
516 - ],
517 - "backwardBaggages": [
518 - {
519 - "baggageCode": "INCLUDED",
520 - "description": "20 Kg Included",
521 - "price": 0.0,
522 - "currency": "USD",
523 - "included": true
524 - }
525 - ]
526 - },
527 - {
528 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2",
529 - "isAdult": false,
530 - "selectedForwardBaggageCode": "INCLUDED",
531 - "selectedBackwardBaggageCode": "INCLUDED",
532 - "forwardBaggages": [
533 - {
534 - "baggageCode": "INCLUDED",
535 - "description": "20 Kg Included",
536 - "price": 0.0,
537 - "currency": "USD",
538 - "included": true
539 - }
540 - ],
541 - "backwardBaggages": [
542 - {
543 - "baggageCode": "INCLUDED",
544 - "description": "20 Kg Included",
545 - "price": 0.0,
546 - "currency": "USD",
547 - "included": true
548 - }
549 - ]
550 - }
551 - ]
552 - },
553 - "extraServices": [],
554 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:2",
555 - "sortCheckInOut": "26.08.2024-02.09.2024",
414 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:1",
415 + "sortCheckInOut": "25.05.2024-01.06.2024",
556 556   "sortAirline": "fly dubai",
557 - "sortHotelName": "six seasons hotel",
558 - "sortDetails": "ro",
559 - "sortPlacement": "standard king room dbl child child 2 5 99 6 10 99 sharing",
560 - "subList": [],
561 - "exchangeRate": 480.0
417 + "sortHotelName": "citymax sharjah",
418 + "sortDetails": "bb",
419 + "sortPlacement": "standard room 2 adults"
562 562   },
563 563   {
564 - "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:4c4d7504-f804-44f1-a850-d14708ceb8c8:b7d53209-ea5a-47a9-9074-f82d88dacac4",
422 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:8a3333d9-d194-4ddc-a248-1c426455ff2c:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
565 565   "priceCurrency": "USD",
566 - "totalPrice": 1889.76,
567 - "agentCommissionPercent": 9.0,
568 - "agentCommissionAmount": 170.08,
424 + "totalPrice": 915.64,
425 + "agentCommissionPercent": 0.0,
426 + "agentCommissionAmount": 0.0,
569 569   "includedExtrasAmount": 0,
570 570   "priceDifference": 0,
571 571   "hotel": {
572 - "hotelPriceId": "4c4d7504-f804-44f1-a850-d14708ceb8c8",
573 - "hotelName": "Six Seasons Hotel",
574 - "hotelCode": "b327fcea-afbe-4652-9f0c-8f09d941d5a4",
575 - "nights": 7,
430 + "hotelPriceId": "8a3333d9-d194-4ddc-a248-1c426455ff2c",
431 + "hotelName": "Super 8 by Wyndham Dubai",
432 + "hotelCode": "b2cbbd4b-5723-4ca0-a390-94c541bb8e5e",
433 + "nigths": 7,
576 576   "mealPlan": "RO",
577 - "hotelClass": "3",
435 + "hotelClass": "2",
578 578   "hotelColor": "#000000",
579 - "availabilityType": "StopSale",
437 + "availabilityType": "FreeSale",
580 580   "availableRoomsCount": 0,
581 581   "fewRooms": true,
582 - "roomCategoryCode": "3476f552-6cb6-46cd-8331-cded195f9da3",
583 - "roomCategoryName": "Standard Twin Room",
584 - "placementTypeName": "DBL + CHILD + CHILD(2-5.99)(6-10.99)sharing",
585 - "checkInDate": "2024-08-26T00:00:00",
586 - "checkOutDate": "2024-09-02T00:00:00",
440 + "roomCategoryCode": "c1c63fa2-bb58-4604-8496-a2b76627214d",
441 + "roomCategoryName": "Superior room souk view",
442 + "placementTypeName": "DBL",
443 + "checkInDate": "2024-05-25T00:00:00.000",
444 + "checkOutDate": "2024-06-01T00:00:00.000",
587 587   "adults": 2,
588 - "children": 2,
589 - "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992",
590 - "districtName": "Bur Dubai",
446 + "children": 0,
447 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547",
448 + "districtName": "Deira",
591 591   "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
592 592   "cityName": "Dubai",
593 593   "countryCode": "AE",
594 594   "countryName": "United Arab Emirates",
595 - "hasAlcohol": true,
453 + "hasAlcohol": false,
596 596   "hasFreeWifi": true,
597 597   "hasMetro": false,
598 - "hasPool": true,
456 + "hasPool": false,
599 599   "hasMall": false,
600 600   "infantMaxAge": 5.99,
601 601   "childMinAge": 6.0,
602 - "childMaxAge": 10.99,
460 + "childMaxAge": 11.99,
603 603   "teenMinAge": 0.0,
604 604   "teenMaxAge": 0.0,
605 - "adultMinAge": 11.0,
606 - "cancellationPolicyDescription": "Cancellation Policy: Non refundable",
463 + "adultMinAge": 12.0,
464 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
607 607   "cancellationPolicy": {
608 608   "noShowChargeValue": 100.0,
609 609   "noShowChargeValueType": "%",
... ... @@ -611,21 +611,21 @@
611 611   "earlyDepartureChargeValueType": "%",
612 612   "conditions": [
613 613   {
614 - "timeunits": 365,
472 + "timeunits": 1,
615 615   "timeunitType": "Day",
616 616   "timeOffsetTypeName": "Before Arrival",
617 - "chargeValue": 100.0,
618 - "chargeValueType": "%"
475 + "chargeValue": 1.0,
476 + "chargeValueType": "Night"
619 619   }
620 620   ]
621 621   }
622 622   },
623 623   "flight": {
624 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4",
625 - "departureDate": "2024-08-26T00:00:00",
626 - "returnDate": "2024-09-02T00:00:00",
627 - "departureTicketsLeft": 28,
628 - "returnTicketsLeft": 30,
482 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
483 + "departureDate": "2024-05-25T00:00:00.000",
484 + "returnDate": "2024-06-01T00:00:00.000",
485 + "departureTicketsLeft": 48,
486 + "returnTicketsLeft": 33,
629 629   "departureAvailabilityType": "FreeSale",
630 630   "returnAvailabilityType": "FreeSale",
631 631   "isTwoWay": true,
... ... @@ -641,13 +641,13 @@
641 641   "class": "Economy",
642 642   "lugageWeight": 20,
643 643   "handLugageWeight": 6,
644 - "departureFlightDate": "2024-08-26T03:40:00.000",
502 + "departureFlightDate": "2024-05-25T03:35:00.000",
645 645   "departureCountryName": "Kazakhstan",
646 646   "departureCityName": "Almaty",
647 647   "departureAirportCode": "ALA",
648 648   "departureAirportName": "Almaty Intl Airport",
649 649   "departureTerminalCode": "ALA",
650 - "arrivalFlightDate": "2024-08-26T07:15:00.000",
508 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
651 651   "arrivalCountryName": "United Arab Emirates",
652 652   "arrivalCityName": "Dubai",
653 653   "arrivalAirportCode": "DXB",
... ... @@ -664,13 +664,13 @@
664 664   "class": "Economy",
665 665   "lugageWeight": 20,
666 666   "handLugageWeight": 6,
667 - "departureFlightDate": "2024-09-02T21:30:00.000",
525 + "departureFlightDate": "2024-06-01T21:25:00.000",
668 668   "departureCountryName": "United Arab Emirates",
669 669   "departureCityName": "Dubai",
670 670   "departureAirportCode": "DXB",
671 671   "departureAirportName": "Dubai Intl Airport",
672 672   "departureTerminalCode": "DXB3",
673 - "arrivalFlightDate": "2024-09-03T02:40:00.000",
531 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
674 674   "arrivalCountryName": "Kazakhstan",
675 675   "arrivalCityName": "Almaty",
676 676   "arrivalAirportCode": "ALA",
... ... @@ -681,7 +681,7 @@
681 681   ],
682 682   "passengers": [
683 683   {
684 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1",
542 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
685 685   "isAdult": true,
686 686   "selectedForwardBaggageCode": "INCLUDED",
687 687   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -705,7 +705,7 @@
705 705   ]
706 706   },
707 707   {
708 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2",
566 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
709 709   "isAdult": true,
710 710   "selectedForwardBaggageCode": "INCLUDED",
711 711   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -727,80 +727,38 @@
727 727   "included": true
728 728   }
729 729   ]
730 - },
731 - {
732 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1",
733 - "isAdult": false,
734 - "selectedForwardBaggageCode": "INCLUDED",
735 - "selectedBackwardBaggageCode": "INCLUDED",
736 - "forwardBaggages": [
737 - {
738 - "baggageCode": "INCLUDED",
739 - "description": "20 Kg Included",
740 - "price": 0.0,
741 - "currency": "USD",
742 - "included": true
743 - }
744 - ],
745 - "backwardBaggages": [
746 - {
747 - "baggageCode": "INCLUDED",
748 - "description": "20 Kg Included",
749 - "price": 0.0,
750 - "currency": "USD",
751 - "included": true
752 - }
753 - ]
754 - },
755 - {
756 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2",
757 - "isAdult": false,
758 - "selectedForwardBaggageCode": "INCLUDED",
759 - "selectedBackwardBaggageCode": "INCLUDED",
760 - "forwardBaggages": [
761 - {
762 - "baggageCode": "INCLUDED",
763 - "description": "20 Kg Included",
764 - "price": 0.0,
765 - "currency": "USD",
766 - "included": true
767 - }
768 - ],
769 - "backwardBaggages": [
770 - {
771 - "baggageCode": "INCLUDED",
772 - "description": "20 Kg Included",
773 - "price": 0.0,
774 - "currency": "USD",
775 - "included": true
776 - }
777 - ]
778 778   }
779 779   ]
780 780   },
781 781   "extraServices": [],
782 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:3",
783 - "sortCheckInOut": "26.08.2024-02.09.2024",
592 + "insurancePrice": {
593 + "name": "Medical INS (N10000)",
594 + "price": 35.84,
595 + "actualStartDate": "2024-05-25T00:00:00.000",
596 + "actualEndDate": "2024-06-01T00:00:00.000",
597 + "optional": false,
598 + "includedInPackagePrice": true
599 + },
600 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:2",
601 + "sortCheckInOut": "25.05.2024-01.06.2024",
784 784   "sortAirline": "fly dubai",
785 - "sortHotelName": "six seasons hotel",
603 + "sortHotelName": "super 8 by wyndham dubai",
786 786   "sortDetails": "ro",
787 - "sortPlacement": "standard twin room dbl child child 2 5 99 6 10 99 sharing",
788 - "subList": [],
789 - "exchangeRate": 480.0
605 + "sortPlacement": "superior room souk view dbl"
790 790   },
791 791   {
792 - "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:7deeaa1b-791d-4776-8665-9fb950004728:b7d53209-ea5a-47a9-9074-f82d88dacac4",
608 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:5407fa92-2e95-4c8b-9934-c9c15a289a31:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
793 793   "priceCurrency": "USD",
794 - "totalPrice": 1904.71,
795 - "agentCommissionPercent": 9.0,
796 - "agentCommissionAmount": 171.42,
610 + "totalPrice": 929.99,
611 + "agentCommissionPercent": 0.0,
612 + "agentCommissionAmount": 0.0,
797 797   "includedExtrasAmount": 0,
798 798   "priceDifference": 0,
799 799   "hotel": {
800 - "hotelPriceId": "7deeaa1b-791d-4776-8665-9fb950004728",
801 - "hotelName": "Landmark Hotel Baniyas",
802 - "hotelCode": "66958df7-37ce-40bb-8f68-0e1b8e1c159c",
803 - "nights": 7,
616 + "hotelPriceId": "5407fa92-2e95-4c8b-9934-c9c15a289a31",
617 + "hotelName": "Days By Wyndham Dubai Deira Hotel",
618 + "hotelCode": "75a4708c-1002-4330-b9d7-027a36515ff1",
619 + "nigths": 7,
804 804   "mealPlan": "RO",
805 805   "hotelClass": "3",
806 806   "hotelColor": "#000000",
... ... @@ -807,13 +807,13 @@
807 807   "availabilityType": "FreeSale",
808 808   "availableRoomsCount": 0,
809 809   "fewRooms": true,
810 - "roomCategoryCode": "b9fef308-64a8-45d8-ac65-127c8df6ae3c",
811 - "roomCategoryName": "Standard Room",
812 - "placementTypeName": "DBL + CHILD + CHILD(2-4.99)(5-11.99)sharing",
813 - "checkInDate": "2024-08-26T00:00:00",
814 - "checkOutDate": "2024-09-02T00:00:00",
626 + "roomCategoryCode": "d0f5631f-aefd-4ddc-8f90-9ae0c18730af",
627 + "roomCategoryName": "Superior City View King",
628 + "placementTypeName": "DBL",
629 + "checkInDate": "2024-05-25T00:00:00.000",
630 + "checkOutDate": "2024-06-01T00:00:00.000",
815 815   "adults": 2,
816 - "children": 2,
632 + "children": 0,
817 817   "districtUID": "aaff2238-fa72-4900-83f8-a16990415547",
818 818   "districtName": "Deira",
819 819   "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
... ... @@ -823,15 +823,15 @@
823 823   "hasAlcohol": false,
824 824   "hasFreeWifi": true,
825 825   "hasMetro": true,
826 - "hasPool": true,
642 + "hasPool": false,
827 827   "hasMall": false,
828 - "infantMaxAge": 4.99,
829 - "childMinAge": 5.0,
644 + "infantMaxAge": 5.99,
645 + "childMinAge": 6.0,
830 830   "childMaxAge": 11.99,
831 831   "teenMinAge": 0.0,
832 832   "teenMaxAge": 0.0,
833 833   "adultMinAge": 12.0,
834 - "cancellationPolicyDescription": "Cancellation Policy: Non refundable",
650 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
835 835   "cancellationPolicy": {
836 836   "noShowChargeValue": 100.0,
837 837   "noShowChargeValueType": "%",
... ... @@ -839,21 +839,21 @@
839 839   "earlyDepartureChargeValueType": "%",
840 840   "conditions": [
841 841   {
842 - "timeunits": 365,
658 + "timeunits": 1,
843 843   "timeunitType": "Day",
844 844   "timeOffsetTypeName": "Before Arrival",
845 - "chargeValue": 100.0,
846 - "chargeValueType": "%"
661 + "chargeValue": 1.0,
662 + "chargeValueType": "Night"
847 847   }
848 848   ]
849 849   }
850 850   },
851 851   "flight": {
852 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4",
853 - "departureDate": "2024-08-26T00:00:00",
854 - "returnDate": "2024-09-02T00:00:00",
855 - "departureTicketsLeft": 28,
856 - "returnTicketsLeft": 30,
668 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
669 + "departureDate": "2024-05-25T00:00:00.000",
670 + "returnDate": "2024-06-01T00:00:00.000",
671 + "departureTicketsLeft": 48,
672 + "returnTicketsLeft": 33,
857 857   "departureAvailabilityType": "FreeSale",
858 858   "returnAvailabilityType": "FreeSale",
859 859   "isTwoWay": true,
... ... @@ -869,13 +869,13 @@
869 869   "class": "Economy",
870 870   "lugageWeight": 20,
871 871   "handLugageWeight": 6,
872 - "departureFlightDate": "2024-08-26T03:40:00.000",
688 + "departureFlightDate": "2024-05-25T03:35:00.000",
873 873   "departureCountryName": "Kazakhstan",
874 874   "departureCityName": "Almaty",
875 875   "departureAirportCode": "ALA",
876 876   "departureAirportName": "Almaty Intl Airport",
877 877   "departureTerminalCode": "ALA",
878 - "arrivalFlightDate": "2024-08-26T07:15:00.000",
694 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
879 879   "arrivalCountryName": "United Arab Emirates",
880 880   "arrivalCityName": "Dubai",
881 881   "arrivalAirportCode": "DXB",
... ... @@ -892,13 +892,13 @@
892 892   "class": "Economy",
893 893   "lugageWeight": 20,
894 894   "handLugageWeight": 6,
895 - "departureFlightDate": "2024-09-02T21:30:00.000",
711 + "departureFlightDate": "2024-06-01T21:25:00.000",
896 896   "departureCountryName": "United Arab Emirates",
897 897   "departureCityName": "Dubai",
898 898   "departureAirportCode": "DXB",
899 899   "departureAirportName": "Dubai Intl Airport",
900 900   "departureTerminalCode": "DXB3",
901 - "arrivalFlightDate": "2024-09-03T02:40:00.000",
717 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
902 902   "arrivalCountryName": "Kazakhstan",
903 903   "arrivalCityName": "Almaty",
904 904   "arrivalAirportCode": "ALA",
... ... @@ -909,7 +909,7 @@
909 909   ],
910 910   "passengers": [
911 911   {
912 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1",
728 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
913 913   "isAdult": true,
914 914   "selectedForwardBaggageCode": "INCLUDED",
915 915   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -933,7 +933,7 @@
933 933   ]
934 934   },
935 935   {
936 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2",
752 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
937 937   "isAdult": true,
938 938   "selectedForwardBaggageCode": "INCLUDED",
939 939   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -955,80 +955,38 @@
955 955   "included": true
956 956   }
957 957   ]
958 - },
959 - {
960 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1",
961 - "isAdult": false,
962 - "selectedForwardBaggageCode": "INCLUDED",
963 - "selectedBackwardBaggageCode": "INCLUDED",
964 - "forwardBaggages": [
965 - {
966 - "baggageCode": "INCLUDED",
967 - "description": "20 Kg Included",
968 - "price": 0.0,
969 - "currency": "USD",
970 - "included": true
971 - }
972 - ],
973 - "backwardBaggages": [
974 - {
975 - "baggageCode": "INCLUDED",
976 - "description": "20 Kg Included",
977 - "price": 0.0,
978 - "currency": "USD",
979 - "included": true
980 - }
981 - ]
982 - },
983 - {
984 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2",
985 - "isAdult": false,
986 - "selectedForwardBaggageCode": "INCLUDED",
987 - "selectedBackwardBaggageCode": "INCLUDED",
988 - "forwardBaggages": [
989 - {
990 - "baggageCode": "INCLUDED",
991 - "description": "20 Kg Included",
992 - "price": 0.0,
993 - "currency": "USD",
994 - "included": true
995 - }
996 - ],
997 - "backwardBaggages": [
998 - {
999 - "baggageCode": "INCLUDED",
1000 - "description": "20 Kg Included",
1001 - "price": 0.0,
1002 - "currency": "USD",
1003 - "included": true
1004 - }
1005 - ]
1006 1006   }
1007 1007   ]
1008 1008   },
1009 1009   "extraServices": [],
1010 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:4",
1011 - "sortCheckInOut": "26.08.2024-02.09.2024",
778 + "insurancePrice": {
779 + "name": "Medical INS (N10000)",
780 + "price": 35.84,
781 + "actualStartDate": "2024-05-25T00:00:00.000",
782 + "actualEndDate": "2024-06-01T00:00:00.000",
783 + "optional": false,
784 + "includedInPackagePrice": true
785 + },
786 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:3",
787 + "sortCheckInOut": "25.05.2024-01.06.2024",
1012 1012   "sortAirline": "fly dubai",
1013 - "sortHotelName": "landmark hotel baniyas",
789 + "sortHotelName": "days by wyndham dubai deira hotel",
1014 1014   "sortDetails": "ro",
1015 - "sortPlacement": "standard room dbl child child 2 4 99 5 11 99 sharing",
1016 - "subList": [],
1017 - "exchangeRate": 480.0
791 + "sortPlacement": "superior city view king dbl"
1018 1018   },
1019 1019   {
1020 - "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:214212b7-8044-4019-9faf-42a6add1c729:b7d53209-ea5a-47a9-9074-f82d88dacac4",
794 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:a05a7dbf-9618-467e-b9db-018bda3057dd:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
1021 1021   "priceCurrency": "USD",
1022 - "totalPrice": 1904.71,
1023 - "agentCommissionPercent": 9.0,
1024 - "agentCommissionAmount": 171.42,
796 + "totalPrice": 929.99,
797 + "agentCommissionPercent": 0.0,
798 + "agentCommissionAmount": 0.0,
1025 1025   "includedExtrasAmount": 0,
1026 1026   "priceDifference": 0,
1027 1027   "hotel": {
1028 - "hotelPriceId": "214212b7-8044-4019-9faf-42a6add1c729",
1029 - "hotelName": "Landmark Plaza Hotel Baniyas",
1030 - "hotelCode": "b6b87970-36a9-428f-837a-14057c64e9c7",
1031 - "nights": 7,
802 + "hotelPriceId": "a05a7dbf-9618-467e-b9db-018bda3057dd",
803 + "hotelName": "Days By Wyndham Dubai Deira Hotel",
804 + "hotelCode": "75a4708c-1002-4330-b9d7-027a36515ff1",
805 + "nigths": 7,
1032 1032   "mealPlan": "RO",
1033 1033   "hotelClass": "3",
1034 1034   "hotelColor": "#000000",
... ... @@ -1035,13 +1035,13 @@
1035 1035   "availabilityType": "FreeSale",
1036 1036   "availableRoomsCount": 0,
1037 1037   "fewRooms": true,
1038 - "roomCategoryCode": "1dae952a-d96a-4bb8-b13f-baaf0106b1ea",
1039 - "roomCategoryName": "Standard Room",
1040 - "placementTypeName": "DBL + CHILD + CHILD(2-4.99)(5-11.99)sharing",
1041 - "checkInDate": "2024-08-26T00:00:00",
1042 - "checkOutDate": "2024-09-02T00:00:00",
812 + "roomCategoryCode": "c472d23f-b127-467f-8098-300012b05f48",
813 + "roomCategoryName": "Superior City View Twin",
814 + "placementTypeName": "DBL",
815 + "checkInDate": "2024-05-25T00:00:00.000",
816 + "checkOutDate": "2024-06-01T00:00:00.000",
1043 1043   "adults": 2,
1044 - "children": 2,
818 + "children": 0,
1045 1045   "districtUID": "aaff2238-fa72-4900-83f8-a16990415547",
1046 1046   "districtName": "Deira",
1047 1047   "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
... ... @@ -1051,15 +1051,15 @@
1051 1051   "hasAlcohol": false,
1052 1052   "hasFreeWifi": true,
1053 1053   "hasMetro": true,
1054 - "hasPool": true,
828 + "hasPool": false,
1055 1055   "hasMall": false,
1056 - "infantMaxAge": 4.99,
1057 - "childMinAge": 5.0,
830 + "infantMaxAge": 5.99,
831 + "childMinAge": 6.0,
1058 1058   "childMaxAge": 11.99,
1059 1059   "teenMinAge": 0.0,
1060 1060   "teenMaxAge": 0.0,
1061 1061   "adultMinAge": 12.0,
1062 - "cancellationPolicyDescription": "Cancellation Policy: Non refundable",
836 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
1063 1063   "cancellationPolicy": {
1064 1064   "noShowChargeValue": 100.0,
1065 1065   "noShowChargeValueType": "%",
... ... @@ -1067,21 +1067,21 @@
1067 1067   "earlyDepartureChargeValueType": "%",
1068 1068   "conditions": [
1069 1069   {
1070 - "timeunits": 365,
844 + "timeunits": 1,
1071 1071   "timeunitType": "Day",
1072 1072   "timeOffsetTypeName": "Before Arrival",
1073 - "chargeValue": 100.0,
1074 - "chargeValueType": "%"
847 + "chargeValue": 1.0,
848 + "chargeValueType": "Night"
1075 1075   }
1076 1076   ]
1077 1077   }
1078 1078   },
1079 1079   "flight": {
1080 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4",
1081 - "departureDate": "2024-08-26T00:00:00",
1082 - "returnDate": "2024-09-02T00:00:00",
1083 - "departureTicketsLeft": 28,
1084 - "returnTicketsLeft": 30,
854 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
855 + "departureDate": "2024-05-25T00:00:00.000",
856 + "returnDate": "2024-06-01T00:00:00.000",
857 + "departureTicketsLeft": 48,
858 + "returnTicketsLeft": 33,
1085 1085   "departureAvailabilityType": "FreeSale",
1086 1086   "returnAvailabilityType": "FreeSale",
1087 1087   "isTwoWay": true,
... ... @@ -1097,13 +1097,13 @@
1097 1097   "class": "Economy",
1098 1098   "lugageWeight": 20,
1099 1099   "handLugageWeight": 6,
1100 - "departureFlightDate": "2024-08-26T03:40:00.000",
874 + "departureFlightDate": "2024-05-25T03:35:00.000",
1101 1101   "departureCountryName": "Kazakhstan",
1102 1102   "departureCityName": "Almaty",
1103 1103   "departureAirportCode": "ALA",
1104 1104   "departureAirportName": "Almaty Intl Airport",
1105 1105   "departureTerminalCode": "ALA",
1106 - "arrivalFlightDate": "2024-08-26T07:15:00.000",
880 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
1107 1107   "arrivalCountryName": "United Arab Emirates",
1108 1108   "arrivalCityName": "Dubai",
1109 1109   "arrivalAirportCode": "DXB",
... ... @@ -1120,13 +1120,13 @@
1120 1120   "class": "Economy",
1121 1121   "lugageWeight": 20,
1122 1122   "handLugageWeight": 6,
1123 - "departureFlightDate": "2024-09-02T21:30:00.000",
897 + "departureFlightDate": "2024-06-01T21:25:00.000",
1124 1124   "departureCountryName": "United Arab Emirates",
1125 1125   "departureCityName": "Dubai",
1126 1126   "departureAirportCode": "DXB",
1127 1127   "departureAirportName": "Dubai Intl Airport",
1128 1128   "departureTerminalCode": "DXB3",
1129 - "arrivalFlightDate": "2024-09-03T02:40:00.000",
903 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
1130 1130   "arrivalCountryName": "Kazakhstan",
1131 1131   "arrivalCityName": "Almaty",
1132 1132   "arrivalAirportCode": "ALA",
... ... @@ -1137,7 +1137,7 @@
1137 1137   ],
1138 1138   "passengers": [
1139 1139   {
1140 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1",
914 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
1141 1141   "isAdult": true,
1142 1142   "selectedForwardBaggageCode": "INCLUDED",
1143 1143   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -1161,7 +1161,7 @@
1161 1161   ]
1162 1162   },
1163 1163   {
1164 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2",
938 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
1165 1165   "isAdult": true,
1166 1166   "selectedForwardBaggageCode": "INCLUDED",
1167 1167   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -1183,126 +1183,69 @@
1183 1183   "included": true
1184 1184   }
1185 1185   ]
1186 - },
1187 - {
1188 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1",
1189 - "isAdult": false,
1190 - "selectedForwardBaggageCode": "INCLUDED",
1191 - "selectedBackwardBaggageCode": "INCLUDED",
1192 - "forwardBaggages": [
1193 - {
1194 - "baggageCode": "INCLUDED",
1195 - "description": "20 Kg Included",
1196 - "price": 0.0,
1197 - "currency": "USD",
1198 - "included": true
1199 - }
1200 - ],
1201 - "backwardBaggages": [
1202 - {
1203 - "baggageCode": "INCLUDED",
1204 - "description": "20 Kg Included",
1205 - "price": 0.0,
1206 - "currency": "USD",
1207 - "included": true
1208 - }
1209 - ]
1210 - },
1211 - {
1212 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2",
1213 - "isAdult": false,
1214 - "selectedForwardBaggageCode": "INCLUDED",
1215 - "selectedBackwardBaggageCode": "INCLUDED",
1216 - "forwardBaggages": [
1217 - {
1218 - "baggageCode": "INCLUDED",
1219 - "description": "20 Kg Included",
1220 - "price": 0.0,
1221 - "currency": "USD",
1222 - "included": true
1223 - }
1224 - ],
1225 - "backwardBaggages": [
1226 - {
1227 - "baggageCode": "INCLUDED",
1228 - "description": "20 Kg Included",
1229 - "price": 0.0,
1230 - "currency": "USD",
1231 - "included": true
1232 - }
1233 - ]
1234 1234   }
1235 1235   ]
1236 1236   },
1237 1237   "extraServices": [],
1238 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:5",
1239 - "sortCheckInOut": "26.08.2024-02.09.2024",
964 + "insurancePrice": {
965 + "name": "Medical INS (N10000)",
966 + "price": 35.84,
967 + "actualStartDate": "2024-05-25T00:00:00.000",
968 + "actualEndDate": "2024-06-01T00:00:00.000",
969 + "optional": false,
970 + "includedInPackagePrice": true
971 + },
972 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:4",
973 + "sortCheckInOut": "25.05.2024-01.06.2024",
1240 1240   "sortAirline": "fly dubai",
1241 - "sortHotelName": "landmark plaza hotel baniyas",
975 + "sortHotelName": "days by wyndham dubai deira hotel",
1242 1242   "sortDetails": "ro",
1243 - "sortPlacement": "standard room dbl child child 2 4 99 5 11 99 sharing",
1244 - "subList": [],
1245 - "exchangeRate": 480.0
1246 - }
1247 - ],
1248 - "pagingId": "3",
1249 - "pageNumber": 1,
1250 - "pageCount": 30,
1251 - "totalCount": 147,
1252 - "error": false
1253 -}
1254 -{{/code}}
1255 -
1256 -
1257 -== Response example ==
1258 -
1259 -{{code language="Json"}}
1260 -{
1261 - "packages": [
977 + "sortPlacement": "superior city view twin dbl"
978 + },
1262 1262   {
1263 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:956bd513-fd7f-4f58-a08d-78a5f0e342c5:04abb186-80f6-4808-bce4-ae97cef85c51",
980 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:f390546d-c849-4c7f-859d-941993d48cef:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
1264 1264   "priceCurrency": "USD",
1265 - "totalPrice": 1470.11,
1266 - "agentCommissionPercent": 9.0,
1267 - "agentCommissionAmount": 132.31,
982 + "totalPrice": 935.88,
983 + "agentCommissionPercent": 0.0,
984 + "agentCommissionAmount": 0.0,
1268 1268   "includedExtrasAmount": 0,
1269 1269   "priceDifference": 0,
1270 1270   "hotel": {
1271 - "hotelPriceId": "956bd513-fd7f-4f58-a08d-78a5f0e342c5",
1272 - "hotelName": "Fujairah Rotana Resort Spa",
1273 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
1274 - "nights": 7,
988 + "hotelPriceId": "f390546d-c849-4c7f-859d-941993d48cef",
989 + "hotelName": "CityMax Sharjah",
990 + "hotelCode": "f10768c7-00e3-4eb5-a406-769f379884f2",
991 + "nigths": 7,
1275 1275   "mealPlan": "BB",
1276 - "hotelClass": "5",
993 + "hotelClass": "3",
1277 1277   "hotelColor": "#000000",
1278 1278   "availabilityType": "FreeSale",
1279 1279   "availableRoomsCount": 0,
1280 1280   "fewRooms": true,
1281 - "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076",
1282 - "roomCategoryName": "King Guest Room",
998 + "roomCategoryCode": "bc42c036-9a73-48e4-b4d0-4749e6172dc1",
999 + "roomCategoryName": "Standard Room",
1283 1283   "placementTypeName": "DBL",
1284 - "checkInDate": "2024-09-07T00:00:00",
1285 - "checkOutDate": "2024-09-14T00:00:00",
1001 + "checkInDate": "2024-05-25T00:00:00.000",
1002 + "checkOutDate": "2024-06-01T00:00:00.000",
1286 1286   "adults": 2,
1287 1287   "children": 0,
1288 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
1289 - "districtName": "Al Aqah",
1290 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
1291 - "cityName": "Fujairah",
1005 + "districtUID": "7ac1bbc8-59ea-4977-b272-ed8553f94f9b",
1006 + "districtName": "Sharjah",
1007 + "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6",
1008 + "cityName": "Sharjah",
1292 1292   "countryCode": "AE",
1293 1293   "countryName": "United Arab Emirates",
1294 - "hasAlcohol": true,
1011 + "hasAlcohol": false,
1295 1295   "hasFreeWifi": true,
1296 1296   "hasMetro": false,
1297 - "hasPool": true,
1298 - "hasMall": false,
1299 - "infantMaxAge": 1.99,
1300 - "childMinAge": 2.0,
1014 + "hasPool": false,
1015 + "hasMall": true,
1016 + "infantMaxAge": 4.99,
1017 + "childMinAge": 5.0,
1301 1301   "childMaxAge": 11.99,
1302 1302   "teenMinAge": 0.0,
1303 1303   "teenMaxAge": 0.0,
1304 1304   "adultMinAge": 12.0,
1305 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
1022 + "cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
1306 1306   "cancellationPolicy": {
1307 1307   "noShowChargeValue": 100.0,
1308 1308   "noShowChargeValueType": "%",
... ... @@ -1310,21 +1310,21 @@
1310 1310   "earlyDepartureChargeValueType": "%",
1311 1311   "conditions": [
1312 1312   {
1313 - "timeunits": 4,
1030 + "timeunits": 3,
1314 1314   "timeunitType": "Day",
1315 1315   "timeOffsetTypeName": "Before Arrival",
1316 - "chargeValue": 100.0,
1317 - "chargeValueType": "%"
1033 + "chargeValue": 1.0,
1034 + "chargeValueType": "Night"
1318 1318   }
1319 1319   ]
1320 1320   }
1321 1321   },
1322 1322   "flight": {
1323 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
1324 - "departureDate": "2024-09-07T00:00:00",
1325 - "returnDate": "2024-09-14T00:00:00",
1326 - "departureTicketsLeft": 24,
1327 - "returnTicketsLeft": 17,
1040 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
1041 + "departureDate": "2024-05-25T00:00:00.000",
1042 + "returnDate": "2024-06-01T00:00:00.000",
1043 + "departureTicketsLeft": 48,
1044 + "returnTicketsLeft": 33,
1328 1328   "departureAvailabilityType": "FreeSale",
1329 1329   "returnAvailabilityType": "FreeSale",
1330 1330   "isTwoWay": true,
... ... @@ -1340,13 +1340,13 @@
1340 1340   "class": "Economy",
1341 1341   "lugageWeight": 20,
1342 1342   "handLugageWeight": 6,
1343 - "departureFlightDate": "2024-09-07T03:40:00.000",
1060 + "departureFlightDate": "2024-05-25T03:35:00.000",
1344 1344   "departureCountryName": "Kazakhstan",
1345 1345   "departureCityName": "Almaty",
1346 1346   "departureAirportCode": "ALA",
1347 1347   "departureAirportName": "Almaty Intl Airport",
1348 1348   "departureTerminalCode": "ALA",
1349 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
1066 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
1350 1350   "arrivalCountryName": "United Arab Emirates",
1351 1351   "arrivalCityName": "Dubai",
1352 1352   "arrivalAirportCode": "DXB",
... ... @@ -1363,13 +1363,13 @@
1363 1363   "class": "Economy",
1364 1364   "lugageWeight": 20,
1365 1365   "handLugageWeight": 6,
1366 - "departureFlightDate": "2024-09-14T21:30:00.000",
1083 + "departureFlightDate": "2024-06-01T21:25:00.000",
1367 1367   "departureCountryName": "United Arab Emirates",
1368 1368   "departureCityName": "Dubai",
1369 1369   "departureAirportCode": "DXB",
1370 1370   "departureAirportName": "Dubai Intl Airport",
1371 1371   "departureTerminalCode": "DXB3",
1372 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
1089 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
1373 1373   "arrivalCountryName": "Kazakhstan",
1374 1374   "arrivalCityName": "Almaty",
1375 1375   "arrivalAirportCode": "ALA",
... ... @@ -1380,7 +1380,7 @@
1380 1380   ],
1381 1381   "passengers": [
1382 1382   {
1383 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
1100 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
1384 1384   "isAdult": true,
1385 1385   "selectedForwardBaggageCode": "INCLUDED",
1386 1386   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -1404,7 +1404,7 @@
1404 1404   ]
1405 1405   },
1406 1406   {
1407 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
1124 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
1408 1408   "isAdult": true,
1409 1409   "selectedForwardBaggageCode": "INCLUDED",
1410 1410   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -1430,59 +1430,65 @@
1430 1430   ]
1431 1431   },
1432 1432   "extraServices": [],
1433 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:1",
1434 - "sortCheckInOut": "07.09.2024-14.09.2024",
1150 + "insurancePrice": {
1151 + "name": "Medical INS (N10000)",
1152 + "price": 35.84,
1153 + "actualStartDate": "2024-05-25T00:00:00.000",
1154 + "actualEndDate": "2024-06-01T00:00:00.000",
1155 + "optional": false,
1156 + "includedInPackagePrice": true
1157 + },
1158 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:5",
1159 + "sortCheckInOut": "25.05.2024-01.06.2024",
1435 1435   "sortAirline": "fly dubai",
1436 - "sortHotelName": "fujairah rotana resort spa",
1161 + "sortHotelName": "citymax sharjah",
1437 1437   "sortDetails": "bb",
1438 - "sortPlacement": "king guest room dbl",
1439 - "subList": [],
1440 - "exchangeRate": 480.0
1163 + "sortPlacement": "standard room dbl"
1441 1441   },
1442 1442   {
1443 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:021039ae-7ff6-41dd-813a-f1905665a133:04abb186-80f6-4808-bce4-ae97cef85c51",
1166 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:0df7a96e-1c3c-4484-b7c7-b5a7d79635c5:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
1444 1444   "priceCurrency": "USD",
1445 - "totalPrice": 1470.11,
1446 - "agentCommissionPercent": 9.0,
1447 - "agentCommissionAmount": 132.31,
1168 + "totalPrice": 945.47,
1169 + "agentCommissionPercent": 0.0,
1170 + "agentCommissionAmount": 0.0,
1448 1448   "includedExtrasAmount": 0,
1449 1449   "priceDifference": 0,
1450 1450   "hotel": {
1451 - "hotelPriceId": "021039ae-7ff6-41dd-813a-f1905665a133",
1452 - "hotelName": "Fujairah Rotana Resort Spa",
1453 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
1454 - "nights": 7,
1174 + "hotelPriceId": "0df7a96e-1c3c-4484-b7c7-b5a7d79635c5",
1175 + "hotelName": "Ibis Hotel Al Barsha Dubai",
1176 + "hotelCode": "d6d39ee4-65a7-48f5-9fa8-5f9dddc8b7eb",
1177 + "nigths": 7,
1455 1455   "mealPlan": "BB",
1456 - "hotelClass": "5",
1179 + "hotelClass": "3",
1457 1457   "hotelColor": "#000000",
1458 1458   "availabilityType": "FreeSale",
1459 1459   "availableRoomsCount": 0,
1460 1460   "fewRooms": true,
1461 - "roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5",
1462 - "roomCategoryName": "Twin Guest Room",
1184 + "roomCategoryCode": "8c635457-5784-4fbd-a20b-b955b69b184c",
1185 + "roomCategoryName": "Standard Room",
1463 1463   "placementTypeName": "DBL",
1464 - "checkInDate": "2024-09-07T00:00:00",
1465 - "checkOutDate": "2024-09-14T00:00:00",
1187 + "checkInDate": "2024-05-25T00:00:00.000",
1188 + "checkOutDate": "2024-06-01T00:00:00.000",
1466 1466   "adults": 2,
1467 1467   "children": 0,
1468 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
1469 - "districtName": "Al Aqah",
1470 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
1471 - "cityName": "Fujairah",
1191 + "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e",
1192 + "districtName": "Al Barsha",
1193 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
1194 + "cityName": "Dubai",
1472 1472   "countryCode": "AE",
1473 1473   "countryName": "United Arab Emirates",
1474 1474   "hasAlcohol": true,
1475 1475   "hasFreeWifi": true,
1476 1476   "hasMetro": false,
1477 - "hasPool": true,
1200 + "hasPool": false,
1478 1478   "hasMall": false,
1479 - "infantMaxAge": 1.99,
1480 - "childMinAge": 2.0,
1481 - "childMaxAge": 11.99,
1202 + "infantMaxAge": 3.99,
1203 + "childMinAge": 4.0,
1204 + "childMaxAge": 5.99,
1482 1482   "teenMinAge": 0.0,
1483 1483   "teenMaxAge": 0.0,
1484 - "adultMinAge": 12.0,
1485 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
1207 + "adultMinAge": 6.0,
1208 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
1486 1486   "cancellationPolicy": {
1487 1487   "noShowChargeValue": 100.0,
1488 1488   "noShowChargeValueType": "%",
... ... @@ -1490,7 +1490,7 @@
1490 1490   "earlyDepartureChargeValueType": "%",
1491 1491   "conditions": [
1492 1492   {
1493 - "timeunits": 4,
1216 + "timeunits": 1,
1494 1494   "timeunitType": "Day",
1495 1495   "timeOffsetTypeName": "Before Arrival",
1496 1496   "chargeValue": 100.0,
... ... @@ -1500,11 +1500,11 @@
1500 1500   }
1501 1501   },
1502 1502   "flight": {
1503 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
1504 - "departureDate": "2024-09-07T00:00:00",
1505 - "returnDate": "2024-09-14T00:00:00",
1506 - "departureTicketsLeft": 24,
1507 - "returnTicketsLeft": 17,
1226 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
1227 + "departureDate": "2024-05-25T00:00:00.000",
1228 + "returnDate": "2024-06-01T00:00:00.000",
1229 + "departureTicketsLeft": 48,
1230 + "returnTicketsLeft": 33,
1508 1508   "departureAvailabilityType": "FreeSale",
1509 1509   "returnAvailabilityType": "FreeSale",
1510 1510   "isTwoWay": true,
... ... @@ -1520,13 +1520,13 @@
1520 1520   "class": "Economy",
1521 1521   "lugageWeight": 20,
1522 1522   "handLugageWeight": 6,
1523 - "departureFlightDate": "2024-09-07T03:40:00.000",
1246 + "departureFlightDate": "2024-05-25T03:35:00.000",
1524 1524   "departureCountryName": "Kazakhstan",
1525 1525   "departureCityName": "Almaty",
1526 1526   "departureAirportCode": "ALA",
1527 1527   "departureAirportName": "Almaty Intl Airport",
1528 1528   "departureTerminalCode": "ALA",
1529 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
1252 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
1530 1530   "arrivalCountryName": "United Arab Emirates",
1531 1531   "arrivalCityName": "Dubai",
1532 1532   "arrivalAirportCode": "DXB",
... ... @@ -1543,13 +1543,13 @@
1543 1543   "class": "Economy",
1544 1544   "lugageWeight": 20,
1545 1545   "handLugageWeight": 6,
1546 - "departureFlightDate": "2024-09-14T21:30:00.000",
1269 + "departureFlightDate": "2024-06-01T21:25:00.000",
1547 1547   "departureCountryName": "United Arab Emirates",
1548 1548   "departureCityName": "Dubai",
1549 1549   "departureAirportCode": "DXB",
1550 1550   "departureAirportName": "Dubai Intl Airport",
1551 1551   "departureTerminalCode": "DXB3",
1552 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
1275 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
1553 1553   "arrivalCountryName": "Kazakhstan",
1554 1554   "arrivalCityName": "Almaty",
1555 1555   "arrivalAirportCode": "ALA",
... ... @@ -1560,7 +1560,7 @@
1560 1560   ],
1561 1561   "passengers": [
1562 1562   {
1563 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
1286 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
1564 1564   "isAdult": true,
1565 1565   "selectedForwardBaggageCode": "INCLUDED",
1566 1566   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -1584,7 +1584,7 @@
1584 1584   ]
1585 1585   },
1586 1586   {
1587 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
1310 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
1588 1588   "isAdult": true,
1589 1589   "selectedForwardBaggageCode": "INCLUDED",
1590 1590   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -1610,59 +1610,65 @@
1610 1610   ]
1611 1611   },
1612 1612   "extraServices": [],
1613 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:2",
1614 - "sortCheckInOut": "07.09.2024-14.09.2024",
1336 + "insurancePrice": {
1337 + "name": "Medical INS (N10000)",
1338 + "price": 35.84,
1339 + "actualStartDate": "2024-05-25T00:00:00.000",
1340 + "actualEndDate": "2024-06-01T00:00:00.000",
1341 + "optional": false,
1342 + "includedInPackagePrice": true
1343 + },
1344 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:6",
1345 + "sortCheckInOut": "25.05.2024-01.06.2024",
1615 1615   "sortAirline": "fly dubai",
1616 - "sortHotelName": "fujairah rotana resort spa",
1347 + "sortHotelName": "ibis hotel al barsha dubai",
1617 1617   "sortDetails": "bb",
1618 - "sortPlacement": "twin guest room dbl",
1619 - "subList": [],
1620 - "exchangeRate": 480.0
1349 + "sortPlacement": "standard room dbl"
1621 1621   },
1622 1622   {
1623 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:4e5c12ae-c66d-41f8-9a57-44f265cfb1a4:04abb186-80f6-4808-bce4-ae97cef85c51",
1352 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:02146036-2660-4ba4-be40-851727962e24:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
1624 1624   "priceCurrency": "USD",
1625 - "totalPrice": 1470.11,
1626 - "agentCommissionPercent": 9.0,
1627 - "agentCommissionAmount": 132.31,
1354 + "totalPrice": 947.91,
1355 + "agentCommissionPercent": 0.0,
1356 + "agentCommissionAmount": 0.0,
1628 1628   "includedExtrasAmount": 0,
1629 1629   "priceDifference": 0,
1630 1630   "hotel": {
1631 - "hotelPriceId": "4e5c12ae-c66d-41f8-9a57-44f265cfb1a4",
1632 - "hotelName": "Fujairah Rotana Resort Spa",
1633 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
1634 - "nights": 7,
1635 - "mealPlan": "BB",
1636 - "hotelClass": "5",
1360 + "hotelPriceId": "02146036-2660-4ba4-be40-851727962e24",
1361 + "hotelName": "Days By Wyndham Dubai Deira Hotel",
1362 + "hotelCode": "75a4708c-1002-4330-b9d7-027a36515ff1",
1363 + "nigths": 7,
1364 + "mealPlan": "RO",
1365 + "hotelClass": "3",
1637 1637   "hotelColor": "#000000",
1638 1638   "availabilityType": "FreeSale",
1639 1639   "availableRoomsCount": 0,
1640 1640   "fewRooms": true,
1641 - "roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5",
1642 - "roomCategoryName": "Twin Guest Room",
1370 + "roomCategoryCode": "f9948ad5-5489-47b7-9971-7ab26487c6c1",
1371 + "roomCategoryName": "Deluxe Skyline View King",
1643 1643   "placementTypeName": "DBL",
1644 - "checkInDate": "2024-09-07T00:00:00",
1645 - "checkOutDate": "2024-09-14T00:00:00",
1373 + "checkInDate": "2024-05-25T00:00:00.000",
1374 + "checkOutDate": "2024-06-01T00:00:00.000",
1646 1646   "adults": 2,
1647 1647   "children": 0,
1648 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
1649 - "districtName": "Al Aqah",
1650 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
1651 - "cityName": "Fujairah",
1377 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547",
1378 + "districtName": "Deira",
1379 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
1380 + "cityName": "Dubai",
1652 1652   "countryCode": "AE",
1653 1653   "countryName": "United Arab Emirates",
1654 - "hasAlcohol": true,
1383 + "hasAlcohol": false,
1655 1655   "hasFreeWifi": true,
1656 - "hasMetro": false,
1657 - "hasPool": true,
1385 + "hasMetro": true,
1386 + "hasPool": false,
1658 1658   "hasMall": false,
1659 - "infantMaxAge": 1.99,
1660 - "childMinAge": 2.0,
1388 + "infantMaxAge": 5.99,
1389 + "childMinAge": 6.0,
1661 1661   "childMaxAge": 11.99,
1662 1662   "teenMinAge": 0.0,
1663 1663   "teenMaxAge": 0.0,
1664 1664   "adultMinAge": 12.0,
1665 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
1394 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
1666 1666   "cancellationPolicy": {
1667 1667   "noShowChargeValue": 100.0,
1668 1668   "noShowChargeValueType": "%",
... ... @@ -1670,21 +1670,21 @@
1670 1670   "earlyDepartureChargeValueType": "%",
1671 1671   "conditions": [
1672 1672   {
1673 - "timeunits": 4,
1402 + "timeunits": 1,
1674 1674   "timeunitType": "Day",
1675 1675   "timeOffsetTypeName": "Before Arrival",
1676 - "chargeValue": 100.0,
1677 - "chargeValueType": "%"
1405 + "chargeValue": 1.0,
1406 + "chargeValueType": "Night"
1678 1678   }
1679 1679   ]
1680 1680   }
1681 1681   },
1682 1682   "flight": {
1683 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
1684 - "departureDate": "2024-09-07T00:00:00",
1685 - "returnDate": "2024-09-14T00:00:00",
1686 - "departureTicketsLeft": 24,
1687 - "returnTicketsLeft": 17,
1412 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
1413 + "departureDate": "2024-05-25T00:00:00.000",
1414 + "returnDate": "2024-06-01T00:00:00.000",
1415 + "departureTicketsLeft": 48,
1416 + "returnTicketsLeft": 33,
1688 1688   "departureAvailabilityType": "FreeSale",
1689 1689   "returnAvailabilityType": "FreeSale",
1690 1690   "isTwoWay": true,
... ... @@ -1700,13 +1700,13 @@
1700 1700   "class": "Economy",
1701 1701   "lugageWeight": 20,
1702 1702   "handLugageWeight": 6,
1703 - "departureFlightDate": "2024-09-07T03:40:00.000",
1432 + "departureFlightDate": "2024-05-25T03:35:00.000",
1704 1704   "departureCountryName": "Kazakhstan",
1705 1705   "departureCityName": "Almaty",
1706 1706   "departureAirportCode": "ALA",
1707 1707   "departureAirportName": "Almaty Intl Airport",
1708 1708   "departureTerminalCode": "ALA",
1709 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
1438 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
1710 1710   "arrivalCountryName": "United Arab Emirates",
1711 1711   "arrivalCityName": "Dubai",
1712 1712   "arrivalAirportCode": "DXB",
... ... @@ -1723,13 +1723,13 @@
1723 1723   "class": "Economy",
1724 1724   "lugageWeight": 20,
1725 1725   "handLugageWeight": 6,
1726 - "departureFlightDate": "2024-09-14T21:30:00.000",
1455 + "departureFlightDate": "2024-06-01T21:25:00.000",
1727 1727   "departureCountryName": "United Arab Emirates",
1728 1728   "departureCityName": "Dubai",
1729 1729   "departureAirportCode": "DXB",
1730 1730   "departureAirportName": "Dubai Intl Airport",
1731 1731   "departureTerminalCode": "DXB3",
1732 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
1461 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
1733 1733   "arrivalCountryName": "Kazakhstan",
1734 1734   "arrivalCityName": "Almaty",
1735 1735   "arrivalAirportCode": "ALA",
... ... @@ -1740,7 +1740,7 @@
1740 1740   ],
1741 1741   "passengers": [
1742 1742   {
1743 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
1472 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
1744 1744   "isAdult": true,
1745 1745   "selectedForwardBaggageCode": "INCLUDED",
1746 1746   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -1764,7 +1764,7 @@
1764 1764   ]
1765 1765   },
1766 1766   {
1767 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
1496 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
1768 1768   "isAdult": true,
1769 1769   "selectedForwardBaggageCode": "INCLUDED",
1770 1770   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -1790,59 +1790,65 @@
1790 1790   ]
1791 1791   },
1792 1792   "extraServices": [],
1793 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:3",
1794 - "sortCheckInOut": "07.09.2024-14.09.2024",
1522 + "insurancePrice": {
1523 + "name": "Medical INS (N10000)",
1524 + "price": 35.84,
1525 + "actualStartDate": "2024-05-25T00:00:00.000",
1526 + "actualEndDate": "2024-06-01T00:00:00.000",
1527 + "optional": false,
1528 + "includedInPackagePrice": true
1529 + },
1530 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:7",
1531 + "sortCheckInOut": "25.05.2024-01.06.2024",
1795 1795   "sortAirline": "fly dubai",
1796 - "sortHotelName": "fujairah rotana resort spa",
1797 - "sortDetails": "bb",
1798 - "sortPlacement": "twin guest room dbl",
1799 - "subList": [],
1800 - "exchangeRate": 480.0
1533 + "sortHotelName": "days by wyndham dubai deira hotel",
1534 + "sortDetails": "ro",
1535 + "sortPlacement": "deluxe skyline view king dbl"
1801 1801   },
1802 1802   {
1803 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:041b1313-3161-4bef-b77b-175364412285:04abb186-80f6-4808-bce4-ae97cef85c51",
1538 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:25c1059b-ed78-4fa4-9342-1ac6a2bc8c6a:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
1804 1804   "priceCurrency": "USD",
1805 - "totalPrice": 1470.11,
1806 - "agentCommissionPercent": 9.0,
1807 - "agentCommissionAmount": 132.31,
1540 + "totalPrice": 947.91,
1541 + "agentCommissionPercent": 0.0,
1542 + "agentCommissionAmount": 0.0,
1808 1808   "includedExtrasAmount": 0,
1809 1809   "priceDifference": 0,
1810 1810   "hotel": {
1811 - "hotelPriceId": "041b1313-3161-4bef-b77b-175364412285",
1812 - "hotelName": "Fujairah Rotana Resort Spa",
1813 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
1814 - "nights": 7,
1815 - "mealPlan": "BB",
1816 - "hotelClass": "5",
1546 + "hotelPriceId": "25c1059b-ed78-4fa4-9342-1ac6a2bc8c6a",
1547 + "hotelName": "Days By Wyndham Dubai Deira Hotel",
1548 + "hotelCode": "75a4708c-1002-4330-b9d7-027a36515ff1",
1549 + "nigths": 7,
1550 + "mealPlan": "RO",
1551 + "hotelClass": "3",
1817 1817   "hotelColor": "#000000",
1818 1818   "availabilityType": "FreeSale",
1819 1819   "availableRoomsCount": 0,
1820 1820   "fewRooms": true,
1821 - "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076",
1822 - "roomCategoryName": "King Guest Room",
1556 + "roomCategoryCode": "ace81545-5d34-40cc-899a-12fef1f8b36e",
1557 + "roomCategoryName": "Deluxe Skyline View Twin",
1823 1823   "placementTypeName": "DBL",
1824 - "checkInDate": "2024-09-07T00:00:00",
1825 - "checkOutDate": "2024-09-14T00:00:00",
1559 + "checkInDate": "2024-05-25T00:00:00.000",
1560 + "checkOutDate": "2024-06-01T00:00:00.000",
1826 1826   "adults": 2,
1827 1827   "children": 0,
1828 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
1829 - "districtName": "Al Aqah",
1830 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
1831 - "cityName": "Fujairah",
1563 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547",
1564 + "districtName": "Deira",
1565 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
1566 + "cityName": "Dubai",
1832 1832   "countryCode": "AE",
1833 1833   "countryName": "United Arab Emirates",
1834 - "hasAlcohol": true,
1569 + "hasAlcohol": false,
1835 1835   "hasFreeWifi": true,
1836 - "hasMetro": false,
1837 - "hasPool": true,
1571 + "hasMetro": true,
1572 + "hasPool": false,
1838 1838   "hasMall": false,
1839 - "infantMaxAge": 1.99,
1840 - "childMinAge": 2.0,
1574 + "infantMaxAge": 5.99,
1575 + "childMinAge": 6.0,
1841 1841   "childMaxAge": 11.99,
1842 1842   "teenMinAge": 0.0,
1843 1843   "teenMaxAge": 0.0,
1844 1844   "adultMinAge": 12.0,
1845 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
1580 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
1846 1846   "cancellationPolicy": {
1847 1847   "noShowChargeValue": 100.0,
1848 1848   "noShowChargeValueType": "%",
... ... @@ -1850,189 +1850,9 @@
1850 1850   "earlyDepartureChargeValueType": "%",
1851 1851   "conditions": [
1852 1852   {
1853 - "timeunits": 4,
1588 + "timeunits": 1,
1854 1854   "timeunitType": "Day",
1855 1855   "timeOffsetTypeName": "Before Arrival",
1856 - "chargeValue": 100.0,
1857 - "chargeValueType": "%"
1858 - }
1859 - ]
1860 - }
1861 - },
1862 - "flight": {
1863 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
1864 - "departureDate": "2024-09-07T00:00:00",
1865 - "returnDate": "2024-09-14T00:00:00",
1866 - "departureTicketsLeft": 24,
1867 - "returnTicketsLeft": 17,
1868 - "departureAvailabilityType": "FreeSale",
1869 - "returnAvailabilityType": "FreeSale",
1870 - "isTwoWay": true,
1871 - "sameBaggageForAll": false,
1872 - "totalBaggage": false,
1873 - "isBlock": true,
1874 - "class": "Economy",
1875 - "departureSegments": [
1876 - {
1877 - "airlineCode": "FZ",
1878 - "airlineName": "Fly Dubai",
1879 - "flightCode": "FZ1722",
1880 - "class": "Economy",
1881 - "lugageWeight": 20,
1882 - "handLugageWeight": 6,
1883 - "departureFlightDate": "2024-09-07T03:40:00.000",
1884 - "departureCountryName": "Kazakhstan",
1885 - "departureCityName": "Almaty",
1886 - "departureAirportCode": "ALA",
1887 - "departureAirportName": "Almaty Intl Airport",
1888 - "departureTerminalCode": "ALA",
1889 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
1890 - "arrivalCountryName": "United Arab Emirates",
1891 - "arrivalCityName": "Dubai",
1892 - "arrivalAirportCode": "DXB",
1893 - "arrivalAirportName": "Dubai Intl Airport",
1894 - "arrivalTerminalCode": "DXB3",
1895 - "flightDuration": "5h 35m"
1896 - }
1897 - ],
1898 - "returnSegments": [
1899 - {
1900 - "airlineCode": "FZ",
1901 - "airlineName": "Fly Dubai",
1902 - "flightCode": "FZ1721",
1903 - "class": "Economy",
1904 - "lugageWeight": 20,
1905 - "handLugageWeight": 6,
1906 - "departureFlightDate": "2024-09-14T21:30:00.000",
1907 - "departureCountryName": "United Arab Emirates",
1908 - "departureCityName": "Dubai",
1909 - "departureAirportCode": "DXB",
1910 - "departureAirportName": "Dubai Intl Airport",
1911 - "departureTerminalCode": "DXB3",
1912 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
1913 - "arrivalCountryName": "Kazakhstan",
1914 - "arrivalCityName": "Almaty",
1915 - "arrivalAirportCode": "ALA",
1916 - "arrivalAirportName": "Almaty Intl Airport",
1917 - "arrivalTerminalCode": "ALA",
1918 - "flightDuration": "3h 10m"
1919 - }
1920 - ],
1921 - "passengers": [
1922 - {
1923 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
1924 - "isAdult": true,
1925 - "selectedForwardBaggageCode": "INCLUDED",
1926 - "selectedBackwardBaggageCode": "INCLUDED",
1927 - "forwardBaggages": [
1928 - {
1929 - "baggageCode": "INCLUDED",
1930 - "description": "20 Kg Included",
1931 - "price": 0.0,
1932 - "currency": "USD",
1933 - "included": true
1934 - }
1935 - ],
1936 - "backwardBaggages": [
1937 - {
1938 - "baggageCode": "INCLUDED",
1939 - "description": "20 Kg Included",
1940 - "price": 0.0,
1941 - "currency": "USD",
1942 - "included": true
1943 - }
1944 - ]
1945 - },
1946 - {
1947 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
1948 - "isAdult": true,
1949 - "selectedForwardBaggageCode": "INCLUDED",
1950 - "selectedBackwardBaggageCode": "INCLUDED",
1951 - "forwardBaggages": [
1952 - {
1953 - "baggageCode": "INCLUDED",
1954 - "description": "20 Kg Included",
1955 - "price": 0.0,
1956 - "currency": "USD",
1957 - "included": true
1958 - }
1959 - ],
1960 - "backwardBaggages": [
1961 - {
1962 - "baggageCode": "INCLUDED",
1963 - "description": "20 Kg Included",
1964 - "price": 0.0,
1965 - "currency": "USD",
1966 - "included": true
1967 - }
1968 - ]
1969 - }
1970 - ]
1971 - },
1972 - "extraServices": [],
1973 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:4",
1974 - "sortCheckInOut": "07.09.2024-14.09.2024",
1975 - "sortAirline": "fly dubai",
1976 - "sortHotelName": "fujairah rotana resort spa",
1977 - "sortDetails": "bb",
1978 - "sortPlacement": "king guest room dbl",
1979 - "subList": [],
1980 - "exchangeRate": 480.0
1981 - },
1982 - {
1983 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:e07af67f-48e8-493f-bc5e-c2d6aa711298:04abb186-80f6-4808-bce4-ae97cef85c51",
1984 - "priceCurrency": "USD",
1985 - "totalPrice": 1494.11,
1986 - "agentCommissionPercent": 9.0,
1987 - "agentCommissionAmount": 134.47,
1988 - "includedExtrasAmount": 0,
1989 - "priceDifference": 0,
1990 - "hotel": {
1991 - "hotelPriceId": "e07af67f-48e8-493f-bc5e-c2d6aa711298",
1992 - "hotelName": "Le Meridien Al Aqah Beach Resort",
1993 - "hotelCode": "63300069-0631-4c34-946e-d2ca9753ff6e",
1994 - "nights": 7,
1995 - "mealPlan": "BB",
1996 - "hotelClass": "5",
1997 - "hotelColor": "#000000",
1998 - "availabilityType": "FreeSale",
1999 - "availableRoomsCount": 0,
2000 - "fewRooms": true,
2001 - "roomCategoryCode": "97ccbf2f-7195-4eea-9d45-926fbe73b482",
2002 - "roomCategoryName": "Deluxe Guest Room",
2003 - "placementTypeName": "DBL",
2004 - "checkInDate": "2024-09-07T00:00:00",
2005 - "checkOutDate": "2024-09-14T00:00:00",
2006 - "adults": 2,
2007 - "children": 0,
2008 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
2009 - "districtName": "Al Aqah",
2010 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
2011 - "cityName": "Fujairah",
2012 - "countryCode": "AE",
2013 - "countryName": "United Arab Emirates",
2014 - "hasAlcohol": true,
2015 - "hasFreeWifi": true,
2016 - "hasMetro": false,
2017 - "hasPool": true,
2018 - "hasMall": false,
2019 - "infantMaxAge": 1.99,
2020 - "childMinAge": 2.0,
2021 - "childMaxAge": 11.99,
2022 - "teenMinAge": 12.0,
2023 - "teenMaxAge": 15.99,
2024 - "adultMinAge": 16.0,
2025 - "cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
2026 - "cancellationPolicy": {
2027 - "noShowChargeValue": 100.0,
2028 - "noShowChargeValueType": "%",
2029 - "earlyDepartureChargeValue": 100.0,
2030 - "earlyDepartureChargeValueType": "%",
2031 - "conditions": [
2032 - {
2033 - "timeunits": 3,
2034 - "timeunitType": "Day",
2035 - "timeOffsetTypeName": "Before Arrival",
2036 2036   "chargeValue": 1.0,
2037 2037   "chargeValueType": "Night"
2038 2038   }
... ... @@ -2040,11 +2040,11 @@
2040 2040   }
2041 2041   },
2042 2042   "flight": {
2043 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
2044 - "departureDate": "2024-09-07T00:00:00",
2045 - "returnDate": "2024-09-14T00:00:00",
2046 - "departureTicketsLeft": 24,
2047 - "returnTicketsLeft": 17,
1598 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
1599 + "departureDate": "2024-05-25T00:00:00.000",
1600 + "returnDate": "2024-06-01T00:00:00.000",
1601 + "departureTicketsLeft": 48,
1602 + "returnTicketsLeft": 33,
2048 2048   "departureAvailabilityType": "FreeSale",
2049 2049   "returnAvailabilityType": "FreeSale",
2050 2050   "isTwoWay": true,
... ... @@ -2060,13 +2060,13 @@
2060 2060   "class": "Economy",
2061 2061   "lugageWeight": 20,
2062 2062   "handLugageWeight": 6,
2063 - "departureFlightDate": "2024-09-07T03:40:00.000",
1618 + "departureFlightDate": "2024-05-25T03:35:00.000",
2064 2064   "departureCountryName": "Kazakhstan",
2065 2065   "departureCityName": "Almaty",
2066 2066   "departureAirportCode": "ALA",
2067 2067   "departureAirportName": "Almaty Intl Airport",
2068 2068   "departureTerminalCode": "ALA",
2069 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
1624 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
2070 2070   "arrivalCountryName": "United Arab Emirates",
2071 2071   "arrivalCityName": "Dubai",
2072 2072   "arrivalAirportCode": "DXB",
... ... @@ -2083,13 +2083,13 @@
2083 2083   "class": "Economy",
2084 2084   "lugageWeight": 20,
2085 2085   "handLugageWeight": 6,
2086 - "departureFlightDate": "2024-09-14T21:30:00.000",
1641 + "departureFlightDate": "2024-06-01T21:25:00.000",
2087 2087   "departureCountryName": "United Arab Emirates",
2088 2088   "departureCityName": "Dubai",
2089 2089   "departureAirportCode": "DXB",
2090 2090   "departureAirportName": "Dubai Intl Airport",
2091 2091   "departureTerminalCode": "DXB3",
2092 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
1647 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
2093 2093   "arrivalCountryName": "Kazakhstan",
2094 2094   "arrivalCityName": "Almaty",
2095 2095   "arrivalAirportCode": "ALA",
... ... @@ -2100,7 +2100,7 @@
2100 2100   ],
2101 2101   "passengers": [
2102 2102   {
2103 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
1658 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
2104 2104   "isAdult": true,
2105 2105   "selectedForwardBaggageCode": "INCLUDED",
2106 2106   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -2124,7 +2124,7 @@
2124 2124   ]
2125 2125   },
2126 2126   {
2127 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
1682 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
2128 2128   "isAdult": true,
2129 2129   "selectedForwardBaggageCode": "INCLUDED",
2130 2130   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -2150,239 +2150,65 @@
2150 2150   ]
2151 2151   },
2152 2152   "extraServices": [],
2153 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:5",
2154 - "sortCheckInOut": "07.09.2024-14.09.2024",
2155 - "sortAirline": "fly dubai",
2156 - "sortHotelName": "le meridien al aqah beach resort",
2157 - "sortDetails": "bb",
2158 - "sortPlacement": "deluxe guest room dbl",
2159 - "subList": [],
2160 - "exchangeRate": 480.0
2161 - },
2162 - {
2163 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:fb824f96-2de4-4b36-a9dc-c71633ec9d89:04abb186-80f6-4808-bce4-ae97cef85c51",
2164 - "priceCurrency": "USD",
2165 - "totalPrice": 1588.57,
2166 - "agentCommissionPercent": 9.0,
2167 - "agentCommissionAmount": 142.97,
2168 - "includedExtrasAmount": 0,
2169 - "priceDifference": 0,
2170 - "hotel": {
2171 - "hotelPriceId": "fb824f96-2de4-4b36-a9dc-c71633ec9d89",
2172 - "hotelName": "Le Meridien Al Aqah Beach Resort",
2173 - "hotelCode": "63300069-0631-4c34-946e-d2ca9753ff6e",
2174 - "nights": 7,
2175 - "mealPlan": "BB",
2176 - "hotelClass": "5",
2177 - "hotelColor": "#000000",
2178 - "availabilityType": "FreeSale",
2179 - "availableRoomsCount": 0,
2180 - "fewRooms": true,
2181 - "roomCategoryCode": "04b0d2ba-b3b1-4858-a5c5-251279680430",
2182 - "roomCategoryName": "Deluxe Guest Room with Balcony",
2183 - "placementTypeName": "DBL",
2184 - "checkInDate": "2024-09-07T00:00:00",
2185 - "checkOutDate": "2024-09-14T00:00:00",
2186 - "adults": 2,
2187 - "children": 0,
2188 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
2189 - "districtName": "Al Aqah",
2190 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
2191 - "cityName": "Fujairah",
2192 - "countryCode": "AE",
2193 - "countryName": "United Arab Emirates",
2194 - "hasAlcohol": true,
2195 - "hasFreeWifi": true,
2196 - "hasMetro": false,
2197 - "hasPool": true,
2198 - "hasMall": false,
2199 - "infantMaxAge": 1.99,
2200 - "childMinAge": 2.0,
2201 - "childMaxAge": 11.99,
2202 - "teenMinAge": 12.0,
2203 - "teenMaxAge": 15.99,
2204 - "adultMinAge": 16.0,
2205 - "cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
2206 - "cancellationPolicy": {
2207 - "noShowChargeValue": 100.0,
2208 - "noShowChargeValueType": "%",
2209 - "earlyDepartureChargeValue": 100.0,
2210 - "earlyDepartureChargeValueType": "%",
2211 - "conditions": [
2212 - {
2213 - "timeunits": 3,
2214 - "timeunitType": "Day",
2215 - "timeOffsetTypeName": "Before Arrival",
2216 - "chargeValue": 1.0,
2217 - "chargeValueType": "Night"
2218 - }
2219 - ]
2220 - }
1708 + "insurancePrice": {
1709 + "name": "Medical INS (N10000)",
1710 + "price": 35.84,
1711 + "actualStartDate": "2024-05-25T00:00:00.000",
1712 + "actualEndDate": "2024-06-01T00:00:00.000",
1713 + "optional": false,
1714 + "includedInPackagePrice": true
2221 2221   },
2222 - "flight": {
2223 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
2224 - "departureDate": "2024-09-07T00:00:00",
2225 - "returnDate": "2024-09-14T00:00:00",
2226 - "departureTicketsLeft": 24,
2227 - "returnTicketsLeft": 17,
2228 - "departureAvailabilityType": "FreeSale",
2229 - "returnAvailabilityType": "FreeSale",
2230 - "isTwoWay": true,
2231 - "sameBaggageForAll": false,
2232 - "totalBaggage": false,
2233 - "isBlock": true,
2234 - "class": "Economy",
2235 - "departureSegments": [
2236 - {
2237 - "airlineCode": "FZ",
2238 - "airlineName": "Fly Dubai",
2239 - "flightCode": "FZ1722",
2240 - "class": "Economy",
2241 - "lugageWeight": 20,
2242 - "handLugageWeight": 6,
2243 - "departureFlightDate": "2024-09-07T03:40:00.000",
2244 - "departureCountryName": "Kazakhstan",
2245 - "departureCityName": "Almaty",
2246 - "departureAirportCode": "ALA",
2247 - "departureAirportName": "Almaty Intl Airport",
2248 - "departureTerminalCode": "ALA",
2249 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
2250 - "arrivalCountryName": "United Arab Emirates",
2251 - "arrivalCityName": "Dubai",
2252 - "arrivalAirportCode": "DXB",
2253 - "arrivalAirportName": "Dubai Intl Airport",
2254 - "arrivalTerminalCode": "DXB3",
2255 - "flightDuration": "5h 35m"
2256 - }
2257 - ],
2258 - "returnSegments": [
2259 - {
2260 - "airlineCode": "FZ",
2261 - "airlineName": "Fly Dubai",
2262 - "flightCode": "FZ1721",
2263 - "class": "Economy",
2264 - "lugageWeight": 20,
2265 - "handLugageWeight": 6,
2266 - "departureFlightDate": "2024-09-14T21:30:00.000",
2267 - "departureCountryName": "United Arab Emirates",
2268 - "departureCityName": "Dubai",
2269 - "departureAirportCode": "DXB",
2270 - "departureAirportName": "Dubai Intl Airport",
2271 - "departureTerminalCode": "DXB3",
2272 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
2273 - "arrivalCountryName": "Kazakhstan",
2274 - "arrivalCityName": "Almaty",
2275 - "arrivalAirportCode": "ALA",
2276 - "arrivalAirportName": "Almaty Intl Airport",
2277 - "arrivalTerminalCode": "ALA",
2278 - "flightDuration": "3h 10m"
2279 - }
2280 - ],
2281 - "passengers": [
2282 - {
2283 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
2284 - "isAdult": true,
2285 - "selectedForwardBaggageCode": "INCLUDED",
2286 - "selectedBackwardBaggageCode": "INCLUDED",
2287 - "forwardBaggages": [
2288 - {
2289 - "baggageCode": "INCLUDED",
2290 - "description": "20 Kg Included",
2291 - "price": 0.0,
2292 - "currency": "USD",
2293 - "included": true
2294 - }
2295 - ],
2296 - "backwardBaggages": [
2297 - {
2298 - "baggageCode": "INCLUDED",
2299 - "description": "20 Kg Included",
2300 - "price": 0.0,
2301 - "currency": "USD",
2302 - "included": true
2303 - }
2304 - ]
2305 - },
2306 - {
2307 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
2308 - "isAdult": true,
2309 - "selectedForwardBaggageCode": "INCLUDED",
2310 - "selectedBackwardBaggageCode": "INCLUDED",
2311 - "forwardBaggages": [
2312 - {
2313 - "baggageCode": "INCLUDED",
2314 - "description": "20 Kg Included",
2315 - "price": 0.0,
2316 - "currency": "USD",
2317 - "included": true
2318 - }
2319 - ],
2320 - "backwardBaggages": [
2321 - {
2322 - "baggageCode": "INCLUDED",
2323 - "description": "20 Kg Included",
2324 - "price": 0.0,
2325 - "currency": "USD",
2326 - "included": true
2327 - }
2328 - ]
2329 - }
2330 - ]
2331 - },
2332 - "extraServices": [],
2333 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:6",
2334 - "sortCheckInOut": "07.09.2024-14.09.2024",
1716 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:8",
1717 + "sortCheckInOut": "25.05.2024-01.06.2024",
2335 2335   "sortAirline": "fly dubai",
2336 - "sortHotelName": "le meridien al aqah beach resort",
2337 - "sortDetails": "bb",
2338 - "sortPlacement": "deluxe guest room with balcony dbl",
2339 - "subList": [],
2340 - "exchangeRate": 480.0
1719 + "sortHotelName": "days by wyndham dubai deira hotel",
1720 + "sortDetails": "ro",
1721 + "sortPlacement": "deluxe skyline view twin dbl"
2341 2341   },
2342 2342   {
2343 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:959cff0a-2a1b-4acc-ad05-661f2aad3fad:04abb186-80f6-4808-bce4-ae97cef85c51",
1724 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:a31007e3-cdd1-4691-9af4-0434c21cf127:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
2344 2344   "priceCurrency": "USD",
2345 - "totalPrice": 1597.04,
2346 - "agentCommissionPercent": 9.0,
2347 - "agentCommissionAmount": 143.73,
1726 + "totalPrice": 950.3,
1727 + "agentCommissionPercent": 0.0,
1728 + "agentCommissionAmount": 0.0,
2348 2348   "includedExtrasAmount": 0,
2349 2349   "priceDifference": 0,
2350 2350   "hotel": {
2351 - "hotelPriceId": "959cff0a-2a1b-4acc-ad05-661f2aad3fad",
2352 - "hotelName": "Fujairah Rotana Resort Spa",
2353 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
2354 - "nights": 7,
2355 - "mealPlan": "BB",
2356 - "hotelClass": "5",
1732 + "hotelPriceId": "a31007e3-cdd1-4691-9af4-0434c21cf127",
1733 + "hotelName": "Holiday Inn Dubai Al-Maktoum Airport",
1734 + "hotelCode": "6a7b4517-1c81-4141-a627-532d7441fe2b",
1735 + "nigths": 7,
1736 + "mealPlan": "RO",
1737 + "hotelClass": "4",
2357 2357   "hotelColor": "#000000",
2358 2358   "availabilityType": "FreeSale",
2359 2359   "availableRoomsCount": 0,
2360 2360   "fewRooms": true,
2361 - "roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099",
2362 - "roomCategoryName": "Ocean View Room Twin",
1742 + "roomCategoryCode": "dd7b79a3-b72b-49bf-a16e-801aa6b64832",
1743 + "roomCategoryName": "Standard Room",
2363 2363   "placementTypeName": "DBL",
2364 - "checkInDate": "2024-09-07T00:00:00",
2365 - "checkOutDate": "2024-09-14T00:00:00",
1745 + "checkInDate": "2024-05-25T00:00:00.000",
1746 + "checkOutDate": "2024-06-01T00:00:00.000",
2366 2366   "adults": 2,
2367 2367   "children": 0,
2368 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
2369 - "districtName": "Al Aqah",
2370 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
2371 - "cityName": "Fujairah",
1749 + "districtUID": "853efcd4-6828-4878-aa01-2bb05b55e520",
1750 + "districtName": "Dubai World Central",
1751 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
1752 + "cityName": "Dubai",
2372 2372   "countryCode": "AE",
2373 2373   "countryName": "United Arab Emirates",
2374 - "hasAlcohol": true,
1755 + "hasAlcohol": false,
2375 2375   "hasFreeWifi": true,
2376 2376   "hasMetro": false,
2377 - "hasPool": true,
1758 + "hasPool": false,
2378 2378   "hasMall": false,
2379 - "infantMaxAge": 1.99,
2380 - "childMinAge": 2.0,
1760 + "infantMaxAge": 5.99,
1761 + "childMinAge": 6.0,
2381 2381   "childMaxAge": 11.99,
2382 2382   "teenMinAge": 0.0,
2383 2383   "teenMaxAge": 0.0,
2384 2384   "adultMinAge": 12.0,
2385 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
1766 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
2386 2386   "cancellationPolicy": {
2387 2387   "noShowChargeValue": 100.0,
2388 2388   "noShowChargeValueType": "%",
... ... @@ -2390,21 +2390,21 @@
2390 2390   "earlyDepartureChargeValueType": "%",
2391 2391   "conditions": [
2392 2392   {
2393 - "timeunits": 4,
1774 + "timeunits": 1,
2394 2394   "timeunitType": "Day",
2395 2395   "timeOffsetTypeName": "Before Arrival",
2396 - "chargeValue": 100.0,
2397 - "chargeValueType": "%"
1777 + "chargeValue": 1.0,
1778 + "chargeValueType": "Night"
2398 2398   }
2399 2399   ]
2400 2400   }
2401 2401   },
2402 2402   "flight": {
2403 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
2404 - "departureDate": "2024-09-07T00:00:00",
2405 - "returnDate": "2024-09-14T00:00:00",
2406 - "departureTicketsLeft": 24,
2407 - "returnTicketsLeft": 17,
1784 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
1785 + "departureDate": "2024-05-25T00:00:00.000",
1786 + "returnDate": "2024-06-01T00:00:00.000",
1787 + "departureTicketsLeft": 48,
1788 + "returnTicketsLeft": 33,
2408 2408   "departureAvailabilityType": "FreeSale",
2409 2409   "returnAvailabilityType": "FreeSale",
2410 2410   "isTwoWay": true,
... ... @@ -2420,13 +2420,13 @@
2420 2420   "class": "Economy",
2421 2421   "lugageWeight": 20,
2422 2422   "handLugageWeight": 6,
2423 - "departureFlightDate": "2024-09-07T03:40:00.000",
1804 + "departureFlightDate": "2024-05-25T03:35:00.000",
2424 2424   "departureCountryName": "Kazakhstan",
2425 2425   "departureCityName": "Almaty",
2426 2426   "departureAirportCode": "ALA",
2427 2427   "departureAirportName": "Almaty Intl Airport",
2428 2428   "departureTerminalCode": "ALA",
2429 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
1810 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
2430 2430   "arrivalCountryName": "United Arab Emirates",
2431 2431   "arrivalCityName": "Dubai",
2432 2432   "arrivalAirportCode": "DXB",
... ... @@ -2443,13 +2443,13 @@
2443 2443   "class": "Economy",
2444 2444   "lugageWeight": 20,
2445 2445   "handLugageWeight": 6,
2446 - "departureFlightDate": "2024-09-14T21:30:00.000",
1827 + "departureFlightDate": "2024-06-01T21:25:00.000",
2447 2447   "departureCountryName": "United Arab Emirates",
2448 2448   "departureCityName": "Dubai",
2449 2449   "departureAirportCode": "DXB",
2450 2450   "departureAirportName": "Dubai Intl Airport",
2451 2451   "departureTerminalCode": "DXB3",
2452 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
1833 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
2453 2453   "arrivalCountryName": "Kazakhstan",
2454 2454   "arrivalCityName": "Almaty",
2455 2455   "arrivalAirportCode": "ALA",
... ... @@ -2460,7 +2460,7 @@
2460 2460   ],
2461 2461   "passengers": [
2462 2462   {
2463 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
1844 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
2464 2464   "isAdult": true,
2465 2465   "selectedForwardBaggageCode": "INCLUDED",
2466 2466   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -2484,7 +2484,7 @@
2484 2484   ]
2485 2485   },
2486 2486   {
2487 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
1868 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
2488 2488   "isAdult": true,
2489 2489   "selectedForwardBaggageCode": "INCLUDED",
2490 2490   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -2510,59 +2510,65 @@
2510 2510   ]
2511 2511   },
2512 2512   "extraServices": [],
2513 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:7",
2514 - "sortCheckInOut": "07.09.2024-14.09.2024",
1894 + "insurancePrice": {
1895 + "name": "Medical INS (N10000)",
1896 + "price": 35.84,
1897 + "actualStartDate": "2024-05-25T00:00:00.000",
1898 + "actualEndDate": "2024-06-01T00:00:00.000",
1899 + "optional": false,
1900 + "includedInPackagePrice": true
1901 + },
1902 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:9",
1903 + "sortCheckInOut": "25.05.2024-01.06.2024",
2515 2515   "sortAirline": "fly dubai",
2516 - "sortHotelName": "fujairah rotana resort spa",
2517 - "sortDetails": "bb",
2518 - "sortPlacement": "ocean view room twin dbl",
2519 - "subList": [],
2520 - "exchangeRate": 480.0
1905 + "sortHotelName": "holiday inn dubai al maktoum airport",
1906 + "sortDetails": "ro",
1907 + "sortPlacement": "standard room dbl"
2521 2521   },
2522 2522   {
2523 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:7bfa40fa-6a67-4ab5-998f-a59e3d669aef:04abb186-80f6-4808-bce4-ae97cef85c51",
1910 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:548b1992-812d-4b78-b164-c202addf37fb:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
2524 2524   "priceCurrency": "USD",
2525 - "totalPrice": 1597.04,
2526 - "agentCommissionPercent": 9.0,
2527 - "agentCommissionAmount": 143.73,
1912 + "totalPrice": 950.99,
1913 + "agentCommissionPercent": 0.0,
1914 + "agentCommissionAmount": 0.0,
2528 2528   "includedExtrasAmount": 0,
2529 2529   "priceDifference": 0,
2530 2530   "hotel": {
2531 - "hotelPriceId": "7bfa40fa-6a67-4ab5-998f-a59e3d669aef",
2532 - "hotelName": "Fujairah Rotana Resort Spa",
2533 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
2534 - "nights": 7,
2535 - "mealPlan": "BB",
2536 - "hotelClass": "5",
1918 + "hotelPriceId": "548b1992-812d-4b78-b164-c202addf37fb",
1919 + "hotelName": "Kingsgate Al Jadaf Hotel",
1920 + "hotelCode": "835f48bc-9e35-4312-a383-059c919976d0",
1921 + "nigths": 7,
1922 + "mealPlan": "RO",
1923 + "hotelClass": "3",
2537 2537   "hotelColor": "#000000",
2538 - "availabilityType": "OnRequest",
1925 + "availabilityType": "FreeSale",
2539 2539   "availableRoomsCount": 0,
2540 2540   "fewRooms": true,
2541 - "roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f",
2542 - "roomCategoryName": "Ocean View Room King",
1928 + "roomCategoryCode": "53e577d4-d45c-405f-867f-d367582227a1",
1929 + "roomCategoryName": "Standard Room City View",
2543 2543   "placementTypeName": "DBL",
2544 - "checkInDate": "2024-09-07T00:00:00",
2545 - "checkOutDate": "2024-09-14T00:00:00",
1931 + "checkInDate": "2024-05-25T00:00:00.000",
1932 + "checkOutDate": "2024-06-01T00:00:00.000",
2546 2546   "adults": 2,
2547 2547   "children": 0,
2548 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
2549 - "districtName": "Al Aqah",
2550 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
2551 - "cityName": "Fujairah",
1935 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9",
1936 + "districtName": "Al Jaddaf",
1937 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
1938 + "cityName": "Dubai",
2552 2552   "countryCode": "AE",
2553 2553   "countryName": "United Arab Emirates",
2554 - "hasAlcohol": true,
1941 + "hasAlcohol": false,
2555 2555   "hasFreeWifi": true,
2556 2556   "hasMetro": false,
2557 - "hasPool": true,
1944 + "hasPool": false,
2558 2558   "hasMall": false,
2559 - "infantMaxAge": 1.99,
2560 - "childMinAge": 2.0,
1946 + "infantMaxAge": 5.99,
1947 + "childMinAge": 6.0,
2561 2561   "childMaxAge": 11.99,
2562 2562   "teenMinAge": 0.0,
2563 2563   "teenMaxAge": 0.0,
2564 2564   "adultMinAge": 12.0,
2565 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
1952 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
2566 2566   "cancellationPolicy": {
2567 2567   "noShowChargeValue": 100.0,
2568 2568   "noShowChargeValueType": "%",
... ... @@ -2570,21 +2570,21 @@
2570 2570   "earlyDepartureChargeValueType": "%",
2571 2571   "conditions": [
2572 2572   {
2573 - "timeunits": 4,
1960 + "timeunits": 1,
2574 2574   "timeunitType": "Day",
2575 2575   "timeOffsetTypeName": "Before Arrival",
2576 - "chargeValue": 100.0,
2577 - "chargeValueType": "%"
1963 + "chargeValue": 1.0,
1964 + "chargeValueType": "Night"
2578 2578   }
2579 2579   ]
2580 2580   }
2581 2581   },
2582 2582   "flight": {
2583 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
2584 - "departureDate": "2024-09-07T00:00:00",
2585 - "returnDate": "2024-09-14T00:00:00",
2586 - "departureTicketsLeft": 24,
2587 - "returnTicketsLeft": 17,
1970 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
1971 + "departureDate": "2024-05-25T00:00:00.000",
1972 + "returnDate": "2024-06-01T00:00:00.000",
1973 + "departureTicketsLeft": 48,
1974 + "returnTicketsLeft": 33,
2588 2588   "departureAvailabilityType": "FreeSale",
2589 2589   "returnAvailabilityType": "FreeSale",
2590 2590   "isTwoWay": true,
... ... @@ -2600,13 +2600,13 @@
2600 2600   "class": "Economy",
2601 2601   "lugageWeight": 20,
2602 2602   "handLugageWeight": 6,
2603 - "departureFlightDate": "2024-09-07T03:40:00.000",
1990 + "departureFlightDate": "2024-05-25T03:35:00.000",
2604 2604   "departureCountryName": "Kazakhstan",
2605 2605   "departureCityName": "Almaty",
2606 2606   "departureAirportCode": "ALA",
2607 2607   "departureAirportName": "Almaty Intl Airport",
2608 2608   "departureTerminalCode": "ALA",
2609 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
1996 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
2610 2610   "arrivalCountryName": "United Arab Emirates",
2611 2611   "arrivalCityName": "Dubai",
2612 2612   "arrivalAirportCode": "DXB",
... ... @@ -2623,13 +2623,13 @@
2623 2623   "class": "Economy",
2624 2624   "lugageWeight": 20,
2625 2625   "handLugageWeight": 6,
2626 - "departureFlightDate": "2024-09-14T21:30:00.000",
2013 + "departureFlightDate": "2024-06-01T21:25:00.000",
2627 2627   "departureCountryName": "United Arab Emirates",
2628 2628   "departureCityName": "Dubai",
2629 2629   "departureAirportCode": "DXB",
2630 2630   "departureAirportName": "Dubai Intl Airport",
2631 2631   "departureTerminalCode": "DXB3",
2632 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
2019 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
2633 2633   "arrivalCountryName": "Kazakhstan",
2634 2634   "arrivalCityName": "Almaty",
2635 2635   "arrivalAirportCode": "ALA",
... ... @@ -2640,7 +2640,7 @@
2640 2640   ],
2641 2641   "passengers": [
2642 2642   {
2643 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
2030 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
2644 2644   "isAdult": true,
2645 2645   "selectedForwardBaggageCode": "INCLUDED",
2646 2646   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -2664,7 +2664,7 @@
2664 2664   ]
2665 2665   },
2666 2666   {
2667 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
2054 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
2668 2668   "isAdult": true,
2669 2669   "selectedForwardBaggageCode": "INCLUDED",
2670 2670   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -2690,59 +2690,65 @@
2690 2690   ]
2691 2691   },
2692 2692   "extraServices": [],
2693 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:8",
2694 - "sortCheckInOut": "07.09.2024-14.09.2024",
2080 + "insurancePrice": {
2081 + "name": "Medical INS (N10000)",
2082 + "price": 35.84,
2083 + "actualStartDate": "2024-05-25T00:00:00.000",
2084 + "actualEndDate": "2024-06-01T00:00:00.000",
2085 + "optional": false,
2086 + "includedInPackagePrice": true
2087 + },
2088 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:10",
2089 + "sortCheckInOut": "25.05.2024-01.06.2024",
2695 2695   "sortAirline": "fly dubai",
2696 - "sortHotelName": "fujairah rotana resort spa",
2697 - "sortDetails": "bb",
2698 - "sortPlacement": "ocean view room king dbl",
2699 - "subList": [],
2700 - "exchangeRate": 480.0
2091 + "sortHotelName": "kingsgate al jadaf hotel",
2092 + "sortDetails": "ro",
2093 + "sortPlacement": "standard room city view dbl"
2701 2701   },
2702 2702   {
2703 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:d5469b2f-d5f1-405c-aa79-49f89630c270:04abb186-80f6-4808-bce4-ae97cef85c51",
2096 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:2d79071b-9015-43cb-b68d-fa15bca7142d:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
2704 2704   "priceCurrency": "USD",
2705 - "totalPrice": 1597.04,
2706 - "agentCommissionPercent": 9.0,
2707 - "agentCommissionAmount": 143.73,
2098 + "totalPrice": 950.99,
2099 + "agentCommissionPercent": 0.0,
2100 + "agentCommissionAmount": 0.0,
2708 2708   "includedExtrasAmount": 0,
2709 2709   "priceDifference": 0,
2710 2710   "hotel": {
2711 - "hotelPriceId": "d5469b2f-d5f1-405c-aa79-49f89630c270",
2712 - "hotelName": "Fujairah Rotana Resort Spa",
2713 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
2714 - "nights": 7,
2715 - "mealPlan": "BB",
2716 - "hotelClass": "5",
2104 + "hotelPriceId": "2d79071b-9015-43cb-b68d-fa15bca7142d",
2105 + "hotelName": "Reflections Hotel",
2106 + "hotelCode": "2b8e0fc5-88b0-4a37-9d68-55e821465ea1",
2107 + "nigths": 7,
2108 + "mealPlan": "RO",
2109 + "hotelClass": "4",
2717 2717   "hotelColor": "#000000",
2718 - "availabilityType": "OnRequest",
2111 + "availabilityType": "StopSale",
2719 2719   "availableRoomsCount": 0,
2720 2720   "fewRooms": true,
2721 - "roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f",
2722 - "roomCategoryName": "Ocean View Room King",
2114 + "roomCategoryCode": "777a1e83-489c-45b5-89e1-7d4eb81e7f56",
2115 + "roomCategoryName": "Deluxe Room ",
2723 2723   "placementTypeName": "DBL",
2724 - "checkInDate": "2024-09-07T00:00:00",
2725 - "checkOutDate": "2024-09-14T00:00:00",
2117 + "checkInDate": "2024-05-25T00:00:00.000",
2118 + "checkOutDate": "2024-06-01T00:00:00.000",
2726 2726   "adults": 2,
2727 2727   "children": 0,
2728 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
2729 - "districtName": "Al Aqah",
2730 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
2731 - "cityName": "Fujairah",
2121 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9",
2122 + "districtName": "Al Jaddaf",
2123 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
2124 + "cityName": "Dubai",
2732 2732   "countryCode": "AE",
2733 2733   "countryName": "United Arab Emirates",
2734 - "hasAlcohol": true,
2127 + "hasAlcohol": false,
2735 2735   "hasFreeWifi": true,
2736 2736   "hasMetro": false,
2737 2737   "hasPool": true,
2738 2738   "hasMall": false,
2739 - "infantMaxAge": 1.99,
2740 - "childMinAge": 2.0,
2132 + "infantMaxAge": 5.99,
2133 + "childMinAge": 6.0,
2741 2741   "childMaxAge": 11.99,
2742 2742   "teenMinAge": 0.0,
2743 2743   "teenMaxAge": 0.0,
2744 2744   "adultMinAge": 12.0,
2745 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
2138 + "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
2746 2746   "cancellationPolicy": {
2747 2747   "noShowChargeValue": 100.0,
2748 2748   "noShowChargeValueType": "%",
... ... @@ -2750,21 +2750,21 @@
2750 2750   "earlyDepartureChargeValueType": "%",
2751 2751   "conditions": [
2752 2752   {
2753 - "timeunits": 4,
2146 + "timeunits": 2,
2754 2754   "timeunitType": "Day",
2755 2755   "timeOffsetTypeName": "Before Arrival",
2756 - "chargeValue": 100.0,
2757 - "chargeValueType": "%"
2149 + "chargeValue": 1.0,
2150 + "chargeValueType": "Night"
2758 2758   }
2759 2759   ]
2760 2760   }
2761 2761   },
2762 2762   "flight": {
2763 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
2764 - "departureDate": "2024-09-07T00:00:00",
2765 - "returnDate": "2024-09-14T00:00:00",
2766 - "departureTicketsLeft": 24,
2767 - "returnTicketsLeft": 17,
2156 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
2157 + "departureDate": "2024-05-25T00:00:00.000",
2158 + "returnDate": "2024-06-01T00:00:00.000",
2159 + "departureTicketsLeft": 48,
2160 + "returnTicketsLeft": 33,
2768 2768   "departureAvailabilityType": "FreeSale",
2769 2769   "returnAvailabilityType": "FreeSale",
2770 2770   "isTwoWay": true,
... ... @@ -2780,13 +2780,13 @@
2780 2780   "class": "Economy",
2781 2781   "lugageWeight": 20,
2782 2782   "handLugageWeight": 6,
2783 - "departureFlightDate": "2024-09-07T03:40:00.000",
2176 + "departureFlightDate": "2024-05-25T03:35:00.000",
2784 2784   "departureCountryName": "Kazakhstan",
2785 2785   "departureCityName": "Almaty",
2786 2786   "departureAirportCode": "ALA",
2787 2787   "departureAirportName": "Almaty Intl Airport",
2788 2788   "departureTerminalCode": "ALA",
2789 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
2182 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
2790 2790   "arrivalCountryName": "United Arab Emirates",
2791 2791   "arrivalCityName": "Dubai",
2792 2792   "arrivalAirportCode": "DXB",
... ... @@ -2803,13 +2803,13 @@
2803 2803   "class": "Economy",
2804 2804   "lugageWeight": 20,
2805 2805   "handLugageWeight": 6,
2806 - "departureFlightDate": "2024-09-14T21:30:00.000",
2199 + "departureFlightDate": "2024-06-01T21:25:00.000",
2807 2807   "departureCountryName": "United Arab Emirates",
2808 2808   "departureCityName": "Dubai",
2809 2809   "departureAirportCode": "DXB",
2810 2810   "departureAirportName": "Dubai Intl Airport",
2811 2811   "departureTerminalCode": "DXB3",
2812 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
2205 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
2813 2813   "arrivalCountryName": "Kazakhstan",
2814 2814   "arrivalCityName": "Almaty",
2815 2815   "arrivalAirportCode": "ALA",
... ... @@ -2820,7 +2820,7 @@
2820 2820   ],
2821 2821   "passengers": [
2822 2822   {
2823 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
2216 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
2824 2824   "isAdult": true,
2825 2825   "selectedForwardBaggageCode": "INCLUDED",
2826 2826   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -2844,7 +2844,7 @@
2844 2844   ]
2845 2845   },
2846 2846   {
2847 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
2240 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
2848 2848   "isAdult": true,
2849 2849   "selectedForwardBaggageCode": "INCLUDED",
2850 2850   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -2870,59 +2870,65 @@
2870 2870   ]
2871 2871   },
2872 2872   "extraServices": [],
2873 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:9",
2874 - "sortCheckInOut": "07.09.2024-14.09.2024",
2266 + "insurancePrice": {
2267 + "name": "Medical INS (N10000)",
2268 + "price": 35.84,
2269 + "actualStartDate": "2024-05-25T00:00:00.000",
2270 + "actualEndDate": "2024-06-01T00:00:00.000",
2271 + "optional": false,
2272 + "includedInPackagePrice": true
2273 + },
2274 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:11",
2275 + "sortCheckInOut": "25.05.2024-01.06.2024",
2875 2875   "sortAirline": "fly dubai",
2876 - "sortHotelName": "fujairah rotana resort spa",
2877 - "sortDetails": "bb",
2878 - "sortPlacement": "ocean view room king dbl",
2879 - "subList": [],
2880 - "exchangeRate": 480.0
2277 + "sortHotelName": "reflections hotel",
2278 + "sortDetails": "ro",
2279 + "sortPlacement": "deluxe room dbl"
2881 2881   },
2882 2882   {
2883 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:6b9bc85f-38e9-4096-b8cd-e36e7f5204f1:04abb186-80f6-4808-bce4-ae97cef85c51",
2282 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:fd0d752a-b5ac-4bf9-b46b-dc0bf3b2ca1e:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
2884 2884   "priceCurrency": "USD",
2885 - "totalPrice": 1597.04,
2886 - "agentCommissionPercent": 9.0,
2887 - "agentCommissionAmount": 143.73,
2284 + "totalPrice": 950.99,
2285 + "agentCommissionPercent": 0.0,
2286 + "agentCommissionAmount": 0.0,
2888 2888   "includedExtrasAmount": 0,
2889 2889   "priceDifference": 0,
2890 2890   "hotel": {
2891 - "hotelPriceId": "6b9bc85f-38e9-4096-b8cd-e36e7f5204f1",
2892 - "hotelName": "Fujairah Rotana Resort Spa",
2893 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
2894 - "nights": 7,
2895 - "mealPlan": "BB",
2896 - "hotelClass": "5",
2290 + "hotelPriceId": "fd0d752a-b5ac-4bf9-b46b-dc0bf3b2ca1e",
2291 + "hotelName": "Concorde Palace Hotel Dubai",
2292 + "hotelCode": "519e3fe9-1ebd-4571-98dd-32e85f0c3640",
2293 + "nigths": 7,
2294 + "mealPlan": "RO",
2295 + "hotelClass": "3",
2897 2897   "hotelColor": "#000000",
2898 2898   "availabilityType": "FreeSale",
2899 2899   "availableRoomsCount": 0,
2900 2900   "fewRooms": true,
2901 - "roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099",
2902 - "roomCategoryName": "Ocean View Room Twin",
2300 + "roomCategoryCode": "354f39a8-2b3a-4d88-8ac8-e74ba98a4995",
2301 + "roomCategoryName": "Standard Room",
2903 2903   "placementTypeName": "DBL",
2904 - "checkInDate": "2024-09-07T00:00:00",
2905 - "checkOutDate": "2024-09-14T00:00:00",
2303 + "checkInDate": "2024-05-25T00:00:00.000",
2304 + "checkOutDate": "2024-06-01T00:00:00.000",
2906 2906   "adults": 2,
2907 2907   "children": 0,
2908 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
2909 - "districtName": "Al Aqah",
2910 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
2911 - "cityName": "Fujairah",
2307 + "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992",
2308 + "districtName": "Bur Dubai",
2309 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
2310 + "cityName": "Dubai",
2912 2912   "countryCode": "AE",
2913 2913   "countryName": "United Arab Emirates",
2914 2914   "hasAlcohol": true,
2915 2915   "hasFreeWifi": true,
2916 2916   "hasMetro": false,
2917 - "hasPool": true,
2316 + "hasPool": false,
2918 2918   "hasMall": false,
2919 - "infantMaxAge": 1.99,
2920 - "childMinAge": 2.0,
2318 + "infantMaxAge": 4.99,
2319 + "childMinAge": 5.0,
2921 2921   "childMaxAge": 11.99,
2922 2922   "teenMinAge": 0.0,
2923 2923   "teenMaxAge": 0.0,
2924 2924   "adultMinAge": 12.0,
2925 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
2324 + "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
2926 2926   "cancellationPolicy": {
2927 2927   "noShowChargeValue": 100.0,
2928 2928   "noShowChargeValueType": "%",
... ... @@ -2930,7 +2930,7 @@
2930 2930   "earlyDepartureChargeValueType": "%",
2931 2931   "conditions": [
2932 2932   {
2933 - "timeunits": 4,
2332 + "timeunits": 2,
2934 2934   "timeunitType": "Day",
2935 2935   "timeOffsetTypeName": "Before Arrival",
2936 2936   "chargeValue": 100.0,
... ... @@ -2940,11 +2940,11 @@
2940 2940   }
2941 2941   },
2942 2942   "flight": {
2943 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
2944 - "departureDate": "2024-09-07T00:00:00",
2945 - "returnDate": "2024-09-14T00:00:00",
2946 - "departureTicketsLeft": 24,
2947 - "returnTicketsLeft": 17,
2342 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
2343 + "departureDate": "2024-05-25T00:00:00.000",
2344 + "returnDate": "2024-06-01T00:00:00.000",
2345 + "departureTicketsLeft": 48,
2346 + "returnTicketsLeft": 33,
2948 2948   "departureAvailabilityType": "FreeSale",
2949 2949   "returnAvailabilityType": "FreeSale",
2950 2950   "isTwoWay": true,
... ... @@ -2960,13 +2960,13 @@
2960 2960   "class": "Economy",
2961 2961   "lugageWeight": 20,
2962 2962   "handLugageWeight": 6,
2963 - "departureFlightDate": "2024-09-07T03:40:00.000",
2362 + "departureFlightDate": "2024-05-25T03:35:00.000",
2964 2964   "departureCountryName": "Kazakhstan",
2965 2965   "departureCityName": "Almaty",
2966 2966   "departureAirportCode": "ALA",
2967 2967   "departureAirportName": "Almaty Intl Airport",
2968 2968   "departureTerminalCode": "ALA",
2969 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
2368 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
2970 2970   "arrivalCountryName": "United Arab Emirates",
2971 2971   "arrivalCityName": "Dubai",
2972 2972   "arrivalAirportCode": "DXB",
... ... @@ -2983,13 +2983,13 @@
2983 2983   "class": "Economy",
2984 2984   "lugageWeight": 20,
2985 2985   "handLugageWeight": 6,
2986 - "departureFlightDate": "2024-09-14T21:30:00.000",
2385 + "departureFlightDate": "2024-06-01T21:25:00.000",
2987 2987   "departureCountryName": "United Arab Emirates",
2988 2988   "departureCityName": "Dubai",
2989 2989   "departureAirportCode": "DXB",
2990 2990   "departureAirportName": "Dubai Intl Airport",
2991 2991   "departureTerminalCode": "DXB3",
2992 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
2391 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
2993 2993   "arrivalCountryName": "Kazakhstan",
2994 2994   "arrivalCityName": "Almaty",
2995 2995   "arrivalAirportCode": "ALA",
... ... @@ -3000,7 +3000,7 @@
3000 3000   ],
3001 3001   "passengers": [
3002 3002   {
3003 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
2402 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
3004 3004   "isAdult": true,
3005 3005   "selectedForwardBaggageCode": "INCLUDED",
3006 3006   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -3024,7 +3024,7 @@
3024 3024   ]
3025 3025   },
3026 3026   {
3027 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
2426 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
3028 3028   "isAdult": true,
3029 3029   "selectedForwardBaggageCode": "INCLUDED",
3030 3030   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -3050,59 +3050,65 @@
3050 3050   ]
3051 3051   },
3052 3052   "extraServices": [],
3053 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:10",
3054 - "sortCheckInOut": "07.09.2024-14.09.2024",
2452 + "insurancePrice": {
2453 + "name": "Medical INS (N10000)",
2454 + "price": 35.84,
2455 + "actualStartDate": "2024-05-25T00:00:00.000",
2456 + "actualEndDate": "2024-06-01T00:00:00.000",
2457 + "optional": false,
2458 + "includedInPackagePrice": true
2459 + },
2460 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:12",
2461 + "sortCheckInOut": "25.05.2024-01.06.2024",
3055 3055   "sortAirline": "fly dubai",
3056 - "sortHotelName": "fujairah rotana resort spa",
3057 - "sortDetails": "bb",
3058 - "sortPlacement": "ocean view room twin dbl",
3059 - "subList": [],
3060 - "exchangeRate": 480.0
2463 + "sortHotelName": "concorde palace hotel dubai",
2464 + "sortDetails": "ro",
2465 + "sortPlacement": "standard room dbl"
3061 3061   },
3062 3062   {
3063 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:fc3edcab-fad9-41a7-a03a-095db2c323fd:04abb186-80f6-4808-bce4-ae97cef85c51",
2468 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:f6fa63f7-25d2-440d-8c90-acd6965c5dbc:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
3064 3064   "priceCurrency": "USD",
3065 - "totalPrice": 1672.57,
3066 - "agentCommissionPercent": 9.0,
3067 - "agentCommissionAmount": 150.53,
2470 + "totalPrice": 950.99,
2471 + "agentCommissionPercent": 0.0,
2472 + "agentCommissionAmount": 0.0,
3068 3068   "includedExtrasAmount": 0,
3069 3069   "priceDifference": 0,
3070 3070   "hotel": {
3071 - "hotelPriceId": "fc3edcab-fad9-41a7-a03a-095db2c323fd",
3072 - "hotelName": "Fujairah Rotana Resort Spa",
3073 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
3074 - "nights": 7,
2476 + "hotelPriceId": "f6fa63f7-25d2-440d-8c90-acd6965c5dbc",
2477 + "hotelName": "CityMax Bur Dubai",
2478 + "hotelCode": "fe6bf30c-73c2-490d-b704-7e172c4c089b",
2479 + "nigths": 7,
3075 3075   "mealPlan": "BB",
3076 - "hotelClass": "5",
2481 + "hotelClass": "3",
3077 3077   "hotelColor": "#000000",
3078 3078   "availabilityType": "FreeSale",
3079 3079   "availableRoomsCount": 0,
3080 3080   "fewRooms": true,
3081 - "roomCategoryCode": "d544f59a-df57-4dc4-b1cd-b7263c02a5cc",
3082 - "roomCategoryName": "Garden View Room Twin with Terrace",
2486 + "roomCategoryCode": "a1ef1c0c-7427-407e-a08e-791c44d50796",
2487 + "roomCategoryName": "Standard Room",
3083 3083   "placementTypeName": "DBL",
3084 - "checkInDate": "2024-09-07T00:00:00",
3085 - "checkOutDate": "2024-09-14T00:00:00",
2489 + "checkInDate": "2024-05-25T00:00:00.000",
2490 + "checkOutDate": "2024-06-01T00:00:00.000",
3086 3086   "adults": 2,
3087 3087   "children": 0,
3088 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
3089 - "districtName": "Al Aqah",
3090 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
3091 - "cityName": "Fujairah",
2493 + "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992",
2494 + "districtName": "Bur Dubai",
2495 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
2496 + "cityName": "Dubai",
3092 3092   "countryCode": "AE",
3093 3093   "countryName": "United Arab Emirates",
3094 3094   "hasAlcohol": true,
3095 3095   "hasFreeWifi": true,
3096 - "hasMetro": false,
2501 + "hasMetro": true,
3097 3097   "hasPool": true,
3098 3098   "hasMall": false,
3099 - "infantMaxAge": 1.99,
3100 - "childMinAge": 2.0,
2504 + "infantMaxAge": 4.99,
2505 + "childMinAge": 5.0,
3101 3101   "childMaxAge": 11.99,
3102 3102   "teenMinAge": 0.0,
3103 3103   "teenMaxAge": 0.0,
3104 3104   "adultMinAge": 12.0,
3105 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
2510 + "cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
3106 3106   "cancellationPolicy": {
3107 3107   "noShowChargeValue": 100.0,
3108 3108   "noShowChargeValueType": "%",
... ... @@ -3110,21 +3110,21 @@
3110 3110   "earlyDepartureChargeValueType": "%",
3111 3111   "conditions": [
3112 3112   {
3113 - "timeunits": 4,
2518 + "timeunits": 3,
3114 3114   "timeunitType": "Day",
3115 3115   "timeOffsetTypeName": "Before Arrival",
3116 - "chargeValue": 100.0,
3117 - "chargeValueType": "%"
2521 + "chargeValue": 1.0,
2522 + "chargeValueType": "Night"
3118 3118   }
3119 3119   ]
3120 3120   }
3121 3121   },
3122 3122   "flight": {
3123 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
3124 - "departureDate": "2024-09-07T00:00:00",
3125 - "returnDate": "2024-09-14T00:00:00",
3126 - "departureTicketsLeft": 24,
3127 - "returnTicketsLeft": 17,
2528 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
2529 + "departureDate": "2024-05-25T00:00:00.000",
2530 + "returnDate": "2024-06-01T00:00:00.000",
2531 + "departureTicketsLeft": 48,
2532 + "returnTicketsLeft": 33,
3128 3128   "departureAvailabilityType": "FreeSale",
3129 3129   "returnAvailabilityType": "FreeSale",
3130 3130   "isTwoWay": true,
... ... @@ -3140,13 +3140,13 @@
3140 3140   "class": "Economy",
3141 3141   "lugageWeight": 20,
3142 3142   "handLugageWeight": 6,
3143 - "departureFlightDate": "2024-09-07T03:40:00.000",
2548 + "departureFlightDate": "2024-05-25T03:35:00.000",
3144 3144   "departureCountryName": "Kazakhstan",
3145 3145   "departureCityName": "Almaty",
3146 3146   "departureAirportCode": "ALA",
3147 3147   "departureAirportName": "Almaty Intl Airport",
3148 3148   "departureTerminalCode": "ALA",
3149 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
2554 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
3150 3150   "arrivalCountryName": "United Arab Emirates",
3151 3151   "arrivalCityName": "Dubai",
3152 3152   "arrivalAirportCode": "DXB",
... ... @@ -3163,13 +3163,13 @@
3163 3163   "class": "Economy",
3164 3164   "lugageWeight": 20,
3165 3165   "handLugageWeight": 6,
3166 - "departureFlightDate": "2024-09-14T21:30:00.000",
2571 + "departureFlightDate": "2024-06-01T21:25:00.000",
3167 3167   "departureCountryName": "United Arab Emirates",
3168 3168   "departureCityName": "Dubai",
3169 3169   "departureAirportCode": "DXB",
3170 3170   "departureAirportName": "Dubai Intl Airport",
3171 3171   "departureTerminalCode": "DXB3",
3172 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
2577 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
3173 3173   "arrivalCountryName": "Kazakhstan",
3174 3174   "arrivalCityName": "Almaty",
3175 3175   "arrivalAirportCode": "ALA",
... ... @@ -3180,7 +3180,7 @@
3180 3180   ],
3181 3181   "passengers": [
3182 3182   {
3183 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
2588 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
3184 3184   "isAdult": true,
3185 3185   "selectedForwardBaggageCode": "INCLUDED",
3186 3186   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -3204,7 +3204,7 @@
3204 3204   ]
3205 3205   },
3206 3206   {
3207 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
2612 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
3208 3208   "isAdult": true,
3209 3209   "selectedForwardBaggageCode": "INCLUDED",
3210 3210   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -3230,59 +3230,65 @@
3230 3230   ]
3231 3231   },
3232 3232   "extraServices": [],
3233 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:11",
3234 - "sortCheckInOut": "07.09.2024-14.09.2024",
2638 + "insurancePrice": {
2639 + "name": "Medical INS (N10000)",
2640 + "price": 35.84,
2641 + "actualStartDate": "2024-05-25T00:00:00.000",
2642 + "actualEndDate": "2024-06-01T00:00:00.000",
2643 + "optional": false,
2644 + "includedInPackagePrice": true
2645 + },
2646 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:13",
2647 + "sortCheckInOut": "25.05.2024-01.06.2024",
3235 3235   "sortAirline": "fly dubai",
3236 - "sortHotelName": "fujairah rotana resort spa",
2649 + "sortHotelName": "citymax bur dubai",
3237 3237   "sortDetails": "bb",
3238 - "sortPlacement": "garden view room twin with terrace dbl",
3239 - "subList": [],
3240 - "exchangeRate": 480.0
2651 + "sortPlacement": "standard room dbl"
3241 3241   },
3242 3242   {
3243 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:07655d65-2000-45cd-b370-8abef039af1f:04abb186-80f6-4808-bce4-ae97cef85c51",
2654 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:28a7bc68-07b6-4401-af7a-f126d7c8eb7d:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
3244 3244   "priceCurrency": "USD",
3245 - "totalPrice": 1672.57,
3246 - "agentCommissionPercent": 9.0,
3247 - "agentCommissionAmount": 150.53,
2656 + "totalPrice": 950.99,
2657 + "agentCommissionPercent": 0.0,
2658 + "agentCommissionAmount": 0.0,
3248 3248   "includedExtrasAmount": 0,
3249 3249   "priceDifference": 0,
3250 3250   "hotel": {
3251 - "hotelPriceId": "07655d65-2000-45cd-b370-8abef039af1f",
3252 - "hotelName": "Fujairah Rotana Resort Spa",
3253 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
3254 - "nights": 7,
3255 - "mealPlan": "BB",
3256 - "hotelClass": "5",
2662 + "hotelPriceId": "28a7bc68-07b6-4401-af7a-f126d7c8eb7d",
2663 + "hotelName": "Pearl Swiss Hotel",
2664 + "hotelCode": "0991be88-373b-4e76-908b-0ba66307ef3e",
2665 + "nigths": 7,
2666 + "mealPlan": "RO",
2667 + "hotelClass": "4",
3257 3257   "hotelColor": "#000000",
3258 3258   "availabilityType": "FreeSale",
3259 3259   "availableRoomsCount": 0,
3260 3260   "fewRooms": true,
3261 - "roomCategoryCode": "65a0dc25-b738-4c5a-838c-2f3b30b6427e",
3262 - "roomCategoryName": "Garden View Room King with Terrace",
2672 + "roomCategoryCode": "0354ade3-baad-4a1a-a2e7-cd011afd68ba",
2673 + "roomCategoryName": "Superior (Standard) Room",
3263 3263   "placementTypeName": "DBL",
3264 - "checkInDate": "2024-09-07T00:00:00",
3265 - "checkOutDate": "2024-09-14T00:00:00",
2675 + "checkInDate": "2024-05-25T00:00:00.000",
2676 + "checkOutDate": "2024-06-01T00:00:00.000",
3266 3266   "adults": 2,
3267 3267   "children": 0,
3268 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
3269 - "districtName": "Al Aqah",
3270 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
3271 - "cityName": "Fujairah",
2679 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547",
2680 + "districtName": "Deira",
2681 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
2682 + "cityName": "Dubai",
3272 3272   "countryCode": "AE",
3273 3273   "countryName": "United Arab Emirates",
3274 - "hasAlcohol": true,
2685 + "hasAlcohol": false,
3275 3275   "hasFreeWifi": true,
3276 3276   "hasMetro": false,
3277 3277   "hasPool": true,
3278 3278   "hasMall": false,
3279 - "infantMaxAge": 1.99,
3280 - "childMinAge": 2.0,
2690 + "infantMaxAge": 4.99,
2691 + "childMinAge": 5.0,
3281 3281   "childMaxAge": 11.99,
3282 3282   "teenMinAge": 0.0,
3283 3283   "teenMaxAge": 0.0,
3284 3284   "adultMinAge": 12.0,
3285 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
2696 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
3286 3286   "cancellationPolicy": {
3287 3287   "noShowChargeValue": 100.0,
3288 3288   "noShowChargeValueType": "%",
... ... @@ -3290,21 +3290,21 @@
3290 3290   "earlyDepartureChargeValueType": "%",
3291 3291   "conditions": [
3292 3292   {
3293 - "timeunits": 4,
2704 + "timeunits": 1,
3294 3294   "timeunitType": "Day",
3295 3295   "timeOffsetTypeName": "Before Arrival",
3296 - "chargeValue": 100.0,
3297 - "chargeValueType": "%"
2707 + "chargeValue": 1.0,
2708 + "chargeValueType": "Night"
3298 3298   }
3299 3299   ]
3300 3300   }
3301 3301   },
3302 3302   "flight": {
3303 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
3304 - "departureDate": "2024-09-07T00:00:00",
3305 - "returnDate": "2024-09-14T00:00:00",
3306 - "departureTicketsLeft": 24,
3307 - "returnTicketsLeft": 17,
2714 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
2715 + "departureDate": "2024-05-25T00:00:00.000",
2716 + "returnDate": "2024-06-01T00:00:00.000",
2717 + "departureTicketsLeft": 48,
2718 + "returnTicketsLeft": 33,
3308 3308   "departureAvailabilityType": "FreeSale",
3309 3309   "returnAvailabilityType": "FreeSale",
3310 3310   "isTwoWay": true,
... ... @@ -3320,13 +3320,13 @@
3320 3320   "class": "Economy",
3321 3321   "lugageWeight": 20,
3322 3322   "handLugageWeight": 6,
3323 - "departureFlightDate": "2024-09-07T03:40:00.000",
2734 + "departureFlightDate": "2024-05-25T03:35:00.000",
3324 3324   "departureCountryName": "Kazakhstan",
3325 3325   "departureCityName": "Almaty",
3326 3326   "departureAirportCode": "ALA",
3327 3327   "departureAirportName": "Almaty Intl Airport",
3328 3328   "departureTerminalCode": "ALA",
3329 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
2740 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
3330 3330   "arrivalCountryName": "United Arab Emirates",
3331 3331   "arrivalCityName": "Dubai",
3332 3332   "arrivalAirportCode": "DXB",
... ... @@ -3343,13 +3343,13 @@
3343 3343   "class": "Economy",
3344 3344   "lugageWeight": 20,
3345 3345   "handLugageWeight": 6,
3346 - "departureFlightDate": "2024-09-14T21:30:00.000",
2757 + "departureFlightDate": "2024-06-01T21:25:00.000",
3347 3347   "departureCountryName": "United Arab Emirates",
3348 3348   "departureCityName": "Dubai",
3349 3349   "departureAirportCode": "DXB",
3350 3350   "departureAirportName": "Dubai Intl Airport",
3351 3351   "departureTerminalCode": "DXB3",
3352 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
2763 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
3353 3353   "arrivalCountryName": "Kazakhstan",
3354 3354   "arrivalCityName": "Almaty",
3355 3355   "arrivalAirportCode": "ALA",
... ... @@ -3360,7 +3360,7 @@
3360 3360   ],
3361 3361   "passengers": [
3362 3362   {
3363 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
2774 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
3364 3364   "isAdult": true,
3365 3365   "selectedForwardBaggageCode": "INCLUDED",
3366 3366   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -3384,7 +3384,7 @@
3384 3384   ]
3385 3385   },
3386 3386   {
3387 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
2798 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
3388 3388   "isAdult": true,
3389 3389   "selectedForwardBaggageCode": "INCLUDED",
3390 3390   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -3410,45 +3410,51 @@
3410 3410   ]
3411 3411   },
3412 3412   "extraServices": [],
3413 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:12",
3414 - "sortCheckInOut": "07.09.2024-14.09.2024",
2824 + "insurancePrice": {
2825 + "name": "Medical INS (N10000)",
2826 + "price": 35.84,
2827 + "actualStartDate": "2024-05-25T00:00:00.000",
2828 + "actualEndDate": "2024-06-01T00:00:00.000",
2829 + "optional": false,
2830 + "includedInPackagePrice": true
2831 + },
2832 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:14",
2833 + "sortCheckInOut": "25.05.2024-01.06.2024",
3415 3415   "sortAirline": "fly dubai",
3416 - "sortHotelName": "fujairah rotana resort spa",
3417 - "sortDetails": "bb",
3418 - "sortPlacement": "garden view room king with terrace dbl",
3419 - "subList": [],
3420 - "exchangeRate": 480.0
2835 + "sortHotelName": "pearl swiss hotel",
2836 + "sortDetails": "ro",
2837 + "sortPlacement": "superior standard room dbl"
3421 3421   },
3422 3422   {
3423 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:1aa18de2-a9f5-4fe6-83dd-67cf4a35690c:04abb186-80f6-4808-bce4-ae97cef85c51",
2840 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:1b727487-ed18-4dbc-83d7-4d1ca358c20f:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
3424 3424   "priceCurrency": "USD",
3425 - "totalPrice": 1672.57,
3426 - "agentCommissionPercent": 9.0,
3427 - "agentCommissionAmount": 150.53,
2842 + "totalPrice": 954.99,
2843 + "agentCommissionPercent": 0.0,
2844 + "agentCommissionAmount": 0.0,
3428 3428   "includedExtrasAmount": 0,
3429 3429   "priceDifference": 0,
3430 3430   "hotel": {
3431 - "hotelPriceId": "1aa18de2-a9f5-4fe6-83dd-67cf4a35690c",
3432 - "hotelName": "Fujairah Rotana Resort Spa",
3433 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
3434 - "nights": 7,
3435 - "mealPlan": "BB",
3436 - "hotelClass": "5",
2848 + "hotelPriceId": "1b727487-ed18-4dbc-83d7-4d1ca358c20f",
2849 + "hotelName": "Red Castle Hotel Sharjah",
2850 + "hotelCode": "6cf843a8-6430-4d2a-a600-450925ed790f",
2851 + "nigths": 7,
2852 + "mealPlan": "RO",
2853 + "hotelClass": "4",
3437 3437   "hotelColor": "#000000",
3438 3438   "availabilityType": "FreeSale",
3439 3439   "availableRoomsCount": 0,
3440 3440   "fewRooms": true,
3441 - "roomCategoryCode": "65a0dc25-b738-4c5a-838c-2f3b30b6427e",
3442 - "roomCategoryName": "Garden View Room King with Terrace",
2858 + "roomCategoryCode": "afa5f047-ad92-4290-b06d-f5a44eed782e",
2859 + "roomCategoryName": "Deluxe Suite",
3443 3443   "placementTypeName": "DBL",
3444 - "checkInDate": "2024-09-07T00:00:00",
3445 - "checkOutDate": "2024-09-14T00:00:00",
2861 + "checkInDate": "2024-05-25T00:00:00.000",
2862 + "checkOutDate": "2024-06-01T00:00:00.000",
3446 3446   "adults": 2,
3447 3447   "children": 0,
3448 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
3449 - "districtName": "Al Aqah",
3450 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
3451 - "cityName": "Fujairah",
2865 + "districtUID": "7ac1bbc8-59ea-4977-b272-ed8553f94f9b",
2866 + "districtName": "Sharjah",
2867 + "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6",
2868 + "cityName": "Sharjah",
3452 3452   "countryCode": "AE",
3453 3453   "countryName": "United Arab Emirates",
3454 3454   "hasAlcohol": true,
... ... @@ -3456,13 +3456,13 @@
3456 3456   "hasMetro": false,
3457 3457   "hasPool": true,
3458 3458   "hasMall": false,
3459 - "infantMaxAge": 1.99,
3460 - "childMinAge": 2.0,
2876 + "infantMaxAge": 5.99,
2877 + "childMinAge": 6.0,
3461 3461   "childMaxAge": 11.99,
3462 3462   "teenMinAge": 0.0,
3463 3463   "teenMaxAge": 0.0,
3464 3464   "adultMinAge": 12.0,
3465 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
2882 + "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
3466 3466   "cancellationPolicy": {
3467 3467   "noShowChargeValue": 100.0,
3468 3468   "noShowChargeValueType": "%",
... ... @@ -3470,7 +3470,7 @@
3470 3470   "earlyDepartureChargeValueType": "%",
3471 3471   "conditions": [
3472 3472   {
3473 - "timeunits": 4,
2890 + "timeunits": 2,
3474 3474   "timeunitType": "Day",
3475 3475   "timeOffsetTypeName": "Before Arrival",
3476 3476   "chargeValue": 100.0,
... ... @@ -3480,11 +3480,11 @@
3480 3480   }
3481 3481   },
3482 3482   "flight": {
3483 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
3484 - "departureDate": "2024-09-07T00:00:00",
3485 - "returnDate": "2024-09-14T00:00:00",
3486 - "departureTicketsLeft": 24,
3487 - "returnTicketsLeft": 17,
2900 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
2901 + "departureDate": "2024-05-25T00:00:00.000",
2902 + "returnDate": "2024-06-01T00:00:00.000",
2903 + "departureTicketsLeft": 48,
2904 + "returnTicketsLeft": 33,
3488 3488   "departureAvailabilityType": "FreeSale",
3489 3489   "returnAvailabilityType": "FreeSale",
3490 3490   "isTwoWay": true,
... ... @@ -3500,13 +3500,13 @@
3500 3500   "class": "Economy",
3501 3501   "lugageWeight": 20,
3502 3502   "handLugageWeight": 6,
3503 - "departureFlightDate": "2024-09-07T03:40:00.000",
2920 + "departureFlightDate": "2024-05-25T03:35:00.000",
3504 3504   "departureCountryName": "Kazakhstan",
3505 3505   "departureCityName": "Almaty",
3506 3506   "departureAirportCode": "ALA",
3507 3507   "departureAirportName": "Almaty Intl Airport",
3508 3508   "departureTerminalCode": "ALA",
3509 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
2926 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
3510 3510   "arrivalCountryName": "United Arab Emirates",
3511 3511   "arrivalCityName": "Dubai",
3512 3512   "arrivalAirportCode": "DXB",
... ... @@ -3523,13 +3523,13 @@
3523 3523   "class": "Economy",
3524 3524   "lugageWeight": 20,
3525 3525   "handLugageWeight": 6,
3526 - "departureFlightDate": "2024-09-14T21:30:00.000",
2943 + "departureFlightDate": "2024-06-01T21:25:00.000",
3527 3527   "departureCountryName": "United Arab Emirates",
3528 3528   "departureCityName": "Dubai",
3529 3529   "departureAirportCode": "DXB",
3530 3530   "departureAirportName": "Dubai Intl Airport",
3531 3531   "departureTerminalCode": "DXB3",
3532 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
2949 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
3533 3533   "arrivalCountryName": "Kazakhstan",
3534 3534   "arrivalCityName": "Almaty",
3535 3535   "arrivalAirportCode": "ALA",
... ... @@ -3540,7 +3540,7 @@
3540 3540   ],
3541 3541   "passengers": [
3542 3542   {
3543 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
2960 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
3544 3544   "isAdult": true,
3545 3545   "selectedForwardBaggageCode": "INCLUDED",
3546 3546   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -3564,7 +3564,7 @@
3564 3564   ]
3565 3565   },
3566 3566   {
3567 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
2984 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
3568 3568   "isAdult": true,
3569 3569   "selectedForwardBaggageCode": "INCLUDED",
3570 3570   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -3590,59 +3590,65 @@
3590 3590   ]
3591 3591   },
3592 3592   "extraServices": [],
3593 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:13",
3594 - "sortCheckInOut": "07.09.2024-14.09.2024",
3010 + "insurancePrice": {
3011 + "name": "Medical INS (N10000)",
3012 + "price": 35.84,
3013 + "actualStartDate": "2024-05-25T00:00:00.000",
3014 + "actualEndDate": "2024-06-01T00:00:00.000",
3015 + "optional": false,
3016 + "includedInPackagePrice": true
3017 + },
3018 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:15",
3019 + "sortCheckInOut": "25.05.2024-01.06.2024",
3595 3595   "sortAirline": "fly dubai",
3596 - "sortHotelName": "fujairah rotana resort spa",
3597 - "sortDetails": "bb",
3598 - "sortPlacement": "garden view room king with terrace dbl",
3599 - "subList": [],
3600 - "exchangeRate": 480.0
3021 + "sortHotelName": "red castle hotel sharjah",
3022 + "sortDetails": "ro",
3023 + "sortPlacement": "deluxe suite dbl"
3601 3601   },
3602 3602   {
3603 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:828e9137-9b6d-4bde-96b6-fa81d41c455f:04abb186-80f6-4808-bce4-ae97cef85c51",
3026 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:a8f703f8-207f-4e48-89f8-b03720d83da2:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
3604 3604   "priceCurrency": "USD",
3605 - "totalPrice": 1672.57,
3606 - "agentCommissionPercent": 9.0,
3607 - "agentCommissionAmount": 150.53,
3028 + "totalPrice": 955.47,
3029 + "agentCommissionPercent": 0.0,
3030 + "agentCommissionAmount": 0.0,
3608 3608   "includedExtrasAmount": 0,
3609 3609   "priceDifference": 0,
3610 3610   "hotel": {
3611 - "hotelPriceId": "828e9137-9b6d-4bde-96b6-fa81d41c455f",
3612 - "hotelName": "Fujairah Rotana Resort Spa",
3613 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
3614 - "nights": 7,
3615 - "mealPlan": "BB",
3616 - "hotelClass": "5",
3034 + "hotelPriceId": "a8f703f8-207f-4e48-89f8-b03720d83da2",
3035 + "hotelName": "Concorde Inn Hotel",
3036 + "hotelCode": "27079d64-fd42-4880-9351-362a90207987",
3037 + "nigths": 7,
3038 + "mealPlan": "RO",
3039 + "hotelClass": "2",
3617 3617   "hotelColor": "#000000",
3618 3618   "availabilityType": "FreeSale",
3619 3619   "availableRoomsCount": 0,
3620 3620   "fewRooms": true,
3621 - "roomCategoryCode": "d544f59a-df57-4dc4-b1cd-b7263c02a5cc",
3622 - "roomCategoryName": "Garden View Room Twin with Terrace",
3044 + "roomCategoryCode": "2af2f9cf-90f9-4045-8a27-2808f860cfdb",
3045 + "roomCategoryName": "Standard Room",
3623 3623   "placementTypeName": "DBL",
3624 - "checkInDate": "2024-09-07T00:00:00",
3625 - "checkOutDate": "2024-09-14T00:00:00",
3047 + "checkInDate": "2024-05-25T00:00:00.000",
3048 + "checkOutDate": "2024-06-01T00:00:00.000",
3626 3626   "adults": 2,
3627 3627   "children": 0,
3628 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
3629 - "districtName": "Al Aqah",
3630 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
3631 - "cityName": "Fujairah",
3051 + "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992",
3052 + "districtName": "Bur Dubai",
3053 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
3054 + "cityName": "Dubai",
3632 3632   "countryCode": "AE",
3633 3633   "countryName": "United Arab Emirates",
3634 - "hasAlcohol": true,
3057 + "hasAlcohol": false,
3635 3635   "hasFreeWifi": true,
3636 3636   "hasMetro": false,
3637 - "hasPool": true,
3060 + "hasPool": false,
3638 3638   "hasMall": false,
3639 - "infantMaxAge": 1.99,
3640 - "childMinAge": 2.0,
3641 - "childMaxAge": 11.99,
3062 + "infantMaxAge": 4.99,
3063 + "childMinAge": 5.0,
3064 + "childMaxAge": 10.99,
3642 3642   "teenMinAge": 0.0,
3643 3643   "teenMaxAge": 0.0,
3644 - "adultMinAge": 12.0,
3645 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
3067 + "adultMinAge": 11.0,
3068 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable",
3646 3646   "cancellationPolicy": {
3647 3647   "noShowChargeValue": 100.0,
3648 3648   "noShowChargeValueType": "%",
... ... @@ -3650,7 +3650,7 @@
3650 3650   "earlyDepartureChargeValueType": "%",
3651 3651   "conditions": [
3652 3652   {
3653 - "timeunits": 4,
3076 + "timeunits": 365,
3654 3654   "timeunitType": "Day",
3655 3655   "timeOffsetTypeName": "Before Arrival",
3656 3656   "chargeValue": 100.0,
... ... @@ -3660,11 +3660,11 @@
3660 3660   }
3661 3661   },
3662 3662   "flight": {
3663 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
3664 - "departureDate": "2024-09-07T00:00:00",
3665 - "returnDate": "2024-09-14T00:00:00",
3666 - "departureTicketsLeft": 24,
3667 - "returnTicketsLeft": 17,
3086 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
3087 + "departureDate": "2024-05-25T00:00:00.000",
3088 + "returnDate": "2024-06-01T00:00:00.000",
3089 + "departureTicketsLeft": 48,
3090 + "returnTicketsLeft": 33,
3668 3668   "departureAvailabilityType": "FreeSale",
3669 3669   "returnAvailabilityType": "FreeSale",
3670 3670   "isTwoWay": true,
... ... @@ -3680,13 +3680,13 @@
3680 3680   "class": "Economy",
3681 3681   "lugageWeight": 20,
3682 3682   "handLugageWeight": 6,
3683 - "departureFlightDate": "2024-09-07T03:40:00.000",
3106 + "departureFlightDate": "2024-05-25T03:35:00.000",
3684 3684   "departureCountryName": "Kazakhstan",
3685 3685   "departureCityName": "Almaty",
3686 3686   "departureAirportCode": "ALA",
3687 3687   "departureAirportName": "Almaty Intl Airport",
3688 3688   "departureTerminalCode": "ALA",
3689 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
3112 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
3690 3690   "arrivalCountryName": "United Arab Emirates",
3691 3691   "arrivalCityName": "Dubai",
3692 3692   "arrivalAirportCode": "DXB",
... ... @@ -3703,13 +3703,13 @@
3703 3703   "class": "Economy",
3704 3704   "lugageWeight": 20,
3705 3705   "handLugageWeight": 6,
3706 - "departureFlightDate": "2024-09-14T21:30:00.000",
3129 + "departureFlightDate": "2024-06-01T21:25:00.000",
3707 3707   "departureCountryName": "United Arab Emirates",
3708 3708   "departureCityName": "Dubai",
3709 3709   "departureAirportCode": "DXB",
3710 3710   "departureAirportName": "Dubai Intl Airport",
3711 3711   "departureTerminalCode": "DXB3",
3712 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
3135 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
3713 3713   "arrivalCountryName": "Kazakhstan",
3714 3714   "arrivalCityName": "Almaty",
3715 3715   "arrivalAirportCode": "ALA",
... ... @@ -3720,7 +3720,7 @@
3720 3720   ],
3721 3721   "passengers": [
3722 3722   {
3723 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
3146 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
3724 3724   "isAdult": true,
3725 3725   "selectedForwardBaggageCode": "INCLUDED",
3726 3726   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -3744,7 +3744,7 @@
3744 3744   ]
3745 3745   },
3746 3746   {
3747 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
3170 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
3748 3748   "isAdult": true,
3749 3749   "selectedForwardBaggageCode": "INCLUDED",
3750 3750   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -3770,59 +3770,65 @@
3770 3770   ]
3771 3771   },
3772 3772   "extraServices": [],
3773 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:14",
3774 - "sortCheckInOut": "07.09.2024-14.09.2024",
3196 + "insurancePrice": {
3197 + "name": "Medical INS (N10000)",
3198 + "price": 35.84,
3199 + "actualStartDate": "2024-05-25T00:00:00.000",
3200 + "actualEndDate": "2024-06-01T00:00:00.000",
3201 + "optional": false,
3202 + "includedInPackagePrice": true
3203 + },
3204 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:16",
3205 + "sortCheckInOut": "25.05.2024-01.06.2024",
3775 3775   "sortAirline": "fly dubai",
3776 - "sortHotelName": "fujairah rotana resort spa",
3777 - "sortDetails": "bb",
3778 - "sortPlacement": "garden view room twin with terrace dbl",
3779 - "subList": [],
3780 - "exchangeRate": 480.0
3207 + "sortHotelName": "concorde inn hotel",
3208 + "sortDetails": "ro",
3209 + "sortPlacement": "standard room dbl"
3781 3781   },
3782 3782   {
3783 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:8b389dd6-3040-444a-8d21-c9d20a7718c5:04abb186-80f6-4808-bce4-ae97cef85c51",
3212 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:5f6de21e-6d76-4120-b9d4-c1356c6e3a06:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
3784 3784   "priceCurrency": "USD",
3785 - "totalPrice": 1770.11,
3786 - "agentCommissionPercent": 9.0,
3787 - "agentCommissionAmount": 159.31,
3214 + "totalPrice": 960.58,
3215 + "agentCommissionPercent": 0.0,
3216 + "agentCommissionAmount": 0.0,
3788 3788   "includedExtrasAmount": 0,
3789 3789   "priceDifference": 0,
3790 3790   "hotel": {
3791 - "hotelPriceId": "8b389dd6-3040-444a-8d21-c9d20a7718c5",
3792 - "hotelName": "Fujairah Rotana Resort Spa",
3793 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
3794 - "nights": 7,
3795 - "mealPlan": "HB",
3796 - "hotelClass": "5",
3220 + "hotelPriceId": "5f6de21e-6d76-4120-b9d4-c1356c6e3a06",
3221 + "hotelName": "Kingsgate Canal by Millennium Hotel",
3222 + "hotelCode": "5e92da79-14ea-4c74-8004-8b57f6ad77de",
3223 + "nigths": 7,
3224 + "mealPlan": "RO",
3225 + "hotelClass": "3",
3797 3797   "hotelColor": "#000000",
3798 3798   "availabilityType": "FreeSale",
3799 3799   "availableRoomsCount": 0,
3800 3800   "fewRooms": true,
3801 - "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076",
3802 - "roomCategoryName": "King Guest Room",
3230 + "roomCategoryCode": "22438123-aecc-4f61-9cd3-ab2c7de4a11f",
3231 + "roomCategoryName": "Standard Room City View",
3803 3803   "placementTypeName": "DBL",
3804 - "checkInDate": "2024-09-07T00:00:00",
3805 - "checkOutDate": "2024-09-14T00:00:00",
3233 + "checkInDate": "2024-05-25T00:00:00.000",
3234 + "checkOutDate": "2024-06-01T00:00:00.000",
3806 3806   "adults": 2,
3807 3807   "children": 0,
3808 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
3809 - "districtName": "Al Aqah",
3810 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
3811 - "cityName": "Fujairah",
3237 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9",
3238 + "districtName": "Al Jaddaf",
3239 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
3240 + "cityName": "Dubai",
3812 3812   "countryCode": "AE",
3813 3813   "countryName": "United Arab Emirates",
3814 - "hasAlcohol": true,
3243 + "hasAlcohol": false,
3815 3815   "hasFreeWifi": true,
3816 3816   "hasMetro": false,
3817 - "hasPool": true,
3246 + "hasPool": false,
3818 3818   "hasMall": false,
3819 - "infantMaxAge": 1.99,
3820 - "childMinAge": 2.0,
3248 + "infantMaxAge": 5.99,
3249 + "childMinAge": 6.0,
3821 3821   "childMaxAge": 11.99,
3822 3822   "teenMinAge": 0.0,
3823 3823   "teenMaxAge": 0.0,
3824 3824   "adultMinAge": 12.0,
3825 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
3254 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable",
3826 3826   "cancellationPolicy": {
3827 3827   "noShowChargeValue": 100.0,
3828 3828   "noShowChargeValueType": "%",
... ... @@ -3830,7 +3830,7 @@
3830 3830   "earlyDepartureChargeValueType": "%",
3831 3831   "conditions": [
3832 3832   {
3833 - "timeunits": 4,
3262 + "timeunits": 365,
3834 3834   "timeunitType": "Day",
3835 3835   "timeOffsetTypeName": "Before Arrival",
3836 3836   "chargeValue": 100.0,
... ... @@ -3840,11 +3840,11 @@
3840 3840   }
3841 3841   },
3842 3842   "flight": {
3843 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
3844 - "departureDate": "2024-09-07T00:00:00",
3845 - "returnDate": "2024-09-14T00:00:00",
3846 - "departureTicketsLeft": 24,
3847 - "returnTicketsLeft": 17,
3272 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
3273 + "departureDate": "2024-05-25T00:00:00.000",
3274 + "returnDate": "2024-06-01T00:00:00.000",
3275 + "departureTicketsLeft": 48,
3276 + "returnTicketsLeft": 33,
3848 3848   "departureAvailabilityType": "FreeSale",
3849 3849   "returnAvailabilityType": "FreeSale",
3850 3850   "isTwoWay": true,
... ... @@ -3860,13 +3860,13 @@
3860 3860   "class": "Economy",
3861 3861   "lugageWeight": 20,
3862 3862   "handLugageWeight": 6,
3863 - "departureFlightDate": "2024-09-07T03:40:00.000",
3292 + "departureFlightDate": "2024-05-25T03:35:00.000",
3864 3864   "departureCountryName": "Kazakhstan",
3865 3865   "departureCityName": "Almaty",
3866 3866   "departureAirportCode": "ALA",
3867 3867   "departureAirportName": "Almaty Intl Airport",
3868 3868   "departureTerminalCode": "ALA",
3869 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
3298 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
3870 3870   "arrivalCountryName": "United Arab Emirates",
3871 3871   "arrivalCityName": "Dubai",
3872 3872   "arrivalAirportCode": "DXB",
... ... @@ -3883,13 +3883,13 @@
3883 3883   "class": "Economy",
3884 3884   "lugageWeight": 20,
3885 3885   "handLugageWeight": 6,
3886 - "departureFlightDate": "2024-09-14T21:30:00.000",
3315 + "departureFlightDate": "2024-06-01T21:25:00.000",
3887 3887   "departureCountryName": "United Arab Emirates",
3888 3888   "departureCityName": "Dubai",
3889 3889   "departureAirportCode": "DXB",
3890 3890   "departureAirportName": "Dubai Intl Airport",
3891 3891   "departureTerminalCode": "DXB3",
3892 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
3321 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
3893 3893   "arrivalCountryName": "Kazakhstan",
3894 3894   "arrivalCityName": "Almaty",
3895 3895   "arrivalAirportCode": "ALA",
... ... @@ -3900,7 +3900,7 @@
3900 3900   ],
3901 3901   "passengers": [
3902 3902   {
3903 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
3332 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
3904 3904   "isAdult": true,
3905 3905   "selectedForwardBaggageCode": "INCLUDED",
3906 3906   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -3924,7 +3924,7 @@
3924 3924   ]
3925 3925   },
3926 3926   {
3927 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
3356 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
3928 3928   "isAdult": true,
3929 3929   "selectedForwardBaggageCode": "INCLUDED",
3930 3930   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -3950,59 +3950,65 @@
3950 3950   ]
3951 3951   },
3952 3952   "extraServices": [],
3953 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:15",
3954 - "sortCheckInOut": "07.09.2024-14.09.2024",
3382 + "insurancePrice": {
3383 + "name": "Medical INS (N10000)",
3384 + "price": 35.84,
3385 + "actualStartDate": "2024-05-25T00:00:00.000",
3386 + "actualEndDate": "2024-06-01T00:00:00.000",
3387 + "optional": false,
3388 + "includedInPackagePrice": true
3389 + },
3390 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:17",
3391 + "sortCheckInOut": "25.05.2024-01.06.2024",
3955 3955   "sortAirline": "fly dubai",
3956 - "sortHotelName": "fujairah rotana resort spa",
3957 - "sortDetails": "hb",
3958 - "sortPlacement": "king guest room dbl",
3959 - "subList": [],
3960 - "exchangeRate": 480.0
3393 + "sortHotelName": "kingsgate canal by millennium hotel",
3394 + "sortDetails": "ro",
3395 + "sortPlacement": "standard room city view dbl"
3961 3961   },
3962 3962   {
3963 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:91a303cb-ca93-4408-8dc5-1d1134fa59e8:04abb186-80f6-4808-bce4-ae97cef85c51",
3398 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:92bcda0e-333a-4daa-976e-8eef81653c01:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
3964 3964   "priceCurrency": "USD",
3965 - "totalPrice": 1770.11,
3966 - "agentCommissionPercent": 9.0,
3967 - "agentCommissionAmount": 159.31,
3400 + "totalPrice": 960.58,
3401 + "agentCommissionPercent": 0.0,
3402 + "agentCommissionAmount": 0.0,
3968 3968   "includedExtrasAmount": 0,
3969 3969   "priceDifference": 0,
3970 3970   "hotel": {
3971 - "hotelPriceId": "91a303cb-ca93-4408-8dc5-1d1134fa59e8",
3972 - "hotelName": "Fujairah Rotana Resort Spa",
3973 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
3974 - "nights": 7,
3975 - "mealPlan": "HB",
3976 - "hotelClass": "5",
3406 + "hotelPriceId": "92bcda0e-333a-4daa-976e-8eef81653c01",
3407 + "hotelName": "Aavri Hotel",
3408 + "hotelCode": "461f9ba6-3fe7-4668-aef0-ddf3e9b458dd",
3409 + "nigths": 7,
3410 + "mealPlan": "RO",
3411 + "hotelClass": "4",
3977 3977   "hotelColor": "#000000",
3978 - "availabilityType": "FreeSale",
3413 + "availabilityType": "OnRequest",
3979 3979   "availableRoomsCount": 0,
3980 3980   "fewRooms": true,
3981 - "roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5",
3982 - "roomCategoryName": "Twin Guest Room",
3416 + "roomCategoryCode": "590e8140-20fd-4a8f-8e6c-cfd9919935a3",
3417 + "roomCategoryName": "Superior Room",
3983 3983   "placementTypeName": "DBL",
3984 - "checkInDate": "2024-09-07T00:00:00",
3985 - "checkOutDate": "2024-09-14T00:00:00",
3419 + "checkInDate": "2024-05-25T00:00:00.000",
3420 + "checkOutDate": "2024-06-01T00:00:00.000",
3986 3986   "adults": 2,
3987 3987   "children": 0,
3988 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
3989 - "districtName": "Al Aqah",
3990 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
3991 - "cityName": "Fujairah",
3423 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547",
3424 + "districtName": "Deira",
3425 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
3426 + "cityName": "Dubai",
3992 3992   "countryCode": "AE",
3993 3993   "countryName": "United Arab Emirates",
3994 - "hasAlcohol": true,
3429 + "hasAlcohol": false,
3995 3995   "hasFreeWifi": true,
3996 3996   "hasMetro": false,
3997 3997   "hasPool": true,
3998 3998   "hasMall": false,
3999 - "infantMaxAge": 1.99,
4000 - "childMinAge": 2.0,
3434 + "infantMaxAge": 5.99,
3435 + "childMinAge": 6.0,
4001 4001   "childMaxAge": 11.99,
4002 4002   "teenMinAge": 0.0,
4003 4003   "teenMaxAge": 0.0,
4004 4004   "adultMinAge": 12.0,
4005 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
3440 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable",
4006 4006   "cancellationPolicy": {
4007 4007   "noShowChargeValue": 100.0,
4008 4008   "noShowChargeValueType": "%",
... ... @@ -4010,7 +4010,7 @@
4010 4010   "earlyDepartureChargeValueType": "%",
4011 4011   "conditions": [
4012 4012   {
4013 - "timeunits": 4,
3448 + "timeunits": 365,
4014 4014   "timeunitType": "Day",
4015 4015   "timeOffsetTypeName": "Before Arrival",
4016 4016   "chargeValue": 100.0,
... ... @@ -4020,11 +4020,11 @@
4020 4020   }
4021 4021   },
4022 4022   "flight": {
4023 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
4024 - "departureDate": "2024-09-07T00:00:00",
4025 - "returnDate": "2024-09-14T00:00:00",
4026 - "departureTicketsLeft": 24,
4027 - "returnTicketsLeft": 17,
3458 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
3459 + "departureDate": "2024-05-25T00:00:00.000",
3460 + "returnDate": "2024-06-01T00:00:00.000",
3461 + "departureTicketsLeft": 48,
3462 + "returnTicketsLeft": 33,
4028 4028   "departureAvailabilityType": "FreeSale",
4029 4029   "returnAvailabilityType": "FreeSale",
4030 4030   "isTwoWay": true,
... ... @@ -4040,13 +4040,13 @@
4040 4040   "class": "Economy",
4041 4041   "lugageWeight": 20,
4042 4042   "handLugageWeight": 6,
4043 - "departureFlightDate": "2024-09-07T03:40:00.000",
3478 + "departureFlightDate": "2024-05-25T03:35:00.000",
4044 4044   "departureCountryName": "Kazakhstan",
4045 4045   "departureCityName": "Almaty",
4046 4046   "departureAirportCode": "ALA",
4047 4047   "departureAirportName": "Almaty Intl Airport",
4048 4048   "departureTerminalCode": "ALA",
4049 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
3484 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
4050 4050   "arrivalCountryName": "United Arab Emirates",
4051 4051   "arrivalCityName": "Dubai",
4052 4052   "arrivalAirportCode": "DXB",
... ... @@ -4063,13 +4063,13 @@
4063 4063   "class": "Economy",
4064 4064   "lugageWeight": 20,
4065 4065   "handLugageWeight": 6,
4066 - "departureFlightDate": "2024-09-14T21:30:00.000",
3501 + "departureFlightDate": "2024-06-01T21:25:00.000",
4067 4067   "departureCountryName": "United Arab Emirates",
4068 4068   "departureCityName": "Dubai",
4069 4069   "departureAirportCode": "DXB",
4070 4070   "departureAirportName": "Dubai Intl Airport",
4071 4071   "departureTerminalCode": "DXB3",
4072 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
3507 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
4073 4073   "arrivalCountryName": "Kazakhstan",
4074 4074   "arrivalCityName": "Almaty",
4075 4075   "arrivalAirportCode": "ALA",
... ... @@ -4080,7 +4080,7 @@
4080 4080   ],
4081 4081   "passengers": [
4082 4082   {
4083 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
3518 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
4084 4084   "isAdult": true,
4085 4085   "selectedForwardBaggageCode": "INCLUDED",
4086 4086   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -4104,7 +4104,7 @@
4104 4104   ]
4105 4105   },
4106 4106   {
4107 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
3542 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
4108 4108   "isAdult": true,
4109 4109   "selectedForwardBaggageCode": "INCLUDED",
4110 4110   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -4130,50 +4130,57 @@
4130 4130   ]
4131 4131   },
4132 4132   "extraServices": [],
4133 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:16",
4134 - "sortCheckInOut": "07.09.2024-14.09.2024",
3568 + "insurancePrice": {
3569 + "name": "Medical INS (N10000)",
3570 + "price": 35.84,
3571 + "actualStartDate": "2024-05-25T00:00:00.000",
3572 + "actualEndDate": "2024-06-01T00:00:00.000",
3573 + "optional": false,
3574 + "includedInPackagePrice": true
3575 + },
3576 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:18",
3577 + "sortCheckInOut": "25.05.2024-01.06.2024",
4135 4135   "sortAirline": "fly dubai",
4136 - "sortHotelName": "fujairah rotana resort spa",
4137 - "sortDetails": "hb",
4138 - "sortPlacement": "twin guest room dbl",
4139 - "subList": [],
4140 - "exchangeRate": 480.0
3579 + "sortHotelName": "aavri hotel",
3580 + "sortDetails": "ro",
3581 + "sortPlacement": "superior room dbl"
4141 4141   },
4142 4142   {
4143 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:11f99f2c-9648-4c18-b650-3ce7ca27b709:04abb186-80f6-4808-bce4-ae97cef85c51",
3584 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:7b0d97af-7b56-4d83-880a-32bb55b045df:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
4144 4144   "priceCurrency": "USD",
4145 - "totalPrice": 1770.11,
4146 - "agentCommissionPercent": 9.0,
4147 - "agentCommissionAmount": 159.31,
3586 + "totalPrice": 960.97,
3587 + "agentCommissionPercent": 0.0,
3588 + "agentCommissionAmount": 0.0,
4148 4148   "includedExtrasAmount": 0,
4149 4149   "priceDifference": 0,
4150 4150   "hotel": {
4151 - "hotelPriceId": "11f99f2c-9648-4c18-b650-3ce7ca27b709",
4152 - "hotelName": "Fujairah Rotana Resort Spa",
4153 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
4154 - "nights": 7,
4155 - "mealPlan": "HB",
4156 - "hotelClass": "5",
4157 - "hotelColor": "#000000",
3592 + "hotelPriceId": "7b0d97af-7b56-4d83-880a-32bb55b045df",
3593 + "hotelName": "Arabian Park Edge by Rotana",
3594 + "hotelCode": "HYQDXBAPNUG",
3595 + "nigths": 7,
3596 + "mealPlan": "RO",
3597 + "hotelClass": "3",
3598 + "hotelColor": "#228B22",
4158 4158   "availabilityType": "FreeSale",
4159 4159   "availableRoomsCount": 0,
4160 4160   "fewRooms": true,
4161 - "roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5",
4162 - "roomCategoryName": "Twin Guest Room",
4163 - "placementTypeName": "DBL",
4164 - "checkInDate": "2024-09-07T00:00:00",
4165 - "checkOutDate": "2024-09-14T00:00:00",
3602 + "roomCategoryCode": "C3T",
3603 + "roomCategoryName": "City View Room - Twin Beds",
3604 + "placementTypeName": "2 Adults",
3605 + "placementDescription": "O18-Saver O18SAVER-RO",
3606 + "checkInDate": "2024-05-25T00:00:00.000",
3607 + "checkOutDate": "2024-06-01T00:00:00.000",
4166 4166   "adults": 2,
4167 4167   "children": 0,
4168 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
4169 - "districtName": "Al Aqah",
4170 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
4171 - "cityName": "Fujairah",
3610 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9",
3611 + "districtName": "Al Jaddaf",
3612 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
3613 + "cityName": "Dubai",
4172 4172   "countryCode": "AE",
4173 4173   "countryName": "United Arab Emirates",
4174 4174   "hasAlcohol": true,
4175 4175   "hasFreeWifi": true,
4176 - "hasMetro": false,
3618 + "hasMetro": true,
4177 4177   "hasPool": true,
4178 4178   "hasMall": false,
4179 4179   "infantMaxAge": 1.99,
... ... @@ -4182,18 +4182,18 @@
4182 4182   "teenMinAge": 0.0,
4183 4183   "teenMaxAge": 0.0,
4184 4184   "adultMinAge": 12.0,
4185 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
3627 + "cancellationPolicyDescription": "Cancellation Policy: Free cancellation, Early Departure: 100.00 %, NoShow: 100.00 %",
4186 4186   "cancellationPolicy": {
4187 - "noShowChargeValue": 100.0,
3629 + "noShowChargeValue": 100,
4188 4188   "noShowChargeValueType": "%",
4189 - "earlyDepartureChargeValue": 100.0,
3631 + "earlyDepartureChargeValue": 100,
4190 4190   "earlyDepartureChargeValueType": "%",
4191 4191   "conditions": [
4192 4192   {
4193 - "timeunits": 4,
3635 + "timeunits": 0,
4194 4194   "timeunitType": "Day",
4195 4195   "timeOffsetTypeName": "Before Arrival",
4196 - "chargeValue": 100.0,
3638 + "chargeValue": 0,
4197 4197   "chargeValueType": "%"
4198 4198   }
4199 4199   ]
... ... @@ -4200,11 +4200,11 @@
4200 4200   }
4201 4201   },
4202 4202   "flight": {
4203 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
4204 - "departureDate": "2024-09-07T00:00:00",
4205 - "returnDate": "2024-09-14T00:00:00",
4206 - "departureTicketsLeft": 24,
4207 - "returnTicketsLeft": 17,
3645 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
3646 + "departureDate": "2024-05-25T00:00:00.000",
3647 + "returnDate": "2024-06-01T00:00:00.000",
3648 + "departureTicketsLeft": 48,
3649 + "returnTicketsLeft": 33,
4208 4208   "departureAvailabilityType": "FreeSale",
4209 4209   "returnAvailabilityType": "FreeSale",
4210 4210   "isTwoWay": true,
... ... @@ -4220,13 +4220,13 @@
4220 4220   "class": "Economy",
4221 4221   "lugageWeight": 20,
4222 4222   "handLugageWeight": 6,
4223 - "departureFlightDate": "2024-09-07T03:40:00.000",
3665 + "departureFlightDate": "2024-05-25T03:35:00.000",
4224 4224   "departureCountryName": "Kazakhstan",
4225 4225   "departureCityName": "Almaty",
4226 4226   "departureAirportCode": "ALA",
4227 4227   "departureAirportName": "Almaty Intl Airport",
4228 4228   "departureTerminalCode": "ALA",
4229 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
3671 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
4230 4230   "arrivalCountryName": "United Arab Emirates",
4231 4231   "arrivalCityName": "Dubai",
4232 4232   "arrivalAirportCode": "DXB",
... ... @@ -4243,13 +4243,13 @@
4243 4243   "class": "Economy",
4244 4244   "lugageWeight": 20,
4245 4245   "handLugageWeight": 6,
4246 - "departureFlightDate": "2024-09-14T21:30:00.000",
3688 + "departureFlightDate": "2024-06-01T21:25:00.000",
4247 4247   "departureCountryName": "United Arab Emirates",
4248 4248   "departureCityName": "Dubai",
4249 4249   "departureAirportCode": "DXB",
4250 4250   "departureAirportName": "Dubai Intl Airport",
4251 4251   "departureTerminalCode": "DXB3",
4252 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
3694 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
4253 4253   "arrivalCountryName": "Kazakhstan",
4254 4254   "arrivalCityName": "Almaty",
4255 4255   "arrivalAirportCode": "ALA",
... ... @@ -4260,7 +4260,7 @@
4260 4260   ],
4261 4261   "passengers": [
4262 4262   {
4263 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
3705 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
4264 4264   "isAdult": true,
4265 4265   "selectedForwardBaggageCode": "INCLUDED",
4266 4266   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -4284,7 +4284,7 @@
4284 4284   ]
4285 4285   },
4286 4286   {
4287 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
3729 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
4288 4288   "isAdult": true,
4289 4289   "selectedForwardBaggageCode": "INCLUDED",
4290 4290   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -4310,50 +4310,57 @@
4310 4310   ]
4311 4311   },
4312 4312   "extraServices": [],
4313 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:17",
4314 - "sortCheckInOut": "07.09.2024-14.09.2024",
3755 + "insurancePrice": {
3756 + "name": "Medical INS (N10000)",
3757 + "price": 35.84,
3758 + "actualStartDate": "2024-05-25T00:00:00.000",
3759 + "actualEndDate": "2024-06-01T00:00:00.000",
3760 + "optional": false,
3761 + "includedInPackagePrice": true
3762 + },
3763 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:19",
3764 + "sortCheckInOut": "25.05.2024-01.06.2024",
4315 4315   "sortAirline": "fly dubai",
4316 - "sortHotelName": "fujairah rotana resort spa",
4317 - "sortDetails": "hb",
4318 - "sortPlacement": "twin guest room dbl",
4319 - "subList": [],
4320 - "exchangeRate": 480.0
3766 + "sortHotelName": "arabian park edge by rotana",
3767 + "sortDetails": "ro",
3768 + "sortPlacement": "city view room twin beds 2 adults"
4321 4321   },
4322 4322   {
4323 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:c8c707d3-f061-4fa2-a7b3-ba5d42c67d03:04abb186-80f6-4808-bce4-ae97cef85c51",
3771 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:b37b3b08-ba61-47d6-958a-6d4236cd4f57:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
4324 4324   "priceCurrency": "USD",
4325 - "totalPrice": 1770.11,
4326 - "agentCommissionPercent": 9.0,
4327 - "agentCommissionAmount": 159.31,
3773 + "totalPrice": 960.97,
3774 + "agentCommissionPercent": 0.0,
3775 + "agentCommissionAmount": 0.0,
4328 4328   "includedExtrasAmount": 0,
4329 4329   "priceDifference": 0,
4330 4330   "hotel": {
4331 - "hotelPriceId": "c8c707d3-f061-4fa2-a7b3-ba5d42c67d03",
4332 - "hotelName": "Fujairah Rotana Resort Spa",
4333 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
4334 - "nights": 7,
4335 - "mealPlan": "HB",
4336 - "hotelClass": "5",
4337 - "hotelColor": "#000000",
3779 + "hotelPriceId": "b37b3b08-ba61-47d6-958a-6d4236cd4f57",
3780 + "hotelName": "Arabian Park Edge by Rotana",
3781 + "hotelCode": "HYQDXBAPNUG",
3782 + "nigths": 7,
3783 + "mealPlan": "RO",
3784 + "hotelClass": "3",
3785 + "hotelColor": "#228B22",
4338 4338   "availabilityType": "FreeSale",
4339 4339   "availableRoomsCount": 0,
4340 4340   "fewRooms": true,
4341 - "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076",
4342 - "roomCategoryName": "King Guest Room",
4343 - "placementTypeName": "DBL",
4344 - "checkInDate": "2024-09-07T00:00:00",
4345 - "checkOutDate": "2024-09-14T00:00:00",
3789 + "roomCategoryCode": "D1K",
3790 + "roomCategoryName": "City View Room - King Bed",
3791 + "placementTypeName": "2 Adults",
3792 + "placementDescription": "O18-Saver O18SAVER-RO",
3793 + "checkInDate": "2024-05-25T00:00:00.000",
3794 + "checkOutDate": "2024-06-01T00:00:00.000",
4346 4346   "adults": 2,
4347 4347   "children": 0,
4348 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
4349 - "districtName": "Al Aqah",
4350 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
4351 - "cityName": "Fujairah",
3797 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9",
3798 + "districtName": "Al Jaddaf",
3799 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
3800 + "cityName": "Dubai",
4352 4352   "countryCode": "AE",
4353 4353   "countryName": "United Arab Emirates",
4354 4354   "hasAlcohol": true,
4355 4355   "hasFreeWifi": true,
4356 - "hasMetro": false,
3805 + "hasMetro": true,
4357 4357   "hasPool": true,
4358 4358   "hasMall": false,
4359 4359   "infantMaxAge": 1.99,
... ... @@ -4362,18 +4362,18 @@
4362 4362   "teenMinAge": 0.0,
4363 4363   "teenMaxAge": 0.0,
4364 4364   "adultMinAge": 12.0,
4365 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
3814 + "cancellationPolicyDescription": "Cancellation Policy: Free cancellation, Early Departure: 100.00 %, NoShow: 100.00 %",
4366 4366   "cancellationPolicy": {
4367 - "noShowChargeValue": 100.0,
3816 + "noShowChargeValue": 100,
4368 4368   "noShowChargeValueType": "%",
4369 - "earlyDepartureChargeValue": 100.0,
3818 + "earlyDepartureChargeValue": 100,
4370 4370   "earlyDepartureChargeValueType": "%",
4371 4371   "conditions": [
4372 4372   {
4373 - "timeunits": 4,
3822 + "timeunits": 0,
4374 4374   "timeunitType": "Day",
4375 4375   "timeOffsetTypeName": "Before Arrival",
4376 - "chargeValue": 100.0,
3825 + "chargeValue": 0,
4377 4377   "chargeValueType": "%"
4378 4378   }
4379 4379   ]
... ... @@ -4380,11 +4380,11 @@
4380 4380   }
4381 4381   },
4382 4382   "flight": {
4383 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
4384 - "departureDate": "2024-09-07T00:00:00",
4385 - "returnDate": "2024-09-14T00:00:00",
4386 - "departureTicketsLeft": 24,
4387 - "returnTicketsLeft": 17,
3832 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
3833 + "departureDate": "2024-05-25T00:00:00.000",
3834 + "returnDate": "2024-06-01T00:00:00.000",
3835 + "departureTicketsLeft": 48,
3836 + "returnTicketsLeft": 33,
4388 4388   "departureAvailabilityType": "FreeSale",
4389 4389   "returnAvailabilityType": "FreeSale",
4390 4390   "isTwoWay": true,
... ... @@ -4400,13 +4400,13 @@
4400 4400   "class": "Economy",
4401 4401   "lugageWeight": 20,
4402 4402   "handLugageWeight": 6,
4403 - "departureFlightDate": "2024-09-07T03:40:00.000",
3852 + "departureFlightDate": "2024-05-25T03:35:00.000",
4404 4404   "departureCountryName": "Kazakhstan",
4405 4405   "departureCityName": "Almaty",
4406 4406   "departureAirportCode": "ALA",
4407 4407   "departureAirportName": "Almaty Intl Airport",
4408 4408   "departureTerminalCode": "ALA",
4409 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
3858 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
4410 4410   "arrivalCountryName": "United Arab Emirates",
4411 4411   "arrivalCityName": "Dubai",
4412 4412   "arrivalAirportCode": "DXB",
... ... @@ -4423,13 +4423,13 @@
4423 4423   "class": "Economy",
4424 4424   "lugageWeight": 20,
4425 4425   "handLugageWeight": 6,
4426 - "departureFlightDate": "2024-09-14T21:30:00.000",
3875 + "departureFlightDate": "2024-06-01T21:25:00.000",
4427 4427   "departureCountryName": "United Arab Emirates",
4428 4428   "departureCityName": "Dubai",
4429 4429   "departureAirportCode": "DXB",
4430 4430   "departureAirportName": "Dubai Intl Airport",
4431 4431   "departureTerminalCode": "DXB3",
4432 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
3881 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
4433 4433   "arrivalCountryName": "Kazakhstan",
4434 4434   "arrivalCityName": "Almaty",
4435 4435   "arrivalAirportCode": "ALA",
... ... @@ -4440,7 +4440,7 @@
4440 4440   ],
4441 4441   "passengers": [
4442 4442   {
4443 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
3892 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
4444 4444   "isAdult": true,
4445 4445   "selectedForwardBaggageCode": "INCLUDED",
4446 4446   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -4464,7 +4464,7 @@
4464 4464   ]
4465 4465   },
4466 4466   {
4467 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
3916 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
4468 4468   "isAdult": true,
4469 4469   "selectedForwardBaggageCode": "INCLUDED",
4470 4470   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -4490,239 +4490,65 @@
4490 4490   ]
4491 4491   },
4492 4492   "extraServices": [],
4493 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:18",
4494 - "sortCheckInOut": "07.09.2024-14.09.2024",
4495 - "sortAirline": "fly dubai",
4496 - "sortHotelName": "fujairah rotana resort spa",
4497 - "sortDetails": "hb",
4498 - "sortPlacement": "king guest room dbl",
4499 - "subList": [],
4500 - "exchangeRate": 480.0
4501 - },
4502 - {
4503 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:e1089e11-02d6-4b38-9829-73d36f582c4e:04abb186-80f6-4808-bce4-ae97cef85c51",
4504 - "priceCurrency": "USD",
4505 - "totalPrice": 1875.11,
4506 - "agentCommissionPercent": 9.0,
4507 - "agentCommissionAmount": 168.76,
4508 - "includedExtrasAmount": 0,
4509 - "priceDifference": 0,
4510 - "hotel": {
4511 - "hotelPriceId": "e1089e11-02d6-4b38-9829-73d36f582c4e",
4512 - "hotelName": "Fujairah Rotana Resort Spa",
4513 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
4514 - "nights": 7,
4515 - "mealPlan": "BB",
4516 - "hotelClass": "5",
4517 - "hotelColor": "#000000",
4518 - "availabilityType": "OnRequest",
4519 - "availableRoomsCount": 0,
4520 - "fewRooms": true,
4521 - "roomCategoryCode": "4aa88c0e-b196-4346-bd2a-c0252a925ba1",
4522 - "roomCategoryName": "Spacious Garden View Room",
4523 - "placementTypeName": "DBL",
4524 - "checkInDate": "2024-09-07T00:00:00",
4525 - "checkOutDate": "2024-09-14T00:00:00",
4526 - "adults": 2,
4527 - "children": 0,
4528 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
4529 - "districtName": "Al Aqah",
4530 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
4531 - "cityName": "Fujairah",
4532 - "countryCode": "AE",
4533 - "countryName": "United Arab Emirates",
4534 - "hasAlcohol": true,
4535 - "hasFreeWifi": true,
4536 - "hasMetro": false,
4537 - "hasPool": true,
4538 - "hasMall": false,
4539 - "infantMaxAge": 1.99,
4540 - "childMinAge": 2.0,
4541 - "childMaxAge": 11.99,
4542 - "teenMinAge": 0.0,
4543 - "teenMaxAge": 0.0,
4544 - "adultMinAge": 12.0,
4545 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
4546 - "cancellationPolicy": {
4547 - "noShowChargeValue": 100.0,
4548 - "noShowChargeValueType": "%",
4549 - "earlyDepartureChargeValue": 100.0,
4550 - "earlyDepartureChargeValueType": "%",
4551 - "conditions": [
4552 - {
4553 - "timeunits": 4,
4554 - "timeunitType": "Day",
4555 - "timeOffsetTypeName": "Before Arrival",
4556 - "chargeValue": 100.0,
4557 - "chargeValueType": "%"
4558 - }
4559 - ]
4560 - }
3942 + "insurancePrice": {
3943 + "name": "Medical INS (N10000)",
3944 + "price": 35.84,
3945 + "actualStartDate": "2024-05-25T00:00:00.000",
3946 + "actualEndDate": "2024-06-01T00:00:00.000",
3947 + "optional": false,
3948 + "includedInPackagePrice": true
4561 4561   },
4562 - "flight": {
4563 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
4564 - "departureDate": "2024-09-07T00:00:00",
4565 - "returnDate": "2024-09-14T00:00:00",
4566 - "departureTicketsLeft": 24,
4567 - "returnTicketsLeft": 17,
4568 - "departureAvailabilityType": "FreeSale",
4569 - "returnAvailabilityType": "FreeSale",
4570 - "isTwoWay": true,
4571 - "sameBaggageForAll": false,
4572 - "totalBaggage": false,
4573 - "isBlock": true,
4574 - "class": "Economy",
4575 - "departureSegments": [
4576 - {
4577 - "airlineCode": "FZ",
4578 - "airlineName": "Fly Dubai",
4579 - "flightCode": "FZ1722",
4580 - "class": "Economy",
4581 - "lugageWeight": 20,
4582 - "handLugageWeight": 6,
4583 - "departureFlightDate": "2024-09-07T03:40:00.000",
4584 - "departureCountryName": "Kazakhstan",
4585 - "departureCityName": "Almaty",
4586 - "departureAirportCode": "ALA",
4587 - "departureAirportName": "Almaty Intl Airport",
4588 - "departureTerminalCode": "ALA",
4589 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
4590 - "arrivalCountryName": "United Arab Emirates",
4591 - "arrivalCityName": "Dubai",
4592 - "arrivalAirportCode": "DXB",
4593 - "arrivalAirportName": "Dubai Intl Airport",
4594 - "arrivalTerminalCode": "DXB3",
4595 - "flightDuration": "5h 35m"
4596 - }
4597 - ],
4598 - "returnSegments": [
4599 - {
4600 - "airlineCode": "FZ",
4601 - "airlineName": "Fly Dubai",
4602 - "flightCode": "FZ1721",
4603 - "class": "Economy",
4604 - "lugageWeight": 20,
4605 - "handLugageWeight": 6,
4606 - "departureFlightDate": "2024-09-14T21:30:00.000",
4607 - "departureCountryName": "United Arab Emirates",
4608 - "departureCityName": "Dubai",
4609 - "departureAirportCode": "DXB",
4610 - "departureAirportName": "Dubai Intl Airport",
4611 - "departureTerminalCode": "DXB3",
4612 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
4613 - "arrivalCountryName": "Kazakhstan",
4614 - "arrivalCityName": "Almaty",
4615 - "arrivalAirportCode": "ALA",
4616 - "arrivalAirportName": "Almaty Intl Airport",
4617 - "arrivalTerminalCode": "ALA",
4618 - "flightDuration": "3h 10m"
4619 - }
4620 - ],
4621 - "passengers": [
4622 - {
4623 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
4624 - "isAdult": true,
4625 - "selectedForwardBaggageCode": "INCLUDED",
4626 - "selectedBackwardBaggageCode": "INCLUDED",
4627 - "forwardBaggages": [
4628 - {
4629 - "baggageCode": "INCLUDED",
4630 - "description": "20 Kg Included",
4631 - "price": 0.0,
4632 - "currency": "USD",
4633 - "included": true
4634 - }
4635 - ],
4636 - "backwardBaggages": [
4637 - {
4638 - "baggageCode": "INCLUDED",
4639 - "description": "20 Kg Included",
4640 - "price": 0.0,
4641 - "currency": "USD",
4642 - "included": true
4643 - }
4644 - ]
4645 - },
4646 - {
4647 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
4648 - "isAdult": true,
4649 - "selectedForwardBaggageCode": "INCLUDED",
4650 - "selectedBackwardBaggageCode": "INCLUDED",
4651 - "forwardBaggages": [
4652 - {
4653 - "baggageCode": "INCLUDED",
4654 - "description": "20 Kg Included",
4655 - "price": 0.0,
4656 - "currency": "USD",
4657 - "included": true
4658 - }
4659 - ],
4660 - "backwardBaggages": [
4661 - {
4662 - "baggageCode": "INCLUDED",
4663 - "description": "20 Kg Included",
4664 - "price": 0.0,
4665 - "currency": "USD",
4666 - "included": true
4667 - }
4668 - ]
4669 - }
4670 - ]
4671 - },
4672 - "extraServices": [],
4673 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:19",
4674 - "sortCheckInOut": "07.09.2024-14.09.2024",
3950 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:20",
3951 + "sortCheckInOut": "25.05.2024-01.06.2024",
4675 4675   "sortAirline": "fly dubai",
4676 - "sortHotelName": "fujairah rotana resort spa",
4677 - "sortDetails": "bb",
4678 - "sortPlacement": "spacious garden view room dbl",
4679 - "subList": [],
4680 - "exchangeRate": 480.0
3953 + "sortHotelName": "arabian park edge by rotana",
3954 + "sortDetails": "ro",
3955 + "sortPlacement": "city view room king bed 2 adults"
4681 4681   },
4682 4682   {
4683 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:7d197efc-48d0-40c5-9752-a5a15ada6361:04abb186-80f6-4808-bce4-ae97cef85c51",
3958 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:694ac032-e54d-4126-aa0e-bb0777dfc362:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
4684 4684   "priceCurrency": "USD",
4685 - "totalPrice": 1875.11,
4686 - "agentCommissionPercent": 9.0,
4687 - "agentCommissionAmount": 168.76,
3960 + "totalPrice": 962.33,
3961 + "agentCommissionPercent": 0.0,
3962 + "agentCommissionAmount": 0.0,
4688 4688   "includedExtrasAmount": 0,
4689 4689   "priceDifference": 0,
4690 4690   "hotel": {
4691 - "hotelPriceId": "7d197efc-48d0-40c5-9752-a5a15ada6361",
4692 - "hotelName": "Fujairah Rotana Resort Spa",
4693 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
4694 - "nights": 7,
4695 - "mealPlan": "BB",
4696 - "hotelClass": "5",
3966 + "hotelPriceId": "694ac032-e54d-4126-aa0e-bb0777dfc362",
3967 + "hotelName": "Wyndham Dubai Deira",
3968 + "hotelCode": "454b6b6c-2ae3-4d0c-9d08-626ca58b7457",
3969 + "nigths": 7,
3970 + "mealPlan": "RO",
3971 + "hotelClass": "4",
4697 4697   "hotelColor": "#000000",
4698 - "availabilityType": "OnRequest",
3973 + "availabilityType": "FreeSale",
4699 4699   "availableRoomsCount": 0,
4700 4700   "fewRooms": true,
4701 - "roomCategoryCode": "4aa88c0e-b196-4346-bd2a-c0252a925ba1",
4702 - "roomCategoryName": "Spacious Garden View Room",
3976 + "roomCategoryCode": "6ae991ac-6cc6-49ba-9e2f-fa28837b56b4",
3977 + "roomCategoryName": "Superior Room City View",
4703 4703   "placementTypeName": "DBL",
4704 - "checkInDate": "2024-09-07T00:00:00",
4705 - "checkOutDate": "2024-09-14T00:00:00",
3979 + "checkInDate": "2024-05-25T00:00:00.000",
3980 + "checkOutDate": "2024-06-01T00:00:00.000",
4706 4706   "adults": 2,
4707 4707   "children": 0,
4708 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
4709 - "districtName": "Al Aqah",
4710 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
4711 - "cityName": "Fujairah",
3983 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547",
3984 + "districtName": "Deira",
3985 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
3986 + "cityName": "Dubai",
4712 4712   "countryCode": "AE",
4713 4713   "countryName": "United Arab Emirates",
4714 - "hasAlcohol": true,
3989 + "hasAlcohol": false,
4715 4715   "hasFreeWifi": true,
4716 4716   "hasMetro": false,
4717 4717   "hasPool": true,
4718 4718   "hasMall": false,
4719 - "infantMaxAge": 1.99,
4720 - "childMinAge": 2.0,
3994 + "infantMaxAge": 5.99,
3995 + "childMinAge": 6.0,
4721 4721   "childMaxAge": 11.99,
4722 4722   "teenMinAge": 0.0,
4723 4723   "teenMaxAge": 0.0,
4724 4724   "adultMinAge": 12.0,
4725 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
4000 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
4726 4726   "cancellationPolicy": {
4727 4727   "noShowChargeValue": 100.0,
4728 4728   "noShowChargeValueType": "%",
... ... @@ -4730,189 +4730,9 @@
4730 4730   "earlyDepartureChargeValueType": "%",
4731 4731   "conditions": [
4732 4732   {
4733 - "timeunits": 4,
4008 + "timeunits": 1,
4734 4734   "timeunitType": "Day",
4735 4735   "timeOffsetTypeName": "Before Arrival",
4736 - "chargeValue": 100.0,
4737 - "chargeValueType": "%"
4738 - }
4739 - ]
4740 - }
4741 - },
4742 - "flight": {
4743 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
4744 - "departureDate": "2024-09-07T00:00:00",
4745 - "returnDate": "2024-09-14T00:00:00",
4746 - "departureTicketsLeft": 24,
4747 - "returnTicketsLeft": 17,
4748 - "departureAvailabilityType": "FreeSale",
4749 - "returnAvailabilityType": "FreeSale",
4750 - "isTwoWay": true,
4751 - "sameBaggageForAll": false,
4752 - "totalBaggage": false,
4753 - "isBlock": true,
4754 - "class": "Economy",
4755 - "departureSegments": [
4756 - {
4757 - "airlineCode": "FZ",
4758 - "airlineName": "Fly Dubai",
4759 - "flightCode": "FZ1722",
4760 - "class": "Economy",
4761 - "lugageWeight": 20,
4762 - "handLugageWeight": 6,
4763 - "departureFlightDate": "2024-09-07T03:40:00.000",
4764 - "departureCountryName": "Kazakhstan",
4765 - "departureCityName": "Almaty",
4766 - "departureAirportCode": "ALA",
4767 - "departureAirportName": "Almaty Intl Airport",
4768 - "departureTerminalCode": "ALA",
4769 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
4770 - "arrivalCountryName": "United Arab Emirates",
4771 - "arrivalCityName": "Dubai",
4772 - "arrivalAirportCode": "DXB",
4773 - "arrivalAirportName": "Dubai Intl Airport",
4774 - "arrivalTerminalCode": "DXB3",
4775 - "flightDuration": "5h 35m"
4776 - }
4777 - ],
4778 - "returnSegments": [
4779 - {
4780 - "airlineCode": "FZ",
4781 - "airlineName": "Fly Dubai",
4782 - "flightCode": "FZ1721",
4783 - "class": "Economy",
4784 - "lugageWeight": 20,
4785 - "handLugageWeight": 6,
4786 - "departureFlightDate": "2024-09-14T21:30:00.000",
4787 - "departureCountryName": "United Arab Emirates",
4788 - "departureCityName": "Dubai",
4789 - "departureAirportCode": "DXB",
4790 - "departureAirportName": "Dubai Intl Airport",
4791 - "departureTerminalCode": "DXB3",
4792 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
4793 - "arrivalCountryName": "Kazakhstan",
4794 - "arrivalCityName": "Almaty",
4795 - "arrivalAirportCode": "ALA",
4796 - "arrivalAirportName": "Almaty Intl Airport",
4797 - "arrivalTerminalCode": "ALA",
4798 - "flightDuration": "3h 10m"
4799 - }
4800 - ],
4801 - "passengers": [
4802 - {
4803 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
4804 - "isAdult": true,
4805 - "selectedForwardBaggageCode": "INCLUDED",
4806 - "selectedBackwardBaggageCode": "INCLUDED",
4807 - "forwardBaggages": [
4808 - {
4809 - "baggageCode": "INCLUDED",
4810 - "description": "20 Kg Included",
4811 - "price": 0.0,
4812 - "currency": "USD",
4813 - "included": true
4814 - }
4815 - ],
4816 - "backwardBaggages": [
4817 - {
4818 - "baggageCode": "INCLUDED",
4819 - "description": "20 Kg Included",
4820 - "price": 0.0,
4821 - "currency": "USD",
4822 - "included": true
4823 - }
4824 - ]
4825 - },
4826 - {
4827 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
4828 - "isAdult": true,
4829 - "selectedForwardBaggageCode": "INCLUDED",
4830 - "selectedBackwardBaggageCode": "INCLUDED",
4831 - "forwardBaggages": [
4832 - {
4833 - "baggageCode": "INCLUDED",
4834 - "description": "20 Kg Included",
4835 - "price": 0.0,
4836 - "currency": "USD",
4837 - "included": true
4838 - }
4839 - ],
4840 - "backwardBaggages": [
4841 - {
4842 - "baggageCode": "INCLUDED",
4843 - "description": "20 Kg Included",
4844 - "price": 0.0,
4845 - "currency": "USD",
4846 - "included": true
4847 - }
4848 - ]
4849 - }
4850 - ]
4851 - },
4852 - "extraServices": [],
4853 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:20",
4854 - "sortCheckInOut": "07.09.2024-14.09.2024",
4855 - "sortAirline": "fly dubai",
4856 - "sortHotelName": "fujairah rotana resort spa",
4857 - "sortDetails": "bb",
4858 - "sortPlacement": "spacious garden view room dbl",
4859 - "subList": [],
4860 - "exchangeRate": 480.0
4861 - },
4862 - {
4863 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:eb7f1ac9-25b3-453b-9bec-e5a27610d8ea:04abb186-80f6-4808-bce4-ae97cef85c51",
4864 - "priceCurrency": "USD",
4865 - "totalPrice": 1876.96,
4866 - "agentCommissionPercent": 9.0,
4867 - "agentCommissionAmount": 168.93,
4868 - "includedExtrasAmount": 0,
4869 - "priceDifference": 0,
4870 - "hotel": {
4871 - "hotelPriceId": "eb7f1ac9-25b3-453b-9bec-e5a27610d8ea",
4872 - "hotelName": "Le Meridien Al Aqah Beach Resort",
4873 - "hotelCode": "63300069-0631-4c34-946e-d2ca9753ff6e",
4874 - "nights": 7,
4875 - "mealPlan": "HB",
4876 - "hotelClass": "5",
4877 - "hotelColor": "#000000",
4878 - "availabilityType": "FreeSale",
4879 - "availableRoomsCount": 0,
4880 - "fewRooms": true,
4881 - "roomCategoryCode": "97ccbf2f-7195-4eea-9d45-926fbe73b482",
4882 - "roomCategoryName": "Deluxe Guest Room",
4883 - "placementTypeName": "DBL",
4884 - "checkInDate": "2024-09-07T00:00:00",
4885 - "checkOutDate": "2024-09-14T00:00:00",
4886 - "adults": 2,
4887 - "children": 0,
4888 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
4889 - "districtName": "Al Aqah",
4890 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
4891 - "cityName": "Fujairah",
4892 - "countryCode": "AE",
4893 - "countryName": "United Arab Emirates",
4894 - "hasAlcohol": true,
4895 - "hasFreeWifi": true,
4896 - "hasMetro": false,
4897 - "hasPool": true,
4898 - "hasMall": false,
4899 - "infantMaxAge": 1.99,
4900 - "childMinAge": 2.0,
4901 - "childMaxAge": 11.99,
4902 - "teenMinAge": 12.0,
4903 - "teenMaxAge": 15.99,
4904 - "adultMinAge": 16.0,
4905 - "cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
4906 - "cancellationPolicy": {
4907 - "noShowChargeValue": 100.0,
4908 - "noShowChargeValueType": "%",
4909 - "earlyDepartureChargeValue": 100.0,
4910 - "earlyDepartureChargeValueType": "%",
4911 - "conditions": [
4912 - {
4913 - "timeunits": 3,
4914 - "timeunitType": "Day",
4915 - "timeOffsetTypeName": "Before Arrival",
4916 4916   "chargeValue": 1.0,
4917 4917   "chargeValueType": "Night"
4918 4918   }
... ... @@ -4920,11 +4920,11 @@
4920 4920   }
4921 4921   },
4922 4922   "flight": {
4923 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
4924 - "departureDate": "2024-09-07T00:00:00",
4925 - "returnDate": "2024-09-14T00:00:00",
4926 - "departureTicketsLeft": 24,
4927 - "returnTicketsLeft": 17,
4018 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
4019 + "departureDate": "2024-05-25T00:00:00.000",
4020 + "returnDate": "2024-06-01T00:00:00.000",
4021 + "departureTicketsLeft": 48,
4022 + "returnTicketsLeft": 33,
4928 4928   "departureAvailabilityType": "FreeSale",
4929 4929   "returnAvailabilityType": "FreeSale",
4930 4930   "isTwoWay": true,
... ... @@ -4940,13 +4940,13 @@
4940 4940   "class": "Economy",
4941 4941   "lugageWeight": 20,
4942 4942   "handLugageWeight": 6,
4943 - "departureFlightDate": "2024-09-07T03:40:00.000",
4038 + "departureFlightDate": "2024-05-25T03:35:00.000",
4944 4944   "departureCountryName": "Kazakhstan",
4945 4945   "departureCityName": "Almaty",
4946 4946   "departureAirportCode": "ALA",
4947 4947   "departureAirportName": "Almaty Intl Airport",
4948 4948   "departureTerminalCode": "ALA",
4949 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
4044 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
4950 4950   "arrivalCountryName": "United Arab Emirates",
4951 4951   "arrivalCityName": "Dubai",
4952 4952   "arrivalAirportCode": "DXB",
... ... @@ -4963,13 +4963,13 @@
4963 4963   "class": "Economy",
4964 4964   "lugageWeight": 20,
4965 4965   "handLugageWeight": 6,
4966 - "departureFlightDate": "2024-09-14T21:30:00.000",
4061 + "departureFlightDate": "2024-06-01T21:25:00.000",
4967 4967   "departureCountryName": "United Arab Emirates",
4968 4968   "departureCityName": "Dubai",
4969 4969   "departureAirportCode": "DXB",
4970 4970   "departureAirportName": "Dubai Intl Airport",
4971 4971   "departureTerminalCode": "DXB3",
4972 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
4067 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
4973 4973   "arrivalCountryName": "Kazakhstan",
4974 4974   "arrivalCityName": "Almaty",
4975 4975   "arrivalAirportCode": "ALA",
... ... @@ -4980,7 +4980,7 @@
4980 4980   ],
4981 4981   "passengers": [
4982 4982   {
4983 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
4078 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
4984 4984   "isAdult": true,
4985 4985   "selectedForwardBaggageCode": "INCLUDED",
4986 4986   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -5004,7 +5004,7 @@
5004 5004   ]
5005 5005   },
5006 5006   {
5007 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
4102 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
5008 5008   "isAdult": true,
5009 5009   "selectedForwardBaggageCode": "INCLUDED",
5010 5010   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -5030,59 +5030,65 @@
5030 5030   ]
5031 5031   },
5032 5032   "extraServices": [],
5033 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:21",
5034 - "sortCheckInOut": "07.09.2024-14.09.2024",
4128 + "insurancePrice": {
4129 + "name": "Medical INS (N10000)",
4130 + "price": 35.84,
4131 + "actualStartDate": "2024-05-25T00:00:00.000",
4132 + "actualEndDate": "2024-06-01T00:00:00.000",
4133 + "optional": false,
4134 + "includedInPackagePrice": true
4135 + },
4136 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:21",
4137 + "sortCheckInOut": "25.05.2024-01.06.2024",
5035 5035   "sortAirline": "fly dubai",
5036 - "sortHotelName": "le meridien al aqah beach resort",
5037 - "sortDetails": "hb",
5038 - "sortPlacement": "deluxe guest room dbl",
5039 - "subList": [],
5040 - "exchangeRate": 480.0
4139 + "sortHotelName": "wyndham dubai deira",
4140 + "sortDetails": "ro",
4141 + "sortPlacement": "superior room city view dbl"
5041 5041   },
5042 5042   {
5043 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:c4792901-dee4-45a0-a8c7-630bbcb976fc:04abb186-80f6-4808-bce4-ae97cef85c51",
4144 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:f4a0acaf-fac1-4bf3-8ea4-88d221889c98:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
5044 5044   "priceCurrency": "USD",
5045 - "totalPrice": 1897.04,
5046 - "agentCommissionPercent": 9.0,
5047 - "agentCommissionAmount": 170.73,
4146 + "totalPrice": 964.58,
4147 + "agentCommissionPercent": 0.0,
4148 + "agentCommissionAmount": 0.0,
5048 5048   "includedExtrasAmount": 0,
5049 5049   "priceDifference": 0,
5050 5050   "hotel": {
5051 - "hotelPriceId": "c4792901-dee4-45a0-a8c7-630bbcb976fc",
5052 - "hotelName": "Fujairah Rotana Resort Spa",
5053 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
5054 - "nights": 7,
5055 - "mealPlan": "HB",
5056 - "hotelClass": "5",
4152 + "hotelPriceId": "f4a0acaf-fac1-4bf3-8ea4-88d221889c98",
4153 + "hotelName": "Nejoum Al Emarate Hotel",
4154 + "hotelCode": "2ec33ad4-e25d-4e14-aee8-4a899d592839",
4155 + "nigths": 7,
4156 + "mealPlan": "RO",
4157 + "hotelClass": "3",
5057 5057   "hotelColor": "#000000",
5058 - "availabilityType": "OnRequest",
4159 + "availabilityType": "StopSale",
5059 5059   "availableRoomsCount": 0,
5060 5060   "fewRooms": true,
5061 - "roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f",
5062 - "roomCategoryName": "Ocean View Room King",
4162 + "roomCategoryCode": "1b5180d0-6afb-4465-9821-56ba6dd77220",
4163 + "roomCategoryName": "Standard Room",
5063 5063   "placementTypeName": "DBL",
5064 - "checkInDate": "2024-09-07T00:00:00",
5065 - "checkOutDate": "2024-09-14T00:00:00",
4165 + "checkInDate": "2024-05-25T00:00:00.000",
4166 + "checkOutDate": "2024-06-01T00:00:00.000",
5066 5066   "adults": 2,
5067 5067   "children": 0,
5068 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
5069 - "districtName": "Al Aqah",
5070 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
5071 - "cityName": "Fujairah",
4169 + "districtUID": "7ac1bbc8-59ea-4977-b272-ed8553f94f9b",
4170 + "districtName": "Sharjah",
4171 + "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6",
4172 + "cityName": "Sharjah",
5072 5072   "countryCode": "AE",
5073 5073   "countryName": "United Arab Emirates",
5074 - "hasAlcohol": true,
4175 + "hasAlcohol": false,
5075 5075   "hasFreeWifi": true,
5076 5076   "hasMetro": false,
5077 - "hasPool": true,
4178 + "hasPool": false,
5078 5078   "hasMall": false,
5079 - "infantMaxAge": 1.99,
5080 - "childMinAge": 2.0,
5081 - "childMaxAge": 11.99,
4180 + "infantMaxAge": 5.99,
4181 + "childMinAge": 6.0,
4182 + "childMaxAge": 10.99,
5082 5082   "teenMinAge": 0.0,
5083 5083   "teenMaxAge": 0.0,
5084 - "adultMinAge": 12.0,
5085 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
4185 + "adultMinAge": 11.0,
4186 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
5086 5086   "cancellationPolicy": {
5087 5087   "noShowChargeValue": 100.0,
5088 5088   "noShowChargeValueType": "%",
... ... @@ -5090,21 +5090,21 @@
5090 5090   "earlyDepartureChargeValueType": "%",
5091 5091   "conditions": [
5092 5092   {
5093 - "timeunits": 4,
4194 + "timeunits": 1,
5094 5094   "timeunitType": "Day",
5095 5095   "timeOffsetTypeName": "Before Arrival",
5096 - "chargeValue": 100.0,
5097 - "chargeValueType": "%"
4197 + "chargeValue": 1.0,
4198 + "chargeValueType": "Night"
5098 5098   }
5099 5099   ]
5100 5100   }
5101 5101   },
5102 5102   "flight": {
5103 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
5104 - "departureDate": "2024-09-07T00:00:00",
5105 - "returnDate": "2024-09-14T00:00:00",
5106 - "departureTicketsLeft": 24,
5107 - "returnTicketsLeft": 17,
4204 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
4205 + "departureDate": "2024-05-25T00:00:00.000",
4206 + "returnDate": "2024-06-01T00:00:00.000",
4207 + "departureTicketsLeft": 48,
4208 + "returnTicketsLeft": 33,
5108 5108   "departureAvailabilityType": "FreeSale",
5109 5109   "returnAvailabilityType": "FreeSale",
5110 5110   "isTwoWay": true,
... ... @@ -5120,13 +5120,13 @@
5120 5120   "class": "Economy",
5121 5121   "lugageWeight": 20,
5122 5122   "handLugageWeight": 6,
5123 - "departureFlightDate": "2024-09-07T03:40:00.000",
4224 + "departureFlightDate": "2024-05-25T03:35:00.000",
5124 5124   "departureCountryName": "Kazakhstan",
5125 5125   "departureCityName": "Almaty",
5126 5126   "departureAirportCode": "ALA",
5127 5127   "departureAirportName": "Almaty Intl Airport",
5128 5128   "departureTerminalCode": "ALA",
5129 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
4230 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
5130 5130   "arrivalCountryName": "United Arab Emirates",
5131 5131   "arrivalCityName": "Dubai",
5132 5132   "arrivalAirportCode": "DXB",
... ... @@ -5143,13 +5143,13 @@
5143 5143   "class": "Economy",
5144 5144   "lugageWeight": 20,
5145 5145   "handLugageWeight": 6,
5146 - "departureFlightDate": "2024-09-14T21:30:00.000",
4247 + "departureFlightDate": "2024-06-01T21:25:00.000",
5147 5147   "departureCountryName": "United Arab Emirates",
5148 5148   "departureCityName": "Dubai",
5149 5149   "departureAirportCode": "DXB",
5150 5150   "departureAirportName": "Dubai Intl Airport",
5151 5151   "departureTerminalCode": "DXB3",
5152 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
4253 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
5153 5153   "arrivalCountryName": "Kazakhstan",
5154 5154   "arrivalCityName": "Almaty",
5155 5155   "arrivalAirportCode": "ALA",
... ... @@ -5160,7 +5160,7 @@
5160 5160   ],
5161 5161   "passengers": [
5162 5162   {
5163 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
4264 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
5164 5164   "isAdult": true,
5165 5165   "selectedForwardBaggageCode": "INCLUDED",
5166 5166   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -5184,7 +5184,7 @@
5184 5184   ]
5185 5185   },
5186 5186   {
5187 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
4288 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
5188 5188   "isAdult": true,
5189 5189   "selectedForwardBaggageCode": "INCLUDED",
5190 5190   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -5210,59 +5210,65 @@
5210 5210   ]
5211 5211   },
5212 5212   "extraServices": [],
5213 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:22",
5214 - "sortCheckInOut": "07.09.2024-14.09.2024",
4314 + "insurancePrice": {
4315 + "name": "Medical INS (N10000)",
4316 + "price": 35.84,
4317 + "actualStartDate": "2024-05-25T00:00:00.000",
4318 + "actualEndDate": "2024-06-01T00:00:00.000",
4319 + "optional": false,
4320 + "includedInPackagePrice": true
4321 + },
4322 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:22",
4323 + "sortCheckInOut": "25.05.2024-01.06.2024",
5215 5215   "sortAirline": "fly dubai",
5216 - "sortHotelName": "fujairah rotana resort spa",
5217 - "sortDetails": "hb",
5218 - "sortPlacement": "ocean view room king dbl",
5219 - "subList": [],
5220 - "exchangeRate": 480.0
4325 + "sortHotelName": "nejoum al emarate hotel",
4326 + "sortDetails": "ro",
4327 + "sortPlacement": "standard room dbl"
5221 5221   },
5222 5222   {
5223 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:ac85dd61-4d7f-4bcf-880f-35c0578dd363:04abb186-80f6-4808-bce4-ae97cef85c51",
4330 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:3eb56b26-4f40-4584-bb3c-14a4612392a0:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
5224 5224   "priceCurrency": "USD",
5225 - "totalPrice": 1897.04,
5226 - "agentCommissionPercent": 9.0,
5227 - "agentCommissionAmount": 170.73,
4332 + "totalPrice": 964.99,
4333 + "agentCommissionPercent": 0.0,
4334 + "agentCommissionAmount": 0.0,
5228 5228   "includedExtrasAmount": 0,
5229 5229   "priceDifference": 0,
5230 5230   "hotel": {
5231 - "hotelPriceId": "ac85dd61-4d7f-4bcf-880f-35c0578dd363",
5232 - "hotelName": "Fujairah Rotana Resort Spa",
5233 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
5234 - "nights": 7,
5235 - "mealPlan": "HB",
5236 - "hotelClass": "5",
4338 + "hotelPriceId": "3eb56b26-4f40-4584-bb3c-14a4612392a0",
4339 + "hotelName": "Golden Tulip Deira",
4340 + "hotelCode": "43208253-abb9-4325-868b-af8b157c7d6f",
4341 + "nigths": 7,
4342 + "mealPlan": "RO",
4343 + "hotelClass": "4",
5237 5237   "hotelColor": "#000000",
5238 5238   "availabilityType": "FreeSale",
5239 5239   "availableRoomsCount": 0,
5240 5240   "fewRooms": true,
5241 - "roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099",
5242 - "roomCategoryName": "Ocean View Room Twin",
4348 + "roomCategoryCode": "e283d2af-b1db-44a4-b15f-44866e4dd5f0",
4349 + "roomCategoryName": "Superior Room",
5243 5243   "placementTypeName": "DBL",
5244 - "checkInDate": "2024-09-07T00:00:00",
5245 - "checkOutDate": "2024-09-14T00:00:00",
4351 + "checkInDate": "2024-05-25T00:00:00.000",
4352 + "checkOutDate": "2024-06-01T00:00:00.000",
5246 5246   "adults": 2,
5247 5247   "children": 0,
5248 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
5249 - "districtName": "Al Aqah",
5250 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
5251 - "cityName": "Fujairah",
4355 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547",
4356 + "districtName": "Deira",
4357 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
4358 + "cityName": "Dubai",
5252 5252   "countryCode": "AE",
5253 5253   "countryName": "United Arab Emirates",
5254 5254   "hasAlcohol": true,
5255 5255   "hasFreeWifi": true,
5256 - "hasMetro": false,
4363 + "hasMetro": true,
5257 5257   "hasPool": true,
5258 5258   "hasMall": false,
5259 - "infantMaxAge": 1.99,
5260 - "childMinAge": 2.0,
5261 - "childMaxAge": 11.99,
4366 + "infantMaxAge": 4.99,
4367 + "childMinAge": 5.0,
4368 + "childMaxAge": 10.99,
5262 5262   "teenMinAge": 0.0,
5263 5263   "teenMaxAge": 0.0,
5264 - "adultMinAge": 12.0,
5265 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
4371 + "adultMinAge": 11.0,
4372 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable",
5266 5266   "cancellationPolicy": {
5267 5267   "noShowChargeValue": 100.0,
5268 5268   "noShowChargeValueType": "%",
... ... @@ -5270,7 +5270,7 @@
5270 5270   "earlyDepartureChargeValueType": "%",
5271 5271   "conditions": [
5272 5272   {
5273 - "timeunits": 4,
4380 + "timeunits": 365,
5274 5274   "timeunitType": "Day",
5275 5275   "timeOffsetTypeName": "Before Arrival",
5276 5276   "chargeValue": 100.0,
... ... @@ -5280,11 +5280,11 @@
5280 5280   }
5281 5281   },
5282 5282   "flight": {
5283 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
5284 - "departureDate": "2024-09-07T00:00:00",
5285 - "returnDate": "2024-09-14T00:00:00",
5286 - "departureTicketsLeft": 24,
5287 - "returnTicketsLeft": 17,
4390 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
4391 + "departureDate": "2024-05-25T00:00:00.000",
4392 + "returnDate": "2024-06-01T00:00:00.000",
4393 + "departureTicketsLeft": 48,
4394 + "returnTicketsLeft": 33,
5288 5288   "departureAvailabilityType": "FreeSale",
5289 5289   "returnAvailabilityType": "FreeSale",
5290 5290   "isTwoWay": true,
... ... @@ -5300,13 +5300,13 @@
5300 5300   "class": "Economy",
5301 5301   "lugageWeight": 20,
5302 5302   "handLugageWeight": 6,
5303 - "departureFlightDate": "2024-09-07T03:40:00.000",
4410 + "departureFlightDate": "2024-05-25T03:35:00.000",
5304 5304   "departureCountryName": "Kazakhstan",
5305 5305   "departureCityName": "Almaty",
5306 5306   "departureAirportCode": "ALA",
5307 5307   "departureAirportName": "Almaty Intl Airport",
5308 5308   "departureTerminalCode": "ALA",
5309 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
4416 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
5310 5310   "arrivalCountryName": "United Arab Emirates",
5311 5311   "arrivalCityName": "Dubai",
5312 5312   "arrivalAirportCode": "DXB",
... ... @@ -5323,13 +5323,13 @@
5323 5323   "class": "Economy",
5324 5324   "lugageWeight": 20,
5325 5325   "handLugageWeight": 6,
5326 - "departureFlightDate": "2024-09-14T21:30:00.000",
4433 + "departureFlightDate": "2024-06-01T21:25:00.000",
5327 5327   "departureCountryName": "United Arab Emirates",
5328 5328   "departureCityName": "Dubai",
5329 5329   "departureAirportCode": "DXB",
5330 5330   "departureAirportName": "Dubai Intl Airport",
5331 5331   "departureTerminalCode": "DXB3",
5332 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
4439 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
5333 5333   "arrivalCountryName": "Kazakhstan",
5334 5334   "arrivalCityName": "Almaty",
5335 5335   "arrivalAirportCode": "ALA",
... ... @@ -5340,7 +5340,7 @@
5340 5340   ],
5341 5341   "passengers": [
5342 5342   {
5343 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
4450 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
5344 5344   "isAdult": true,
5345 5345   "selectedForwardBaggageCode": "INCLUDED",
5346 5346   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -5364,7 +5364,7 @@
5364 5364   ]
5365 5365   },
5366 5366   {
5367 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
4474 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
5368 5368   "isAdult": true,
5369 5369   "selectedForwardBaggageCode": "INCLUDED",
5370 5370   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -5390,50 +5390,56 @@
5390 5390   ]
5391 5391   },
5392 5392   "extraServices": [],
5393 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:23",
5394 - "sortCheckInOut": "07.09.2024-14.09.2024",
4500 + "insurancePrice": {
4501 + "name": "Medical INS (N10000)",
4502 + "price": 35.84,
4503 + "actualStartDate": "2024-05-25T00:00:00.000",
4504 + "actualEndDate": "2024-06-01T00:00:00.000",
4505 + "optional": false,
4506 + "includedInPackagePrice": true
4507 + },
4508 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:23",
4509 + "sortCheckInOut": "25.05.2024-01.06.2024",
5395 5395   "sortAirline": "fly dubai",
5396 - "sortHotelName": "fujairah rotana resort spa",
5397 - "sortDetails": "hb",
5398 - "sortPlacement": "ocean view room twin dbl",
5399 - "subList": [],
5400 - "exchangeRate": 480.0
4511 + "sortHotelName": "golden tulip deira",
4512 + "sortDetails": "ro",
4513 + "sortPlacement": "superior room dbl"
5401 5401   },
5402 5402   {
5403 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:539ce7f0-6004-4eb0-b16f-253f0a688066:04abb186-80f6-4808-bce4-ae97cef85c51",
4516 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:5549c887-6048-4d6e-93c7-d1a79f0075d3:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
5404 5404   "priceCurrency": "USD",
5405 - "totalPrice": 1897.04,
5406 - "agentCommissionPercent": 9.0,
5407 - "agentCommissionAmount": 170.73,
4518 + "totalPrice": 970.1,
4519 + "agentCommissionPercent": 0.0,
4520 + "agentCommissionAmount": 0.0,
5408 5408   "includedExtrasAmount": 0,
5409 5409   "priceDifference": 0,
5410 5410   "hotel": {
5411 - "hotelPriceId": "539ce7f0-6004-4eb0-b16f-253f0a688066",
5412 - "hotelName": "Fujairah Rotana Resort Spa",
5413 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
5414 - "nights": 7,
5415 - "mealPlan": "HB",
5416 - "hotelClass": "5",
4524 + "hotelPriceId": "5549c887-6048-4d6e-93c7-d1a79f0075d3",
4525 + "hotelName": "Arabian Park Edge by Rotana",
4526 + "hotelCode": "3f0553d6-262b-402f-b164-6d1479282c3f",
4527 + "nigths": 7,
4528 + "mealPlan": "BB",
4529 + "hotelClass": "3",
5417 5417   "hotelColor": "#000000",
5418 5418   "availabilityType": "FreeSale",
5419 5419   "availableRoomsCount": 0,
5420 5420   "fewRooms": true,
5421 - "roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099",
5422 - "roomCategoryName": "Ocean View Room Twin",
4534 + "roomCategoryCode": "c158e04d-9e48-4fde-a7a5-1519e7c39fba",
4535 + "roomCategoryName": "City View Room King Bed",
5423 5423   "placementTypeName": "DBL",
5424 - "checkInDate": "2024-09-07T00:00:00",
5425 - "checkOutDate": "2024-09-14T00:00:00",
4537 + "checkInDate": "2024-05-25T00:00:00.000",
4538 + "checkOutDate": "2024-06-01T00:00:00.000",
5426 5426   "adults": 2,
5427 5427   "children": 0,
5428 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
5429 - "districtName": "Al Aqah",
5430 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
5431 - "cityName": "Fujairah",
4541 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9",
4542 + "districtName": "Al Jaddaf",
4543 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
4544 + "cityName": "Dubai",
5432 5432   "countryCode": "AE",
5433 5433   "countryName": "United Arab Emirates",
5434 5434   "hasAlcohol": true,
5435 5435   "hasFreeWifi": true,
5436 - "hasMetro": false,
4549 + "hasMetro": true,
5437 5437   "hasPool": true,
5438 5438   "hasMall": false,
5439 5439   "infantMaxAge": 1.99,
... ... @@ -5460,11 +5460,11 @@
5460 5460   }
5461 5461   },
5462 5462   "flight": {
5463 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
5464 - "departureDate": "2024-09-07T00:00:00",
5465 - "returnDate": "2024-09-14T00:00:00",
5466 - "departureTicketsLeft": 24,
5467 - "returnTicketsLeft": 17,
4576 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
4577 + "departureDate": "2024-05-25T00:00:00.000",
4578 + "returnDate": "2024-06-01T00:00:00.000",
4579 + "departureTicketsLeft": 48,
4580 + "returnTicketsLeft": 33,
5468 5468   "departureAvailabilityType": "FreeSale",
5469 5469   "returnAvailabilityType": "FreeSale",
5470 5470   "isTwoWay": true,
... ... @@ -5480,13 +5480,13 @@
5480 5480   "class": "Economy",
5481 5481   "lugageWeight": 20,
5482 5482   "handLugageWeight": 6,
5483 - "departureFlightDate": "2024-09-07T03:40:00.000",
4596 + "departureFlightDate": "2024-05-25T03:35:00.000",
5484 5484   "departureCountryName": "Kazakhstan",
5485 5485   "departureCityName": "Almaty",
5486 5486   "departureAirportCode": "ALA",
5487 5487   "departureAirportName": "Almaty Intl Airport",
5488 5488   "departureTerminalCode": "ALA",
5489 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
4602 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
5490 5490   "arrivalCountryName": "United Arab Emirates",
5491 5491   "arrivalCityName": "Dubai",
5492 5492   "arrivalAirportCode": "DXB",
... ... @@ -5503,13 +5503,13 @@
5503 5503   "class": "Economy",
5504 5504   "lugageWeight": 20,
5505 5505   "handLugageWeight": 6,
5506 - "departureFlightDate": "2024-09-14T21:30:00.000",
4619 + "departureFlightDate": "2024-06-01T21:25:00.000",
5507 5507   "departureCountryName": "United Arab Emirates",
5508 5508   "departureCityName": "Dubai",
5509 5509   "departureAirportCode": "DXB",
5510 5510   "departureAirportName": "Dubai Intl Airport",
5511 5511   "departureTerminalCode": "DXB3",
5512 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
4625 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
5513 5513   "arrivalCountryName": "Kazakhstan",
5514 5514   "arrivalCityName": "Almaty",
5515 5515   "arrivalAirportCode": "ALA",
... ... @@ -5520,7 +5520,7 @@
5520 5520   ],
5521 5521   "passengers": [
5522 5522   {
5523 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
4636 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
5524 5524   "isAdult": true,
5525 5525   "selectedForwardBaggageCode": "INCLUDED",
5526 5526   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -5544,7 +5544,7 @@
5544 5544   ]
5545 5545   },
5546 5546   {
5547 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
4660 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
5548 5548   "isAdult": true,
5549 5549   "selectedForwardBaggageCode": "INCLUDED",
5550 5550   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -5570,45 +5570,51 @@
5570 5570   ]
5571 5571   },
5572 5572   "extraServices": [],
5573 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:24",
5574 - "sortCheckInOut": "07.09.2024-14.09.2024",
4686 + "insurancePrice": {
4687 + "name": "Medical INS (N10000)",
4688 + "price": 35.84,
4689 + "actualStartDate": "2024-05-25T00:00:00.000",
4690 + "actualEndDate": "2024-06-01T00:00:00.000",
4691 + "optional": false,
4692 + "includedInPackagePrice": true
4693 + },
4694 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:24",
4695 + "sortCheckInOut": "25.05.2024-01.06.2024",
5575 5575   "sortAirline": "fly dubai",
5576 - "sortHotelName": "fujairah rotana resort spa",
5577 - "sortDetails": "hb",
5578 - "sortPlacement": "ocean view room twin dbl",
5579 - "subList": [],
5580 - "exchangeRate": 480.0
4697 + "sortHotelName": "arabian park edge by rotana",
4698 + "sortDetails": "bb",
4699 + "sortPlacement": "city view room king bed dbl"
5581 5581   },
5582 5582   {
5583 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:fc15523b-ccde-44a8-acc4-a75826077fd9:04abb186-80f6-4808-bce4-ae97cef85c51",
4702 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:b12a8933-b108-42ba-9a4e-ac644789db77:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
5584 5584   "priceCurrency": "USD",
5585 - "totalPrice": 1897.04,
5586 - "agentCommissionPercent": 9.0,
5587 - "agentCommissionAmount": 170.73,
4704 + "totalPrice": 970.1,
4705 + "agentCommissionPercent": 0.0,
4706 + "agentCommissionAmount": 0.0,
5588 5588   "includedExtrasAmount": 0,
5589 5589   "priceDifference": 0,
5590 5590   "hotel": {
5591 - "hotelPriceId": "fc15523b-ccde-44a8-acc4-a75826077fd9",
5592 - "hotelName": "Fujairah Rotana Resort Spa",
5593 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
5594 - "nights": 7,
5595 - "mealPlan": "HB",
5596 - "hotelClass": "5",
4710 + "hotelPriceId": "b12a8933-b108-42ba-9a4e-ac644789db77",
4711 + "hotelName": "Howard Johnson by Wyndham Bur Dubai",
4712 + "hotelCode": "d565d01b-a347-40dc-bc0b-71d6c8d6526b",
4713 + "nigths": 7,
4714 + "mealPlan": "RO",
4715 + "hotelClass": "3",
5597 5597   "hotelColor": "#000000",
5598 - "availabilityType": "OnRequest",
4717 + "availabilityType": "FreeSale",
5599 5599   "availableRoomsCount": 0,
5600 5600   "fewRooms": true,
5601 - "roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f",
5602 - "roomCategoryName": "Ocean View Room King",
4720 + "roomCategoryCode": "1ba57a59-ef0d-42ae-8e14-bc01c11d1038",
4721 + "roomCategoryName": "Standard Room",
5603 5603   "placementTypeName": "DBL",
5604 - "checkInDate": "2024-09-07T00:00:00",
5605 - "checkOutDate": "2024-09-14T00:00:00",
4723 + "checkInDate": "2024-05-25T00:00:00.000",
4724 + "checkOutDate": "2024-06-01T00:00:00.000",
5606 5606   "adults": 2,
5607 5607   "children": 0,
5608 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
5609 - "districtName": "Al Aqah",
5610 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
5611 - "cityName": "Fujairah",
4727 + "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992",
4728 + "districtName": "Bur Dubai",
4729 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
4730 + "cityName": "Dubai",
5612 5612   "countryCode": "AE",
5613 5613   "countryName": "United Arab Emirates",
5614 5614   "hasAlcohol": true,
... ... @@ -5616,13 +5616,13 @@
5616 5616   "hasMetro": false,
5617 5617   "hasPool": true,
5618 5618   "hasMall": false,
5619 - "infantMaxAge": 1.99,
5620 - "childMinAge": 2.0,
5621 - "childMaxAge": 11.99,
4738 + "infantMaxAge": 3.99,
4739 + "childMinAge": 4.0,
4740 + "childMaxAge": 10.99,
5622 5622   "teenMinAge": 0.0,
5623 5623   "teenMaxAge": 0.0,
5624 - "adultMinAge": 12.0,
5625 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
4743 + "adultMinAge": 11.0,
4744 + "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
5626 5626   "cancellationPolicy": {
5627 5627   "noShowChargeValue": 100.0,
5628 5628   "noShowChargeValueType": "%",
... ... @@ -5630,7 +5630,7 @@
5630 5630   "earlyDepartureChargeValueType": "%",
5631 5631   "conditions": [
5632 5632   {
5633 - "timeunits": 4,
4752 + "timeunits": 2,
5634 5634   "timeunitType": "Day",
5635 5635   "timeOffsetTypeName": "Before Arrival",
5636 5636   "chargeValue": 100.0,
... ... @@ -5640,11 +5640,11 @@
5640 5640   }
5641 5641   },
5642 5642   "flight": {
5643 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51",
5644 - "departureDate": "2024-09-07T00:00:00",
5645 - "returnDate": "2024-09-14T00:00:00",
5646 - "departureTicketsLeft": 24,
5647 - "returnTicketsLeft": 17,
4762 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203",
4763 + "departureDate": "2024-05-25T00:00:00.000",
4764 + "returnDate": "2024-06-01T00:00:00.000",
4765 + "departureTicketsLeft": 48,
4766 + "returnTicketsLeft": 33,
5648 5648   "departureAvailabilityType": "FreeSale",
5649 5649   "returnAvailabilityType": "FreeSale",
5650 5650   "isTwoWay": true,
... ... @@ -5660,13 +5660,13 @@
5660 5660   "class": "Economy",
5661 5661   "lugageWeight": 20,
5662 5662   "handLugageWeight": 6,
5663 - "departureFlightDate": "2024-09-07T03:40:00.000",
4782 + "departureFlightDate": "2024-05-25T03:35:00.000",
5664 5664   "departureCountryName": "Kazakhstan",
5665 5665   "departureCityName": "Almaty",
5666 5666   "departureAirportCode": "ALA",
5667 5667   "departureAirportName": "Almaty Intl Airport",
5668 5668   "departureTerminalCode": "ALA",
5669 - "arrivalFlightDate": "2024-09-07T07:15:00.000",
4788 + "arrivalFlightDate": "2024-05-25T07:10:00.000",
5670 5670   "arrivalCountryName": "United Arab Emirates",
5671 5671   "arrivalCityName": "Dubai",
5672 5672   "arrivalAirportCode": "DXB",
... ... @@ -5683,13 +5683,13 @@
5683 5683   "class": "Economy",
5684 5684   "lugageWeight": 20,
5685 5685   "handLugageWeight": 6,
5686 - "departureFlightDate": "2024-09-14T21:30:00.000",
4805 + "departureFlightDate": "2024-06-01T21:25:00.000",
5687 5687   "departureCountryName": "United Arab Emirates",
5688 5688   "departureCityName": "Dubai",
5689 5689   "departureAirportCode": "DXB",
5690 5690   "departureAirportName": "Dubai Intl Airport",
5691 5691   "departureTerminalCode": "DXB3",
5692 - "arrivalFlightDate": "2024-09-15T02:40:00.000",
4811 + "arrivalFlightDate": "2024-06-02T02:35:00.000",
5693 5693   "arrivalCountryName": "Kazakhstan",
5694 5694   "arrivalCityName": "Almaty",
5695 5695   "arrivalAirportCode": "ALA",
... ... @@ -5700,7 +5700,7 @@
5700 5700   ],
5701 5701   "passengers": [
5702 5702   {
5703 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
4822 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",
5704 5704   "isAdult": true,
5705 5705   "selectedForwardBaggageCode": "INCLUDED",
5706 5706   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -5724,7 +5724,7 @@
5724 5724   ]
5725 5725   },
5726 5726   {
5727 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
4846 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",
5728 5728   "isAdult": true,
5729 5729   "selectedForwardBaggageCode": "INCLUDED",
5730 5730   "selectedBackwardBaggageCode": "INCLUDED",
... ... @@ -5750,20 +5750,26 @@
5750 5750   ]
5751 5751   },
5752 5752   "extraServices": [],
5753 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:25",
5754 - "sortCheckInOut": "07.09.2024-14.09.2024",
4872 + "insurancePrice": {
4873 + "name": "Medical INS (N10000)",
4874 + "price": 35.84,
4875 + "actualStartDate": "2024-05-25T00:00:00.000",
4876 + "actualEndDate": "2024-06-01T00:00:00.000",
4877 + "optional": false,
4878 + "includedInPackagePrice": true
4879 + },
4880 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:25",
4881 + "sortCheckInOut": "25.05.2024-01.06.2024",
5755 5755   "sortAirline": "fly dubai",
5756 - "sortHotelName": "fujairah rotana resort spa",
5757 - "sortDetails": "hb",
5758 - "sortPlacement": "ocean view room king dbl",
5759 - "subList": [],
5760 - "exchangeRate": 480.0
4883 + "sortHotelName": "howard johnson by wyndham bur dubai",
4884 + "sortDetails": "ro",
4885 + "sortPlacement": "standard room dbl"
5761 5761   }
5762 5762   ],
5763 - "pagingId": "5",
4888 + "pagingId": "8",
5764 5764   "pageNumber": 1,
5765 - "pageCount": 5,
5766 - "totalCount": 110,
4890 + "pageCount": 36,
4891 + "totalCount": 883,
5767 5767   "error": false
5768 5768  }
5769 5769  {{/code}}
... ... @@ -6052,108 +6052,113 @@
6052 6052  == Definitions ==
6053 6053  
6054 6054  
6055 -=== **Request Parameters ** ===
5180 +**Request Parameters **
6056 6056  
6057 6057  (% class="table-bordered" %)
6058 -|=Key|=Type|=Nullable|=Description
6059 -|departureCountryCode|String|No|The ISO 3166-1 alpha-2 code of the departure country. For example, "KZ" for Kazakhstan.
6060 -|departureCityUID|String (UUID)|No|The unique identifier of the departure city. This is a UUID, such as "f0ba6324-f337-405c-8cc7-23d62cf664e8".
6061 -|arrivalCountryCode|String|No|The ISO 3166-1 alpha-2 code of the arrival country. For example, "AE" for United Arab Emirates.
6062 -|adults|Integer|No|The number of adults for the trip. For example, 2 for two adults.
6063 -|children|Integer|No|The number of children for the trip. For example, 0 for no children.
6064 -|departureDate|String (date-time)|No|The departure date in ISO 8601 format. For example, "2024-05-25T00:00:00" for May 25, 2024.
6065 -|returnDate|String (date-time)|No|The return date in ISO 8601 format. For example, "2024-06-01T00:00:00" for June 1, 2024.
6066 -|departureAndReturnDaysCount|Integer|No|The total number of days for the departure and return trip. For example, 7 for a week-long trip.
6067 -|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.
6068 -|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.
6069 -|checkInAndCheckOutDaysCount|Integer|No|The total number of days for the hotel stay. For example, 7 for a week-long stay.
6070 -|directFlightsOnly|Boolean|No|Whether to search for direct flights only. For example, true to only search for direct flights.
6071 -|pageRowCount|Integer|No|The number of results to return per page. For example, 1 to return 1 result per page.
6072 -|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 - ₼.
5183 +|=Field|=Type|=Description
5184 +|departureCountryCode|string|The ISO 3166-1 alpha-2 country code for the departure country. For example, "KZ" for Kazakhstan.
5185 +|departureCityUID|string|The unique identifier for the departure city.
5186 +|arrivalCountryCode|string|The ISO 3166-1 alpha-2 country code for the arrival country. For example, "AE" for United Arab Emirates.
5187 +|arrivalLocations|array|An array of objects, each representing an arrival location. Each object contains: type (string) - The type of the location. This can be "city". label (string) - The name of the location. value (string) - The unique identifier for the location. tag (string) - A tag for the location.
5188 +|checkInDate|string|The check-in date in ISO 8601 format.
5189 +|checkInDateTo|string|The latest possible check-in date in ISO 8601 format.
5190 +|stayDays|integer|The minimum number of days to stay.
5191 +|stayDaysTo|integer|The maximum number of days to stay.
5192 +|airlineCode|string|The code of the airline. This field can be empty.
5193 +|ticketType|string|The type of the ticket. This field can be empty.
5194 +|directFlightsOnly|boolean|Indicates whether to search for direct flights only.
5195 +|longConnectTime|boolean|Indicates whether to include flights with long connection times.
5196 +|adults|integer|The number of adults.
5197 +|children|integer|The number of children.
5198 +|childrenAges|array|An array of integers, each representing the age of a child.
5199 +|extendedSearch|boolean|Indicates whether to perform an extended search.
5200 +|totalPriceFrom|float|The minimum total price.
5201 +|totalPriceTo|float|The maximum total price.
5202 +|recommended|boolean|Indicates whether to include recommended packages.
5203 +|popular|boolean|Indicates whether to include popular packages.
5204 +|freeSale|boolean|Indicates whether to include free sale packages.
5205 +|groupByHotel|boolean|Indicates whether to group the results by hotel.
5206 +|hotelCodes|array|An array of strings, each representing a hotel code. This field can be empty.
5207 +|mealPlans|array|An array of meal plans. This field can be empty.
5208 +|hotelClasses|array|An array of hotel classes. This field can be empty.
5209 +|hotelTypes|array|An array of hotel types. This field can be empty.
5210 +|hotelServices|array|An array of hotel services. This field can be empty.
5211 +|pagingId|string|The paging ID for paginated results. This field can be empty.
5212 +|pageNumber|integer|The page number for paginated results.
5213 +|pageRowCount|integer|The number of rows per page for paginated results.
6073 6073  
6074 -=== **Response Parameters** ===
5215 +(% class="wikigeneratedid" %)
5216 +**Response Parameters**
6075 6075  
6076 6076  (% class="table-bordered" %)
6077 -|=Key|=Type|=Description
6078 -|packages|Array|An array of travel packages. Each package includes various details about the package.
6079 -|packages[].id|String|A unique identifier for the package. This is used to uniquely identify each package.
6080 -|packages[].priceCurrency|String|The currency in which the price is denoted. This could be •   KZT - ₸ •   USD - $ •   RUB - ₽ •   EUR - € •   UZS - ЛВ •   AZN - ₼.
6081 -|packages[].totalPrice|Number|The total price of the package. This includes all costs associated with the package.
6082 -|packages[].agentCommissionPercent|Number|The commission percentage for the agent. This is the percentage of the total price that the agent receives as commission.
6083 -|packages[].agentCommissionAmount|Number|The commission amount for the agent. This is the actual amount the agent receives as commission.
6084 -|packages[].includedExtrasAmount|Number|The amount for the included extras. This is the cost of any extra services included in the package.
6085 -|packages[].priceDifference|Number|The price difference. This could be a discount or a price increase.
6086 -|packages[].hotel|Object|An object containing details about the hotel included in the package. This includes information like the hotel name, class, availability, etc.
6087 -|packages[].hotel.hotelPriceId|String|The price ID of the hotel. This is used to uniquely identify the price for the hotel.
6088 -|packages[].hotel.hotelName|String|The name of the hotel. This is the actual name of the hotel.
6089 -|packages[].hotel.hotelCode|String|The code of the hotel. This is a unique code used to identify the hotel.
6090 -|packages[].hotel.nights|Number|The number of nights for the stay. This is the duration of the stay at the hotel.
6091 -|packages[].hotel.mealPlan|String|The meal plan for the stay. This could be breakfast included, all inclusive, etc.
6092 -|packages[].hotel.hotelClass|String|The class of the hotel. This could be 3-star, 4-star, 5-star, etc.
6093 -|packages[].hotel.hotelColor|String|The color associated with the hotel. This could be used for categorization or visualization purposes.
6094 -|packages[].hotel.availabilityType|String|The availability type of the hotel. This could be available, sold out, etc.
6095 -|packages[].hotel.availableRoomsCount|Number|The count of available rooms. This is the number of rooms that are currently available at the hotel.
6096 -|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.
6097 -|packages[].hotel.roomCategoryCode|String|The code of the room category. This is a unique code used to identify the room category.
6098 -|packages[].hotel.roomCategoryName|String|The name of the room category. This is the actual name of the room category.
6099 -|packages[].hotel.placementTypeName|String|The name of the placement type. This could be sea view, garden view, etc.
6100 -|packages[].hotel.placementDescription|String|The description of the placement. This provides more details about the placement type.
6101 -|packages[].hotel.checkInDate|String|The check-in date. This is the date when the stay at the hotel begins.
6102 -|packages[].hotel.checkOutDate|String|The check-out date. This is the date when the stay at the hotel ends.
6103 -|packages[].hotel.adults|Number|The number of adults. This is the number of adults that will be staying at the hotel.
6104 -|packages[].hotel.children|Number|The number of children. This is the number of children that will be staying at the hotel.
6105 -|packages[].hotel.districtUID|String|The UID of the district. This is a unique identifier for the district where the hotel is located.
6106 -|packages[].hotel.districtName|String|The name of the district. This is the actual name of the district where the hotel is located.
6107 -|packages[].hotel.cityUID|String|The UID of the city. This is a unique identifier for the city where the hotel is located.
6108 -|packages[].hotel.cityName|String|The name of the city. This is the actual name of the city where the hotel is located.
6109 -|packages[].hotel.countryCode|String|The code of the country. This is a unique code used to identify the country where the hotel is located.
6110 -|packages[].hotel.countryName|String|The name of the country. This is the actual name of the country where the hotel is located.
6111 -|packages[].hotel.hasAlcohol|Boolean|A boolean indicating if alcohol is available. If true, it means that alcohol is available at the hotel.
6112 -|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.
6113 -|packages[].hotel.hasMetro|Boolean|A boolean indicating if metro is available. If true, it means that there is a metro station near the hotel.
6114 -|packages[].hotel.hasPool|Boolean|A boolean indicating if a pool is available. If true, it means that the hotel has a pool.
6115 -|packages[].hotel.hasMall|Boolean|A boolean indicating if a mall is available. If true, it means that there is a mall near the hotel.
6116 -|packages[].hotel.infantMaxAge|Number|The maximum age for an infant. This is the maximum age at which a person is considered an infant.
6117 -|packages[].hotel.childMinAge|Number|The minimum age for a child. This is the minimum age at which a person is considered a child.
6118 -|packages[].hotel.childMaxAge|Number|The maximum age for a child. This is the maximum age at which a person is considered a child.
6119 -|packages[].hotel.teenMinAge|Number|The minimum age for a teen. This is the minimum age at which a person is considered a teen.
6120 -|packages[].hotel.teenMaxAge|Number|The maximum age for a teen. This is the maximum age at which a person is considered a teen.
6121 -|packages[].hotel.adultMinAge|Number|The minimum age for an adult. This is the minimum age at which a person is considered an adult.
6122 -|packages[].hotel.cancellationPolicyDescription|String|The description of the cancellation policy. This provides more details about the cancellation policy of the hotel.
6123 -|packages[].hotel.cancellationPolicy|Object|An object containing details about the cancellation policy. This includes information like the cancellation deadline, cancellation fee, etc.
6124 -|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.
6125 -|packages[].flight.id|String|The ID of the flight. This is used to uniquely identify the flight.
6126 -|packages[].flight.departureDate|String|The departure date of the flight. This is the date when the flight departs.
6127 -|packages[].flight.returnDate|String|The return date of the flight. This is the date when the flight returns.
6128 -|packages[].flight.departureTicketsLeft|Number|The number of departure tickets left. This is the number of tickets that are still available for the departure flight.
6129 -|packages[].flight.returnTicketsLeft|Number|The number of return tickets left. This is the number of tickets that are still available for the return flight.
6130 -|packages[].flight.departureAvailabilityType|String|The availability type of the departure flight. This could be available, sold out, etc.
6131 -|packages[].flight.returnAvailabilityType|String|The availability type of the return flight. This could be available, sold out, etc.
6132 -|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.
6133 -|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.
6134 -|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.
6135 -|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
6136 -|packages[].flight.class|String|The class of the flight. This could be economy, business, first class, etc.
6137 -|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.
6138 -|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.
6139 -|packages[].flight.passengers|Array|An array containing details about the passengers. Each passenger includes information like the passenger type, baggage allowance, etc.
6140 -|packages[].extraServices|Array|An array of any extra services included in the package. Each service includes information like the service name, service price, etc.
6141 -|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.
6142 -|packages[].cacheKey|String|The cache key. This is used to cache the package details for faster retrieval.
6143 -|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.
6144 -|packages[].sortAirline|String|The airline for sorting. This is used to sort the packages based on the airline.
6145 -|packages[].sortHotelName|String|The hotel name for sorting. This is used to sort the packages based on the hotel name.
6146 -|packages[].sortDetails|String|The details for sorting. This is used to sort the packages based on various details.
6147 -|packages[].sortPlacement|String|The placement for sorting. This is used to sort the packages based on the placement.
6148 -|pagingId|String|An identifier for the page. This is used to uniquely identify each page of results.
6149 -|pageNumber|Number|The current page number. This is the number of the current page of results.
6150 -|pageCount|Number|The total number of pages. This is the total number of pages of results.
6151 -|totalCount|Number|The total count of packages. This is the total number of packages in all pages of results.
6152 -|error|Boolean|A boolean indicating whether there was an error. If true, it means that there was an error in retrieving the packages.
6153 -|(((
6154 -exchangeRate
6155 -)))|Integer|For example  "exchangeRate": 480.0 it means that exchange rate is 480 from KZT to USD , 1 USD-480KZT
5219 +|=Field|=Type|=Description
5220 +|packages|array|An array of packages available. Each package contains:
5221 +|cacheKey|string|A unique identifier for the cache.
5222 +|id|string|A unique identifier for the package.
5223 +|priceCurrency|string|The currency in which the price is displayed.
5224 +|totalPrice|float|The total price of the package.
5225 +|agentCommissionPercent|float|The commission percentage for the agent.
5226 +|agentCommissionAmount|float|The commission amount for the agent.
5227 +|includedExtrasAmount|integer|The amount of extras included in the package.
5228 +|priceDifference|integer|The difference in price from the original price.
5229 +|hotel|object|An object containing details about the hotel.
5230 +|hotelPriceId|string|A unique identifier for the hotel price.
5231 +|providerId|integer|A unique identifier for the provider.
5232 +|hotelName|string|The name of the hotel.
5233 +|hotelCode|string|A unique code for the hotel.
5234 +|nigths|integer|The number of nights for the stay.
5235 +|mealPlan|string|The meal plan for the stay.
5236 +|hotelClass|string|The class or rating of the hotel.
5237 +|availabilityType|string|The availability type of the hotel.
5238 +|availableRoomsCount|integer|The number of available rooms in the hotel.
5239 +|fewRooms|boolean|Indicates whether there are few rooms left.
5240 +|roomCategoryCode|string|A unique code for the room category.
5241 +|roomCategoryName|string|The name of the room category.
5242 +|placementTypeName|string|The name of the placement type.
5243 +|checkInDate|string|The check-in date in ISO 8601 format.
5244 +|checkOutDate|string|The check-out date in ISO 8601 format.
5245 +|adults|integer|The number of adults for the stay.
5246 +|children|integer|The number of children for the stay.
5247 +|districtUID|string|A unique identifier for the district.
5248 +|districtName|string|The name of the district.
5249 +|cityUID|string|A unique identifier for the city.
5250 +|cityName|string|The name of the city.
5251 +|countryCode|string|The ISO 3166-1 alpha-2 country code.
5252 +|countryName|string|The name of the country.
5253 +|hasAlcohol|boolean|Indicates whether the hotel serves alcohol.
5254 +|hasFreeWifi|boolean|Indicates whether the hotel offers free Wi-Fi.
5255 +|hasMetro|boolean|Indicates whether the hotel is near a metro station.
5256 +|hasPool|boolean|Indicates whether the hotel has a pool.
5257 +|hasMall|boolean|Indicates whether the hotel is near a shopping mall.
5258 +|cancellationPolicyDescription|string|The description of the cancellation policy.
5259 +|cancellationPolicy|object|An object containing details about the cancellation policy.
5260 +|flight|object|An object containing details about the flight.
5261 +|id|string|A unique identifier for the flight.
5262 +|departureDate|string|The departure date in ISO 8601 format.
5263 +|returnDate|string|The return date in ISO 8601 format.
5264 +|departureTicketsLeft|integer|The number of departure tickets left.
5265 +|returnTicketsLeft|integer|The number of return tickets left.
5266 +|departureAvailabilityType|string|The availability type of the departure flight.
5267 +|returnAvailabilityType|string|The availability type of the return flight.
5268 +|isTwoWay|boolean|Indicates whether the flight is two-way.
5269 +|sameBaggageForAll|boolean|Indicates whether the same baggage is applicable for all passengers.
5270 +|totalBaggage|boolean|Indicates whether total baggage is included.
5271 +|departureSegments|array|An array of objects, each representing a departure segment.
5272 +|returnSegments|array|An array of objects, each representing a return segment.
5273 +|passengers|array|An array of objects, each representing a passenger.
5274 +|extraServices|array|An array of extra services included in the package.
5275 +|insurancePrice|object|An object containing details about the insurance price.
5276 +|pagingId|string|The paging ID for paginated results.
5277 +|pageNumber|integer|The page number for paginated results.
5278 +|pageCount|integer|The total number of pages.
5279 +|totalCount|integer|The total count of packages.
5280 +|error|boolean|Indicates whether there was an error.
6156 6156  
5282 +=== Paging and Caching ===
5283 +
5284 +During the first request, Paging id must be  empty like this  ( "pagingId": "",)  pagenumber is the number of the page, pagerowcount means number of the given result in one page. So in the first request we can search like this:
5285 +
5286 +
6157 6157  ==== first request ====
6158 6158  
6159 6159  {{code language="Json"}}
... ... @@ -6164,12 +6164,10 @@
6164 6164   }
6165 6165  {{/code}}
6166 6166  
6167 -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.
6168 6168  
6169 -
6170 6170  ==== Request with caching ====
6171 6171  
6172 -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": "",
5300 +as we receive response, in the end we can see pagingId- number, chich we can use for caching, and then just switch pagenumbers. for cleaning cache, it's important to make new request without pagingID
6173 6173  
6174 6174  {{code language="Json"}}
6175 6175   {
... ... @@ -6180,56 +6180,6 @@
6180 6180  {{/code}}
6181 6181  
6182 6182  
6183 -**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.
6184 -
6185 -**Initial Request:**
6186 -
6187 -* **Purpose**: The first request initiates the paging process and is designed to fetch the initial set of data without utilizing a pagingId.
6188 -* **Parameters**:
6189 -** pagingId: Should be set to an empty string ("") to indicate that this is the initial request.
6190 -** pageNumber: Indicates the specific page of data to retrieve, starting with 1.
6191 -** pageRowCount: Specifies the number of results to be included on each page.
6192 -
6193 -**Example - First Request**:
6194 -
6195 -{{{{
6196 - "pagingId": "",
6197 -  "pageNumber": 1,
6198 -  "pageRowCount": 10
6199 -}
6200 -}}}
6201 -
6202 -
6203 -**Subsequent Requests with Caching:**
6204 -
6205 -* **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.
6206 -* **Cache Utilization**:
6207 -** Upon receiving a response, a pagingId value is provided. This pagingId should be used in subsequent requests to reference the cached data.
6208 -** To navigate through the dataset, adjust the pageNumber while keeping the pagingId constant.
6209 -** To refresh the dataset and clear the cache, initiate a new request without a pagingId.
6210 -
6211 -**Example - Request with Caching**:
6212 -
6213 -{{{ {
6214 - "pagingId": "80",
6215 - "pageNumber": 2, // Adjusted to fetch the next page
6216 - "pageRowCount": 10
6217 - }
6218 -}}}
6219 -
6220 -
6221 -**Cache Management:**
6222 -
6223 -* 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.
6224 -
6225 -**Implementation Notes**:
6226 -
6227 -* The paging and caching mechanism significantly enhances data retrieval efficiency by minimizing server load and optimizing response times.
6228 -* Developers should ensure that the pagingId is correctly managed between requests to maintain session continuity and data consistency.
6229 -
6230 -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.
6231 -
6232 -
6233 6233  === search parameter options ===
6234 6234  
6235 6235  in the request body it's available to filter search results with parameters. parameter examples:
... ... @@ -6268,38 +6268,22 @@
6268 6268  {{/code}}
6269 6269  
6270 6270  
6271 -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.
6272 -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.
6273 -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.
6274 -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.
6275 -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.
6276 6276  
6277 6277  == Important ==
6278 6278  
6279 6279  {{error}}
6280 -=== Implementing Authorization in Subsequent Requests ===
5353 +It's Important to in every other request header, put Auth token
6281 6281  
6282 -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:
5355 +**Key **- Authorization
6283 6283  
6284 -* **Header Key:** Authorization
6285 -* **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.
5357 +**Value **- Bearer Token what is given in this response.
6286 6286  
6287 -Additionally, to ensure your requests are properly formatted and recognized, include the following headers:
6288 6288  
6289 -* **Content-Type:** Specify this header as application/json to indicate the format of the request body.
6290 -* **Header Key:** X-nugios-timezone
6291 -* **Header Value:** 240 - Adjust this value to match your local timezone offset in minutes.
5360 +**also note in headers that:**
6292 6292  
6293 -Incorporating these headers with their respective values is essential for the successful processing of your API requests.
6294 -{{/error}}
5362 +Content-Type - application/json
6295 6295  
5364 +**Key - **X-nugios-timezone
6296 6296  
6297 -
6298 -(% class="box errormessage" %)
6299 -(((
6300 -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:
6301 -
6302 -[[image:https://xwiki.nugios.com/xwiki/bin/download/APIs/Online%20API/TourPackages/WebHome/1713191255012-154.png?rev=1.1||alt="1713191255012-154.png"]]
6303 -
6304 -in the given example it means that insurance service is mandatory for the tourpackage.
6305 -)))
5366 +**Value **- 240
5367 +{{/error}}