Changes for page SearchTourPackages - Basic Version
Last modified by Giorgi Mdivnishvili on 2024/07/11 12:45
From version 11.1
edited by Giorgi Mdivnishvili
on 2024/04/11 16:44
on 2024/04/11 16:44
Change comment:
There is no comment for this version
To version 24.1
edited by Giorgi Mdivnishvili
on 2024/07/11 12:45
on 2024/07/11 12:45
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -SearchTourPackages - Basic version1 +SearchTourPackages - Basic Version - Content
-
... ... @@ -6,11 +6,32 @@ 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. 10 10 11 - It'spossiblereceivedata as current dates, alsoindate rangesusing parameter"stayDays": 0, "stayDaysTo": 0. themaximum difference between the dayscanbe 7.Below you cansee examples.10 +=== Method Overview: Streamlined Tour Package Discovery and Booking === 12 12 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 + 14 14 == Endpoint URL - [POST] == 15 15 16 16 {{info}} ... ... @@ -49,6 +49,8 @@ 49 49 == Request example for 2Adults 2Child == 50 50 51 51 {{code language="Json"}} 73 + 74 + 52 52 { 53 53 "departureCountryCode": "KZ", 54 54 "departureCityUID": "f0ba6324-f337-405c-8cc7-23d62cf664e8", ... ... @@ -59,18 +59,19 @@ 59 59 4, 60 60 8 61 61 ], 62 - "departureDate": "2024-0 5-26T00:00:00",63 - "returnDate": "2024-0 6-02T00:00:00",85 + "departureDate": "2024-08-26T00:00:00", 86 + "returnDate": "2024-09-02T00:00:00", 64 64 "departureAndReturnDaysCount": 7, 65 - "checkInDate": "2024-0 5-26T00:00:00",66 - "checkOutDate": "2024-0 6-02T00:00:00",88 + "checkInDate": "2024-08-26T00:00:00", 89 + "checkOutDate": "2024-09-02T00:00:00", 67 67 "checkInAndCheckOutDaysCount": 7, 68 68 "directFlightsOnly": true, 69 - "searchCurrency": " USD",92 + "searchCurrency": "KZT", 70 70 71 71 "pagingId": "", 72 72 "pageNumber": 1, 73 73 "pageRowCount":5 97 + 74 74 } 75 75 {{/code}} 76 76 ... ... @@ -79,177 +79,1153 @@ 79 79 80 80 {{code language="json"}} 81 81 { 82 - "error": true, 83 - "errorCode": "string", 84 - "errorDescription": "string", 85 - "userErrorDescription": "string", 86 - "packages": [ 87 - { 88 - "cacheKey": "string", 89 - "id": "string", 90 - "priceCurrency": "string", 91 - "totalPrice": 0, 92 - "agentCommissionPercent": 0, 93 - "agentCommissionAmount": 0, 94 - "includedExtrasAmount": 0, 95 - "priceDifference": 0, 96 - "hotel": { 97 - "hotelPriceId": "string", 98 - "providerId": 0, 99 - "hotelName": "string", 100 - "hotelCode": "string", 101 - "nigths": 0, 102 - "mealPlan": "string", 103 - "hotelClass": "string", 104 - "availabilityType": "OnRequest", 105 - "availableRoomsCount": 0, 106 - "fewRooms": true, 107 - "roomCategoryCode": "string", 108 - "roomCategoryName": "string", 109 - "placementTypeName": "string", 110 - "placementDescription": "string", 111 - "checkInDate": "2023-12-14T13:47:13.396Z", 112 - "checkOutDate": "2023-12-14T13:47:13.396Z", 113 - "adults": 0, 114 - "children": 0, 115 - "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 116 - "districtName": "string", 117 - "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 118 - "cityName": "string", 119 - "countryCode": "string", 120 - "countryName": "string", 121 - "hasAlcohol": true, 122 - "hasFreeWifi": true, 123 - "hasMetro": true, 124 - "hasPool": true, 125 - "hasMall": true, 126 - "cancellationPolicyDescription": "string", 127 - "cancellationPolicy": { 128 - "cancellationPolicyCode": "string", 129 - "noShowChargeValue": 0, 130 - "noShowChargeValueType": "string", 131 - "earlyDepartureChargeValue": 0, 132 - "earlyDepartureChargeValueType": "string", 133 - "conditions": [ 134 - { 135 - "timeunits": 0, 136 - "timeunitType": "string", 137 - "timeOffsetTypeName": "string", 138 - "chargeValue": 0, 139 - "chargeValueType": "string" 140 - } 141 - ] 142 - } 143 - }, 144 - "flight": { 145 - "id": "string", 146 - "departureDate": "2023-12-14T13:47:13.396Z", 147 - "returnDate": "2023-12-14T13:47:13.396Z", 148 - "departureTicketsLeft": 0, 149 - "returnTicketsLeft": 0, 150 - "departureAvailabilityType": "OnRequest", 151 - "returnAvailabilityType": "OnRequest", 152 - "isTwoWay": true, 153 - "departureSegments": [ 154 - { 155 - "airlineCode": "string", 156 - "airlineName": "string", 157 - "flightCode": "string", 158 - "class": "string", 159 - "lugageWeight": 0, 160 - "handLugageWeight": 0, 161 - "departureFlightDate": "2023-12-14T13:47:13.396Z", 162 - "departureCountryName": "string", 163 - "departureCityName": "string", 164 - "departureAirportCode": "string", 165 - "departureAirportName": "string", 166 - "departureTerminalCode": "string", 167 - "arrivalFlightDate": "2023-12-14T13:47:13.396Z", 168 - "arrivalCountryName": "string", 169 - "arrivalCityName": "string", 170 - "arrivalAirportCode": "string", 171 - "arrivalAirportName": "string", 172 - "arrivalTerminalCode": "string", 173 - "flightDuration": "string", 174 - "baggages": [ 175 - { 176 - "baggageCode": "string", 177 - "description": "string", 178 - "price": 0, 179 - "currency": "string", 180 - "included": true 181 - } 182 - ] 183 - } 184 - ], 185 - "returnSegments": [ 186 - { 187 - "airlineCode": "string", 188 - "airlineName": "string", 189 - "flightCode": "string", 190 - "class": "string", 191 - "lugageWeight": 0, 192 - "handLugageWeight": 0, 193 - "departureFlightDate": "2023-12-14T13:47:13.396Z", 194 - "departureCountryName": "string", 195 - "departureCityName": "string", 196 - "departureAirportCode": "string", 197 - "departureAirportName": "string", 198 - "departureTerminalCode": "string", 199 - "arrivalFlightDate": "2023-12-14T13:47:13.396Z", 200 - "arrivalCountryName": "string", 201 - "arrivalCityName": "string", 202 - "arrivalAirportCode": "string", 203 - "arrivalAirportName": "string", 204 - "arrivalTerminalCode": "string", 205 - "flightDuration": "string", 206 - "baggages": [ 207 - { 208 - "baggageCode": "string", 209 - "description": "string", 210 - "price": 0, 211 - "currency": "string", 212 - "included": true 213 - } 214 - ] 215 - } 216 - ] 217 - }, 218 - "extraServices": [ 106 + "packages": [ 219 219 { 220 - "extraServiceCode": "string", 221 - "extraServiceTypeCode": "string", 222 - "isMandatory": 0, 223 - "extraServiceName": "string", 224 - "minimalServiceAmount": 0, 225 - "includedPriceCode": "string", 226 - "prices": [ 227 - { 228 - "extraServicePriceCode": "string", 229 - "displayName": "string", 230 - "restrictionInfo": "string", 231 - "additionalInfo": "string", 232 - "price": 0, 233 - "extraPrice": 0, 234 - "currency": "string" 235 - } 236 - ] 108 + "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:f9be75ed-0b50-4598-aece-5b959400c0f0:b7d53209-ea5a-47a9-9074-f82d88dacac4", 109 + "priceCurrency": "USD", 110 + "totalPrice": 1883.71, 111 + "agentCommissionPercent": 9.0, 112 + "agentCommissionAmount": 169.53, 113 + "includedExtrasAmount": 0, 114 + "priceDifference": 0, 115 + "hotel": { 116 + "hotelPriceId": "f9be75ed-0b50-4598-aece-5b959400c0f0", 117 + "hotelName": "Nihal Hotel", 118 + "hotelCode": "176cb63d-9ebc-4a87-b12f-efe4b9180ced", 119 + "nights": 7, 120 + "mealPlan": "RO", 121 + "hotelClass": "3", 122 + "hotelColor": "#000000", 123 + "availabilityType": "FreeSale", 124 + "availableRoomsCount": 0, 125 + "fewRooms": true, 126 + "roomCategoryCode": "2561405f-6942-4f8e-b044-87fd347c0ec5", 127 + "roomCategoryName": "Standard Room", 128 + "placementTypeName": "DBL + CHILD + CHILD(2-5.99)(6-11.99)sharing", 129 + "checkInDate": "2024-08-26T00:00:00", 130 + "checkOutDate": "2024-09-02T00:00:00", 131 + "adults": 2, 132 + "children": 2, 133 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 134 + "districtName": "Deira", 135 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 136 + "cityName": "Dubai", 137 + "countryCode": "AE", 138 + "countryName": "United Arab Emirates", 139 + "hasAlcohol": true, 140 + "hasFreeWifi": false, 141 + "hasMetro": true, 142 + "hasPool": true, 143 + "hasMall": false, 144 + "infantMaxAge": 5.99, 145 + "childMinAge": 6.0, 146 + "childMaxAge": 11.99, 147 + "teenMinAge": 0.0, 148 + "teenMaxAge": 0.0, 149 + "adultMinAge": 12.0, 150 + "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 151 + "cancellationPolicy": { 152 + "noShowChargeValue": 100.0, 153 + "noShowChargeValueType": "%", 154 + "earlyDepartureChargeValue": 100.0, 155 + "earlyDepartureChargeValueType": "%", 156 + "conditions": [ 157 + { 158 + "timeunits": 2, 159 + "timeunitType": "Day", 160 + "timeOffsetTypeName": "Before Arrival", 161 + "chargeValue": 1.0, 162 + "chargeValueType": "Night" 163 + } 164 + ] 165 + } 166 + }, 167 + "flight": { 168 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4", 169 + "departureDate": "2024-08-26T00:00:00", 170 + "returnDate": "2024-09-02T00:00:00", 171 + "departureTicketsLeft": 28, 172 + "returnTicketsLeft": 30, 173 + "departureAvailabilityType": "FreeSale", 174 + "returnAvailabilityType": "FreeSale", 175 + "isTwoWay": true, 176 + "sameBaggageForAll": false, 177 + "totalBaggage": false, 178 + "isBlock": true, 179 + "class": "Economy", 180 + "departureSegments": [ 181 + { 182 + "airlineCode": "FZ", 183 + "airlineName": "Fly Dubai", 184 + "flightCode": "FZ1722", 185 + "class": "Economy", 186 + "lugageWeight": 20, 187 + "handLugageWeight": 6, 188 + "departureFlightDate": "2024-08-26T03:40:00.000", 189 + "departureCountryName": "Kazakhstan", 190 + "departureCityName": "Almaty", 191 + "departureAirportCode": "ALA", 192 + "departureAirportName": "Almaty Intl Airport", 193 + "departureTerminalCode": "ALA", 194 + "arrivalFlightDate": "2024-08-26T07:15:00.000", 195 + "arrivalCountryName": "United Arab Emirates", 196 + "arrivalCityName": "Dubai", 197 + "arrivalAirportCode": "DXB", 198 + "arrivalAirportName": "Dubai Intl Airport", 199 + "arrivalTerminalCode": "DXB3", 200 + "flightDuration": "5h 35m" 201 + } 202 + ], 203 + "returnSegments": [ 204 + { 205 + "airlineCode": "FZ", 206 + "airlineName": "Fly Dubai", 207 + "flightCode": "FZ1721", 208 + "class": "Economy", 209 + "lugageWeight": 20, 210 + "handLugageWeight": 6, 211 + "departureFlightDate": "2024-09-02T21:30:00.000", 212 + "departureCountryName": "United Arab Emirates", 213 + "departureCityName": "Dubai", 214 + "departureAirportCode": "DXB", 215 + "departureAirportName": "Dubai Intl Airport", 216 + "departureTerminalCode": "DXB3", 217 + "arrivalFlightDate": "2024-09-03T02:40:00.000", 218 + "arrivalCountryName": "Kazakhstan", 219 + "arrivalCityName": "Almaty", 220 + "arrivalAirportCode": "ALA", 221 + "arrivalAirportName": "Almaty Intl Airport", 222 + "arrivalTerminalCode": "ALA", 223 + "flightDuration": "3h 10m" 224 + } 225 + ], 226 + "passengers": [ 227 + { 228 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1", 229 + "isAdult": true, 230 + "selectedForwardBaggageCode": "INCLUDED", 231 + "selectedBackwardBaggageCode": "INCLUDED", 232 + "forwardBaggages": [ 233 + { 234 + "baggageCode": "INCLUDED", 235 + "description": "20 Kg Included", 236 + "price": 0.0, 237 + "currency": "USD", 238 + "included": true 239 + } 240 + ], 241 + "backwardBaggages": [ 242 + { 243 + "baggageCode": "INCLUDED", 244 + "description": "20 Kg Included", 245 + "price": 0.0, 246 + "currency": "USD", 247 + "included": true 248 + } 249 + ] 250 + }, 251 + { 252 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2", 253 + "isAdult": true, 254 + "selectedForwardBaggageCode": "INCLUDED", 255 + "selectedBackwardBaggageCode": "INCLUDED", 256 + "forwardBaggages": [ 257 + { 258 + "baggageCode": "INCLUDED", 259 + "description": "20 Kg Included", 260 + "price": 0.0, 261 + "currency": "USD", 262 + "included": true 263 + } 264 + ], 265 + "backwardBaggages": [ 266 + { 267 + "baggageCode": "INCLUDED", 268 + "description": "20 Kg Included", 269 + "price": 0.0, 270 + "currency": "USD", 271 + "included": true 272 + } 273 + ] 274 + }, 275 + { 276 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1", 277 + "isAdult": false, 278 + "selectedForwardBaggageCode": "INCLUDED", 279 + "selectedBackwardBaggageCode": "INCLUDED", 280 + "forwardBaggages": [ 281 + { 282 + "baggageCode": "INCLUDED", 283 + "description": "20 Kg Included", 284 + "price": 0.0, 285 + "currency": "USD", 286 + "included": true 287 + } 288 + ], 289 + "backwardBaggages": [ 290 + { 291 + "baggageCode": "INCLUDED", 292 + "description": "20 Kg Included", 293 + "price": 0.0, 294 + "currency": "USD", 295 + "included": true 296 + } 297 + ] 298 + }, 299 + { 300 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2", 301 + "isAdult": false, 302 + "selectedForwardBaggageCode": "INCLUDED", 303 + "selectedBackwardBaggageCode": "INCLUDED", 304 + "forwardBaggages": [ 305 + { 306 + "baggageCode": "INCLUDED", 307 + "description": "20 Kg Included", 308 + "price": 0.0, 309 + "currency": "USD", 310 + "included": true 311 + } 312 + ], 313 + "backwardBaggages": [ 314 + { 315 + "baggageCode": "INCLUDED", 316 + "description": "20 Kg Included", 317 + "price": 0.0, 318 + "currency": "USD", 319 + "included": true 320 + } 321 + ] 322 + } 323 + ] 324 + }, 325 + "extraServices": [], 326 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:1", 327 + "sortCheckInOut": "26.08.2024-02.09.2024", 328 + "sortAirline": "fly dubai", 329 + "sortHotelName": "nihal hotel", 330 + "sortDetails": "ro", 331 + "sortPlacement": "standard room dbl child child 2 5 99 6 11 99 sharing", 332 + "subList": [], 333 + "exchangeRate": 480.0 334 + }, 335 + { 336 + "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:af1c3f20-548d-4e8e-b976-52aaf9af8b8b:b7d53209-ea5a-47a9-9074-f82d88dacac4", 337 + "priceCurrency": "USD", 338 + "totalPrice": 1889.76, 339 + "agentCommissionPercent": 9.0, 340 + "agentCommissionAmount": 170.08, 341 + "includedExtrasAmount": 0, 342 + "priceDifference": 0, 343 + "hotel": { 344 + "hotelPriceId": "af1c3f20-548d-4e8e-b976-52aaf9af8b8b", 345 + "hotelName": "Six Seasons Hotel", 346 + "hotelCode": "b327fcea-afbe-4652-9f0c-8f09d941d5a4", 347 + "nights": 7, 348 + "mealPlan": "RO", 349 + "hotelClass": "3", 350 + "hotelColor": "#000000", 351 + "availabilityType": "StopSale", 352 + "availableRoomsCount": 0, 353 + "fewRooms": true, 354 + "roomCategoryCode": "5e28afcd-2f9d-4d4c-aefb-fd6c46cf0963", 355 + "roomCategoryName": "Standard King Room", 356 + "placementTypeName": "DBL + CHILD + CHILD(2-5.99)(6-10.99)sharing", 357 + "checkInDate": "2024-08-26T00:00:00", 358 + "checkOutDate": "2024-09-02T00:00:00", 359 + "adults": 2, 360 + "children": 2, 361 + "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992", 362 + "districtName": "Bur Dubai", 363 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 364 + "cityName": "Dubai", 365 + "countryCode": "AE", 366 + "countryName": "United Arab Emirates", 367 + "hasAlcohol": true, 368 + "hasFreeWifi": true, 369 + "hasMetro": false, 370 + "hasPool": true, 371 + "hasMall": false, 372 + "infantMaxAge": 5.99, 373 + "childMinAge": 6.0, 374 + "childMaxAge": 10.99, 375 + "teenMinAge": 0.0, 376 + "teenMaxAge": 0.0, 377 + "adultMinAge": 11.0, 378 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 379 + "cancellationPolicy": { 380 + "noShowChargeValue": 100.0, 381 + "noShowChargeValueType": "%", 382 + "earlyDepartureChargeValue": 100.0, 383 + "earlyDepartureChargeValueType": "%", 384 + "conditions": [ 385 + { 386 + "timeunits": 365, 387 + "timeunitType": "Day", 388 + "timeOffsetTypeName": "Before Arrival", 389 + "chargeValue": 100.0, 390 + "chargeValueType": "%" 391 + } 392 + ] 393 + } 394 + }, 395 + "flight": { 396 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4", 397 + "departureDate": "2024-08-26T00:00:00", 398 + "returnDate": "2024-09-02T00:00:00", 399 + "departureTicketsLeft": 28, 400 + "returnTicketsLeft": 30, 401 + "departureAvailabilityType": "FreeSale", 402 + "returnAvailabilityType": "FreeSale", 403 + "isTwoWay": true, 404 + "sameBaggageForAll": false, 405 + "totalBaggage": false, 406 + "isBlock": true, 407 + "class": "Economy", 408 + "departureSegments": [ 409 + { 410 + "airlineCode": "FZ", 411 + "airlineName": "Fly Dubai", 412 + "flightCode": "FZ1722", 413 + "class": "Economy", 414 + "lugageWeight": 20, 415 + "handLugageWeight": 6, 416 + "departureFlightDate": "2024-08-26T03:40:00.000", 417 + "departureCountryName": "Kazakhstan", 418 + "departureCityName": "Almaty", 419 + "departureAirportCode": "ALA", 420 + "departureAirportName": "Almaty Intl Airport", 421 + "departureTerminalCode": "ALA", 422 + "arrivalFlightDate": "2024-08-26T07:15:00.000", 423 + "arrivalCountryName": "United Arab Emirates", 424 + "arrivalCityName": "Dubai", 425 + "arrivalAirportCode": "DXB", 426 + "arrivalAirportName": "Dubai Intl Airport", 427 + "arrivalTerminalCode": "DXB3", 428 + "flightDuration": "5h 35m" 429 + } 430 + ], 431 + "returnSegments": [ 432 + { 433 + "airlineCode": "FZ", 434 + "airlineName": "Fly Dubai", 435 + "flightCode": "FZ1721", 436 + "class": "Economy", 437 + "lugageWeight": 20, 438 + "handLugageWeight": 6, 439 + "departureFlightDate": "2024-09-02T21:30:00.000", 440 + "departureCountryName": "United Arab Emirates", 441 + "departureCityName": "Dubai", 442 + "departureAirportCode": "DXB", 443 + "departureAirportName": "Dubai Intl Airport", 444 + "departureTerminalCode": "DXB3", 445 + "arrivalFlightDate": "2024-09-03T02:40:00.000", 446 + "arrivalCountryName": "Kazakhstan", 447 + "arrivalCityName": "Almaty", 448 + "arrivalAirportCode": "ALA", 449 + "arrivalAirportName": "Almaty Intl Airport", 450 + "arrivalTerminalCode": "ALA", 451 + "flightDuration": "3h 10m" 452 + } 453 + ], 454 + "passengers": [ 455 + { 456 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1", 457 + "isAdult": true, 458 + "selectedForwardBaggageCode": "INCLUDED", 459 + "selectedBackwardBaggageCode": "INCLUDED", 460 + "forwardBaggages": [ 461 + { 462 + "baggageCode": "INCLUDED", 463 + "description": "20 Kg Included", 464 + "price": 0.0, 465 + "currency": "USD", 466 + "included": true 467 + } 468 + ], 469 + "backwardBaggages": [ 470 + { 471 + "baggageCode": "INCLUDED", 472 + "description": "20 Kg Included", 473 + "price": 0.0, 474 + "currency": "USD", 475 + "included": true 476 + } 477 + ] 478 + }, 479 + { 480 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2", 481 + "isAdult": true, 482 + "selectedForwardBaggageCode": "INCLUDED", 483 + "selectedBackwardBaggageCode": "INCLUDED", 484 + "forwardBaggages": [ 485 + { 486 + "baggageCode": "INCLUDED", 487 + "description": "20 Kg Included", 488 + "price": 0.0, 489 + "currency": "USD", 490 + "included": true 491 + } 492 + ], 493 + "backwardBaggages": [ 494 + { 495 + "baggageCode": "INCLUDED", 496 + "description": "20 Kg Included", 497 + "price": 0.0, 498 + "currency": "USD", 499 + "included": true 500 + } 501 + ] 502 + }, 503 + { 504 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1", 505 + "isAdult": false, 506 + "selectedForwardBaggageCode": "INCLUDED", 507 + "selectedBackwardBaggageCode": "INCLUDED", 508 + "forwardBaggages": [ 509 + { 510 + "baggageCode": "INCLUDED", 511 + "description": "20 Kg Included", 512 + "price": 0.0, 513 + "currency": "USD", 514 + "included": true 515 + } 516 + ], 517 + "backwardBaggages": [ 518 + { 519 + "baggageCode": "INCLUDED", 520 + "description": "20 Kg Included", 521 + "price": 0.0, 522 + "currency": "USD", 523 + "included": true 524 + } 525 + ] 526 + }, 527 + { 528 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2", 529 + "isAdult": false, 530 + "selectedForwardBaggageCode": "INCLUDED", 531 + "selectedBackwardBaggageCode": "INCLUDED", 532 + "forwardBaggages": [ 533 + { 534 + "baggageCode": "INCLUDED", 535 + "description": "20 Kg Included", 536 + "price": 0.0, 537 + "currency": "USD", 538 + "included": true 539 + } 540 + ], 541 + "backwardBaggages": [ 542 + { 543 + "baggageCode": "INCLUDED", 544 + "description": "20 Kg Included", 545 + "price": 0.0, 546 + "currency": "USD", 547 + "included": true 548 + } 549 + ] 550 + } 551 + ] 552 + }, 553 + "extraServices": [], 554 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:2", 555 + "sortCheckInOut": "26.08.2024-02.09.2024", 556 + "sortAirline": "fly dubai", 557 + "sortHotelName": "six seasons hotel", 558 + "sortDetails": "ro", 559 + "sortPlacement": "standard king room dbl child child 2 5 99 6 10 99 sharing", 560 + "subList": [], 561 + "exchangeRate": 480.0 562 + }, 563 + { 564 + "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:4c4d7504-f804-44f1-a850-d14708ceb8c8:b7d53209-ea5a-47a9-9074-f82d88dacac4", 565 + "priceCurrency": "USD", 566 + "totalPrice": 1889.76, 567 + "agentCommissionPercent": 9.0, 568 + "agentCommissionAmount": 170.08, 569 + "includedExtrasAmount": 0, 570 + "priceDifference": 0, 571 + "hotel": { 572 + "hotelPriceId": "4c4d7504-f804-44f1-a850-d14708ceb8c8", 573 + "hotelName": "Six Seasons Hotel", 574 + "hotelCode": "b327fcea-afbe-4652-9f0c-8f09d941d5a4", 575 + "nights": 7, 576 + "mealPlan": "RO", 577 + "hotelClass": "3", 578 + "hotelColor": "#000000", 579 + "availabilityType": "StopSale", 580 + "availableRoomsCount": 0, 581 + "fewRooms": true, 582 + "roomCategoryCode": "3476f552-6cb6-46cd-8331-cded195f9da3", 583 + "roomCategoryName": "Standard Twin Room", 584 + "placementTypeName": "DBL + CHILD + CHILD(2-5.99)(6-10.99)sharing", 585 + "checkInDate": "2024-08-26T00:00:00", 586 + "checkOutDate": "2024-09-02T00:00:00", 587 + "adults": 2, 588 + "children": 2, 589 + "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992", 590 + "districtName": "Bur Dubai", 591 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 592 + "cityName": "Dubai", 593 + "countryCode": "AE", 594 + "countryName": "United Arab Emirates", 595 + "hasAlcohol": true, 596 + "hasFreeWifi": true, 597 + "hasMetro": false, 598 + "hasPool": true, 599 + "hasMall": false, 600 + "infantMaxAge": 5.99, 601 + "childMinAge": 6.0, 602 + "childMaxAge": 10.99, 603 + "teenMinAge": 0.0, 604 + "teenMaxAge": 0.0, 605 + "adultMinAge": 11.0, 606 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 607 + "cancellationPolicy": { 608 + "noShowChargeValue": 100.0, 609 + "noShowChargeValueType": "%", 610 + "earlyDepartureChargeValue": 100.0, 611 + "earlyDepartureChargeValueType": "%", 612 + "conditions": [ 613 + { 614 + "timeunits": 365, 615 + "timeunitType": "Day", 616 + "timeOffsetTypeName": "Before Arrival", 617 + "chargeValue": 100.0, 618 + "chargeValueType": "%" 619 + } 620 + ] 621 + } 622 + }, 623 + "flight": { 624 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4", 625 + "departureDate": "2024-08-26T00:00:00", 626 + "returnDate": "2024-09-02T00:00:00", 627 + "departureTicketsLeft": 28, 628 + "returnTicketsLeft": 30, 629 + "departureAvailabilityType": "FreeSale", 630 + "returnAvailabilityType": "FreeSale", 631 + "isTwoWay": true, 632 + "sameBaggageForAll": false, 633 + "totalBaggage": false, 634 + "isBlock": true, 635 + "class": "Economy", 636 + "departureSegments": [ 637 + { 638 + "airlineCode": "FZ", 639 + "airlineName": "Fly Dubai", 640 + "flightCode": "FZ1722", 641 + "class": "Economy", 642 + "lugageWeight": 20, 643 + "handLugageWeight": 6, 644 + "departureFlightDate": "2024-08-26T03:40:00.000", 645 + "departureCountryName": "Kazakhstan", 646 + "departureCityName": "Almaty", 647 + "departureAirportCode": "ALA", 648 + "departureAirportName": "Almaty Intl Airport", 649 + "departureTerminalCode": "ALA", 650 + "arrivalFlightDate": "2024-08-26T07:15:00.000", 651 + "arrivalCountryName": "United Arab Emirates", 652 + "arrivalCityName": "Dubai", 653 + "arrivalAirportCode": "DXB", 654 + "arrivalAirportName": "Dubai Intl Airport", 655 + "arrivalTerminalCode": "DXB3", 656 + "flightDuration": "5h 35m" 657 + } 658 + ], 659 + "returnSegments": [ 660 + { 661 + "airlineCode": "FZ", 662 + "airlineName": "Fly Dubai", 663 + "flightCode": "FZ1721", 664 + "class": "Economy", 665 + "lugageWeight": 20, 666 + "handLugageWeight": 6, 667 + "departureFlightDate": "2024-09-02T21:30:00.000", 668 + "departureCountryName": "United Arab Emirates", 669 + "departureCityName": "Dubai", 670 + "departureAirportCode": "DXB", 671 + "departureAirportName": "Dubai Intl Airport", 672 + "departureTerminalCode": "DXB3", 673 + "arrivalFlightDate": "2024-09-03T02:40:00.000", 674 + "arrivalCountryName": "Kazakhstan", 675 + "arrivalCityName": "Almaty", 676 + "arrivalAirportCode": "ALA", 677 + "arrivalAirportName": "Almaty Intl Airport", 678 + "arrivalTerminalCode": "ALA", 679 + "flightDuration": "3h 10m" 680 + } 681 + ], 682 + "passengers": [ 683 + { 684 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1", 685 + "isAdult": true, 686 + "selectedForwardBaggageCode": "INCLUDED", 687 + "selectedBackwardBaggageCode": "INCLUDED", 688 + "forwardBaggages": [ 689 + { 690 + "baggageCode": "INCLUDED", 691 + "description": "20 Kg Included", 692 + "price": 0.0, 693 + "currency": "USD", 694 + "included": true 695 + } 696 + ], 697 + "backwardBaggages": [ 698 + { 699 + "baggageCode": "INCLUDED", 700 + "description": "20 Kg Included", 701 + "price": 0.0, 702 + "currency": "USD", 703 + "included": true 704 + } 705 + ] 706 + }, 707 + { 708 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2", 709 + "isAdult": true, 710 + "selectedForwardBaggageCode": "INCLUDED", 711 + "selectedBackwardBaggageCode": "INCLUDED", 712 + "forwardBaggages": [ 713 + { 714 + "baggageCode": "INCLUDED", 715 + "description": "20 Kg Included", 716 + "price": 0.0, 717 + "currency": "USD", 718 + "included": true 719 + } 720 + ], 721 + "backwardBaggages": [ 722 + { 723 + "baggageCode": "INCLUDED", 724 + "description": "20 Kg Included", 725 + "price": 0.0, 726 + "currency": "USD", 727 + "included": true 728 + } 729 + ] 730 + }, 731 + { 732 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1", 733 + "isAdult": false, 734 + "selectedForwardBaggageCode": "INCLUDED", 735 + "selectedBackwardBaggageCode": "INCLUDED", 736 + "forwardBaggages": [ 737 + { 738 + "baggageCode": "INCLUDED", 739 + "description": "20 Kg Included", 740 + "price": 0.0, 741 + "currency": "USD", 742 + "included": true 743 + } 744 + ], 745 + "backwardBaggages": [ 746 + { 747 + "baggageCode": "INCLUDED", 748 + "description": "20 Kg Included", 749 + "price": 0.0, 750 + "currency": "USD", 751 + "included": true 752 + } 753 + ] 754 + }, 755 + { 756 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2", 757 + "isAdult": false, 758 + "selectedForwardBaggageCode": "INCLUDED", 759 + "selectedBackwardBaggageCode": "INCLUDED", 760 + "forwardBaggages": [ 761 + { 762 + "baggageCode": "INCLUDED", 763 + "description": "20 Kg Included", 764 + "price": 0.0, 765 + "currency": "USD", 766 + "included": true 767 + } 768 + ], 769 + "backwardBaggages": [ 770 + { 771 + "baggageCode": "INCLUDED", 772 + "description": "20 Kg Included", 773 + "price": 0.0, 774 + "currency": "USD", 775 + "included": true 776 + } 777 + ] 778 + } 779 + ] 780 + }, 781 + "extraServices": [], 782 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:3", 783 + "sortCheckInOut": "26.08.2024-02.09.2024", 784 + "sortAirline": "fly dubai", 785 + "sortHotelName": "six seasons hotel", 786 + "sortDetails": "ro", 787 + "sortPlacement": "standard twin room dbl child child 2 5 99 6 10 99 sharing", 788 + "subList": [], 789 + "exchangeRate": 480.0 790 + }, 791 + { 792 + "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:7deeaa1b-791d-4776-8665-9fb950004728:b7d53209-ea5a-47a9-9074-f82d88dacac4", 793 + "priceCurrency": "USD", 794 + "totalPrice": 1904.71, 795 + "agentCommissionPercent": 9.0, 796 + "agentCommissionAmount": 171.42, 797 + "includedExtrasAmount": 0, 798 + "priceDifference": 0, 799 + "hotel": { 800 + "hotelPriceId": "7deeaa1b-791d-4776-8665-9fb950004728", 801 + "hotelName": "Landmark Hotel Baniyas", 802 + "hotelCode": "66958df7-37ce-40bb-8f68-0e1b8e1c159c", 803 + "nights": 7, 804 + "mealPlan": "RO", 805 + "hotelClass": "3", 806 + "hotelColor": "#000000", 807 + "availabilityType": "FreeSale", 808 + "availableRoomsCount": 0, 809 + "fewRooms": true, 810 + "roomCategoryCode": "b9fef308-64a8-45d8-ac65-127c8df6ae3c", 811 + "roomCategoryName": "Standard Room", 812 + "placementTypeName": "DBL + CHILD + CHILD(2-4.99)(5-11.99)sharing", 813 + "checkInDate": "2024-08-26T00:00:00", 814 + "checkOutDate": "2024-09-02T00:00:00", 815 + "adults": 2, 816 + "children": 2, 817 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 818 + "districtName": "Deira", 819 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 820 + "cityName": "Dubai", 821 + "countryCode": "AE", 822 + "countryName": "United Arab Emirates", 823 + "hasAlcohol": false, 824 + "hasFreeWifi": true, 825 + "hasMetro": true, 826 + "hasPool": true, 827 + "hasMall": false, 828 + "infantMaxAge": 4.99, 829 + "childMinAge": 5.0, 830 + "childMaxAge": 11.99, 831 + "teenMinAge": 0.0, 832 + "teenMaxAge": 0.0, 833 + "adultMinAge": 12.0, 834 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 835 + "cancellationPolicy": { 836 + "noShowChargeValue": 100.0, 837 + "noShowChargeValueType": "%", 838 + "earlyDepartureChargeValue": 100.0, 839 + "earlyDepartureChargeValueType": "%", 840 + "conditions": [ 841 + { 842 + "timeunits": 365, 843 + "timeunitType": "Day", 844 + "timeOffsetTypeName": "Before Arrival", 845 + "chargeValue": 100.0, 846 + "chargeValueType": "%" 847 + } 848 + ] 849 + } 850 + }, 851 + "flight": { 852 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4", 853 + "departureDate": "2024-08-26T00:00:00", 854 + "returnDate": "2024-09-02T00:00:00", 855 + "departureTicketsLeft": 28, 856 + "returnTicketsLeft": 30, 857 + "departureAvailabilityType": "FreeSale", 858 + "returnAvailabilityType": "FreeSale", 859 + "isTwoWay": true, 860 + "sameBaggageForAll": false, 861 + "totalBaggage": false, 862 + "isBlock": true, 863 + "class": "Economy", 864 + "departureSegments": [ 865 + { 866 + "airlineCode": "FZ", 867 + "airlineName": "Fly Dubai", 868 + "flightCode": "FZ1722", 869 + "class": "Economy", 870 + "lugageWeight": 20, 871 + "handLugageWeight": 6, 872 + "departureFlightDate": "2024-08-26T03:40:00.000", 873 + "departureCountryName": "Kazakhstan", 874 + "departureCityName": "Almaty", 875 + "departureAirportCode": "ALA", 876 + "departureAirportName": "Almaty Intl Airport", 877 + "departureTerminalCode": "ALA", 878 + "arrivalFlightDate": "2024-08-26T07:15:00.000", 879 + "arrivalCountryName": "United Arab Emirates", 880 + "arrivalCityName": "Dubai", 881 + "arrivalAirportCode": "DXB", 882 + "arrivalAirportName": "Dubai Intl Airport", 883 + "arrivalTerminalCode": "DXB3", 884 + "flightDuration": "5h 35m" 885 + } 886 + ], 887 + "returnSegments": [ 888 + { 889 + "airlineCode": "FZ", 890 + "airlineName": "Fly Dubai", 891 + "flightCode": "FZ1721", 892 + "class": "Economy", 893 + "lugageWeight": 20, 894 + "handLugageWeight": 6, 895 + "departureFlightDate": "2024-09-02T21:30:00.000", 896 + "departureCountryName": "United Arab Emirates", 897 + "departureCityName": "Dubai", 898 + "departureAirportCode": "DXB", 899 + "departureAirportName": "Dubai Intl Airport", 900 + "departureTerminalCode": "DXB3", 901 + "arrivalFlightDate": "2024-09-03T02:40:00.000", 902 + "arrivalCountryName": "Kazakhstan", 903 + "arrivalCityName": "Almaty", 904 + "arrivalAirportCode": "ALA", 905 + "arrivalAirportName": "Almaty Intl Airport", 906 + "arrivalTerminalCode": "ALA", 907 + "flightDuration": "3h 10m" 908 + } 909 + ], 910 + "passengers": [ 911 + { 912 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1", 913 + "isAdult": true, 914 + "selectedForwardBaggageCode": "INCLUDED", 915 + "selectedBackwardBaggageCode": "INCLUDED", 916 + "forwardBaggages": [ 917 + { 918 + "baggageCode": "INCLUDED", 919 + "description": "20 Kg Included", 920 + "price": 0.0, 921 + "currency": "USD", 922 + "included": true 923 + } 924 + ], 925 + "backwardBaggages": [ 926 + { 927 + "baggageCode": "INCLUDED", 928 + "description": "20 Kg Included", 929 + "price": 0.0, 930 + "currency": "USD", 931 + "included": true 932 + } 933 + ] 934 + }, 935 + { 936 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2", 937 + "isAdult": true, 938 + "selectedForwardBaggageCode": "INCLUDED", 939 + "selectedBackwardBaggageCode": "INCLUDED", 940 + "forwardBaggages": [ 941 + { 942 + "baggageCode": "INCLUDED", 943 + "description": "20 Kg Included", 944 + "price": 0.0, 945 + "currency": "USD", 946 + "included": true 947 + } 948 + ], 949 + "backwardBaggages": [ 950 + { 951 + "baggageCode": "INCLUDED", 952 + "description": "20 Kg Included", 953 + "price": 0.0, 954 + "currency": "USD", 955 + "included": true 956 + } 957 + ] 958 + }, 959 + { 960 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1", 961 + "isAdult": false, 962 + "selectedForwardBaggageCode": "INCLUDED", 963 + "selectedBackwardBaggageCode": "INCLUDED", 964 + "forwardBaggages": [ 965 + { 966 + "baggageCode": "INCLUDED", 967 + "description": "20 Kg Included", 968 + "price": 0.0, 969 + "currency": "USD", 970 + "included": true 971 + } 972 + ], 973 + "backwardBaggages": [ 974 + { 975 + "baggageCode": "INCLUDED", 976 + "description": "20 Kg Included", 977 + "price": 0.0, 978 + "currency": "USD", 979 + "included": true 980 + } 981 + ] 982 + }, 983 + { 984 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2", 985 + "isAdult": false, 986 + "selectedForwardBaggageCode": "INCLUDED", 987 + "selectedBackwardBaggageCode": "INCLUDED", 988 + "forwardBaggages": [ 989 + { 990 + "baggageCode": "INCLUDED", 991 + "description": "20 Kg Included", 992 + "price": 0.0, 993 + "currency": "USD", 994 + "included": true 995 + } 996 + ], 997 + "backwardBaggages": [ 998 + { 999 + "baggageCode": "INCLUDED", 1000 + "description": "20 Kg Included", 1001 + "price": 0.0, 1002 + "currency": "USD", 1003 + "included": true 1004 + } 1005 + ] 1006 + } 1007 + ] 1008 + }, 1009 + "extraServices": [], 1010 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:4", 1011 + "sortCheckInOut": "26.08.2024-02.09.2024", 1012 + "sortAirline": "fly dubai", 1013 + "sortHotelName": "landmark hotel baniyas", 1014 + "sortDetails": "ro", 1015 + "sortPlacement": "standard room dbl child child 2 4 99 5 11 99 sharing", 1016 + "subList": [], 1017 + "exchangeRate": 480.0 1018 + }, 1019 + { 1020 + "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:214212b7-8044-4019-9faf-42a6add1c729:b7d53209-ea5a-47a9-9074-f82d88dacac4", 1021 + "priceCurrency": "USD", 1022 + "totalPrice": 1904.71, 1023 + "agentCommissionPercent": 9.0, 1024 + "agentCommissionAmount": 171.42, 1025 + "includedExtrasAmount": 0, 1026 + "priceDifference": 0, 1027 + "hotel": { 1028 + "hotelPriceId": "214212b7-8044-4019-9faf-42a6add1c729", 1029 + "hotelName": "Landmark Plaza Hotel Baniyas", 1030 + "hotelCode": "b6b87970-36a9-428f-837a-14057c64e9c7", 1031 + "nights": 7, 1032 + "mealPlan": "RO", 1033 + "hotelClass": "3", 1034 + "hotelColor": "#000000", 1035 + "availabilityType": "FreeSale", 1036 + "availableRoomsCount": 0, 1037 + "fewRooms": true, 1038 + "roomCategoryCode": "1dae952a-d96a-4bb8-b13f-baaf0106b1ea", 1039 + "roomCategoryName": "Standard Room", 1040 + "placementTypeName": "DBL + CHILD + CHILD(2-4.99)(5-11.99)sharing", 1041 + "checkInDate": "2024-08-26T00:00:00", 1042 + "checkOutDate": "2024-09-02T00:00:00", 1043 + "adults": 2, 1044 + "children": 2, 1045 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 1046 + "districtName": "Deira", 1047 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 1048 + "cityName": "Dubai", 1049 + "countryCode": "AE", 1050 + "countryName": "United Arab Emirates", 1051 + "hasAlcohol": false, 1052 + "hasFreeWifi": true, 1053 + "hasMetro": true, 1054 + "hasPool": true, 1055 + "hasMall": false, 1056 + "infantMaxAge": 4.99, 1057 + "childMinAge": 5.0, 1058 + "childMaxAge": 11.99, 1059 + "teenMinAge": 0.0, 1060 + "teenMaxAge": 0.0, 1061 + "adultMinAge": 12.0, 1062 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 1063 + "cancellationPolicy": { 1064 + "noShowChargeValue": 100.0, 1065 + "noShowChargeValueType": "%", 1066 + "earlyDepartureChargeValue": 100.0, 1067 + "earlyDepartureChargeValueType": "%", 1068 + "conditions": [ 1069 + { 1070 + "timeunits": 365, 1071 + "timeunitType": "Day", 1072 + "timeOffsetTypeName": "Before Arrival", 1073 + "chargeValue": 100.0, 1074 + "chargeValueType": "%" 1075 + } 1076 + ] 1077 + } 1078 + }, 1079 + "flight": { 1080 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4", 1081 + "departureDate": "2024-08-26T00:00:00", 1082 + "returnDate": "2024-09-02T00:00:00", 1083 + "departureTicketsLeft": 28, 1084 + "returnTicketsLeft": 30, 1085 + "departureAvailabilityType": "FreeSale", 1086 + "returnAvailabilityType": "FreeSale", 1087 + "isTwoWay": true, 1088 + "sameBaggageForAll": false, 1089 + "totalBaggage": false, 1090 + "isBlock": true, 1091 + "class": "Economy", 1092 + "departureSegments": [ 1093 + { 1094 + "airlineCode": "FZ", 1095 + "airlineName": "Fly Dubai", 1096 + "flightCode": "FZ1722", 1097 + "class": "Economy", 1098 + "lugageWeight": 20, 1099 + "handLugageWeight": 6, 1100 + "departureFlightDate": "2024-08-26T03:40:00.000", 1101 + "departureCountryName": "Kazakhstan", 1102 + "departureCityName": "Almaty", 1103 + "departureAirportCode": "ALA", 1104 + "departureAirportName": "Almaty Intl Airport", 1105 + "departureTerminalCode": "ALA", 1106 + "arrivalFlightDate": "2024-08-26T07:15:00.000", 1107 + "arrivalCountryName": "United Arab Emirates", 1108 + "arrivalCityName": "Dubai", 1109 + "arrivalAirportCode": "DXB", 1110 + "arrivalAirportName": "Dubai Intl Airport", 1111 + "arrivalTerminalCode": "DXB3", 1112 + "flightDuration": "5h 35m" 1113 + } 1114 + ], 1115 + "returnSegments": [ 1116 + { 1117 + "airlineCode": "FZ", 1118 + "airlineName": "Fly Dubai", 1119 + "flightCode": "FZ1721", 1120 + "class": "Economy", 1121 + "lugageWeight": 20, 1122 + "handLugageWeight": 6, 1123 + "departureFlightDate": "2024-09-02T21:30:00.000", 1124 + "departureCountryName": "United Arab Emirates", 1125 + "departureCityName": "Dubai", 1126 + "departureAirportCode": "DXB", 1127 + "departureAirportName": "Dubai Intl Airport", 1128 + "departureTerminalCode": "DXB3", 1129 + "arrivalFlightDate": "2024-09-03T02:40:00.000", 1130 + "arrivalCountryName": "Kazakhstan", 1131 + "arrivalCityName": "Almaty", 1132 + "arrivalAirportCode": "ALA", 1133 + "arrivalAirportName": "Almaty Intl Airport", 1134 + "arrivalTerminalCode": "ALA", 1135 + "flightDuration": "3h 10m" 1136 + } 1137 + ], 1138 + "passengers": [ 1139 + { 1140 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1", 1141 + "isAdult": true, 1142 + "selectedForwardBaggageCode": "INCLUDED", 1143 + "selectedBackwardBaggageCode": "INCLUDED", 1144 + "forwardBaggages": [ 1145 + { 1146 + "baggageCode": "INCLUDED", 1147 + "description": "20 Kg Included", 1148 + "price": 0.0, 1149 + "currency": "USD", 1150 + "included": true 1151 + } 1152 + ], 1153 + "backwardBaggages": [ 1154 + { 1155 + "baggageCode": "INCLUDED", 1156 + "description": "20 Kg Included", 1157 + "price": 0.0, 1158 + "currency": "USD", 1159 + "included": true 1160 + } 1161 + ] 1162 + }, 1163 + { 1164 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2", 1165 + "isAdult": true, 1166 + "selectedForwardBaggageCode": "INCLUDED", 1167 + "selectedBackwardBaggageCode": "INCLUDED", 1168 + "forwardBaggages": [ 1169 + { 1170 + "baggageCode": "INCLUDED", 1171 + "description": "20 Kg Included", 1172 + "price": 0.0, 1173 + "currency": "USD", 1174 + "included": true 1175 + } 1176 + ], 1177 + "backwardBaggages": [ 1178 + { 1179 + "baggageCode": "INCLUDED", 1180 + "description": "20 Kg Included", 1181 + "price": 0.0, 1182 + "currency": "USD", 1183 + "included": true 1184 + } 1185 + ] 1186 + }, 1187 + { 1188 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1", 1189 + "isAdult": false, 1190 + "selectedForwardBaggageCode": "INCLUDED", 1191 + "selectedBackwardBaggageCode": "INCLUDED", 1192 + "forwardBaggages": [ 1193 + { 1194 + "baggageCode": "INCLUDED", 1195 + "description": "20 Kg Included", 1196 + "price": 0.0, 1197 + "currency": "USD", 1198 + "included": true 1199 + } 1200 + ], 1201 + "backwardBaggages": [ 1202 + { 1203 + "baggageCode": "INCLUDED", 1204 + "description": "20 Kg Included", 1205 + "price": 0.0, 1206 + "currency": "USD", 1207 + "included": true 1208 + } 1209 + ] 1210 + }, 1211 + { 1212 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2", 1213 + "isAdult": false, 1214 + "selectedForwardBaggageCode": "INCLUDED", 1215 + "selectedBackwardBaggageCode": "INCLUDED", 1216 + "forwardBaggages": [ 1217 + { 1218 + "baggageCode": "INCLUDED", 1219 + "description": "20 Kg Included", 1220 + "price": 0.0, 1221 + "currency": "USD", 1222 + "included": true 1223 + } 1224 + ], 1225 + "backwardBaggages": [ 1226 + { 1227 + "baggageCode": "INCLUDED", 1228 + "description": "20 Kg Included", 1229 + "price": 0.0, 1230 + "currency": "USD", 1231 + "included": true 1232 + } 1233 + ] 1234 + } 1235 + ] 1236 + }, 1237 + "extraServices": [], 1238 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:5", 1239 + "sortCheckInOut": "26.08.2024-02.09.2024", 1240 + "sortAirline": "fly dubai", 1241 + "sortHotelName": "landmark plaza hotel baniyas", 1242 + "sortDetails": "ro", 1243 + "sortPlacement": "standard room dbl child child 2 4 99 5 11 99 sharing", 1244 + "subList": [], 1245 + "exchangeRate": 480.0 237 237 } 238 - ], 239 - "insurancePrice": { 240 - "name": "string", 241 - "price": 0, 242 - "priceSurcarge": 0, 243 - "actualStartDate": "2023-12-14T13:47:13.396Z", 244 - "actualEndDate": "2023-12-14T13:47:13.396Z", 245 - "optional": true, 246 - "includedInPackagePrice": true 247 - } 248 - } 249 - ], 250 - "pagingId": "string", 251 - "pageNumber": 0, 252 - "pageCount": 0 1247 + ], 1248 + "pagingId": "3", 1249 + "pageNumber": 1, 1250 + "pageCount": 30, 1251 + "totalCount": 147, 1252 + "error": false 253 253 } 254 254 {{/code}} 255 255 ... ... @@ -260,60 +260,779 @@ 260 260 { 261 261 "packages": [ 262 262 { 263 - "id": "tour:5 56ce3c2-4062-4181-9970-f41e1aeb3b8b:ce81c22f-7d91-4237-9a2a-43c4c4bcb62f:1d8793e6-346e-4b5c-933f-3d8637684d7e",1263 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:956bd513-fd7f-4f58-a08d-78a5f0e342c5:04abb186-80f6-4808-bce4-ae97cef85c51", 264 264 "priceCurrency": "USD", 265 - "totalPrice": 909.78,266 - "agentCommissionPercent": 0.0,267 - "agentCommissionAmount": 0.0,1265 + "totalPrice": 1470.11, 1266 + "agentCommissionPercent": 9.0, 1267 + "agentCommissionAmount": 132.31, 268 268 "includedExtrasAmount": 0, 269 269 "priceDifference": 0, 270 270 "hotel": { 271 - "hotelPriceId": " ce81c22f-7d91-4237-9a2a-43c4c4bcb62f",272 - "hotelName": " CityMaxSharjah",273 - "hotelCode": " CMAXBSHJNUG",274 - "nig ths": 7,1271 + "hotelPriceId": "956bd513-fd7f-4f58-a08d-78a5f0e342c5", 1272 + "hotelName": "Fujairah Rotana Resort Spa", 1273 + "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e", 1274 + "nights": 7, 275 275 "mealPlan": "BB", 276 - "hotelClass": " 3",277 - "hotelColor": "# 228B22",1276 + "hotelClass": "5", 1277 + "hotelColor": "#000000", 278 278 "availabilityType": "FreeSale", 279 279 "availableRoomsCount": 0, 280 280 "fewRooms": true, 281 - "roomCategoryCode": "DBL", 282 - "roomCategoryName": "Standard Room", 283 - "placementTypeName": "2 Adults", 284 - "placementDescription": "MARPROMDMC02/RUS", 285 - "checkInDate": "2024-05-25T00:00:00.000", 286 - "checkOutDate": "2024-06-01T00:00:00.000", 1281 + "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076", 1282 + "roomCategoryName": "King Guest Room", 1283 + "placementTypeName": "DBL", 1284 + "checkInDate": "2024-09-07T00:00:00", 1285 + "checkOutDate": "2024-09-14T00:00:00", 287 287 "adults": 2, 288 288 "children": 0, 289 - "districtUID": " 7ac1bbc8-59ea-4977-b272-ed8553f94f9b",290 - "districtName": " Sharjah",291 - "cityUID": " f78ac3bc-f040-46d0-8319-2c52083080a6",292 - "cityName": " Sharjah",1288 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 1289 + "districtName": "Al Aqah", 1290 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 1291 + "cityName": "Fujairah", 293 293 "countryCode": "AE", 294 294 "countryName": "United Arab Emirates", 295 - "hasAlcohol": false,1294 + "hasAlcohol": true, 296 296 "hasFreeWifi": true, 297 297 "hasMetro": false, 298 - "hasPool": false,299 - "hasMall": true,300 - "infantMaxAge": 4.99,301 - "childMinAge": 5.0,1297 + "hasPool": true, 1298 + "hasMall": false, 1299 + "infantMaxAge": 1.99, 1300 + "childMinAge": 2.0, 302 302 "childMaxAge": 11.99, 303 303 "teenMinAge": 0.0, 304 304 "teenMaxAge": 0.0, 305 305 "adultMinAge": 12.0, 306 - "cancellationPolicyDescription": "Cancellation Policy: 2Day Before Arrival: 1.00Night, Early Departure: 1.00Night, NoShow: 1.00Night",1305 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 307 307 "cancellationPolicy": { 308 - "noShowChargeValue": 1.0, 309 - "noShowChargeValueType": " Night",310 - "earlyDepartureChargeValue": 1.0, 311 - "earlyDepartureChargeValueType": " Night",1307 + "noShowChargeValue": 100.0, 1308 + "noShowChargeValueType": "%", 1309 + "earlyDepartureChargeValue": 100.0, 1310 + "earlyDepartureChargeValueType": "%", 312 312 "conditions": [ 313 313 { 314 - "timeunits": 2,1313 + "timeunits": 4, 315 315 "timeunitType": "Day", 316 316 "timeOffsetTypeName": "Before Arrival", 1316 + "chargeValue": 100.0, 1317 + "chargeValueType": "%" 1318 + } 1319 + ] 1320 + } 1321 + }, 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, 1328 + "departureAvailabilityType": "FreeSale", 1329 + "returnAvailabilityType": "FreeSale", 1330 + "isTwoWay": true, 1331 + "sameBaggageForAll": false, 1332 + "totalBaggage": false, 1333 + "isBlock": true, 1334 + "class": "Economy", 1335 + "departureSegments": [ 1336 + { 1337 + "airlineCode": "FZ", 1338 + "airlineName": "Fly Dubai", 1339 + "flightCode": "FZ1722", 1340 + "class": "Economy", 1341 + "lugageWeight": 20, 1342 + "handLugageWeight": 6, 1343 + "departureFlightDate": "2024-09-07T03:40:00.000", 1344 + "departureCountryName": "Kazakhstan", 1345 + "departureCityName": "Almaty", 1346 + "departureAirportCode": "ALA", 1347 + "departureAirportName": "Almaty Intl Airport", 1348 + "departureTerminalCode": "ALA", 1349 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 1350 + "arrivalCountryName": "United Arab Emirates", 1351 + "arrivalCityName": "Dubai", 1352 + "arrivalAirportCode": "DXB", 1353 + "arrivalAirportName": "Dubai Intl Airport", 1354 + "arrivalTerminalCode": "DXB3", 1355 + "flightDuration": "5h 35m" 1356 + } 1357 + ], 1358 + "returnSegments": [ 1359 + { 1360 + "airlineCode": "FZ", 1361 + "airlineName": "Fly Dubai", 1362 + "flightCode": "FZ1721", 1363 + "class": "Economy", 1364 + "lugageWeight": 20, 1365 + "handLugageWeight": 6, 1366 + "departureFlightDate": "2024-09-14T21:30:00.000", 1367 + "departureCountryName": "United Arab Emirates", 1368 + "departureCityName": "Dubai", 1369 + "departureAirportCode": "DXB", 1370 + "departureAirportName": "Dubai Intl Airport", 1371 + "departureTerminalCode": "DXB3", 1372 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 1373 + "arrivalCountryName": "Kazakhstan", 1374 + "arrivalCityName": "Almaty", 1375 + "arrivalAirportCode": "ALA", 1376 + "arrivalAirportName": "Almaty Intl Airport", 1377 + "arrivalTerminalCode": "ALA", 1378 + "flightDuration": "3h 10m" 1379 + } 1380 + ], 1381 + "passengers": [ 1382 + { 1383 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 1384 + "isAdult": true, 1385 + "selectedForwardBaggageCode": "INCLUDED", 1386 + "selectedBackwardBaggageCode": "INCLUDED", 1387 + "forwardBaggages": [ 1388 + { 1389 + "baggageCode": "INCLUDED", 1390 + "description": "20 Kg Included", 1391 + "price": 0.0, 1392 + "currency": "USD", 1393 + "included": true 1394 + } 1395 + ], 1396 + "backwardBaggages": [ 1397 + { 1398 + "baggageCode": "INCLUDED", 1399 + "description": "20 Kg Included", 1400 + "price": 0.0, 1401 + "currency": "USD", 1402 + "included": true 1403 + } 1404 + ] 1405 + }, 1406 + { 1407 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 1408 + "isAdult": true, 1409 + "selectedForwardBaggageCode": "INCLUDED", 1410 + "selectedBackwardBaggageCode": "INCLUDED", 1411 + "forwardBaggages": [ 1412 + { 1413 + "baggageCode": "INCLUDED", 1414 + "description": "20 Kg Included", 1415 + "price": 0.0, 1416 + "currency": "USD", 1417 + "included": true 1418 + } 1419 + ], 1420 + "backwardBaggages": [ 1421 + { 1422 + "baggageCode": "INCLUDED", 1423 + "description": "20 Kg Included", 1424 + "price": 0.0, 1425 + "currency": "USD", 1426 + "included": true 1427 + } 1428 + ] 1429 + } 1430 + ] 1431 + }, 1432 + "extraServices": [], 1433 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:1", 1434 + "sortCheckInOut": "07.09.2024-14.09.2024", 1435 + "sortAirline": "fly dubai", 1436 + "sortHotelName": "fujairah rotana resort spa", 1437 + "sortDetails": "bb", 1438 + "sortPlacement": "king guest room dbl", 1439 + "subList": [], 1440 + "exchangeRate": 480.0 1441 + }, 1442 + { 1443 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:021039ae-7ff6-41dd-813a-f1905665a133:04abb186-80f6-4808-bce4-ae97cef85c51", 1444 + "priceCurrency": "USD", 1445 + "totalPrice": 1470.11, 1446 + "agentCommissionPercent": 9.0, 1447 + "agentCommissionAmount": 132.31, 1448 + "includedExtrasAmount": 0, 1449 + "priceDifference": 0, 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, 1455 + "mealPlan": "BB", 1456 + "hotelClass": "5", 1457 + "hotelColor": "#000000", 1458 + "availabilityType": "FreeSale", 1459 + "availableRoomsCount": 0, 1460 + "fewRooms": true, 1461 + "roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5", 1462 + "roomCategoryName": "Twin Guest Room", 1463 + "placementTypeName": "DBL", 1464 + "checkInDate": "2024-09-07T00:00:00", 1465 + "checkOutDate": "2024-09-14T00:00:00", 1466 + "adults": 2, 1467 + "children": 0, 1468 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 1469 + "districtName": "Al Aqah", 1470 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 1471 + "cityName": "Fujairah", 1472 + "countryCode": "AE", 1473 + "countryName": "United Arab Emirates", 1474 + "hasAlcohol": true, 1475 + "hasFreeWifi": true, 1476 + "hasMetro": false, 1477 + "hasPool": true, 1478 + "hasMall": false, 1479 + "infantMaxAge": 1.99, 1480 + "childMinAge": 2.0, 1481 + "childMaxAge": 11.99, 1482 + "teenMinAge": 0.0, 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 %", 1486 + "cancellationPolicy": { 1487 + "noShowChargeValue": 100.0, 1488 + "noShowChargeValueType": "%", 1489 + "earlyDepartureChargeValue": 100.0, 1490 + "earlyDepartureChargeValueType": "%", 1491 + "conditions": [ 1492 + { 1493 + "timeunits": 4, 1494 + "timeunitType": "Day", 1495 + "timeOffsetTypeName": "Before Arrival", 1496 + "chargeValue": 100.0, 1497 + "chargeValueType": "%" 1498 + } 1499 + ] 1500 + } 1501 + }, 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, 1508 + "departureAvailabilityType": "FreeSale", 1509 + "returnAvailabilityType": "FreeSale", 1510 + "isTwoWay": true, 1511 + "sameBaggageForAll": false, 1512 + "totalBaggage": false, 1513 + "isBlock": true, 1514 + "class": "Economy", 1515 + "departureSegments": [ 1516 + { 1517 + "airlineCode": "FZ", 1518 + "airlineName": "Fly Dubai", 1519 + "flightCode": "FZ1722", 1520 + "class": "Economy", 1521 + "lugageWeight": 20, 1522 + "handLugageWeight": 6, 1523 + "departureFlightDate": "2024-09-07T03:40:00.000", 1524 + "departureCountryName": "Kazakhstan", 1525 + "departureCityName": "Almaty", 1526 + "departureAirportCode": "ALA", 1527 + "departureAirportName": "Almaty Intl Airport", 1528 + "departureTerminalCode": "ALA", 1529 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 1530 + "arrivalCountryName": "United Arab Emirates", 1531 + "arrivalCityName": "Dubai", 1532 + "arrivalAirportCode": "DXB", 1533 + "arrivalAirportName": "Dubai Intl Airport", 1534 + "arrivalTerminalCode": "DXB3", 1535 + "flightDuration": "5h 35m" 1536 + } 1537 + ], 1538 + "returnSegments": [ 1539 + { 1540 + "airlineCode": "FZ", 1541 + "airlineName": "Fly Dubai", 1542 + "flightCode": "FZ1721", 1543 + "class": "Economy", 1544 + "lugageWeight": 20, 1545 + "handLugageWeight": 6, 1546 + "departureFlightDate": "2024-09-14T21:30:00.000", 1547 + "departureCountryName": "United Arab Emirates", 1548 + "departureCityName": "Dubai", 1549 + "departureAirportCode": "DXB", 1550 + "departureAirportName": "Dubai Intl Airport", 1551 + "departureTerminalCode": "DXB3", 1552 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 1553 + "arrivalCountryName": "Kazakhstan", 1554 + "arrivalCityName": "Almaty", 1555 + "arrivalAirportCode": "ALA", 1556 + "arrivalAirportName": "Almaty Intl Airport", 1557 + "arrivalTerminalCode": "ALA", 1558 + "flightDuration": "3h 10m" 1559 + } 1560 + ], 1561 + "passengers": [ 1562 + { 1563 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 1564 + "isAdult": true, 1565 + "selectedForwardBaggageCode": "INCLUDED", 1566 + "selectedBackwardBaggageCode": "INCLUDED", 1567 + "forwardBaggages": [ 1568 + { 1569 + "baggageCode": "INCLUDED", 1570 + "description": "20 Kg Included", 1571 + "price": 0.0, 1572 + "currency": "USD", 1573 + "included": true 1574 + } 1575 + ], 1576 + "backwardBaggages": [ 1577 + { 1578 + "baggageCode": "INCLUDED", 1579 + "description": "20 Kg Included", 1580 + "price": 0.0, 1581 + "currency": "USD", 1582 + "included": true 1583 + } 1584 + ] 1585 + }, 1586 + { 1587 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 1588 + "isAdult": true, 1589 + "selectedForwardBaggageCode": "INCLUDED", 1590 + "selectedBackwardBaggageCode": "INCLUDED", 1591 + "forwardBaggages": [ 1592 + { 1593 + "baggageCode": "INCLUDED", 1594 + "description": "20 Kg Included", 1595 + "price": 0.0, 1596 + "currency": "USD", 1597 + "included": true 1598 + } 1599 + ], 1600 + "backwardBaggages": [ 1601 + { 1602 + "baggageCode": "INCLUDED", 1603 + "description": "20 Kg Included", 1604 + "price": 0.0, 1605 + "currency": "USD", 1606 + "included": true 1607 + } 1608 + ] 1609 + } 1610 + ] 1611 + }, 1612 + "extraServices": [], 1613 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:2", 1614 + "sortCheckInOut": "07.09.2024-14.09.2024", 1615 + "sortAirline": "fly dubai", 1616 + "sortHotelName": "fujairah rotana resort spa", 1617 + "sortDetails": "bb", 1618 + "sortPlacement": "twin guest room dbl", 1619 + "subList": [], 1620 + "exchangeRate": 480.0 1621 + }, 1622 + { 1623 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:4e5c12ae-c66d-41f8-9a57-44f265cfb1a4:04abb186-80f6-4808-bce4-ae97cef85c51", 1624 + "priceCurrency": "USD", 1625 + "totalPrice": 1470.11, 1626 + "agentCommissionPercent": 9.0, 1627 + "agentCommissionAmount": 132.31, 1628 + "includedExtrasAmount": 0, 1629 + "priceDifference": 0, 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", 1637 + "hotelColor": "#000000", 1638 + "availabilityType": "FreeSale", 1639 + "availableRoomsCount": 0, 1640 + "fewRooms": true, 1641 + "roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5", 1642 + "roomCategoryName": "Twin Guest Room", 1643 + "placementTypeName": "DBL", 1644 + "checkInDate": "2024-09-07T00:00:00", 1645 + "checkOutDate": "2024-09-14T00:00:00", 1646 + "adults": 2, 1647 + "children": 0, 1648 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 1649 + "districtName": "Al Aqah", 1650 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 1651 + "cityName": "Fujairah", 1652 + "countryCode": "AE", 1653 + "countryName": "United Arab Emirates", 1654 + "hasAlcohol": true, 1655 + "hasFreeWifi": true, 1656 + "hasMetro": false, 1657 + "hasPool": true, 1658 + "hasMall": false, 1659 + "infantMaxAge": 1.99, 1660 + "childMinAge": 2.0, 1661 + "childMaxAge": 11.99, 1662 + "teenMinAge": 0.0, 1663 + "teenMaxAge": 0.0, 1664 + "adultMinAge": 12.0, 1665 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 1666 + "cancellationPolicy": { 1667 + "noShowChargeValue": 100.0, 1668 + "noShowChargeValueType": "%", 1669 + "earlyDepartureChargeValue": 100.0, 1670 + "earlyDepartureChargeValueType": "%", 1671 + "conditions": [ 1672 + { 1673 + "timeunits": 4, 1674 + "timeunitType": "Day", 1675 + "timeOffsetTypeName": "Before Arrival", 1676 + "chargeValue": 100.0, 1677 + "chargeValueType": "%" 1678 + } 1679 + ] 1680 + } 1681 + }, 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, 1688 + "departureAvailabilityType": "FreeSale", 1689 + "returnAvailabilityType": "FreeSale", 1690 + "isTwoWay": true, 1691 + "sameBaggageForAll": false, 1692 + "totalBaggage": false, 1693 + "isBlock": true, 1694 + "class": "Economy", 1695 + "departureSegments": [ 1696 + { 1697 + "airlineCode": "FZ", 1698 + "airlineName": "Fly Dubai", 1699 + "flightCode": "FZ1722", 1700 + "class": "Economy", 1701 + "lugageWeight": 20, 1702 + "handLugageWeight": 6, 1703 + "departureFlightDate": "2024-09-07T03:40:00.000", 1704 + "departureCountryName": "Kazakhstan", 1705 + "departureCityName": "Almaty", 1706 + "departureAirportCode": "ALA", 1707 + "departureAirportName": "Almaty Intl Airport", 1708 + "departureTerminalCode": "ALA", 1709 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 1710 + "arrivalCountryName": "United Arab Emirates", 1711 + "arrivalCityName": "Dubai", 1712 + "arrivalAirportCode": "DXB", 1713 + "arrivalAirportName": "Dubai Intl Airport", 1714 + "arrivalTerminalCode": "DXB3", 1715 + "flightDuration": "5h 35m" 1716 + } 1717 + ], 1718 + "returnSegments": [ 1719 + { 1720 + "airlineCode": "FZ", 1721 + "airlineName": "Fly Dubai", 1722 + "flightCode": "FZ1721", 1723 + "class": "Economy", 1724 + "lugageWeight": 20, 1725 + "handLugageWeight": 6, 1726 + "departureFlightDate": "2024-09-14T21:30:00.000", 1727 + "departureCountryName": "United Arab Emirates", 1728 + "departureCityName": "Dubai", 1729 + "departureAirportCode": "DXB", 1730 + "departureAirportName": "Dubai Intl Airport", 1731 + "departureTerminalCode": "DXB3", 1732 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 1733 + "arrivalCountryName": "Kazakhstan", 1734 + "arrivalCityName": "Almaty", 1735 + "arrivalAirportCode": "ALA", 1736 + "arrivalAirportName": "Almaty Intl Airport", 1737 + "arrivalTerminalCode": "ALA", 1738 + "flightDuration": "3h 10m" 1739 + } 1740 + ], 1741 + "passengers": [ 1742 + { 1743 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 1744 + "isAdult": true, 1745 + "selectedForwardBaggageCode": "INCLUDED", 1746 + "selectedBackwardBaggageCode": "INCLUDED", 1747 + "forwardBaggages": [ 1748 + { 1749 + "baggageCode": "INCLUDED", 1750 + "description": "20 Kg Included", 1751 + "price": 0.0, 1752 + "currency": "USD", 1753 + "included": true 1754 + } 1755 + ], 1756 + "backwardBaggages": [ 1757 + { 1758 + "baggageCode": "INCLUDED", 1759 + "description": "20 Kg Included", 1760 + "price": 0.0, 1761 + "currency": "USD", 1762 + "included": true 1763 + } 1764 + ] 1765 + }, 1766 + { 1767 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 1768 + "isAdult": true, 1769 + "selectedForwardBaggageCode": "INCLUDED", 1770 + "selectedBackwardBaggageCode": "INCLUDED", 1771 + "forwardBaggages": [ 1772 + { 1773 + "baggageCode": "INCLUDED", 1774 + "description": "20 Kg Included", 1775 + "price": 0.0, 1776 + "currency": "USD", 1777 + "included": true 1778 + } 1779 + ], 1780 + "backwardBaggages": [ 1781 + { 1782 + "baggageCode": "INCLUDED", 1783 + "description": "20 Kg Included", 1784 + "price": 0.0, 1785 + "currency": "USD", 1786 + "included": true 1787 + } 1788 + ] 1789 + } 1790 + ] 1791 + }, 1792 + "extraServices": [], 1793 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:3", 1794 + "sortCheckInOut": "07.09.2024-14.09.2024", 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 1801 + }, 1802 + { 1803 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:041b1313-3161-4bef-b77b-175364412285:04abb186-80f6-4808-bce4-ae97cef85c51", 1804 + "priceCurrency": "USD", 1805 + "totalPrice": 1470.11, 1806 + "agentCommissionPercent": 9.0, 1807 + "agentCommissionAmount": 132.31, 1808 + "includedExtrasAmount": 0, 1809 + "priceDifference": 0, 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", 1817 + "hotelColor": "#000000", 1818 + "availabilityType": "FreeSale", 1819 + "availableRoomsCount": 0, 1820 + "fewRooms": true, 1821 + "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076", 1822 + "roomCategoryName": "King Guest Room", 1823 + "placementTypeName": "DBL", 1824 + "checkInDate": "2024-09-07T00:00:00", 1825 + "checkOutDate": "2024-09-14T00:00:00", 1826 + "adults": 2, 1827 + "children": 0, 1828 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 1829 + "districtName": "Al Aqah", 1830 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 1831 + "cityName": "Fujairah", 1832 + "countryCode": "AE", 1833 + "countryName": "United Arab Emirates", 1834 + "hasAlcohol": true, 1835 + "hasFreeWifi": true, 1836 + "hasMetro": false, 1837 + "hasPool": true, 1838 + "hasMall": false, 1839 + "infantMaxAge": 1.99, 1840 + "childMinAge": 2.0, 1841 + "childMaxAge": 11.99, 1842 + "teenMinAge": 0.0, 1843 + "teenMaxAge": 0.0, 1844 + "adultMinAge": 12.0, 1845 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 1846 + "cancellationPolicy": { 1847 + "noShowChargeValue": 100.0, 1848 + "noShowChargeValueType": "%", 1849 + "earlyDepartureChargeValue": 100.0, 1850 + "earlyDepartureChargeValueType": "%", 1851 + "conditions": [ 1852 + { 1853 + "timeunits": 4, 1854 + "timeunitType": "Day", 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", 317 317 "chargeValue": 1.0, 318 318 "chargeValueType": "Night" 319 319 } ... ... @@ -321,11 +321,11 @@ 321 321 } 322 322 }, 323 323 "flight": { 324 - "id": "1 d8793e6-346e-4b5c-933f-3d8637684d7e",325 - "departureDate": "2024-0 5-25T00:00:00.000",326 - "returnDate": "2024-0 6-01T00:00:00.000",327 - "departureTicketsLeft": 4 8,328 - "returnTicketsLeft": 33,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, 329 329 "departureAvailabilityType": "FreeSale", 330 330 "returnAvailabilityType": "FreeSale", 331 331 "isTwoWay": true, ... ... @@ -341,13 +341,13 @@ 341 341 "class": "Economy", 342 342 "lugageWeight": 20, 343 343 "handLugageWeight": 6, 344 - "departureFlightDate": "2024-0 5-25T03:35:00.000",2063 + "departureFlightDate": "2024-09-07T03:40:00.000", 345 345 "departureCountryName": "Kazakhstan", 346 346 "departureCityName": "Almaty", 347 347 "departureAirportCode": "ALA", 348 348 "departureAirportName": "Almaty Intl Airport", 349 349 "departureTerminalCode": "ALA", 350 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",2069 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 351 351 "arrivalCountryName": "United Arab Emirates", 352 352 "arrivalCityName": "Dubai", 353 353 "arrivalAirportCode": "DXB", ... ... @@ -364,13 +364,13 @@ 364 364 "class": "Economy", 365 365 "lugageWeight": 20, 366 366 "handLugageWeight": 6, 367 - "departureFlightDate": "2024-0 6-01T21:25:00.000",2086 + "departureFlightDate": "2024-09-14T21:30:00.000", 368 368 "departureCountryName": "United Arab Emirates", 369 369 "departureCityName": "Dubai", 370 370 "departureAirportCode": "DXB", 371 371 "departureAirportName": "Dubai Intl Airport", 372 372 "departureTerminalCode": "DXB3", 373 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",2092 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 374 374 "arrivalCountryName": "Kazakhstan", 375 375 "arrivalCityName": "Almaty", 376 376 "arrivalAirportCode": "ALA", ... ... @@ -381,7 +381,7 @@ 381 381 ], 382 382 "passengers": [ 383 383 { 384 - "id": "1 d8793e6-346e-4b5c-933f-3d8637684d7e-A1",2103 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 385 385 "isAdult": true, 386 386 "selectedForwardBaggageCode": "INCLUDED", 387 387 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -405,7 +405,7 @@ 405 405 ] 406 406 }, 407 407 { 408 - "id": "1 d8793e6-346e-4b5c-933f-3d8637684d7e-A2",2127 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 409 409 "isAdult": true, 410 410 "selectedForwardBaggageCode": "INCLUDED", 411 411 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -431,26 +431,3620 @@ 431 431 ] 432 432 }, 433 433 "extraServices": [], 434 - "insurancePrice": { 435 - "name": "Medical INS (N10000)", 436 - "price": 35.84, 437 - "actualStartDate": "2024-05-25T00:00:00.000", 438 - "actualEndDate": "2024-06-01T00:00:00.000", 439 - "optional": false, 440 - "includedInPackagePrice": true 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 + } 441 441 }, 442 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{9}:i:1", 443 - "sortCheckInOut": "25.05.2024-01.06.2024", 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", 444 444 "sortAirline": "fly dubai", 445 - "sortHotelName": " citymaxsharjah",2336 + "sortHotelName": "le meridien al aqah beach resort", 446 446 "sortDetails": "bb", 447 - "sortPlacement": "standard room 2 adults" 2338 + "sortPlacement": "deluxe guest room with balcony dbl", 2339 + "subList": [], 2340 + "exchangeRate": 480.0 2341 + }, 2342 + { 2343 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:959cff0a-2a1b-4acc-ad05-661f2aad3fad:04abb186-80f6-4808-bce4-ae97cef85c51", 2344 + "priceCurrency": "USD", 2345 + "totalPrice": 1597.04, 2346 + "agentCommissionPercent": 9.0, 2347 + "agentCommissionAmount": 143.73, 2348 + "includedExtrasAmount": 0, 2349 + "priceDifference": 0, 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", 2357 + "hotelColor": "#000000", 2358 + "availabilityType": "FreeSale", 2359 + "availableRoomsCount": 0, 2360 + "fewRooms": true, 2361 + "roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099", 2362 + "roomCategoryName": "Ocean View Room Twin", 2363 + "placementTypeName": "DBL", 2364 + "checkInDate": "2024-09-07T00:00:00", 2365 + "checkOutDate": "2024-09-14T00:00:00", 2366 + "adults": 2, 2367 + "children": 0, 2368 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 2369 + "districtName": "Al Aqah", 2370 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 2371 + "cityName": "Fujairah", 2372 + "countryCode": "AE", 2373 + "countryName": "United Arab Emirates", 2374 + "hasAlcohol": true, 2375 + "hasFreeWifi": true, 2376 + "hasMetro": false, 2377 + "hasPool": true, 2378 + "hasMall": false, 2379 + "infantMaxAge": 1.99, 2380 + "childMinAge": 2.0, 2381 + "childMaxAge": 11.99, 2382 + "teenMinAge": 0.0, 2383 + "teenMaxAge": 0.0, 2384 + "adultMinAge": 12.0, 2385 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 2386 + "cancellationPolicy": { 2387 + "noShowChargeValue": 100.0, 2388 + "noShowChargeValueType": "%", 2389 + "earlyDepartureChargeValue": 100.0, 2390 + "earlyDepartureChargeValueType": "%", 2391 + "conditions": [ 2392 + { 2393 + "timeunits": 4, 2394 + "timeunitType": "Day", 2395 + "timeOffsetTypeName": "Before Arrival", 2396 + "chargeValue": 100.0, 2397 + "chargeValueType": "%" 2398 + } 2399 + ] 2400 + } 2401 + }, 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, 2408 + "departureAvailabilityType": "FreeSale", 2409 + "returnAvailabilityType": "FreeSale", 2410 + "isTwoWay": true, 2411 + "sameBaggageForAll": false, 2412 + "totalBaggage": false, 2413 + "isBlock": true, 2414 + "class": "Economy", 2415 + "departureSegments": [ 2416 + { 2417 + "airlineCode": "FZ", 2418 + "airlineName": "Fly Dubai", 2419 + "flightCode": "FZ1722", 2420 + "class": "Economy", 2421 + "lugageWeight": 20, 2422 + "handLugageWeight": 6, 2423 + "departureFlightDate": "2024-09-07T03:40:00.000", 2424 + "departureCountryName": "Kazakhstan", 2425 + "departureCityName": "Almaty", 2426 + "departureAirportCode": "ALA", 2427 + "departureAirportName": "Almaty Intl Airport", 2428 + "departureTerminalCode": "ALA", 2429 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 2430 + "arrivalCountryName": "United Arab Emirates", 2431 + "arrivalCityName": "Dubai", 2432 + "arrivalAirportCode": "DXB", 2433 + "arrivalAirportName": "Dubai Intl Airport", 2434 + "arrivalTerminalCode": "DXB3", 2435 + "flightDuration": "5h 35m" 2436 + } 2437 + ], 2438 + "returnSegments": [ 2439 + { 2440 + "airlineCode": "FZ", 2441 + "airlineName": "Fly Dubai", 2442 + "flightCode": "FZ1721", 2443 + "class": "Economy", 2444 + "lugageWeight": 20, 2445 + "handLugageWeight": 6, 2446 + "departureFlightDate": "2024-09-14T21:30:00.000", 2447 + "departureCountryName": "United Arab Emirates", 2448 + "departureCityName": "Dubai", 2449 + "departureAirportCode": "DXB", 2450 + "departureAirportName": "Dubai Intl Airport", 2451 + "departureTerminalCode": "DXB3", 2452 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 2453 + "arrivalCountryName": "Kazakhstan", 2454 + "arrivalCityName": "Almaty", 2455 + "arrivalAirportCode": "ALA", 2456 + "arrivalAirportName": "Almaty Intl Airport", 2457 + "arrivalTerminalCode": "ALA", 2458 + "flightDuration": "3h 10m" 2459 + } 2460 + ], 2461 + "passengers": [ 2462 + { 2463 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 2464 + "isAdult": true, 2465 + "selectedForwardBaggageCode": "INCLUDED", 2466 + "selectedBackwardBaggageCode": "INCLUDED", 2467 + "forwardBaggages": [ 2468 + { 2469 + "baggageCode": "INCLUDED", 2470 + "description": "20 Kg Included", 2471 + "price": 0.0, 2472 + "currency": "USD", 2473 + "included": true 2474 + } 2475 + ], 2476 + "backwardBaggages": [ 2477 + { 2478 + "baggageCode": "INCLUDED", 2479 + "description": "20 Kg Included", 2480 + "price": 0.0, 2481 + "currency": "USD", 2482 + "included": true 2483 + } 2484 + ] 2485 + }, 2486 + { 2487 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 2488 + "isAdult": true, 2489 + "selectedForwardBaggageCode": "INCLUDED", 2490 + "selectedBackwardBaggageCode": "INCLUDED", 2491 + "forwardBaggages": [ 2492 + { 2493 + "baggageCode": "INCLUDED", 2494 + "description": "20 Kg Included", 2495 + "price": 0.0, 2496 + "currency": "USD", 2497 + "included": true 2498 + } 2499 + ], 2500 + "backwardBaggages": [ 2501 + { 2502 + "baggageCode": "INCLUDED", 2503 + "description": "20 Kg Included", 2504 + "price": 0.0, 2505 + "currency": "USD", 2506 + "included": true 2507 + } 2508 + ] 2509 + } 2510 + ] 2511 + }, 2512 + "extraServices": [], 2513 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:7", 2514 + "sortCheckInOut": "07.09.2024-14.09.2024", 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 2521 + }, 2522 + { 2523 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:7bfa40fa-6a67-4ab5-998f-a59e3d669aef:04abb186-80f6-4808-bce4-ae97cef85c51", 2524 + "priceCurrency": "USD", 2525 + "totalPrice": 1597.04, 2526 + "agentCommissionPercent": 9.0, 2527 + "agentCommissionAmount": 143.73, 2528 + "includedExtrasAmount": 0, 2529 + "priceDifference": 0, 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", 2537 + "hotelColor": "#000000", 2538 + "availabilityType": "OnRequest", 2539 + "availableRoomsCount": 0, 2540 + "fewRooms": true, 2541 + "roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f", 2542 + "roomCategoryName": "Ocean View Room King", 2543 + "placementTypeName": "DBL", 2544 + "checkInDate": "2024-09-07T00:00:00", 2545 + "checkOutDate": "2024-09-14T00:00:00", 2546 + "adults": 2, 2547 + "children": 0, 2548 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 2549 + "districtName": "Al Aqah", 2550 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 2551 + "cityName": "Fujairah", 2552 + "countryCode": "AE", 2553 + "countryName": "United Arab Emirates", 2554 + "hasAlcohol": true, 2555 + "hasFreeWifi": true, 2556 + "hasMetro": false, 2557 + "hasPool": true, 2558 + "hasMall": false, 2559 + "infantMaxAge": 1.99, 2560 + "childMinAge": 2.0, 2561 + "childMaxAge": 11.99, 2562 + "teenMinAge": 0.0, 2563 + "teenMaxAge": 0.0, 2564 + "adultMinAge": 12.0, 2565 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 2566 + "cancellationPolicy": { 2567 + "noShowChargeValue": 100.0, 2568 + "noShowChargeValueType": "%", 2569 + "earlyDepartureChargeValue": 100.0, 2570 + "earlyDepartureChargeValueType": "%", 2571 + "conditions": [ 2572 + { 2573 + "timeunits": 4, 2574 + "timeunitType": "Day", 2575 + "timeOffsetTypeName": "Before Arrival", 2576 + "chargeValue": 100.0, 2577 + "chargeValueType": "%" 2578 + } 2579 + ] 2580 + } 2581 + }, 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, 2588 + "departureAvailabilityType": "FreeSale", 2589 + "returnAvailabilityType": "FreeSale", 2590 + "isTwoWay": true, 2591 + "sameBaggageForAll": false, 2592 + "totalBaggage": false, 2593 + "isBlock": true, 2594 + "class": "Economy", 2595 + "departureSegments": [ 2596 + { 2597 + "airlineCode": "FZ", 2598 + "airlineName": "Fly Dubai", 2599 + "flightCode": "FZ1722", 2600 + "class": "Economy", 2601 + "lugageWeight": 20, 2602 + "handLugageWeight": 6, 2603 + "departureFlightDate": "2024-09-07T03:40:00.000", 2604 + "departureCountryName": "Kazakhstan", 2605 + "departureCityName": "Almaty", 2606 + "departureAirportCode": "ALA", 2607 + "departureAirportName": "Almaty Intl Airport", 2608 + "departureTerminalCode": "ALA", 2609 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 2610 + "arrivalCountryName": "United Arab Emirates", 2611 + "arrivalCityName": "Dubai", 2612 + "arrivalAirportCode": "DXB", 2613 + "arrivalAirportName": "Dubai Intl Airport", 2614 + "arrivalTerminalCode": "DXB3", 2615 + "flightDuration": "5h 35m" 2616 + } 2617 + ], 2618 + "returnSegments": [ 2619 + { 2620 + "airlineCode": "FZ", 2621 + "airlineName": "Fly Dubai", 2622 + "flightCode": "FZ1721", 2623 + "class": "Economy", 2624 + "lugageWeight": 20, 2625 + "handLugageWeight": 6, 2626 + "departureFlightDate": "2024-09-14T21:30:00.000", 2627 + "departureCountryName": "United Arab Emirates", 2628 + "departureCityName": "Dubai", 2629 + "departureAirportCode": "DXB", 2630 + "departureAirportName": "Dubai Intl Airport", 2631 + "departureTerminalCode": "DXB3", 2632 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 2633 + "arrivalCountryName": "Kazakhstan", 2634 + "arrivalCityName": "Almaty", 2635 + "arrivalAirportCode": "ALA", 2636 + "arrivalAirportName": "Almaty Intl Airport", 2637 + "arrivalTerminalCode": "ALA", 2638 + "flightDuration": "3h 10m" 2639 + } 2640 + ], 2641 + "passengers": [ 2642 + { 2643 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 2644 + "isAdult": true, 2645 + "selectedForwardBaggageCode": "INCLUDED", 2646 + "selectedBackwardBaggageCode": "INCLUDED", 2647 + "forwardBaggages": [ 2648 + { 2649 + "baggageCode": "INCLUDED", 2650 + "description": "20 Kg Included", 2651 + "price": 0.0, 2652 + "currency": "USD", 2653 + "included": true 2654 + } 2655 + ], 2656 + "backwardBaggages": [ 2657 + { 2658 + "baggageCode": "INCLUDED", 2659 + "description": "20 Kg Included", 2660 + "price": 0.0, 2661 + "currency": "USD", 2662 + "included": true 2663 + } 2664 + ] 2665 + }, 2666 + { 2667 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 2668 + "isAdult": true, 2669 + "selectedForwardBaggageCode": "INCLUDED", 2670 + "selectedBackwardBaggageCode": "INCLUDED", 2671 + "forwardBaggages": [ 2672 + { 2673 + "baggageCode": "INCLUDED", 2674 + "description": "20 Kg Included", 2675 + "price": 0.0, 2676 + "currency": "USD", 2677 + "included": true 2678 + } 2679 + ], 2680 + "backwardBaggages": [ 2681 + { 2682 + "baggageCode": "INCLUDED", 2683 + "description": "20 Kg Included", 2684 + "price": 0.0, 2685 + "currency": "USD", 2686 + "included": true 2687 + } 2688 + ] 2689 + } 2690 + ] 2691 + }, 2692 + "extraServices": [], 2693 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:8", 2694 + "sortCheckInOut": "07.09.2024-14.09.2024", 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 2701 + }, 2702 + { 2703 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:d5469b2f-d5f1-405c-aa79-49f89630c270:04abb186-80f6-4808-bce4-ae97cef85c51", 2704 + "priceCurrency": "USD", 2705 + "totalPrice": 1597.04, 2706 + "agentCommissionPercent": 9.0, 2707 + "agentCommissionAmount": 143.73, 2708 + "includedExtrasAmount": 0, 2709 + "priceDifference": 0, 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", 2717 + "hotelColor": "#000000", 2718 + "availabilityType": "OnRequest", 2719 + "availableRoomsCount": 0, 2720 + "fewRooms": true, 2721 + "roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f", 2722 + "roomCategoryName": "Ocean View Room King", 2723 + "placementTypeName": "DBL", 2724 + "checkInDate": "2024-09-07T00:00:00", 2725 + "checkOutDate": "2024-09-14T00:00:00", 2726 + "adults": 2, 2727 + "children": 0, 2728 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 2729 + "districtName": "Al Aqah", 2730 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 2731 + "cityName": "Fujairah", 2732 + "countryCode": "AE", 2733 + "countryName": "United Arab Emirates", 2734 + "hasAlcohol": true, 2735 + "hasFreeWifi": true, 2736 + "hasMetro": false, 2737 + "hasPool": true, 2738 + "hasMall": false, 2739 + "infantMaxAge": 1.99, 2740 + "childMinAge": 2.0, 2741 + "childMaxAge": 11.99, 2742 + "teenMinAge": 0.0, 2743 + "teenMaxAge": 0.0, 2744 + "adultMinAge": 12.0, 2745 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 2746 + "cancellationPolicy": { 2747 + "noShowChargeValue": 100.0, 2748 + "noShowChargeValueType": "%", 2749 + "earlyDepartureChargeValue": 100.0, 2750 + "earlyDepartureChargeValueType": "%", 2751 + "conditions": [ 2752 + { 2753 + "timeunits": 4, 2754 + "timeunitType": "Day", 2755 + "timeOffsetTypeName": "Before Arrival", 2756 + "chargeValue": 100.0, 2757 + "chargeValueType": "%" 2758 + } 2759 + ] 2760 + } 2761 + }, 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, 2768 + "departureAvailabilityType": "FreeSale", 2769 + "returnAvailabilityType": "FreeSale", 2770 + "isTwoWay": true, 2771 + "sameBaggageForAll": false, 2772 + "totalBaggage": false, 2773 + "isBlock": true, 2774 + "class": "Economy", 2775 + "departureSegments": [ 2776 + { 2777 + "airlineCode": "FZ", 2778 + "airlineName": "Fly Dubai", 2779 + "flightCode": "FZ1722", 2780 + "class": "Economy", 2781 + "lugageWeight": 20, 2782 + "handLugageWeight": 6, 2783 + "departureFlightDate": "2024-09-07T03:40:00.000", 2784 + "departureCountryName": "Kazakhstan", 2785 + "departureCityName": "Almaty", 2786 + "departureAirportCode": "ALA", 2787 + "departureAirportName": "Almaty Intl Airport", 2788 + "departureTerminalCode": "ALA", 2789 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 2790 + "arrivalCountryName": "United Arab Emirates", 2791 + "arrivalCityName": "Dubai", 2792 + "arrivalAirportCode": "DXB", 2793 + "arrivalAirportName": "Dubai Intl Airport", 2794 + "arrivalTerminalCode": "DXB3", 2795 + "flightDuration": "5h 35m" 2796 + } 2797 + ], 2798 + "returnSegments": [ 2799 + { 2800 + "airlineCode": "FZ", 2801 + "airlineName": "Fly Dubai", 2802 + "flightCode": "FZ1721", 2803 + "class": "Economy", 2804 + "lugageWeight": 20, 2805 + "handLugageWeight": 6, 2806 + "departureFlightDate": "2024-09-14T21:30:00.000", 2807 + "departureCountryName": "United Arab Emirates", 2808 + "departureCityName": "Dubai", 2809 + "departureAirportCode": "DXB", 2810 + "departureAirportName": "Dubai Intl Airport", 2811 + "departureTerminalCode": "DXB3", 2812 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 2813 + "arrivalCountryName": "Kazakhstan", 2814 + "arrivalCityName": "Almaty", 2815 + "arrivalAirportCode": "ALA", 2816 + "arrivalAirportName": "Almaty Intl Airport", 2817 + "arrivalTerminalCode": "ALA", 2818 + "flightDuration": "3h 10m" 2819 + } 2820 + ], 2821 + "passengers": [ 2822 + { 2823 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 2824 + "isAdult": true, 2825 + "selectedForwardBaggageCode": "INCLUDED", 2826 + "selectedBackwardBaggageCode": "INCLUDED", 2827 + "forwardBaggages": [ 2828 + { 2829 + "baggageCode": "INCLUDED", 2830 + "description": "20 Kg Included", 2831 + "price": 0.0, 2832 + "currency": "USD", 2833 + "included": true 2834 + } 2835 + ], 2836 + "backwardBaggages": [ 2837 + { 2838 + "baggageCode": "INCLUDED", 2839 + "description": "20 Kg Included", 2840 + "price": 0.0, 2841 + "currency": "USD", 2842 + "included": true 2843 + } 2844 + ] 2845 + }, 2846 + { 2847 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 2848 + "isAdult": true, 2849 + "selectedForwardBaggageCode": "INCLUDED", 2850 + "selectedBackwardBaggageCode": "INCLUDED", 2851 + "forwardBaggages": [ 2852 + { 2853 + "baggageCode": "INCLUDED", 2854 + "description": "20 Kg Included", 2855 + "price": 0.0, 2856 + "currency": "USD", 2857 + "included": true 2858 + } 2859 + ], 2860 + "backwardBaggages": [ 2861 + { 2862 + "baggageCode": "INCLUDED", 2863 + "description": "20 Kg Included", 2864 + "price": 0.0, 2865 + "currency": "USD", 2866 + "included": true 2867 + } 2868 + ] 2869 + } 2870 + ] 2871 + }, 2872 + "extraServices": [], 2873 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:9", 2874 + "sortCheckInOut": "07.09.2024-14.09.2024", 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 2881 + }, 2882 + { 2883 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:6b9bc85f-38e9-4096-b8cd-e36e7f5204f1:04abb186-80f6-4808-bce4-ae97cef85c51", 2884 + "priceCurrency": "USD", 2885 + "totalPrice": 1597.04, 2886 + "agentCommissionPercent": 9.0, 2887 + "agentCommissionAmount": 143.73, 2888 + "includedExtrasAmount": 0, 2889 + "priceDifference": 0, 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", 2897 + "hotelColor": "#000000", 2898 + "availabilityType": "FreeSale", 2899 + "availableRoomsCount": 0, 2900 + "fewRooms": true, 2901 + "roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099", 2902 + "roomCategoryName": "Ocean View Room Twin", 2903 + "placementTypeName": "DBL", 2904 + "checkInDate": "2024-09-07T00:00:00", 2905 + "checkOutDate": "2024-09-14T00:00:00", 2906 + "adults": 2, 2907 + "children": 0, 2908 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 2909 + "districtName": "Al Aqah", 2910 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 2911 + "cityName": "Fujairah", 2912 + "countryCode": "AE", 2913 + "countryName": "United Arab Emirates", 2914 + "hasAlcohol": true, 2915 + "hasFreeWifi": true, 2916 + "hasMetro": false, 2917 + "hasPool": true, 2918 + "hasMall": false, 2919 + "infantMaxAge": 1.99, 2920 + "childMinAge": 2.0, 2921 + "childMaxAge": 11.99, 2922 + "teenMinAge": 0.0, 2923 + "teenMaxAge": 0.0, 2924 + "adultMinAge": 12.0, 2925 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 2926 + "cancellationPolicy": { 2927 + "noShowChargeValue": 100.0, 2928 + "noShowChargeValueType": "%", 2929 + "earlyDepartureChargeValue": 100.0, 2930 + "earlyDepartureChargeValueType": "%", 2931 + "conditions": [ 2932 + { 2933 + "timeunits": 4, 2934 + "timeunitType": "Day", 2935 + "timeOffsetTypeName": "Before Arrival", 2936 + "chargeValue": 100.0, 2937 + "chargeValueType": "%" 2938 + } 2939 + ] 2940 + } 2941 + }, 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, 2948 + "departureAvailabilityType": "FreeSale", 2949 + "returnAvailabilityType": "FreeSale", 2950 + "isTwoWay": true, 2951 + "sameBaggageForAll": false, 2952 + "totalBaggage": false, 2953 + "isBlock": true, 2954 + "class": "Economy", 2955 + "departureSegments": [ 2956 + { 2957 + "airlineCode": "FZ", 2958 + "airlineName": "Fly Dubai", 2959 + "flightCode": "FZ1722", 2960 + "class": "Economy", 2961 + "lugageWeight": 20, 2962 + "handLugageWeight": 6, 2963 + "departureFlightDate": "2024-09-07T03:40:00.000", 2964 + "departureCountryName": "Kazakhstan", 2965 + "departureCityName": "Almaty", 2966 + "departureAirportCode": "ALA", 2967 + "departureAirportName": "Almaty Intl Airport", 2968 + "departureTerminalCode": "ALA", 2969 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 2970 + "arrivalCountryName": "United Arab Emirates", 2971 + "arrivalCityName": "Dubai", 2972 + "arrivalAirportCode": "DXB", 2973 + "arrivalAirportName": "Dubai Intl Airport", 2974 + "arrivalTerminalCode": "DXB3", 2975 + "flightDuration": "5h 35m" 2976 + } 2977 + ], 2978 + "returnSegments": [ 2979 + { 2980 + "airlineCode": "FZ", 2981 + "airlineName": "Fly Dubai", 2982 + "flightCode": "FZ1721", 2983 + "class": "Economy", 2984 + "lugageWeight": 20, 2985 + "handLugageWeight": 6, 2986 + "departureFlightDate": "2024-09-14T21:30:00.000", 2987 + "departureCountryName": "United Arab Emirates", 2988 + "departureCityName": "Dubai", 2989 + "departureAirportCode": "DXB", 2990 + "departureAirportName": "Dubai Intl Airport", 2991 + "departureTerminalCode": "DXB3", 2992 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 2993 + "arrivalCountryName": "Kazakhstan", 2994 + "arrivalCityName": "Almaty", 2995 + "arrivalAirportCode": "ALA", 2996 + "arrivalAirportName": "Almaty Intl Airport", 2997 + "arrivalTerminalCode": "ALA", 2998 + "flightDuration": "3h 10m" 2999 + } 3000 + ], 3001 + "passengers": [ 3002 + { 3003 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 3004 + "isAdult": true, 3005 + "selectedForwardBaggageCode": "INCLUDED", 3006 + "selectedBackwardBaggageCode": "INCLUDED", 3007 + "forwardBaggages": [ 3008 + { 3009 + "baggageCode": "INCLUDED", 3010 + "description": "20 Kg Included", 3011 + "price": 0.0, 3012 + "currency": "USD", 3013 + "included": true 3014 + } 3015 + ], 3016 + "backwardBaggages": [ 3017 + { 3018 + "baggageCode": "INCLUDED", 3019 + "description": "20 Kg Included", 3020 + "price": 0.0, 3021 + "currency": "USD", 3022 + "included": true 3023 + } 3024 + ] 3025 + }, 3026 + { 3027 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 3028 + "isAdult": true, 3029 + "selectedForwardBaggageCode": "INCLUDED", 3030 + "selectedBackwardBaggageCode": "INCLUDED", 3031 + "forwardBaggages": [ 3032 + { 3033 + "baggageCode": "INCLUDED", 3034 + "description": "20 Kg Included", 3035 + "price": 0.0, 3036 + "currency": "USD", 3037 + "included": true 3038 + } 3039 + ], 3040 + "backwardBaggages": [ 3041 + { 3042 + "baggageCode": "INCLUDED", 3043 + "description": "20 Kg Included", 3044 + "price": 0.0, 3045 + "currency": "USD", 3046 + "included": true 3047 + } 3048 + ] 3049 + } 3050 + ] 3051 + }, 3052 + "extraServices": [], 3053 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:10", 3054 + "sortCheckInOut": "07.09.2024-14.09.2024", 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 3061 + }, 3062 + { 3063 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:fc3edcab-fad9-41a7-a03a-095db2c323fd:04abb186-80f6-4808-bce4-ae97cef85c51", 3064 + "priceCurrency": "USD", 3065 + "totalPrice": 1672.57, 3066 + "agentCommissionPercent": 9.0, 3067 + "agentCommissionAmount": 150.53, 3068 + "includedExtrasAmount": 0, 3069 + "priceDifference": 0, 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, 3075 + "mealPlan": "BB", 3076 + "hotelClass": "5", 3077 + "hotelColor": "#000000", 3078 + "availabilityType": "FreeSale", 3079 + "availableRoomsCount": 0, 3080 + "fewRooms": true, 3081 + "roomCategoryCode": "d544f59a-df57-4dc4-b1cd-b7263c02a5cc", 3082 + "roomCategoryName": "Garden View Room Twin with Terrace", 3083 + "placementTypeName": "DBL", 3084 + "checkInDate": "2024-09-07T00:00:00", 3085 + "checkOutDate": "2024-09-14T00:00:00", 3086 + "adults": 2, 3087 + "children": 0, 3088 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 3089 + "districtName": "Al Aqah", 3090 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 3091 + "cityName": "Fujairah", 3092 + "countryCode": "AE", 3093 + "countryName": "United Arab Emirates", 3094 + "hasAlcohol": true, 3095 + "hasFreeWifi": true, 3096 + "hasMetro": false, 3097 + "hasPool": true, 3098 + "hasMall": false, 3099 + "infantMaxAge": 1.99, 3100 + "childMinAge": 2.0, 3101 + "childMaxAge": 11.99, 3102 + "teenMinAge": 0.0, 3103 + "teenMaxAge": 0.0, 3104 + "adultMinAge": 12.0, 3105 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 3106 + "cancellationPolicy": { 3107 + "noShowChargeValue": 100.0, 3108 + "noShowChargeValueType": "%", 3109 + "earlyDepartureChargeValue": 100.0, 3110 + "earlyDepartureChargeValueType": "%", 3111 + "conditions": [ 3112 + { 3113 + "timeunits": 4, 3114 + "timeunitType": "Day", 3115 + "timeOffsetTypeName": "Before Arrival", 3116 + "chargeValue": 100.0, 3117 + "chargeValueType": "%" 3118 + } 3119 + ] 3120 + } 3121 + }, 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, 3128 + "departureAvailabilityType": "FreeSale", 3129 + "returnAvailabilityType": "FreeSale", 3130 + "isTwoWay": true, 3131 + "sameBaggageForAll": false, 3132 + "totalBaggage": false, 3133 + "isBlock": true, 3134 + "class": "Economy", 3135 + "departureSegments": [ 3136 + { 3137 + "airlineCode": "FZ", 3138 + "airlineName": "Fly Dubai", 3139 + "flightCode": "FZ1722", 3140 + "class": "Economy", 3141 + "lugageWeight": 20, 3142 + "handLugageWeight": 6, 3143 + "departureFlightDate": "2024-09-07T03:40:00.000", 3144 + "departureCountryName": "Kazakhstan", 3145 + "departureCityName": "Almaty", 3146 + "departureAirportCode": "ALA", 3147 + "departureAirportName": "Almaty Intl Airport", 3148 + "departureTerminalCode": "ALA", 3149 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 3150 + "arrivalCountryName": "United Arab Emirates", 3151 + "arrivalCityName": "Dubai", 3152 + "arrivalAirportCode": "DXB", 3153 + "arrivalAirportName": "Dubai Intl Airport", 3154 + "arrivalTerminalCode": "DXB3", 3155 + "flightDuration": "5h 35m" 3156 + } 3157 + ], 3158 + "returnSegments": [ 3159 + { 3160 + "airlineCode": "FZ", 3161 + "airlineName": "Fly Dubai", 3162 + "flightCode": "FZ1721", 3163 + "class": "Economy", 3164 + "lugageWeight": 20, 3165 + "handLugageWeight": 6, 3166 + "departureFlightDate": "2024-09-14T21:30:00.000", 3167 + "departureCountryName": "United Arab Emirates", 3168 + "departureCityName": "Dubai", 3169 + "departureAirportCode": "DXB", 3170 + "departureAirportName": "Dubai Intl Airport", 3171 + "departureTerminalCode": "DXB3", 3172 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 3173 + "arrivalCountryName": "Kazakhstan", 3174 + "arrivalCityName": "Almaty", 3175 + "arrivalAirportCode": "ALA", 3176 + "arrivalAirportName": "Almaty Intl Airport", 3177 + "arrivalTerminalCode": "ALA", 3178 + "flightDuration": "3h 10m" 3179 + } 3180 + ], 3181 + "passengers": [ 3182 + { 3183 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 3184 + "isAdult": true, 3185 + "selectedForwardBaggageCode": "INCLUDED", 3186 + "selectedBackwardBaggageCode": "INCLUDED", 3187 + "forwardBaggages": [ 3188 + { 3189 + "baggageCode": "INCLUDED", 3190 + "description": "20 Kg Included", 3191 + "price": 0.0, 3192 + "currency": "USD", 3193 + "included": true 3194 + } 3195 + ], 3196 + "backwardBaggages": [ 3197 + { 3198 + "baggageCode": "INCLUDED", 3199 + "description": "20 Kg Included", 3200 + "price": 0.0, 3201 + "currency": "USD", 3202 + "included": true 3203 + } 3204 + ] 3205 + }, 3206 + { 3207 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 3208 + "isAdult": true, 3209 + "selectedForwardBaggageCode": "INCLUDED", 3210 + "selectedBackwardBaggageCode": "INCLUDED", 3211 + "forwardBaggages": [ 3212 + { 3213 + "baggageCode": "INCLUDED", 3214 + "description": "20 Kg Included", 3215 + "price": 0.0, 3216 + "currency": "USD", 3217 + "included": true 3218 + } 3219 + ], 3220 + "backwardBaggages": [ 3221 + { 3222 + "baggageCode": "INCLUDED", 3223 + "description": "20 Kg Included", 3224 + "price": 0.0, 3225 + "currency": "USD", 3226 + "included": true 3227 + } 3228 + ] 3229 + } 3230 + ] 3231 + }, 3232 + "extraServices": [], 3233 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:11", 3234 + "sortCheckInOut": "07.09.2024-14.09.2024", 3235 + "sortAirline": "fly dubai", 3236 + "sortHotelName": "fujairah rotana resort spa", 3237 + "sortDetails": "bb", 3238 + "sortPlacement": "garden view room twin with terrace dbl", 3239 + "subList": [], 3240 + "exchangeRate": 480.0 3241 + }, 3242 + { 3243 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:07655d65-2000-45cd-b370-8abef039af1f:04abb186-80f6-4808-bce4-ae97cef85c51", 3244 + "priceCurrency": "USD", 3245 + "totalPrice": 1672.57, 3246 + "agentCommissionPercent": 9.0, 3247 + "agentCommissionAmount": 150.53, 3248 + "includedExtrasAmount": 0, 3249 + "priceDifference": 0, 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", 3257 + "hotelColor": "#000000", 3258 + "availabilityType": "FreeSale", 3259 + "availableRoomsCount": 0, 3260 + "fewRooms": true, 3261 + "roomCategoryCode": "65a0dc25-b738-4c5a-838c-2f3b30b6427e", 3262 + "roomCategoryName": "Garden View Room King with Terrace", 3263 + "placementTypeName": "DBL", 3264 + "checkInDate": "2024-09-07T00:00:00", 3265 + "checkOutDate": "2024-09-14T00:00:00", 3266 + "adults": 2, 3267 + "children": 0, 3268 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 3269 + "districtName": "Al Aqah", 3270 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 3271 + "cityName": "Fujairah", 3272 + "countryCode": "AE", 3273 + "countryName": "United Arab Emirates", 3274 + "hasAlcohol": true, 3275 + "hasFreeWifi": true, 3276 + "hasMetro": false, 3277 + "hasPool": true, 3278 + "hasMall": false, 3279 + "infantMaxAge": 1.99, 3280 + "childMinAge": 2.0, 3281 + "childMaxAge": 11.99, 3282 + "teenMinAge": 0.0, 3283 + "teenMaxAge": 0.0, 3284 + "adultMinAge": 12.0, 3285 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 3286 + "cancellationPolicy": { 3287 + "noShowChargeValue": 100.0, 3288 + "noShowChargeValueType": "%", 3289 + "earlyDepartureChargeValue": 100.0, 3290 + "earlyDepartureChargeValueType": "%", 3291 + "conditions": [ 3292 + { 3293 + "timeunits": 4, 3294 + "timeunitType": "Day", 3295 + "timeOffsetTypeName": "Before Arrival", 3296 + "chargeValue": 100.0, 3297 + "chargeValueType": "%" 3298 + } 3299 + ] 3300 + } 3301 + }, 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, 3308 + "departureAvailabilityType": "FreeSale", 3309 + "returnAvailabilityType": "FreeSale", 3310 + "isTwoWay": true, 3311 + "sameBaggageForAll": false, 3312 + "totalBaggage": false, 3313 + "isBlock": true, 3314 + "class": "Economy", 3315 + "departureSegments": [ 3316 + { 3317 + "airlineCode": "FZ", 3318 + "airlineName": "Fly Dubai", 3319 + "flightCode": "FZ1722", 3320 + "class": "Economy", 3321 + "lugageWeight": 20, 3322 + "handLugageWeight": 6, 3323 + "departureFlightDate": "2024-09-07T03:40:00.000", 3324 + "departureCountryName": "Kazakhstan", 3325 + "departureCityName": "Almaty", 3326 + "departureAirportCode": "ALA", 3327 + "departureAirportName": "Almaty Intl Airport", 3328 + "departureTerminalCode": "ALA", 3329 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 3330 + "arrivalCountryName": "United Arab Emirates", 3331 + "arrivalCityName": "Dubai", 3332 + "arrivalAirportCode": "DXB", 3333 + "arrivalAirportName": "Dubai Intl Airport", 3334 + "arrivalTerminalCode": "DXB3", 3335 + "flightDuration": "5h 35m" 3336 + } 3337 + ], 3338 + "returnSegments": [ 3339 + { 3340 + "airlineCode": "FZ", 3341 + "airlineName": "Fly Dubai", 3342 + "flightCode": "FZ1721", 3343 + "class": "Economy", 3344 + "lugageWeight": 20, 3345 + "handLugageWeight": 6, 3346 + "departureFlightDate": "2024-09-14T21:30:00.000", 3347 + "departureCountryName": "United Arab Emirates", 3348 + "departureCityName": "Dubai", 3349 + "departureAirportCode": "DXB", 3350 + "departureAirportName": "Dubai Intl Airport", 3351 + "departureTerminalCode": "DXB3", 3352 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 3353 + "arrivalCountryName": "Kazakhstan", 3354 + "arrivalCityName": "Almaty", 3355 + "arrivalAirportCode": "ALA", 3356 + "arrivalAirportName": "Almaty Intl Airport", 3357 + "arrivalTerminalCode": "ALA", 3358 + "flightDuration": "3h 10m" 3359 + } 3360 + ], 3361 + "passengers": [ 3362 + { 3363 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 3364 + "isAdult": true, 3365 + "selectedForwardBaggageCode": "INCLUDED", 3366 + "selectedBackwardBaggageCode": "INCLUDED", 3367 + "forwardBaggages": [ 3368 + { 3369 + "baggageCode": "INCLUDED", 3370 + "description": "20 Kg Included", 3371 + "price": 0.0, 3372 + "currency": "USD", 3373 + "included": true 3374 + } 3375 + ], 3376 + "backwardBaggages": [ 3377 + { 3378 + "baggageCode": "INCLUDED", 3379 + "description": "20 Kg Included", 3380 + "price": 0.0, 3381 + "currency": "USD", 3382 + "included": true 3383 + } 3384 + ] 3385 + }, 3386 + { 3387 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 3388 + "isAdult": true, 3389 + "selectedForwardBaggageCode": "INCLUDED", 3390 + "selectedBackwardBaggageCode": "INCLUDED", 3391 + "forwardBaggages": [ 3392 + { 3393 + "baggageCode": "INCLUDED", 3394 + "description": "20 Kg Included", 3395 + "price": 0.0, 3396 + "currency": "USD", 3397 + "included": true 3398 + } 3399 + ], 3400 + "backwardBaggages": [ 3401 + { 3402 + "baggageCode": "INCLUDED", 3403 + "description": "20 Kg Included", 3404 + "price": 0.0, 3405 + "currency": "USD", 3406 + "included": true 3407 + } 3408 + ] 3409 + } 3410 + ] 3411 + }, 3412 + "extraServices": [], 3413 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:12", 3414 + "sortCheckInOut": "07.09.2024-14.09.2024", 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 3421 + }, 3422 + { 3423 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:1aa18de2-a9f5-4fe6-83dd-67cf4a35690c:04abb186-80f6-4808-bce4-ae97cef85c51", 3424 + "priceCurrency": "USD", 3425 + "totalPrice": 1672.57, 3426 + "agentCommissionPercent": 9.0, 3427 + "agentCommissionAmount": 150.53, 3428 + "includedExtrasAmount": 0, 3429 + "priceDifference": 0, 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", 3437 + "hotelColor": "#000000", 3438 + "availabilityType": "FreeSale", 3439 + "availableRoomsCount": 0, 3440 + "fewRooms": true, 3441 + "roomCategoryCode": "65a0dc25-b738-4c5a-838c-2f3b30b6427e", 3442 + "roomCategoryName": "Garden View Room King with Terrace", 3443 + "placementTypeName": "DBL", 3444 + "checkInDate": "2024-09-07T00:00:00", 3445 + "checkOutDate": "2024-09-14T00:00:00", 3446 + "adults": 2, 3447 + "children": 0, 3448 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 3449 + "districtName": "Al Aqah", 3450 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 3451 + "cityName": "Fujairah", 3452 + "countryCode": "AE", 3453 + "countryName": "United Arab Emirates", 3454 + "hasAlcohol": true, 3455 + "hasFreeWifi": true, 3456 + "hasMetro": false, 3457 + "hasPool": true, 3458 + "hasMall": false, 3459 + "infantMaxAge": 1.99, 3460 + "childMinAge": 2.0, 3461 + "childMaxAge": 11.99, 3462 + "teenMinAge": 0.0, 3463 + "teenMaxAge": 0.0, 3464 + "adultMinAge": 12.0, 3465 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 3466 + "cancellationPolicy": { 3467 + "noShowChargeValue": 100.0, 3468 + "noShowChargeValueType": "%", 3469 + "earlyDepartureChargeValue": 100.0, 3470 + "earlyDepartureChargeValueType": "%", 3471 + "conditions": [ 3472 + { 3473 + "timeunits": 4, 3474 + "timeunitType": "Day", 3475 + "timeOffsetTypeName": "Before Arrival", 3476 + "chargeValue": 100.0, 3477 + "chargeValueType": "%" 3478 + } 3479 + ] 3480 + } 3481 + }, 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, 3488 + "departureAvailabilityType": "FreeSale", 3489 + "returnAvailabilityType": "FreeSale", 3490 + "isTwoWay": true, 3491 + "sameBaggageForAll": false, 3492 + "totalBaggage": false, 3493 + "isBlock": true, 3494 + "class": "Economy", 3495 + "departureSegments": [ 3496 + { 3497 + "airlineCode": "FZ", 3498 + "airlineName": "Fly Dubai", 3499 + "flightCode": "FZ1722", 3500 + "class": "Economy", 3501 + "lugageWeight": 20, 3502 + "handLugageWeight": 6, 3503 + "departureFlightDate": "2024-09-07T03:40:00.000", 3504 + "departureCountryName": "Kazakhstan", 3505 + "departureCityName": "Almaty", 3506 + "departureAirportCode": "ALA", 3507 + "departureAirportName": "Almaty Intl Airport", 3508 + "departureTerminalCode": "ALA", 3509 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 3510 + "arrivalCountryName": "United Arab Emirates", 3511 + "arrivalCityName": "Dubai", 3512 + "arrivalAirportCode": "DXB", 3513 + "arrivalAirportName": "Dubai Intl Airport", 3514 + "arrivalTerminalCode": "DXB3", 3515 + "flightDuration": "5h 35m" 3516 + } 3517 + ], 3518 + "returnSegments": [ 3519 + { 3520 + "airlineCode": "FZ", 3521 + "airlineName": "Fly Dubai", 3522 + "flightCode": "FZ1721", 3523 + "class": "Economy", 3524 + "lugageWeight": 20, 3525 + "handLugageWeight": 6, 3526 + "departureFlightDate": "2024-09-14T21:30:00.000", 3527 + "departureCountryName": "United Arab Emirates", 3528 + "departureCityName": "Dubai", 3529 + "departureAirportCode": "DXB", 3530 + "departureAirportName": "Dubai Intl Airport", 3531 + "departureTerminalCode": "DXB3", 3532 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 3533 + "arrivalCountryName": "Kazakhstan", 3534 + "arrivalCityName": "Almaty", 3535 + "arrivalAirportCode": "ALA", 3536 + "arrivalAirportName": "Almaty Intl Airport", 3537 + "arrivalTerminalCode": "ALA", 3538 + "flightDuration": "3h 10m" 3539 + } 3540 + ], 3541 + "passengers": [ 3542 + { 3543 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 3544 + "isAdult": true, 3545 + "selectedForwardBaggageCode": "INCLUDED", 3546 + "selectedBackwardBaggageCode": "INCLUDED", 3547 + "forwardBaggages": [ 3548 + { 3549 + "baggageCode": "INCLUDED", 3550 + "description": "20 Kg Included", 3551 + "price": 0.0, 3552 + "currency": "USD", 3553 + "included": true 3554 + } 3555 + ], 3556 + "backwardBaggages": [ 3557 + { 3558 + "baggageCode": "INCLUDED", 3559 + "description": "20 Kg Included", 3560 + "price": 0.0, 3561 + "currency": "USD", 3562 + "included": true 3563 + } 3564 + ] 3565 + }, 3566 + { 3567 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 3568 + "isAdult": true, 3569 + "selectedForwardBaggageCode": "INCLUDED", 3570 + "selectedBackwardBaggageCode": "INCLUDED", 3571 + "forwardBaggages": [ 3572 + { 3573 + "baggageCode": "INCLUDED", 3574 + "description": "20 Kg Included", 3575 + "price": 0.0, 3576 + "currency": "USD", 3577 + "included": true 3578 + } 3579 + ], 3580 + "backwardBaggages": [ 3581 + { 3582 + "baggageCode": "INCLUDED", 3583 + "description": "20 Kg Included", 3584 + "price": 0.0, 3585 + "currency": "USD", 3586 + "included": true 3587 + } 3588 + ] 3589 + } 3590 + ] 3591 + }, 3592 + "extraServices": [], 3593 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:13", 3594 + "sortCheckInOut": "07.09.2024-14.09.2024", 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 3601 + }, 3602 + { 3603 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:828e9137-9b6d-4bde-96b6-fa81d41c455f:04abb186-80f6-4808-bce4-ae97cef85c51", 3604 + "priceCurrency": "USD", 3605 + "totalPrice": 1672.57, 3606 + "agentCommissionPercent": 9.0, 3607 + "agentCommissionAmount": 150.53, 3608 + "includedExtrasAmount": 0, 3609 + "priceDifference": 0, 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", 3617 + "hotelColor": "#000000", 3618 + "availabilityType": "FreeSale", 3619 + "availableRoomsCount": 0, 3620 + "fewRooms": true, 3621 + "roomCategoryCode": "d544f59a-df57-4dc4-b1cd-b7263c02a5cc", 3622 + "roomCategoryName": "Garden View Room Twin with Terrace", 3623 + "placementTypeName": "DBL", 3624 + "checkInDate": "2024-09-07T00:00:00", 3625 + "checkOutDate": "2024-09-14T00:00:00", 3626 + "adults": 2, 3627 + "children": 0, 3628 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 3629 + "districtName": "Al Aqah", 3630 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 3631 + "cityName": "Fujairah", 3632 + "countryCode": "AE", 3633 + "countryName": "United Arab Emirates", 3634 + "hasAlcohol": true, 3635 + "hasFreeWifi": true, 3636 + "hasMetro": false, 3637 + "hasPool": true, 3638 + "hasMall": false, 3639 + "infantMaxAge": 1.99, 3640 + "childMinAge": 2.0, 3641 + "childMaxAge": 11.99, 3642 + "teenMinAge": 0.0, 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 %", 3646 + "cancellationPolicy": { 3647 + "noShowChargeValue": 100.0, 3648 + "noShowChargeValueType": "%", 3649 + "earlyDepartureChargeValue": 100.0, 3650 + "earlyDepartureChargeValueType": "%", 3651 + "conditions": [ 3652 + { 3653 + "timeunits": 4, 3654 + "timeunitType": "Day", 3655 + "timeOffsetTypeName": "Before Arrival", 3656 + "chargeValue": 100.0, 3657 + "chargeValueType": "%" 3658 + } 3659 + ] 3660 + } 3661 + }, 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, 3668 + "departureAvailabilityType": "FreeSale", 3669 + "returnAvailabilityType": "FreeSale", 3670 + "isTwoWay": true, 3671 + "sameBaggageForAll": false, 3672 + "totalBaggage": false, 3673 + "isBlock": true, 3674 + "class": "Economy", 3675 + "departureSegments": [ 3676 + { 3677 + "airlineCode": "FZ", 3678 + "airlineName": "Fly Dubai", 3679 + "flightCode": "FZ1722", 3680 + "class": "Economy", 3681 + "lugageWeight": 20, 3682 + "handLugageWeight": 6, 3683 + "departureFlightDate": "2024-09-07T03:40:00.000", 3684 + "departureCountryName": "Kazakhstan", 3685 + "departureCityName": "Almaty", 3686 + "departureAirportCode": "ALA", 3687 + "departureAirportName": "Almaty Intl Airport", 3688 + "departureTerminalCode": "ALA", 3689 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 3690 + "arrivalCountryName": "United Arab Emirates", 3691 + "arrivalCityName": "Dubai", 3692 + "arrivalAirportCode": "DXB", 3693 + "arrivalAirportName": "Dubai Intl Airport", 3694 + "arrivalTerminalCode": "DXB3", 3695 + "flightDuration": "5h 35m" 3696 + } 3697 + ], 3698 + "returnSegments": [ 3699 + { 3700 + "airlineCode": "FZ", 3701 + "airlineName": "Fly Dubai", 3702 + "flightCode": "FZ1721", 3703 + "class": "Economy", 3704 + "lugageWeight": 20, 3705 + "handLugageWeight": 6, 3706 + "departureFlightDate": "2024-09-14T21:30:00.000", 3707 + "departureCountryName": "United Arab Emirates", 3708 + "departureCityName": "Dubai", 3709 + "departureAirportCode": "DXB", 3710 + "departureAirportName": "Dubai Intl Airport", 3711 + "departureTerminalCode": "DXB3", 3712 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 3713 + "arrivalCountryName": "Kazakhstan", 3714 + "arrivalCityName": "Almaty", 3715 + "arrivalAirportCode": "ALA", 3716 + "arrivalAirportName": "Almaty Intl Airport", 3717 + "arrivalTerminalCode": "ALA", 3718 + "flightDuration": "3h 10m" 3719 + } 3720 + ], 3721 + "passengers": [ 3722 + { 3723 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 3724 + "isAdult": true, 3725 + "selectedForwardBaggageCode": "INCLUDED", 3726 + "selectedBackwardBaggageCode": "INCLUDED", 3727 + "forwardBaggages": [ 3728 + { 3729 + "baggageCode": "INCLUDED", 3730 + "description": "20 Kg Included", 3731 + "price": 0.0, 3732 + "currency": "USD", 3733 + "included": true 3734 + } 3735 + ], 3736 + "backwardBaggages": [ 3737 + { 3738 + "baggageCode": "INCLUDED", 3739 + "description": "20 Kg Included", 3740 + "price": 0.0, 3741 + "currency": "USD", 3742 + "included": true 3743 + } 3744 + ] 3745 + }, 3746 + { 3747 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 3748 + "isAdult": true, 3749 + "selectedForwardBaggageCode": "INCLUDED", 3750 + "selectedBackwardBaggageCode": "INCLUDED", 3751 + "forwardBaggages": [ 3752 + { 3753 + "baggageCode": "INCLUDED", 3754 + "description": "20 Kg Included", 3755 + "price": 0.0, 3756 + "currency": "USD", 3757 + "included": true 3758 + } 3759 + ], 3760 + "backwardBaggages": [ 3761 + { 3762 + "baggageCode": "INCLUDED", 3763 + "description": "20 Kg Included", 3764 + "price": 0.0, 3765 + "currency": "USD", 3766 + "included": true 3767 + } 3768 + ] 3769 + } 3770 + ] 3771 + }, 3772 + "extraServices": [], 3773 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:14", 3774 + "sortCheckInOut": "07.09.2024-14.09.2024", 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 3781 + }, 3782 + { 3783 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:8b389dd6-3040-444a-8d21-c9d20a7718c5:04abb186-80f6-4808-bce4-ae97cef85c51", 3784 + "priceCurrency": "USD", 3785 + "totalPrice": 1770.11, 3786 + "agentCommissionPercent": 9.0, 3787 + "agentCommissionAmount": 159.31, 3788 + "includedExtrasAmount": 0, 3789 + "priceDifference": 0, 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", 3797 + "hotelColor": "#000000", 3798 + "availabilityType": "FreeSale", 3799 + "availableRoomsCount": 0, 3800 + "fewRooms": true, 3801 + "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076", 3802 + "roomCategoryName": "King Guest Room", 3803 + "placementTypeName": "DBL", 3804 + "checkInDate": "2024-09-07T00:00:00", 3805 + "checkOutDate": "2024-09-14T00:00:00", 3806 + "adults": 2, 3807 + "children": 0, 3808 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 3809 + "districtName": "Al Aqah", 3810 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 3811 + "cityName": "Fujairah", 3812 + "countryCode": "AE", 3813 + "countryName": "United Arab Emirates", 3814 + "hasAlcohol": true, 3815 + "hasFreeWifi": true, 3816 + "hasMetro": false, 3817 + "hasPool": true, 3818 + "hasMall": false, 3819 + "infantMaxAge": 1.99, 3820 + "childMinAge": 2.0, 3821 + "childMaxAge": 11.99, 3822 + "teenMinAge": 0.0, 3823 + "teenMaxAge": 0.0, 3824 + "adultMinAge": 12.0, 3825 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 3826 + "cancellationPolicy": { 3827 + "noShowChargeValue": 100.0, 3828 + "noShowChargeValueType": "%", 3829 + "earlyDepartureChargeValue": 100.0, 3830 + "earlyDepartureChargeValueType": "%", 3831 + "conditions": [ 3832 + { 3833 + "timeunits": 4, 3834 + "timeunitType": "Day", 3835 + "timeOffsetTypeName": "Before Arrival", 3836 + "chargeValue": 100.0, 3837 + "chargeValueType": "%" 3838 + } 3839 + ] 3840 + } 3841 + }, 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, 3848 + "departureAvailabilityType": "FreeSale", 3849 + "returnAvailabilityType": "FreeSale", 3850 + "isTwoWay": true, 3851 + "sameBaggageForAll": false, 3852 + "totalBaggage": false, 3853 + "isBlock": true, 3854 + "class": "Economy", 3855 + "departureSegments": [ 3856 + { 3857 + "airlineCode": "FZ", 3858 + "airlineName": "Fly Dubai", 3859 + "flightCode": "FZ1722", 3860 + "class": "Economy", 3861 + "lugageWeight": 20, 3862 + "handLugageWeight": 6, 3863 + "departureFlightDate": "2024-09-07T03:40:00.000", 3864 + "departureCountryName": "Kazakhstan", 3865 + "departureCityName": "Almaty", 3866 + "departureAirportCode": "ALA", 3867 + "departureAirportName": "Almaty Intl Airport", 3868 + "departureTerminalCode": "ALA", 3869 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 3870 + "arrivalCountryName": "United Arab Emirates", 3871 + "arrivalCityName": "Dubai", 3872 + "arrivalAirportCode": "DXB", 3873 + "arrivalAirportName": "Dubai Intl Airport", 3874 + "arrivalTerminalCode": "DXB3", 3875 + "flightDuration": "5h 35m" 3876 + } 3877 + ], 3878 + "returnSegments": [ 3879 + { 3880 + "airlineCode": "FZ", 3881 + "airlineName": "Fly Dubai", 3882 + "flightCode": "FZ1721", 3883 + "class": "Economy", 3884 + "lugageWeight": 20, 3885 + "handLugageWeight": 6, 3886 + "departureFlightDate": "2024-09-14T21:30:00.000", 3887 + "departureCountryName": "United Arab Emirates", 3888 + "departureCityName": "Dubai", 3889 + "departureAirportCode": "DXB", 3890 + "departureAirportName": "Dubai Intl Airport", 3891 + "departureTerminalCode": "DXB3", 3892 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 3893 + "arrivalCountryName": "Kazakhstan", 3894 + "arrivalCityName": "Almaty", 3895 + "arrivalAirportCode": "ALA", 3896 + "arrivalAirportName": "Almaty Intl Airport", 3897 + "arrivalTerminalCode": "ALA", 3898 + "flightDuration": "3h 10m" 3899 + } 3900 + ], 3901 + "passengers": [ 3902 + { 3903 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 3904 + "isAdult": true, 3905 + "selectedForwardBaggageCode": "INCLUDED", 3906 + "selectedBackwardBaggageCode": "INCLUDED", 3907 + "forwardBaggages": [ 3908 + { 3909 + "baggageCode": "INCLUDED", 3910 + "description": "20 Kg Included", 3911 + "price": 0.0, 3912 + "currency": "USD", 3913 + "included": true 3914 + } 3915 + ], 3916 + "backwardBaggages": [ 3917 + { 3918 + "baggageCode": "INCLUDED", 3919 + "description": "20 Kg Included", 3920 + "price": 0.0, 3921 + "currency": "USD", 3922 + "included": true 3923 + } 3924 + ] 3925 + }, 3926 + { 3927 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 3928 + "isAdult": true, 3929 + "selectedForwardBaggageCode": "INCLUDED", 3930 + "selectedBackwardBaggageCode": "INCLUDED", 3931 + "forwardBaggages": [ 3932 + { 3933 + "baggageCode": "INCLUDED", 3934 + "description": "20 Kg Included", 3935 + "price": 0.0, 3936 + "currency": "USD", 3937 + "included": true 3938 + } 3939 + ], 3940 + "backwardBaggages": [ 3941 + { 3942 + "baggageCode": "INCLUDED", 3943 + "description": "20 Kg Included", 3944 + "price": 0.0, 3945 + "currency": "USD", 3946 + "included": true 3947 + } 3948 + ] 3949 + } 3950 + ] 3951 + }, 3952 + "extraServices": [], 3953 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:15", 3954 + "sortCheckInOut": "07.09.2024-14.09.2024", 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 3961 + }, 3962 + { 3963 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:91a303cb-ca93-4408-8dc5-1d1134fa59e8:04abb186-80f6-4808-bce4-ae97cef85c51", 3964 + "priceCurrency": "USD", 3965 + "totalPrice": 1770.11, 3966 + "agentCommissionPercent": 9.0, 3967 + "agentCommissionAmount": 159.31, 3968 + "includedExtrasAmount": 0, 3969 + "priceDifference": 0, 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", 3977 + "hotelColor": "#000000", 3978 + "availabilityType": "FreeSale", 3979 + "availableRoomsCount": 0, 3980 + "fewRooms": true, 3981 + "roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5", 3982 + "roomCategoryName": "Twin Guest Room", 3983 + "placementTypeName": "DBL", 3984 + "checkInDate": "2024-09-07T00:00:00", 3985 + "checkOutDate": "2024-09-14T00:00:00", 3986 + "adults": 2, 3987 + "children": 0, 3988 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 3989 + "districtName": "Al Aqah", 3990 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 3991 + "cityName": "Fujairah", 3992 + "countryCode": "AE", 3993 + "countryName": "United Arab Emirates", 3994 + "hasAlcohol": true, 3995 + "hasFreeWifi": true, 3996 + "hasMetro": false, 3997 + "hasPool": true, 3998 + "hasMall": false, 3999 + "infantMaxAge": 1.99, 4000 + "childMinAge": 2.0, 4001 + "childMaxAge": 11.99, 4002 + "teenMinAge": 0.0, 4003 + "teenMaxAge": 0.0, 4004 + "adultMinAge": 12.0, 4005 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 4006 + "cancellationPolicy": { 4007 + "noShowChargeValue": 100.0, 4008 + "noShowChargeValueType": "%", 4009 + "earlyDepartureChargeValue": 100.0, 4010 + "earlyDepartureChargeValueType": "%", 4011 + "conditions": [ 4012 + { 4013 + "timeunits": 4, 4014 + "timeunitType": "Day", 4015 + "timeOffsetTypeName": "Before Arrival", 4016 + "chargeValue": 100.0, 4017 + "chargeValueType": "%" 4018 + } 4019 + ] 4020 + } 4021 + }, 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, 4028 + "departureAvailabilityType": "FreeSale", 4029 + "returnAvailabilityType": "FreeSale", 4030 + "isTwoWay": true, 4031 + "sameBaggageForAll": false, 4032 + "totalBaggage": false, 4033 + "isBlock": true, 4034 + "class": "Economy", 4035 + "departureSegments": [ 4036 + { 4037 + "airlineCode": "FZ", 4038 + "airlineName": "Fly Dubai", 4039 + "flightCode": "FZ1722", 4040 + "class": "Economy", 4041 + "lugageWeight": 20, 4042 + "handLugageWeight": 6, 4043 + "departureFlightDate": "2024-09-07T03:40:00.000", 4044 + "departureCountryName": "Kazakhstan", 4045 + "departureCityName": "Almaty", 4046 + "departureAirportCode": "ALA", 4047 + "departureAirportName": "Almaty Intl Airport", 4048 + "departureTerminalCode": "ALA", 4049 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 4050 + "arrivalCountryName": "United Arab Emirates", 4051 + "arrivalCityName": "Dubai", 4052 + "arrivalAirportCode": "DXB", 4053 + "arrivalAirportName": "Dubai Intl Airport", 4054 + "arrivalTerminalCode": "DXB3", 4055 + "flightDuration": "5h 35m" 4056 + } 4057 + ], 4058 + "returnSegments": [ 4059 + { 4060 + "airlineCode": "FZ", 4061 + "airlineName": "Fly Dubai", 4062 + "flightCode": "FZ1721", 4063 + "class": "Economy", 4064 + "lugageWeight": 20, 4065 + "handLugageWeight": 6, 4066 + "departureFlightDate": "2024-09-14T21:30:00.000", 4067 + "departureCountryName": "United Arab Emirates", 4068 + "departureCityName": "Dubai", 4069 + "departureAirportCode": "DXB", 4070 + "departureAirportName": "Dubai Intl Airport", 4071 + "departureTerminalCode": "DXB3", 4072 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 4073 + "arrivalCountryName": "Kazakhstan", 4074 + "arrivalCityName": "Almaty", 4075 + "arrivalAirportCode": "ALA", 4076 + "arrivalAirportName": "Almaty Intl Airport", 4077 + "arrivalTerminalCode": "ALA", 4078 + "flightDuration": "3h 10m" 4079 + } 4080 + ], 4081 + "passengers": [ 4082 + { 4083 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 4084 + "isAdult": true, 4085 + "selectedForwardBaggageCode": "INCLUDED", 4086 + "selectedBackwardBaggageCode": "INCLUDED", 4087 + "forwardBaggages": [ 4088 + { 4089 + "baggageCode": "INCLUDED", 4090 + "description": "20 Kg Included", 4091 + "price": 0.0, 4092 + "currency": "USD", 4093 + "included": true 4094 + } 4095 + ], 4096 + "backwardBaggages": [ 4097 + { 4098 + "baggageCode": "INCLUDED", 4099 + "description": "20 Kg Included", 4100 + "price": 0.0, 4101 + "currency": "USD", 4102 + "included": true 4103 + } 4104 + ] 4105 + }, 4106 + { 4107 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 4108 + "isAdult": true, 4109 + "selectedForwardBaggageCode": "INCLUDED", 4110 + "selectedBackwardBaggageCode": "INCLUDED", 4111 + "forwardBaggages": [ 4112 + { 4113 + "baggageCode": "INCLUDED", 4114 + "description": "20 Kg Included", 4115 + "price": 0.0, 4116 + "currency": "USD", 4117 + "included": true 4118 + } 4119 + ], 4120 + "backwardBaggages": [ 4121 + { 4122 + "baggageCode": "INCLUDED", 4123 + "description": "20 Kg Included", 4124 + "price": 0.0, 4125 + "currency": "USD", 4126 + "included": true 4127 + } 4128 + ] 4129 + } 4130 + ] 4131 + }, 4132 + "extraServices": [], 4133 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:16", 4134 + "sortCheckInOut": "07.09.2024-14.09.2024", 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 4141 + }, 4142 + { 4143 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:11f99f2c-9648-4c18-b650-3ce7ca27b709:04abb186-80f6-4808-bce4-ae97cef85c51", 4144 + "priceCurrency": "USD", 4145 + "totalPrice": 1770.11, 4146 + "agentCommissionPercent": 9.0, 4147 + "agentCommissionAmount": 159.31, 4148 + "includedExtrasAmount": 0, 4149 + "priceDifference": 0, 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", 4158 + "availabilityType": "FreeSale", 4159 + "availableRoomsCount": 0, 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", 4166 + "adults": 2, 4167 + "children": 0, 4168 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 4169 + "districtName": "Al Aqah", 4170 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 4171 + "cityName": "Fujairah", 4172 + "countryCode": "AE", 4173 + "countryName": "United Arab Emirates", 4174 + "hasAlcohol": true, 4175 + "hasFreeWifi": true, 4176 + "hasMetro": false, 4177 + "hasPool": true, 4178 + "hasMall": false, 4179 + "infantMaxAge": 1.99, 4180 + "childMinAge": 2.0, 4181 + "childMaxAge": 11.99, 4182 + "teenMinAge": 0.0, 4183 + "teenMaxAge": 0.0, 4184 + "adultMinAge": 12.0, 4185 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 4186 + "cancellationPolicy": { 4187 + "noShowChargeValue": 100.0, 4188 + "noShowChargeValueType": "%", 4189 + "earlyDepartureChargeValue": 100.0, 4190 + "earlyDepartureChargeValueType": "%", 4191 + "conditions": [ 4192 + { 4193 + "timeunits": 4, 4194 + "timeunitType": "Day", 4195 + "timeOffsetTypeName": "Before Arrival", 4196 + "chargeValue": 100.0, 4197 + "chargeValueType": "%" 4198 + } 4199 + ] 4200 + } 4201 + }, 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, 4208 + "departureAvailabilityType": "FreeSale", 4209 + "returnAvailabilityType": "FreeSale", 4210 + "isTwoWay": true, 4211 + "sameBaggageForAll": false, 4212 + "totalBaggage": false, 4213 + "isBlock": true, 4214 + "class": "Economy", 4215 + "departureSegments": [ 4216 + { 4217 + "airlineCode": "FZ", 4218 + "airlineName": "Fly Dubai", 4219 + "flightCode": "FZ1722", 4220 + "class": "Economy", 4221 + "lugageWeight": 20, 4222 + "handLugageWeight": 6, 4223 + "departureFlightDate": "2024-09-07T03:40:00.000", 4224 + "departureCountryName": "Kazakhstan", 4225 + "departureCityName": "Almaty", 4226 + "departureAirportCode": "ALA", 4227 + "departureAirportName": "Almaty Intl Airport", 4228 + "departureTerminalCode": "ALA", 4229 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 4230 + "arrivalCountryName": "United Arab Emirates", 4231 + "arrivalCityName": "Dubai", 4232 + "arrivalAirportCode": "DXB", 4233 + "arrivalAirportName": "Dubai Intl Airport", 4234 + "arrivalTerminalCode": "DXB3", 4235 + "flightDuration": "5h 35m" 4236 + } 4237 + ], 4238 + "returnSegments": [ 4239 + { 4240 + "airlineCode": "FZ", 4241 + "airlineName": "Fly Dubai", 4242 + "flightCode": "FZ1721", 4243 + "class": "Economy", 4244 + "lugageWeight": 20, 4245 + "handLugageWeight": 6, 4246 + "departureFlightDate": "2024-09-14T21:30:00.000", 4247 + "departureCountryName": "United Arab Emirates", 4248 + "departureCityName": "Dubai", 4249 + "departureAirportCode": "DXB", 4250 + "departureAirportName": "Dubai Intl Airport", 4251 + "departureTerminalCode": "DXB3", 4252 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 4253 + "arrivalCountryName": "Kazakhstan", 4254 + "arrivalCityName": "Almaty", 4255 + "arrivalAirportCode": "ALA", 4256 + "arrivalAirportName": "Almaty Intl Airport", 4257 + "arrivalTerminalCode": "ALA", 4258 + "flightDuration": "3h 10m" 4259 + } 4260 + ], 4261 + "passengers": [ 4262 + { 4263 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 4264 + "isAdult": true, 4265 + "selectedForwardBaggageCode": "INCLUDED", 4266 + "selectedBackwardBaggageCode": "INCLUDED", 4267 + "forwardBaggages": [ 4268 + { 4269 + "baggageCode": "INCLUDED", 4270 + "description": "20 Kg Included", 4271 + "price": 0.0, 4272 + "currency": "USD", 4273 + "included": true 4274 + } 4275 + ], 4276 + "backwardBaggages": [ 4277 + { 4278 + "baggageCode": "INCLUDED", 4279 + "description": "20 Kg Included", 4280 + "price": 0.0, 4281 + "currency": "USD", 4282 + "included": true 4283 + } 4284 + ] 4285 + }, 4286 + { 4287 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 4288 + "isAdult": true, 4289 + "selectedForwardBaggageCode": "INCLUDED", 4290 + "selectedBackwardBaggageCode": "INCLUDED", 4291 + "forwardBaggages": [ 4292 + { 4293 + "baggageCode": "INCLUDED", 4294 + "description": "20 Kg Included", 4295 + "price": 0.0, 4296 + "currency": "USD", 4297 + "included": true 4298 + } 4299 + ], 4300 + "backwardBaggages": [ 4301 + { 4302 + "baggageCode": "INCLUDED", 4303 + "description": "20 Kg Included", 4304 + "price": 0.0, 4305 + "currency": "USD", 4306 + "included": true 4307 + } 4308 + ] 4309 + } 4310 + ] 4311 + }, 4312 + "extraServices": [], 4313 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:17", 4314 + "sortCheckInOut": "07.09.2024-14.09.2024", 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 4321 + }, 4322 + { 4323 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:c8c707d3-f061-4fa2-a7b3-ba5d42c67d03:04abb186-80f6-4808-bce4-ae97cef85c51", 4324 + "priceCurrency": "USD", 4325 + "totalPrice": 1770.11, 4326 + "agentCommissionPercent": 9.0, 4327 + "agentCommissionAmount": 159.31, 4328 + "includedExtrasAmount": 0, 4329 + "priceDifference": 0, 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", 4338 + "availabilityType": "FreeSale", 4339 + "availableRoomsCount": 0, 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", 4346 + "adults": 2, 4347 + "children": 0, 4348 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 4349 + "districtName": "Al Aqah", 4350 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 4351 + "cityName": "Fujairah", 4352 + "countryCode": "AE", 4353 + "countryName": "United Arab Emirates", 4354 + "hasAlcohol": true, 4355 + "hasFreeWifi": true, 4356 + "hasMetro": false, 4357 + "hasPool": true, 4358 + "hasMall": false, 4359 + "infantMaxAge": 1.99, 4360 + "childMinAge": 2.0, 4361 + "childMaxAge": 11.99, 4362 + "teenMinAge": 0.0, 4363 + "teenMaxAge": 0.0, 4364 + "adultMinAge": 12.0, 4365 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 4366 + "cancellationPolicy": { 4367 + "noShowChargeValue": 100.0, 4368 + "noShowChargeValueType": "%", 4369 + "earlyDepartureChargeValue": 100.0, 4370 + "earlyDepartureChargeValueType": "%", 4371 + "conditions": [ 4372 + { 4373 + "timeunits": 4, 4374 + "timeunitType": "Day", 4375 + "timeOffsetTypeName": "Before Arrival", 4376 + "chargeValue": 100.0, 4377 + "chargeValueType": "%" 4378 + } 4379 + ] 4380 + } 4381 + }, 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, 4388 + "departureAvailabilityType": "FreeSale", 4389 + "returnAvailabilityType": "FreeSale", 4390 + "isTwoWay": true, 4391 + "sameBaggageForAll": false, 4392 + "totalBaggage": false, 4393 + "isBlock": true, 4394 + "class": "Economy", 4395 + "departureSegments": [ 4396 + { 4397 + "airlineCode": "FZ", 4398 + "airlineName": "Fly Dubai", 4399 + "flightCode": "FZ1722", 4400 + "class": "Economy", 4401 + "lugageWeight": 20, 4402 + "handLugageWeight": 6, 4403 + "departureFlightDate": "2024-09-07T03:40:00.000", 4404 + "departureCountryName": "Kazakhstan", 4405 + "departureCityName": "Almaty", 4406 + "departureAirportCode": "ALA", 4407 + "departureAirportName": "Almaty Intl Airport", 4408 + "departureTerminalCode": "ALA", 4409 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 4410 + "arrivalCountryName": "United Arab Emirates", 4411 + "arrivalCityName": "Dubai", 4412 + "arrivalAirportCode": "DXB", 4413 + "arrivalAirportName": "Dubai Intl Airport", 4414 + "arrivalTerminalCode": "DXB3", 4415 + "flightDuration": "5h 35m" 4416 + } 4417 + ], 4418 + "returnSegments": [ 4419 + { 4420 + "airlineCode": "FZ", 4421 + "airlineName": "Fly Dubai", 4422 + "flightCode": "FZ1721", 4423 + "class": "Economy", 4424 + "lugageWeight": 20, 4425 + "handLugageWeight": 6, 4426 + "departureFlightDate": "2024-09-14T21:30:00.000", 4427 + "departureCountryName": "United Arab Emirates", 4428 + "departureCityName": "Dubai", 4429 + "departureAirportCode": "DXB", 4430 + "departureAirportName": "Dubai Intl Airport", 4431 + "departureTerminalCode": "DXB3", 4432 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 4433 + "arrivalCountryName": "Kazakhstan", 4434 + "arrivalCityName": "Almaty", 4435 + "arrivalAirportCode": "ALA", 4436 + "arrivalAirportName": "Almaty Intl Airport", 4437 + "arrivalTerminalCode": "ALA", 4438 + "flightDuration": "3h 10m" 4439 + } 4440 + ], 4441 + "passengers": [ 4442 + { 4443 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 4444 + "isAdult": true, 4445 + "selectedForwardBaggageCode": "INCLUDED", 4446 + "selectedBackwardBaggageCode": "INCLUDED", 4447 + "forwardBaggages": [ 4448 + { 4449 + "baggageCode": "INCLUDED", 4450 + "description": "20 Kg Included", 4451 + "price": 0.0, 4452 + "currency": "USD", 4453 + "included": true 4454 + } 4455 + ], 4456 + "backwardBaggages": [ 4457 + { 4458 + "baggageCode": "INCLUDED", 4459 + "description": "20 Kg Included", 4460 + "price": 0.0, 4461 + "currency": "USD", 4462 + "included": true 4463 + } 4464 + ] 4465 + }, 4466 + { 4467 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 4468 + "isAdult": true, 4469 + "selectedForwardBaggageCode": "INCLUDED", 4470 + "selectedBackwardBaggageCode": "INCLUDED", 4471 + "forwardBaggages": [ 4472 + { 4473 + "baggageCode": "INCLUDED", 4474 + "description": "20 Kg Included", 4475 + "price": 0.0, 4476 + "currency": "USD", 4477 + "included": true 4478 + } 4479 + ], 4480 + "backwardBaggages": [ 4481 + { 4482 + "baggageCode": "INCLUDED", 4483 + "description": "20 Kg Included", 4484 + "price": 0.0, 4485 + "currency": "USD", 4486 + "included": true 4487 + } 4488 + ] 4489 + } 4490 + ] 4491 + }, 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 + } 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", 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 4681 + }, 4682 + { 4683 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:7d197efc-48d0-40c5-9752-a5a15ada6361:04abb186-80f6-4808-bce4-ae97cef85c51", 4684 + "priceCurrency": "USD", 4685 + "totalPrice": 1875.11, 4686 + "agentCommissionPercent": 9.0, 4687 + "agentCommissionAmount": 168.76, 4688 + "includedExtrasAmount": 0, 4689 + "priceDifference": 0, 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", 4697 + "hotelColor": "#000000", 4698 + "availabilityType": "OnRequest", 4699 + "availableRoomsCount": 0, 4700 + "fewRooms": true, 4701 + "roomCategoryCode": "4aa88c0e-b196-4346-bd2a-c0252a925ba1", 4702 + "roomCategoryName": "Spacious Garden View Room", 4703 + "placementTypeName": "DBL", 4704 + "checkInDate": "2024-09-07T00:00:00", 4705 + "checkOutDate": "2024-09-14T00:00:00", 4706 + "adults": 2, 4707 + "children": 0, 4708 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 4709 + "districtName": "Al Aqah", 4710 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 4711 + "cityName": "Fujairah", 4712 + "countryCode": "AE", 4713 + "countryName": "United Arab Emirates", 4714 + "hasAlcohol": true, 4715 + "hasFreeWifi": true, 4716 + "hasMetro": false, 4717 + "hasPool": true, 4718 + "hasMall": false, 4719 + "infantMaxAge": 1.99, 4720 + "childMinAge": 2.0, 4721 + "childMaxAge": 11.99, 4722 + "teenMinAge": 0.0, 4723 + "teenMaxAge": 0.0, 4724 + "adultMinAge": 12.0, 4725 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 4726 + "cancellationPolicy": { 4727 + "noShowChargeValue": 100.0, 4728 + "noShowChargeValueType": "%", 4729 + "earlyDepartureChargeValue": 100.0, 4730 + "earlyDepartureChargeValueType": "%", 4731 + "conditions": [ 4732 + { 4733 + "timeunits": 4, 4734 + "timeunitType": "Day", 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 + "chargeValue": 1.0, 4917 + "chargeValueType": "Night" 4918 + } 4919 + ] 4920 + } 4921 + }, 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, 4928 + "departureAvailabilityType": "FreeSale", 4929 + "returnAvailabilityType": "FreeSale", 4930 + "isTwoWay": true, 4931 + "sameBaggageForAll": false, 4932 + "totalBaggage": false, 4933 + "isBlock": true, 4934 + "class": "Economy", 4935 + "departureSegments": [ 4936 + { 4937 + "airlineCode": "FZ", 4938 + "airlineName": "Fly Dubai", 4939 + "flightCode": "FZ1722", 4940 + "class": "Economy", 4941 + "lugageWeight": 20, 4942 + "handLugageWeight": 6, 4943 + "departureFlightDate": "2024-09-07T03:40:00.000", 4944 + "departureCountryName": "Kazakhstan", 4945 + "departureCityName": "Almaty", 4946 + "departureAirportCode": "ALA", 4947 + "departureAirportName": "Almaty Intl Airport", 4948 + "departureTerminalCode": "ALA", 4949 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 4950 + "arrivalCountryName": "United Arab Emirates", 4951 + "arrivalCityName": "Dubai", 4952 + "arrivalAirportCode": "DXB", 4953 + "arrivalAirportName": "Dubai Intl Airport", 4954 + "arrivalTerminalCode": "DXB3", 4955 + "flightDuration": "5h 35m" 4956 + } 4957 + ], 4958 + "returnSegments": [ 4959 + { 4960 + "airlineCode": "FZ", 4961 + "airlineName": "Fly Dubai", 4962 + "flightCode": "FZ1721", 4963 + "class": "Economy", 4964 + "lugageWeight": 20, 4965 + "handLugageWeight": 6, 4966 + "departureFlightDate": "2024-09-14T21:30:00.000", 4967 + "departureCountryName": "United Arab Emirates", 4968 + "departureCityName": "Dubai", 4969 + "departureAirportCode": "DXB", 4970 + "departureAirportName": "Dubai Intl Airport", 4971 + "departureTerminalCode": "DXB3", 4972 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 4973 + "arrivalCountryName": "Kazakhstan", 4974 + "arrivalCityName": "Almaty", 4975 + "arrivalAirportCode": "ALA", 4976 + "arrivalAirportName": "Almaty Intl Airport", 4977 + "arrivalTerminalCode": "ALA", 4978 + "flightDuration": "3h 10m" 4979 + } 4980 + ], 4981 + "passengers": [ 4982 + { 4983 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 4984 + "isAdult": true, 4985 + "selectedForwardBaggageCode": "INCLUDED", 4986 + "selectedBackwardBaggageCode": "INCLUDED", 4987 + "forwardBaggages": [ 4988 + { 4989 + "baggageCode": "INCLUDED", 4990 + "description": "20 Kg Included", 4991 + "price": 0.0, 4992 + "currency": "USD", 4993 + "included": true 4994 + } 4995 + ], 4996 + "backwardBaggages": [ 4997 + { 4998 + "baggageCode": "INCLUDED", 4999 + "description": "20 Kg Included", 5000 + "price": 0.0, 5001 + "currency": "USD", 5002 + "included": true 5003 + } 5004 + ] 5005 + }, 5006 + { 5007 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 5008 + "isAdult": true, 5009 + "selectedForwardBaggageCode": "INCLUDED", 5010 + "selectedBackwardBaggageCode": "INCLUDED", 5011 + "forwardBaggages": [ 5012 + { 5013 + "baggageCode": "INCLUDED", 5014 + "description": "20 Kg Included", 5015 + "price": 0.0, 5016 + "currency": "USD", 5017 + "included": true 5018 + } 5019 + ], 5020 + "backwardBaggages": [ 5021 + { 5022 + "baggageCode": "INCLUDED", 5023 + "description": "20 Kg Included", 5024 + "price": 0.0, 5025 + "currency": "USD", 5026 + "included": true 5027 + } 5028 + ] 5029 + } 5030 + ] 5031 + }, 5032 + "extraServices": [], 5033 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:21", 5034 + "sortCheckInOut": "07.09.2024-14.09.2024", 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 5041 + }, 5042 + { 5043 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:c4792901-dee4-45a0-a8c7-630bbcb976fc:04abb186-80f6-4808-bce4-ae97cef85c51", 5044 + "priceCurrency": "USD", 5045 + "totalPrice": 1897.04, 5046 + "agentCommissionPercent": 9.0, 5047 + "agentCommissionAmount": 170.73, 5048 + "includedExtrasAmount": 0, 5049 + "priceDifference": 0, 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", 5057 + "hotelColor": "#000000", 5058 + "availabilityType": "OnRequest", 5059 + "availableRoomsCount": 0, 5060 + "fewRooms": true, 5061 + "roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f", 5062 + "roomCategoryName": "Ocean View Room King", 5063 + "placementTypeName": "DBL", 5064 + "checkInDate": "2024-09-07T00:00:00", 5065 + "checkOutDate": "2024-09-14T00:00:00", 5066 + "adults": 2, 5067 + "children": 0, 5068 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 5069 + "districtName": "Al Aqah", 5070 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 5071 + "cityName": "Fujairah", 5072 + "countryCode": "AE", 5073 + "countryName": "United Arab Emirates", 5074 + "hasAlcohol": true, 5075 + "hasFreeWifi": true, 5076 + "hasMetro": false, 5077 + "hasPool": true, 5078 + "hasMall": false, 5079 + "infantMaxAge": 1.99, 5080 + "childMinAge": 2.0, 5081 + "childMaxAge": 11.99, 5082 + "teenMinAge": 0.0, 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 %", 5086 + "cancellationPolicy": { 5087 + "noShowChargeValue": 100.0, 5088 + "noShowChargeValueType": "%", 5089 + "earlyDepartureChargeValue": 100.0, 5090 + "earlyDepartureChargeValueType": "%", 5091 + "conditions": [ 5092 + { 5093 + "timeunits": 4, 5094 + "timeunitType": "Day", 5095 + "timeOffsetTypeName": "Before Arrival", 5096 + "chargeValue": 100.0, 5097 + "chargeValueType": "%" 5098 + } 5099 + ] 5100 + } 5101 + }, 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, 5108 + "departureAvailabilityType": "FreeSale", 5109 + "returnAvailabilityType": "FreeSale", 5110 + "isTwoWay": true, 5111 + "sameBaggageForAll": false, 5112 + "totalBaggage": false, 5113 + "isBlock": true, 5114 + "class": "Economy", 5115 + "departureSegments": [ 5116 + { 5117 + "airlineCode": "FZ", 5118 + "airlineName": "Fly Dubai", 5119 + "flightCode": "FZ1722", 5120 + "class": "Economy", 5121 + "lugageWeight": 20, 5122 + "handLugageWeight": 6, 5123 + "departureFlightDate": "2024-09-07T03:40:00.000", 5124 + "departureCountryName": "Kazakhstan", 5125 + "departureCityName": "Almaty", 5126 + "departureAirportCode": "ALA", 5127 + "departureAirportName": "Almaty Intl Airport", 5128 + "departureTerminalCode": "ALA", 5129 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 5130 + "arrivalCountryName": "United Arab Emirates", 5131 + "arrivalCityName": "Dubai", 5132 + "arrivalAirportCode": "DXB", 5133 + "arrivalAirportName": "Dubai Intl Airport", 5134 + "arrivalTerminalCode": "DXB3", 5135 + "flightDuration": "5h 35m" 5136 + } 5137 + ], 5138 + "returnSegments": [ 5139 + { 5140 + "airlineCode": "FZ", 5141 + "airlineName": "Fly Dubai", 5142 + "flightCode": "FZ1721", 5143 + "class": "Economy", 5144 + "lugageWeight": 20, 5145 + "handLugageWeight": 6, 5146 + "departureFlightDate": "2024-09-14T21:30:00.000", 5147 + "departureCountryName": "United Arab Emirates", 5148 + "departureCityName": "Dubai", 5149 + "departureAirportCode": "DXB", 5150 + "departureAirportName": "Dubai Intl Airport", 5151 + "departureTerminalCode": "DXB3", 5152 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 5153 + "arrivalCountryName": "Kazakhstan", 5154 + "arrivalCityName": "Almaty", 5155 + "arrivalAirportCode": "ALA", 5156 + "arrivalAirportName": "Almaty Intl Airport", 5157 + "arrivalTerminalCode": "ALA", 5158 + "flightDuration": "3h 10m" 5159 + } 5160 + ], 5161 + "passengers": [ 5162 + { 5163 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 5164 + "isAdult": true, 5165 + "selectedForwardBaggageCode": "INCLUDED", 5166 + "selectedBackwardBaggageCode": "INCLUDED", 5167 + "forwardBaggages": [ 5168 + { 5169 + "baggageCode": "INCLUDED", 5170 + "description": "20 Kg Included", 5171 + "price": 0.0, 5172 + "currency": "USD", 5173 + "included": true 5174 + } 5175 + ], 5176 + "backwardBaggages": [ 5177 + { 5178 + "baggageCode": "INCLUDED", 5179 + "description": "20 Kg Included", 5180 + "price": 0.0, 5181 + "currency": "USD", 5182 + "included": true 5183 + } 5184 + ] 5185 + }, 5186 + { 5187 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 5188 + "isAdult": true, 5189 + "selectedForwardBaggageCode": "INCLUDED", 5190 + "selectedBackwardBaggageCode": "INCLUDED", 5191 + "forwardBaggages": [ 5192 + { 5193 + "baggageCode": "INCLUDED", 5194 + "description": "20 Kg Included", 5195 + "price": 0.0, 5196 + "currency": "USD", 5197 + "included": true 5198 + } 5199 + ], 5200 + "backwardBaggages": [ 5201 + { 5202 + "baggageCode": "INCLUDED", 5203 + "description": "20 Kg Included", 5204 + "price": 0.0, 5205 + "currency": "USD", 5206 + "included": true 5207 + } 5208 + ] 5209 + } 5210 + ] 5211 + }, 5212 + "extraServices": [], 5213 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:22", 5214 + "sortCheckInOut": "07.09.2024-14.09.2024", 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 5221 + }, 5222 + { 5223 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:ac85dd61-4d7f-4bcf-880f-35c0578dd363:04abb186-80f6-4808-bce4-ae97cef85c51", 5224 + "priceCurrency": "USD", 5225 + "totalPrice": 1897.04, 5226 + "agentCommissionPercent": 9.0, 5227 + "agentCommissionAmount": 170.73, 5228 + "includedExtrasAmount": 0, 5229 + "priceDifference": 0, 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", 5237 + "hotelColor": "#000000", 5238 + "availabilityType": "FreeSale", 5239 + "availableRoomsCount": 0, 5240 + "fewRooms": true, 5241 + "roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099", 5242 + "roomCategoryName": "Ocean View Room Twin", 5243 + "placementTypeName": "DBL", 5244 + "checkInDate": "2024-09-07T00:00:00", 5245 + "checkOutDate": "2024-09-14T00:00:00", 5246 + "adults": 2, 5247 + "children": 0, 5248 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 5249 + "districtName": "Al Aqah", 5250 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 5251 + "cityName": "Fujairah", 5252 + "countryCode": "AE", 5253 + "countryName": "United Arab Emirates", 5254 + "hasAlcohol": true, 5255 + "hasFreeWifi": true, 5256 + "hasMetro": false, 5257 + "hasPool": true, 5258 + "hasMall": false, 5259 + "infantMaxAge": 1.99, 5260 + "childMinAge": 2.0, 5261 + "childMaxAge": 11.99, 5262 + "teenMinAge": 0.0, 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 %", 5266 + "cancellationPolicy": { 5267 + "noShowChargeValue": 100.0, 5268 + "noShowChargeValueType": "%", 5269 + "earlyDepartureChargeValue": 100.0, 5270 + "earlyDepartureChargeValueType": "%", 5271 + "conditions": [ 5272 + { 5273 + "timeunits": 4, 5274 + "timeunitType": "Day", 5275 + "timeOffsetTypeName": "Before Arrival", 5276 + "chargeValue": 100.0, 5277 + "chargeValueType": "%" 5278 + } 5279 + ] 5280 + } 5281 + }, 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, 5288 + "departureAvailabilityType": "FreeSale", 5289 + "returnAvailabilityType": "FreeSale", 5290 + "isTwoWay": true, 5291 + "sameBaggageForAll": false, 5292 + "totalBaggage": false, 5293 + "isBlock": true, 5294 + "class": "Economy", 5295 + "departureSegments": [ 5296 + { 5297 + "airlineCode": "FZ", 5298 + "airlineName": "Fly Dubai", 5299 + "flightCode": "FZ1722", 5300 + "class": "Economy", 5301 + "lugageWeight": 20, 5302 + "handLugageWeight": 6, 5303 + "departureFlightDate": "2024-09-07T03:40:00.000", 5304 + "departureCountryName": "Kazakhstan", 5305 + "departureCityName": "Almaty", 5306 + "departureAirportCode": "ALA", 5307 + "departureAirportName": "Almaty Intl Airport", 5308 + "departureTerminalCode": "ALA", 5309 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 5310 + "arrivalCountryName": "United Arab Emirates", 5311 + "arrivalCityName": "Dubai", 5312 + "arrivalAirportCode": "DXB", 5313 + "arrivalAirportName": "Dubai Intl Airport", 5314 + "arrivalTerminalCode": "DXB3", 5315 + "flightDuration": "5h 35m" 5316 + } 5317 + ], 5318 + "returnSegments": [ 5319 + { 5320 + "airlineCode": "FZ", 5321 + "airlineName": "Fly Dubai", 5322 + "flightCode": "FZ1721", 5323 + "class": "Economy", 5324 + "lugageWeight": 20, 5325 + "handLugageWeight": 6, 5326 + "departureFlightDate": "2024-09-14T21:30:00.000", 5327 + "departureCountryName": "United Arab Emirates", 5328 + "departureCityName": "Dubai", 5329 + "departureAirportCode": "DXB", 5330 + "departureAirportName": "Dubai Intl Airport", 5331 + "departureTerminalCode": "DXB3", 5332 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 5333 + "arrivalCountryName": "Kazakhstan", 5334 + "arrivalCityName": "Almaty", 5335 + "arrivalAirportCode": "ALA", 5336 + "arrivalAirportName": "Almaty Intl Airport", 5337 + "arrivalTerminalCode": "ALA", 5338 + "flightDuration": "3h 10m" 5339 + } 5340 + ], 5341 + "passengers": [ 5342 + { 5343 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 5344 + "isAdult": true, 5345 + "selectedForwardBaggageCode": "INCLUDED", 5346 + "selectedBackwardBaggageCode": "INCLUDED", 5347 + "forwardBaggages": [ 5348 + { 5349 + "baggageCode": "INCLUDED", 5350 + "description": "20 Kg Included", 5351 + "price": 0.0, 5352 + "currency": "USD", 5353 + "included": true 5354 + } 5355 + ], 5356 + "backwardBaggages": [ 5357 + { 5358 + "baggageCode": "INCLUDED", 5359 + "description": "20 Kg Included", 5360 + "price": 0.0, 5361 + "currency": "USD", 5362 + "included": true 5363 + } 5364 + ] 5365 + }, 5366 + { 5367 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 5368 + "isAdult": true, 5369 + "selectedForwardBaggageCode": "INCLUDED", 5370 + "selectedBackwardBaggageCode": "INCLUDED", 5371 + "forwardBaggages": [ 5372 + { 5373 + "baggageCode": "INCLUDED", 5374 + "description": "20 Kg Included", 5375 + "price": 0.0, 5376 + "currency": "USD", 5377 + "included": true 5378 + } 5379 + ], 5380 + "backwardBaggages": [ 5381 + { 5382 + "baggageCode": "INCLUDED", 5383 + "description": "20 Kg Included", 5384 + "price": 0.0, 5385 + "currency": "USD", 5386 + "included": true 5387 + } 5388 + ] 5389 + } 5390 + ] 5391 + }, 5392 + "extraServices": [], 5393 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:23", 5394 + "sortCheckInOut": "07.09.2024-14.09.2024", 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 5401 + }, 5402 + { 5403 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:539ce7f0-6004-4eb0-b16f-253f0a688066:04abb186-80f6-4808-bce4-ae97cef85c51", 5404 + "priceCurrency": "USD", 5405 + "totalPrice": 1897.04, 5406 + "agentCommissionPercent": 9.0, 5407 + "agentCommissionAmount": 170.73, 5408 + "includedExtrasAmount": 0, 5409 + "priceDifference": 0, 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", 5417 + "hotelColor": "#000000", 5418 + "availabilityType": "FreeSale", 5419 + "availableRoomsCount": 0, 5420 + "fewRooms": true, 5421 + "roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099", 5422 + "roomCategoryName": "Ocean View Room Twin", 5423 + "placementTypeName": "DBL", 5424 + "checkInDate": "2024-09-07T00:00:00", 5425 + "checkOutDate": "2024-09-14T00:00:00", 5426 + "adults": 2, 5427 + "children": 0, 5428 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 5429 + "districtName": "Al Aqah", 5430 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 5431 + "cityName": "Fujairah", 5432 + "countryCode": "AE", 5433 + "countryName": "United Arab Emirates", 5434 + "hasAlcohol": true, 5435 + "hasFreeWifi": true, 5436 + "hasMetro": false, 5437 + "hasPool": true, 5438 + "hasMall": false, 5439 + "infantMaxAge": 1.99, 5440 + "childMinAge": 2.0, 5441 + "childMaxAge": 11.99, 5442 + "teenMinAge": 0.0, 5443 + "teenMaxAge": 0.0, 5444 + "adultMinAge": 12.0, 5445 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 5446 + "cancellationPolicy": { 5447 + "noShowChargeValue": 100.0, 5448 + "noShowChargeValueType": "%", 5449 + "earlyDepartureChargeValue": 100.0, 5450 + "earlyDepartureChargeValueType": "%", 5451 + "conditions": [ 5452 + { 5453 + "timeunits": 4, 5454 + "timeunitType": "Day", 5455 + "timeOffsetTypeName": "Before Arrival", 5456 + "chargeValue": 100.0, 5457 + "chargeValueType": "%" 5458 + } 5459 + ] 5460 + } 5461 + }, 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, 5468 + "departureAvailabilityType": "FreeSale", 5469 + "returnAvailabilityType": "FreeSale", 5470 + "isTwoWay": true, 5471 + "sameBaggageForAll": false, 5472 + "totalBaggage": false, 5473 + "isBlock": true, 5474 + "class": "Economy", 5475 + "departureSegments": [ 5476 + { 5477 + "airlineCode": "FZ", 5478 + "airlineName": "Fly Dubai", 5479 + "flightCode": "FZ1722", 5480 + "class": "Economy", 5481 + "lugageWeight": 20, 5482 + "handLugageWeight": 6, 5483 + "departureFlightDate": "2024-09-07T03:40:00.000", 5484 + "departureCountryName": "Kazakhstan", 5485 + "departureCityName": "Almaty", 5486 + "departureAirportCode": "ALA", 5487 + "departureAirportName": "Almaty Intl Airport", 5488 + "departureTerminalCode": "ALA", 5489 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 5490 + "arrivalCountryName": "United Arab Emirates", 5491 + "arrivalCityName": "Dubai", 5492 + "arrivalAirportCode": "DXB", 5493 + "arrivalAirportName": "Dubai Intl Airport", 5494 + "arrivalTerminalCode": "DXB3", 5495 + "flightDuration": "5h 35m" 5496 + } 5497 + ], 5498 + "returnSegments": [ 5499 + { 5500 + "airlineCode": "FZ", 5501 + "airlineName": "Fly Dubai", 5502 + "flightCode": "FZ1721", 5503 + "class": "Economy", 5504 + "lugageWeight": 20, 5505 + "handLugageWeight": 6, 5506 + "departureFlightDate": "2024-09-14T21:30:00.000", 5507 + "departureCountryName": "United Arab Emirates", 5508 + "departureCityName": "Dubai", 5509 + "departureAirportCode": "DXB", 5510 + "departureAirportName": "Dubai Intl Airport", 5511 + "departureTerminalCode": "DXB3", 5512 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 5513 + "arrivalCountryName": "Kazakhstan", 5514 + "arrivalCityName": "Almaty", 5515 + "arrivalAirportCode": "ALA", 5516 + "arrivalAirportName": "Almaty Intl Airport", 5517 + "arrivalTerminalCode": "ALA", 5518 + "flightDuration": "3h 10m" 5519 + } 5520 + ], 5521 + "passengers": [ 5522 + { 5523 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 5524 + "isAdult": true, 5525 + "selectedForwardBaggageCode": "INCLUDED", 5526 + "selectedBackwardBaggageCode": "INCLUDED", 5527 + "forwardBaggages": [ 5528 + { 5529 + "baggageCode": "INCLUDED", 5530 + "description": "20 Kg Included", 5531 + "price": 0.0, 5532 + "currency": "USD", 5533 + "included": true 5534 + } 5535 + ], 5536 + "backwardBaggages": [ 5537 + { 5538 + "baggageCode": "INCLUDED", 5539 + "description": "20 Kg Included", 5540 + "price": 0.0, 5541 + "currency": "USD", 5542 + "included": true 5543 + } 5544 + ] 5545 + }, 5546 + { 5547 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 5548 + "isAdult": true, 5549 + "selectedForwardBaggageCode": "INCLUDED", 5550 + "selectedBackwardBaggageCode": "INCLUDED", 5551 + "forwardBaggages": [ 5552 + { 5553 + "baggageCode": "INCLUDED", 5554 + "description": "20 Kg Included", 5555 + "price": 0.0, 5556 + "currency": "USD", 5557 + "included": true 5558 + } 5559 + ], 5560 + "backwardBaggages": [ 5561 + { 5562 + "baggageCode": "INCLUDED", 5563 + "description": "20 Kg Included", 5564 + "price": 0.0, 5565 + "currency": "USD", 5566 + "included": true 5567 + } 5568 + ] 5569 + } 5570 + ] 5571 + }, 5572 + "extraServices": [], 5573 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:24", 5574 + "sortCheckInOut": "07.09.2024-14.09.2024", 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 5581 + }, 5582 + { 5583 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:fc15523b-ccde-44a8-acc4-a75826077fd9:04abb186-80f6-4808-bce4-ae97cef85c51", 5584 + "priceCurrency": "USD", 5585 + "totalPrice": 1897.04, 5586 + "agentCommissionPercent": 9.0, 5587 + "agentCommissionAmount": 170.73, 5588 + "includedExtrasAmount": 0, 5589 + "priceDifference": 0, 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", 5597 + "hotelColor": "#000000", 5598 + "availabilityType": "OnRequest", 5599 + "availableRoomsCount": 0, 5600 + "fewRooms": true, 5601 + "roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f", 5602 + "roomCategoryName": "Ocean View Room King", 5603 + "placementTypeName": "DBL", 5604 + "checkInDate": "2024-09-07T00:00:00", 5605 + "checkOutDate": "2024-09-14T00:00:00", 5606 + "adults": 2, 5607 + "children": 0, 5608 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 5609 + "districtName": "Al Aqah", 5610 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 5611 + "cityName": "Fujairah", 5612 + "countryCode": "AE", 5613 + "countryName": "United Arab Emirates", 5614 + "hasAlcohol": true, 5615 + "hasFreeWifi": true, 5616 + "hasMetro": false, 5617 + "hasPool": true, 5618 + "hasMall": false, 5619 + "infantMaxAge": 1.99, 5620 + "childMinAge": 2.0, 5621 + "childMaxAge": 11.99, 5622 + "teenMinAge": 0.0, 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 %", 5626 + "cancellationPolicy": { 5627 + "noShowChargeValue": 100.0, 5628 + "noShowChargeValueType": "%", 5629 + "earlyDepartureChargeValue": 100.0, 5630 + "earlyDepartureChargeValueType": "%", 5631 + "conditions": [ 5632 + { 5633 + "timeunits": 4, 5634 + "timeunitType": "Day", 5635 + "timeOffsetTypeName": "Before Arrival", 5636 + "chargeValue": 100.0, 5637 + "chargeValueType": "%" 5638 + } 5639 + ] 5640 + } 5641 + }, 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, 5648 + "departureAvailabilityType": "FreeSale", 5649 + "returnAvailabilityType": "FreeSale", 5650 + "isTwoWay": true, 5651 + "sameBaggageForAll": false, 5652 + "totalBaggage": false, 5653 + "isBlock": true, 5654 + "class": "Economy", 5655 + "departureSegments": [ 5656 + { 5657 + "airlineCode": "FZ", 5658 + "airlineName": "Fly Dubai", 5659 + "flightCode": "FZ1722", 5660 + "class": "Economy", 5661 + "lugageWeight": 20, 5662 + "handLugageWeight": 6, 5663 + "departureFlightDate": "2024-09-07T03:40:00.000", 5664 + "departureCountryName": "Kazakhstan", 5665 + "departureCityName": "Almaty", 5666 + "departureAirportCode": "ALA", 5667 + "departureAirportName": "Almaty Intl Airport", 5668 + "departureTerminalCode": "ALA", 5669 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 5670 + "arrivalCountryName": "United Arab Emirates", 5671 + "arrivalCityName": "Dubai", 5672 + "arrivalAirportCode": "DXB", 5673 + "arrivalAirportName": "Dubai Intl Airport", 5674 + "arrivalTerminalCode": "DXB3", 5675 + "flightDuration": "5h 35m" 5676 + } 5677 + ], 5678 + "returnSegments": [ 5679 + { 5680 + "airlineCode": "FZ", 5681 + "airlineName": "Fly Dubai", 5682 + "flightCode": "FZ1721", 5683 + "class": "Economy", 5684 + "lugageWeight": 20, 5685 + "handLugageWeight": 6, 5686 + "departureFlightDate": "2024-09-14T21:30:00.000", 5687 + "departureCountryName": "United Arab Emirates", 5688 + "departureCityName": "Dubai", 5689 + "departureAirportCode": "DXB", 5690 + "departureAirportName": "Dubai Intl Airport", 5691 + "departureTerminalCode": "DXB3", 5692 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 5693 + "arrivalCountryName": "Kazakhstan", 5694 + "arrivalCityName": "Almaty", 5695 + "arrivalAirportCode": "ALA", 5696 + "arrivalAirportName": "Almaty Intl Airport", 5697 + "arrivalTerminalCode": "ALA", 5698 + "flightDuration": "3h 10m" 5699 + } 5700 + ], 5701 + "passengers": [ 5702 + { 5703 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 5704 + "isAdult": true, 5705 + "selectedForwardBaggageCode": "INCLUDED", 5706 + "selectedBackwardBaggageCode": "INCLUDED", 5707 + "forwardBaggages": [ 5708 + { 5709 + "baggageCode": "INCLUDED", 5710 + "description": "20 Kg Included", 5711 + "price": 0.0, 5712 + "currency": "USD", 5713 + "included": true 5714 + } 5715 + ], 5716 + "backwardBaggages": [ 5717 + { 5718 + "baggageCode": "INCLUDED", 5719 + "description": "20 Kg Included", 5720 + "price": 0.0, 5721 + "currency": "USD", 5722 + "included": true 5723 + } 5724 + ] 5725 + }, 5726 + { 5727 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 5728 + "isAdult": true, 5729 + "selectedForwardBaggageCode": "INCLUDED", 5730 + "selectedBackwardBaggageCode": "INCLUDED", 5731 + "forwardBaggages": [ 5732 + { 5733 + "baggageCode": "INCLUDED", 5734 + "description": "20 Kg Included", 5735 + "price": 0.0, 5736 + "currency": "USD", 5737 + "included": true 5738 + } 5739 + ], 5740 + "backwardBaggages": [ 5741 + { 5742 + "baggageCode": "INCLUDED", 5743 + "description": "20 Kg Included", 5744 + "price": 0.0, 5745 + "currency": "USD", 5746 + "included": true 5747 + } 5748 + ] 5749 + } 5750 + ] 5751 + }, 5752 + "extraServices": [], 5753 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:25", 5754 + "sortCheckInOut": "07.09.2024-14.09.2024", 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 448 448 } 449 449 ], 450 - "pagingId": " 9",5763 + "pagingId": "5", 451 451 "pageNumber": 1, 452 - "pageCount": 883,453 - "totalCount": 883,5765 + "pageCount": 5, 5766 + "totalCount": 110, 454 454 "error": false 455 455 } 456 456 {{/code}} ... ... @@ -756,10 +756,8 @@ 756 756 |checkInAndCheckOutDaysCount|Integer|No|The total number of days for the hotel stay. For example, 7 for a week-long stay. 757 757 |directFlightsOnly|Boolean|No|Whether to search for direct flights only. For example, true to only search for direct flights. 758 758 |pageRowCount|Integer|No|The number of results to return per page. For example, 1 to return 1 result per page. 759 -|searchCurrency|String| No|The currency in which the search results should be displayed. For example, "USD" for United States Dollar.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 - ₼. 760 760 761 -=== === 762 - 763 763 === **Response Parameters** === 764 764 765 765 (% class="table-bordered" %) ... ... @@ -766,7 +766,7 @@ 766 766 |=Key|=Type|=Description 767 767 |packages|Array|An array of travel packages. Each package includes various details about the package. 768 768 |packages[].id|String|A unique identifier for the package. This is used to uniquely identify each package. 769 -|packages[].priceCurrency|String|The currency in which the price is denoted. This could be USD ,EUR,etc.6080 +|packages[].priceCurrency|String|The currency in which the price is denoted. This could be • KZT - ₸ • USD - $ • RUB - ₽ • EUR - € • UZS - ЛВ • AZN - ₼. 770 770 |packages[].totalPrice|Number|The total price of the package. This includes all costs associated with the package. 771 771 |packages[].agentCommissionPercent|Number|The commission percentage for the agent. This is the percentage of the total price that the agent receives as commission. 772 772 |packages[].agentCommissionAmount|Number|The commission amount for the agent. This is the actual amount the agent receives as commission. ... ... @@ -821,7 +821,7 @@ 821 821 |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. 822 822 |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. 823 823 |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. 824 -|packages[].flight.isBlock|Boolean|A boolean indicating if the flight is block ed. If true, it means that the flight is currently blockedand cannotbe booked.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 825 825 |packages[].flight.class|String|The class of the flight. This could be economy, business, first class, etc. 826 826 |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. 827 827 |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. ... ... @@ -839,9 +839,10 @@ 839 839 |pageCount|Number|The total number of pages. This is the total number of pages of results. 840 840 |totalCount|Number|The total count of packages. This is the total number of packages in all pages of results. 841 841 |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 842 842 843 -==== ==== 844 - 845 845 ==== first request ==== 846 846 847 847 {{code language="Json"}} ... ... @@ -868,6 +868,56 @@ 868 868 {{/code}} 869 869 870 870 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 + 871 871 === search parameter options === 872 872 873 873 in the request body it's available to filter search results with parameters. parameter examples: ... ... @@ -906,6 +906,11 @@ 906 906 {{/code}} 907 907 908 908 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. 909 909 910 910 == Important == 911 911 ... ... @@ -925,3 +925,14 @@ 925 925 926 926 Incorporating these headers with their respective values is essential for the successful processing of your API requests. 927 927 {{/error}} 6295 + 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 +)))