Changes for page SearchTourPackages - Basic Version
Last modified by Giorgi Mdivnishvili on 2024/07/11 12:45
From version 3.1
edited by Giorgi Mdivnishvili
on 2024/04/11 09:33
on 2024/04/11 09:33
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}} ... ... @@ -46,241 +46,92 @@ 46 46 } 47 47 {{/code}} 48 48 70 +== Request example for 2Adults 2Child == 49 49 50 - ==Response Body ==72 +{{code language="Json"}} 51 51 52 - {{code language="json"}}74 + 53 53 { 54 - "error": true, 55 - "errorCode": "string", 56 - "errorDescription": "string", 57 - "userErrorDescription": "string", 58 - "packages": [ 59 - { 60 - "cacheKey": "string", 61 - "id": "string", 62 - "priceCurrency": "string", 63 - "totalPrice": 0, 64 - "agentCommissionPercent": 0, 65 - "agentCommissionAmount": 0, 66 - "includedExtrasAmount": 0, 67 - "priceDifference": 0, 68 - "hotel": { 69 - "hotelPriceId": "string", 70 - "providerId": 0, 71 - "hotelName": "string", 72 - "hotelCode": "string", 73 - "nigths": 0, 74 - "mealPlan": "string", 75 - "hotelClass": "string", 76 - "availabilityType": "OnRequest", 77 - "availableRoomsCount": 0, 78 - "fewRooms": true, 79 - "roomCategoryCode": "string", 80 - "roomCategoryName": "string", 81 - "placementTypeName": "string", 82 - "placementDescription": "string", 83 - "checkInDate": "2023-12-14T13:47:13.396Z", 84 - "checkOutDate": "2023-12-14T13:47:13.396Z", 85 - "adults": 0, 86 - "children": 0, 87 - "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 88 - "districtName": "string", 89 - "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 90 - "cityName": "string", 91 - "countryCode": "string", 92 - "countryName": "string", 93 - "hasAlcohol": true, 94 - "hasFreeWifi": true, 95 - "hasMetro": true, 96 - "hasPool": true, 97 - "hasMall": true, 98 - "cancellationPolicyDescription": "string", 99 - "cancellationPolicy": { 100 - "cancellationPolicyCode": "string", 101 - "noShowChargeValue": 0, 102 - "noShowChargeValueType": "string", 103 - "earlyDepartureChargeValue": 0, 104 - "earlyDepartureChargeValueType": "string", 105 - "conditions": [ 106 - { 107 - "timeunits": 0, 108 - "timeunitType": "string", 109 - "timeOffsetTypeName": "string", 110 - "chargeValue": 0, 111 - "chargeValueType": "string" 112 - } 113 - ] 114 - } 115 - }, 116 - "flight": { 117 - "id": "string", 118 - "departureDate": "2023-12-14T13:47:13.396Z", 119 - "returnDate": "2023-12-14T13:47:13.396Z", 120 - "departureTicketsLeft": 0, 121 - "returnTicketsLeft": 0, 122 - "departureAvailabilityType": "OnRequest", 123 - "returnAvailabilityType": "OnRequest", 124 - "isTwoWay": true, 125 - "departureSegments": [ 126 - { 127 - "airlineCode": "string", 128 - "airlineName": "string", 129 - "flightCode": "string", 130 - "class": "string", 131 - "lugageWeight": 0, 132 - "handLugageWeight": 0, 133 - "departureFlightDate": "2023-12-14T13:47:13.396Z", 134 - "departureCountryName": "string", 135 - "departureCityName": "string", 136 - "departureAirportCode": "string", 137 - "departureAirportName": "string", 138 - "departureTerminalCode": "string", 139 - "arrivalFlightDate": "2023-12-14T13:47:13.396Z", 140 - "arrivalCountryName": "string", 141 - "arrivalCityName": "string", 142 - "arrivalAirportCode": "string", 143 - "arrivalAirportName": "string", 144 - "arrivalTerminalCode": "string", 145 - "flightDuration": "string", 146 - "baggages": [ 147 - { 148 - "baggageCode": "string", 149 - "description": "string", 150 - "price": 0, 151 - "currency": "string", 152 - "included": true 153 - } 154 - ] 155 - } 156 - ], 157 - "returnSegments": [ 158 - { 159 - "airlineCode": "string", 160 - "airlineName": "string", 161 - "flightCode": "string", 162 - "class": "string", 163 - "lugageWeight": 0, 164 - "handLugageWeight": 0, 165 - "departureFlightDate": "2023-12-14T13:47:13.396Z", 166 - "departureCountryName": "string", 167 - "departureCityName": "string", 168 - "departureAirportCode": "string", 169 - "departureAirportName": "string", 170 - "departureTerminalCode": "string", 171 - "arrivalFlightDate": "2023-12-14T13:47:13.396Z", 172 - "arrivalCountryName": "string", 173 - "arrivalCityName": "string", 174 - "arrivalAirportCode": "string", 175 - "arrivalAirportName": "string", 176 - "arrivalTerminalCode": "string", 177 - "flightDuration": "string", 178 - "baggages": [ 179 - { 180 - "baggageCode": "string", 181 - "description": "string", 182 - "price": 0, 183 - "currency": "string", 184 - "included": true 185 - } 186 - ] 187 - } 188 - ] 189 - }, 190 - "extraServices": [ 191 - { 192 - "extraServiceCode": "string", 193 - "extraServiceTypeCode": "string", 194 - "isMandatory": 0, 195 - "extraServiceName": "string", 196 - "minimalServiceAmount": 0, 197 - "includedPriceCode": "string", 198 - "prices": [ 199 - { 200 - "extraServicePriceCode": "string", 201 - "displayName": "string", 202 - "restrictionInfo": "string", 203 - "additionalInfo": "string", 204 - "price": 0, 205 - "extraPrice": 0, 206 - "currency": "string" 207 - } 208 - ] 209 - } 210 - ], 211 - "insurancePrice": { 212 - "name": "string", 213 - "price": 0, 214 - "priceSurcarge": 0, 215 - "actualStartDate": "2023-12-14T13:47:13.396Z", 216 - "actualEndDate": "2023-12-14T13:47:13.396Z", 217 - "optional": true, 218 - "includedInPackagePrice": true 219 - } 220 - } 221 - ], 222 - "pagingId": "string", 223 - "pageNumber": 0, 224 - "pageCount": 0 76 + "departureCountryCode": "KZ", 77 + "departureCityUID": "f0ba6324-f337-405c-8cc7-23d62cf664e8", 78 + "arrivalCountryCode": "AE", 79 + "adults": 2, 80 + "children": 2, 81 + "childrenAges": [ 82 + 4, 83 + 8 84 + ], 85 + "departureDate": "2024-08-26T00:00:00", 86 + "returnDate": "2024-09-02T00:00:00", 87 + "departureAndReturnDaysCount": 7, 88 + "checkInDate": "2024-08-26T00:00:00", 89 + "checkOutDate": "2024-09-02T00:00:00", 90 + "checkInAndCheckOutDaysCount": 7, 91 + "directFlightsOnly": true, 92 + "searchCurrency": "KZT", 93 + 94 + "pagingId": "", 95 + "pageNumber": 1, 96 + "pageRowCount":5 97 + 225 225 } 226 226 {{/code}} 227 227 228 228 229 -== Response example==102 +== Response Body == 230 230 231 -{{code language=" Json"}}104 +{{code language="json"}} 232 232 { 233 233 "packages": [ 234 234 { 235 - "id": "tour:5 752cd54-45fa-481d-9b7e-3d8c4bf208a6:3a85de4a-96e0-4ca8-b116-412a2a5c6bd3:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",108 + "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:f9be75ed-0b50-4598-aece-5b959400c0f0:b7d53209-ea5a-47a9-9074-f82d88dacac4", 236 236 "priceCurrency": "USD", 237 - "totalPrice": 909.78,238 - "agentCommissionPercent": 0.0,239 - "agentCommissionAmount": 0.0,110 + "totalPrice": 1883.71, 111 + "agentCommissionPercent": 9.0, 112 + "agentCommissionAmount": 169.53, 240 240 "includedExtrasAmount": 0, 241 241 "priceDifference": 0, 242 242 "hotel": { 243 - "hotelPriceId": " 3a85de4a-96e0-4ca8-b116-412a2a5c6bd3",244 - "hotelName": " CityMax Sharjah",245 - "hotelCode": " CMAXBSHJNUG",246 - "nig ths": 7,247 - "mealPlan": " BB",116 + "hotelPriceId": "f9be75ed-0b50-4598-aece-5b959400c0f0", 117 + "hotelName": "Nihal Hotel", 118 + "hotelCode": "176cb63d-9ebc-4a87-b12f-efe4b9180ced", 119 + "nights": 7, 120 + "mealPlan": "RO", 248 248 "hotelClass": "3", 249 - "hotelColor": "# 228B22",122 + "hotelColor": "#000000", 250 250 "availabilityType": "FreeSale", 251 251 "availableRoomsCount": 0, 252 252 "fewRooms": true, 253 - "roomCategoryCode": " DBL",126 + "roomCategoryCode": "2561405f-6942-4f8e-b044-87fd347c0ec5", 254 254 "roomCategoryName": "Standard Room", 255 - "placementTypeName": "2 Adults", 256 - "placementDescription": "MARPROMDMC02/RUS", 257 - "checkInDate": "2024-05-25T00:00:00.000", 258 - "checkOutDate": "2024-06-01T00:00:00.000", 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", 259 259 "adults": 2, 260 - "children": 0,261 - "districtUID": " 7ac1bbc8-59ea-4977-b272-ed8553f94f9b",262 - "districtName": " Sharjah",263 - "cityUID": "f 78ac3bc-f040-46d0-8319-2c52083080a6",264 - "cityName": " Sharjah",132 + "children": 2, 133 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 134 + "districtName": "Deira", 135 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 136 + "cityName": "Dubai", 265 265 "countryCode": "AE", 266 266 "countryName": "United Arab Emirates", 267 - "hasAlcohol": false,268 - "hasFreeWifi": true,269 - "hasMetro": false,270 - "hasPool": false,271 - "hasMall": true,272 - "infantMaxAge": 4.99,273 - "childMinAge": 5.0,139 + "hasAlcohol": true, 140 + "hasFreeWifi": false, 141 + "hasMetro": true, 142 + "hasPool": true, 143 + "hasMall": false, 144 + "infantMaxAge": 5.99, 145 + "childMinAge": 6.0, 274 274 "childMaxAge": 11.99, 275 275 "teenMinAge": 0.0, 276 276 "teenMaxAge": 0.0, 277 277 "adultMinAge": 12.0, 278 - "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 1.00 Night, Early Departure: 1.00 Night, NoShow: 1.00Night",150 + "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 279 279 "cancellationPolicy": { 280 - "noShowChargeValue": 1.0, 281 - "noShowChargeValueType": " Night",282 - "earlyDepartureChargeValue": 1.0, 283 - "earlyDepartureChargeValueType": " Night",152 + "noShowChargeValue": 100.0, 153 + "noShowChargeValueType": "%", 154 + "earlyDepartureChargeValue": 100.0, 155 + "earlyDepartureChargeValueType": "%", 284 284 "conditions": [ 285 285 { 286 286 "timeunits": 2, ... ... @@ -293,11 +293,11 @@ 293 293 } 294 294 }, 295 295 "flight": { 296 - "id": " ac72e6c8-2b76-4840-b8fc-49a3e2e73203",297 - "departureDate": "2024-0 5-25T00:00:00.000",298 - "returnDate": "2024-0 6-01T00:00:00.000",299 - "departureTicketsLeft": 48,300 - "returnTicketsLeft": 3 3,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, 301 301 "departureAvailabilityType": "FreeSale", 302 302 "returnAvailabilityType": "FreeSale", 303 303 "isTwoWay": true, ... ... @@ -313,13 +313,13 @@ 313 313 "class": "Economy", 314 314 "lugageWeight": 20, 315 315 "handLugageWeight": 6, 316 - "departureFlightDate": "2024-0 5-25T03:35:00.000",188 + "departureFlightDate": "2024-08-26T03:40:00.000", 317 317 "departureCountryName": "Kazakhstan", 318 318 "departureCityName": "Almaty", 319 319 "departureAirportCode": "ALA", 320 320 "departureAirportName": "Almaty Intl Airport", 321 321 "departureTerminalCode": "ALA", 322 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",194 + "arrivalFlightDate": "2024-08-26T07:15:00.000", 323 323 "arrivalCountryName": "United Arab Emirates", 324 324 "arrivalCityName": "Dubai", 325 325 "arrivalAirportCode": "DXB", ... ... @@ -336,13 +336,13 @@ 336 336 "class": "Economy", 337 337 "lugageWeight": 20, 338 338 "handLugageWeight": 6, 339 - "departureFlightDate": "2024-0 6-01T21:25:00.000",211 + "departureFlightDate": "2024-09-02T21:30:00.000", 340 340 "departureCountryName": "United Arab Emirates", 341 341 "departureCityName": "Dubai", 342 342 "departureAirportCode": "DXB", 343 343 "departureAirportName": "Dubai Intl Airport", 344 344 "departureTerminalCode": "DXB3", 345 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",217 + "arrivalFlightDate": "2024-09-03T02:40:00.000", 346 346 "arrivalCountryName": "Kazakhstan", 347 347 "arrivalCityName": "Almaty", 348 348 "arrivalAirportCode": "ALA", ... ... @@ -353,7 +353,7 @@ 353 353 ], 354 354 "passengers": [ 355 355 { 356 - "id": " ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",228 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1", 357 357 "isAdult": true, 358 358 "selectedForwardBaggageCode": "INCLUDED", 359 359 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -377,7 +377,7 @@ 377 377 ] 378 378 }, 379 379 { 380 - "id": " ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",252 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2", 381 381 "isAdult": true, 382 382 "selectedForwardBaggageCode": "INCLUDED", 383 383 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -399,69 +399,111 @@ 399 399 "included": true 400 400 } 401 401 ] 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 + ] 402 402 } 403 403 ] 404 404 }, 405 405 "extraServices": [], 406 - "insurancePrice": { 407 - "name": "Medical INS (N10000)", 408 - "price": 35.84, 409 - "actualStartDate": "2024-05-25T00:00:00.000", 410 - "actualEndDate": "2024-06-01T00:00:00.000", 411 - "optional": false, 412 - "includedInPackagePrice": true 413 - }, 414 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:1", 415 - "sortCheckInOut": "25.05.2024-01.06.2024", 326 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:1", 327 + "sortCheckInOut": "26.08.2024-02.09.2024", 416 416 "sortAirline": "fly dubai", 417 - "sortHotelName": "citymax sharjah", 418 - "sortDetails": "bb", 419 - "sortPlacement": "standard room 2 adults" 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 420 420 }, 421 421 { 422 - "id": "tour:5 752cd54-45fa-481d-9b7e-3d8c4bf208a6:8a3333d9-d194-4ddc-a248-1c426455ff2c:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",336 + "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:af1c3f20-548d-4e8e-b976-52aaf9af8b8b:b7d53209-ea5a-47a9-9074-f82d88dacac4", 423 423 "priceCurrency": "USD", 424 - "totalPrice": 915.64,425 - "agentCommissionPercent": 0.0,426 - "agentCommissionAmount": 0.0, 338 + "totalPrice": 1889.76, 339 + "agentCommissionPercent": 9.0, 340 + "agentCommissionAmount": 170.08, 427 427 "includedExtrasAmount": 0, 428 428 "priceDifference": 0, 429 429 "hotel": { 430 - "hotelPriceId": " 8a3333d9-d194-4ddc-a248-1c426455ff2c",431 - "hotelName": "S uper8 by WyndhamDubai",432 - "hotelCode": "b2cb bd4b-5723-4ca0-a390-94c541bb8e5e",433 - "nig ths": 7,344 + "hotelPriceId": "af1c3f20-548d-4e8e-b976-52aaf9af8b8b", 345 + "hotelName": "Six Seasons Hotel", 346 + "hotelCode": "b327fcea-afbe-4652-9f0c-8f09d941d5a4", 347 + "nights": 7, 434 434 "mealPlan": "RO", 435 - "hotelClass": " 2",349 + "hotelClass": "3", 436 436 "hotelColor": "#000000", 437 - "availabilityType": " FreeSale",351 + "availabilityType": "StopSale", 438 438 "availableRoomsCount": 0, 439 439 "fewRooms": true, 440 - "roomCategoryCode": " c1c63fa2-bb58-4604-8496-a2b76627214d",441 - "roomCategoryName": "S uperiorroomsouk view",442 - "placementTypeName": "DBL", 443 - "checkInDate": "2024-0 5-25T00:00:00.000",444 - "checkOutDate": "2024-0 6-01T00:00:00.000",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", 445 445 "adults": 2, 446 - "children": 0,447 - "districtUID": " aaff2238-fa72-4900-83f8-a16990415547",448 - "districtName": " Deira",360 + "children": 2, 361 + "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992", 362 + "districtName": "Bur Dubai", 449 449 "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 450 450 "cityName": "Dubai", 451 451 "countryCode": "AE", 452 452 "countryName": "United Arab Emirates", 453 - "hasAlcohol": false,367 + "hasAlcohol": true, 454 454 "hasFreeWifi": true, 455 455 "hasMetro": false, 456 - "hasPool": false,370 + "hasPool": true, 457 457 "hasMall": false, 458 458 "infantMaxAge": 5.99, 459 459 "childMinAge": 6.0, 460 - "childMaxAge": 1 1.99,374 + "childMaxAge": 10.99, 461 461 "teenMinAge": 0.0, 462 462 "teenMaxAge": 0.0, 463 - "adultMinAge": 1 2.0,464 - "cancellationPolicyDescription": "Cancellation Policy: 1 Day BeforeArrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",377 + "adultMinAge": 11.0, 378 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 465 465 "cancellationPolicy": { 466 466 "noShowChargeValue": 100.0, 467 467 "noShowChargeValueType": "%", ... ... @@ -469,21 +469,21 @@ 469 469 "earlyDepartureChargeValueType": "%", 470 470 "conditions": [ 471 471 { 472 - "timeunits": 1,386 + "timeunits": 365, 473 473 "timeunitType": "Day", 474 474 "timeOffsetTypeName": "Before Arrival", 475 - "chargeValue": 1.0, 476 - "chargeValueType": " Night"389 + "chargeValue": 100.0, 390 + "chargeValueType": "%" 477 477 } 478 478 ] 479 479 } 480 480 }, 481 481 "flight": { 482 - "id": " ac72e6c8-2b76-4840-b8fc-49a3e2e73203",483 - "departureDate": "2024-0 5-25T00:00:00.000",484 - "returnDate": "2024-0 6-01T00:00:00.000",485 - "departureTicketsLeft": 48,486 - "returnTicketsLeft": 3 3,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, 487 487 "departureAvailabilityType": "FreeSale", 488 488 "returnAvailabilityType": "FreeSale", 489 489 "isTwoWay": true, ... ... @@ -499,13 +499,13 @@ 499 499 "class": "Economy", 500 500 "lugageWeight": 20, 501 501 "handLugageWeight": 6, 502 - "departureFlightDate": "2024-0 5-25T03:35:00.000",416 + "departureFlightDate": "2024-08-26T03:40:00.000", 503 503 "departureCountryName": "Kazakhstan", 504 504 "departureCityName": "Almaty", 505 505 "departureAirportCode": "ALA", 506 506 "departureAirportName": "Almaty Intl Airport", 507 507 "departureTerminalCode": "ALA", 508 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",422 + "arrivalFlightDate": "2024-08-26T07:15:00.000", 509 509 "arrivalCountryName": "United Arab Emirates", 510 510 "arrivalCityName": "Dubai", 511 511 "arrivalAirportCode": "DXB", ... ... @@ -522,13 +522,13 @@ 522 522 "class": "Economy", 523 523 "lugageWeight": 20, 524 524 "handLugageWeight": 6, 525 - "departureFlightDate": "2024-0 6-01T21:25:00.000",439 + "departureFlightDate": "2024-09-02T21:30:00.000", 526 526 "departureCountryName": "United Arab Emirates", 527 527 "departureCityName": "Dubai", 528 528 "departureAirportCode": "DXB", 529 529 "departureAirportName": "Dubai Intl Airport", 530 530 "departureTerminalCode": "DXB3", 531 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",445 + "arrivalFlightDate": "2024-09-03T02:40:00.000", 532 532 "arrivalCountryName": "Kazakhstan", 533 533 "arrivalCityName": "Almaty", 534 534 "arrivalAirportCode": "ALA", ... ... @@ -539,7 +539,7 @@ 539 539 ], 540 540 "passengers": [ 541 541 { 542 - "id": " ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",456 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1", 543 543 "isAdult": true, 544 544 "selectedForwardBaggageCode": "INCLUDED", 545 545 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -563,7 +563,7 @@ 563 563 ] 564 564 }, 565 565 { 566 - "id": " ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",480 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2", 567 567 "isAdult": true, 568 568 "selectedForwardBaggageCode": "INCLUDED", 569 569 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -585,38 +585,308 @@ 585 585 "included": true 586 586 } 587 587 ] 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 + ] 588 588 } 589 589 ] 590 590 }, 591 591 "extraServices": [], 592 - "insurancePrice": { 593 - "name": "Medical INS (N10000)", 594 - "price": 35.84, 595 - "actualStartDate": "2024-05-25T00:00:00.000", 596 - "actualEndDate": "2024-06-01T00:00:00.000", 597 - "optional": false, 598 - "includedInPackagePrice": true 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 + } 599 599 }, 600 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:2", 601 - "sortCheckInOut": "25.05.2024-01.06.2024", 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", 602 602 "sortAirline": "fly dubai", 603 - "sortHotelName": "s uper8 by wyndhamdubai",785 + "sortHotelName": "six seasons hotel", 604 604 "sortDetails": "ro", 605 - "sortPlacement": "superior room souk view dbl" 787 + "sortPlacement": "standard twin room dbl child child 2 5 99 6 10 99 sharing", 788 + "subList": [], 789 + "exchangeRate": 480.0 606 606 }, 607 607 { 608 - "id": "tour:5 752cd54-45fa-481d-9b7e-3d8c4bf208a6:5407fa92-2e95-4c8b-9934-c9c15a289a31:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",792 + "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:7deeaa1b-791d-4776-8665-9fb950004728:b7d53209-ea5a-47a9-9074-f82d88dacac4", 609 609 "priceCurrency": "USD", 610 - "totalPrice": 9 29.99,611 - "agentCommissionPercent": 0.0,612 - "agentCommissionAmount": 0.0,794 + "totalPrice": 1904.71, 795 + "agentCommissionPercent": 9.0, 796 + "agentCommissionAmount": 171.42, 613 613 "includedExtrasAmount": 0, 614 614 "priceDifference": 0, 615 615 "hotel": { 616 - "hotelPriceId": " 5407fa92-2e95-4c8b-9934-c9c15a289a31",617 - "hotelName": " Days By WyndhamDubai DeiraHotel",618 - "hotelCode": " 75a4708c-1002-4330-b9d7-027a36515ff1",619 - "nig ths": 7,800 + "hotelPriceId": "7deeaa1b-791d-4776-8665-9fb950004728", 801 + "hotelName": "Landmark Hotel Baniyas", 802 + "hotelCode": "66958df7-37ce-40bb-8f68-0e1b8e1c159c", 803 + "nights": 7, 620 620 "mealPlan": "RO", 621 621 "hotelClass": "3", 622 622 "hotelColor": "#000000", ... ... @@ -623,13 +623,13 @@ 623 623 "availabilityType": "FreeSale", 624 624 "availableRoomsCount": 0, 625 625 "fewRooms": true, 626 - "roomCategoryCode": " d0f5631f-aefd-4ddc-8f90-9ae0c18730af",627 - "roomCategoryName": "S uperior City View King",628 - "placementTypeName": "DBL", 629 - "checkInDate": "2024-0 5-25T00:00:00.000",630 - "checkOutDate": "2024-0 6-01T00:00:00.000",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", 631 631 "adults": 2, 632 - "children": 0,816 + "children": 2, 633 633 "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 634 634 "districtName": "Deira", 635 635 "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", ... ... @@ -639,15 +639,15 @@ 639 639 "hasAlcohol": false, 640 640 "hasFreeWifi": true, 641 641 "hasMetro": true, 642 - "hasPool": false,826 + "hasPool": true, 643 643 "hasMall": false, 644 - "infantMaxAge": 5.99,645 - "childMinAge": 6.0,828 + "infantMaxAge": 4.99, 829 + "childMinAge": 5.0, 646 646 "childMaxAge": 11.99, 647 647 "teenMinAge": 0.0, 648 648 "teenMaxAge": 0.0, 649 649 "adultMinAge": 12.0, 650 - "cancellationPolicyDescription": "Cancellation Policy: 1 Day BeforeArrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",834 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 651 651 "cancellationPolicy": { 652 652 "noShowChargeValue": 100.0, 653 653 "noShowChargeValueType": "%", ... ... @@ -655,21 +655,21 @@ 655 655 "earlyDepartureChargeValueType": "%", 656 656 "conditions": [ 657 657 { 658 - "timeunits": 1,842 + "timeunits": 365, 659 659 "timeunitType": "Day", 660 660 "timeOffsetTypeName": "Before Arrival", 661 - "chargeValue": 1.0, 662 - "chargeValueType": " Night"845 + "chargeValue": 100.0, 846 + "chargeValueType": "%" 663 663 } 664 664 ] 665 665 } 666 666 }, 667 667 "flight": { 668 - "id": " ac72e6c8-2b76-4840-b8fc-49a3e2e73203",669 - "departureDate": "2024-0 5-25T00:00:00.000",670 - "returnDate": "2024-0 6-01T00:00:00.000",671 - "departureTicketsLeft": 48,672 - "returnTicketsLeft": 3 3,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, 673 673 "departureAvailabilityType": "FreeSale", 674 674 "returnAvailabilityType": "FreeSale", 675 675 "isTwoWay": true, ... ... @@ -685,13 +685,13 @@ 685 685 "class": "Economy", 686 686 "lugageWeight": 20, 687 687 "handLugageWeight": 6, 688 - "departureFlightDate": "2024-0 5-25T03:35:00.000",872 + "departureFlightDate": "2024-08-26T03:40:00.000", 689 689 "departureCountryName": "Kazakhstan", 690 690 "departureCityName": "Almaty", 691 691 "departureAirportCode": "ALA", 692 692 "departureAirportName": "Almaty Intl Airport", 693 693 "departureTerminalCode": "ALA", 694 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",878 + "arrivalFlightDate": "2024-08-26T07:15:00.000", 695 695 "arrivalCountryName": "United Arab Emirates", 696 696 "arrivalCityName": "Dubai", 697 697 "arrivalAirportCode": "DXB", ... ... @@ -708,13 +708,13 @@ 708 708 "class": "Economy", 709 709 "lugageWeight": 20, 710 710 "handLugageWeight": 6, 711 - "departureFlightDate": "2024-0 6-01T21:25:00.000",895 + "departureFlightDate": "2024-09-02T21:30:00.000", 712 712 "departureCountryName": "United Arab Emirates", 713 713 "departureCityName": "Dubai", 714 714 "departureAirportCode": "DXB", 715 715 "departureAirportName": "Dubai Intl Airport", 716 716 "departureTerminalCode": "DXB3", 717 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",901 + "arrivalFlightDate": "2024-09-03T02:40:00.000", 718 718 "arrivalCountryName": "Kazakhstan", 719 719 "arrivalCityName": "Almaty", 720 720 "arrivalAirportCode": "ALA", ... ... @@ -725,7 +725,7 @@ 725 725 ], 726 726 "passengers": [ 727 727 { 728 - "id": " ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",912 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1", 729 729 "isAdult": true, 730 730 "selectedForwardBaggageCode": "INCLUDED", 731 731 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -749,7 +749,7 @@ 749 749 ] 750 750 }, 751 751 { 752 - "id": " ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",936 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2", 753 753 "isAdult": true, 754 754 "selectedForwardBaggageCode": "INCLUDED", 755 755 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -771,38 +771,80 @@ 771 771 "included": true 772 772 } 773 773 ] 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 + ] 774 774 } 775 775 ] 776 776 }, 777 777 "extraServices": [], 778 - "insurancePrice": { 779 - "name": "Medical INS (N10000)", 780 - "price": 35.84, 781 - "actualStartDate": "2024-05-25T00:00:00.000", 782 - "actualEndDate": "2024-06-01T00:00:00.000", 783 - "optional": false, 784 - "includedInPackagePrice": true 785 - }, 786 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:3", 787 - "sortCheckInOut": "25.05.2024-01.06.2024", 1010 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:4", 1011 + "sortCheckInOut": "26.08.2024-02.09.2024", 788 788 "sortAirline": "fly dubai", 789 - "sortHotelName": " days by wyndhamdubai deirahotel",1013 + "sortHotelName": "landmark hotel baniyas", 790 790 "sortDetails": "ro", 791 - "sortPlacement": "superior city view king dbl" 1015 + "sortPlacement": "standard room dbl child child 2 4 99 5 11 99 sharing", 1016 + "subList": [], 1017 + "exchangeRate": 480.0 792 792 }, 793 793 { 794 - "id": "tour:5 752cd54-45fa-481d-9b7e-3d8c4bf208a6:a05a7dbf-9618-467e-b9db-018bda3057dd:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",1020 + "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:214212b7-8044-4019-9faf-42a6add1c729:b7d53209-ea5a-47a9-9074-f82d88dacac4", 795 795 "priceCurrency": "USD", 796 - "totalPrice": 9 29.99,797 - "agentCommissionPercent": 0.0,798 - "agentCommissionAmount": 0.0,1022 + "totalPrice": 1904.71, 1023 + "agentCommissionPercent": 9.0, 1024 + "agentCommissionAmount": 171.42, 799 799 "includedExtrasAmount": 0, 800 800 "priceDifference": 0, 801 801 "hotel": { 802 - "hotelPriceId": " a05a7dbf-9618-467e-b9db-018bda3057dd",803 - "hotelName": " Days By WyndhamDubai Deira Hotel",804 - "hotelCode": "7 5a4708c-1002-4330-b9d7-027a36515ff1",805 - "nig ths": 7,1028 + "hotelPriceId": "214212b7-8044-4019-9faf-42a6add1c729", 1029 + "hotelName": "Landmark Plaza Hotel Baniyas", 1030 + "hotelCode": "b6b87970-36a9-428f-837a-14057c64e9c7", 1031 + "nights": 7, 806 806 "mealPlan": "RO", 807 807 "hotelClass": "3", 808 808 "hotelColor": "#000000", ... ... @@ -809,13 +809,13 @@ 809 809 "availabilityType": "FreeSale", 810 810 "availableRoomsCount": 0, 811 811 "fewRooms": true, 812 - "roomCategoryCode": " c472d23f-b127-467f-8098-300012b05f48",813 - "roomCategoryName": "S uperior City View Twin",814 - "placementTypeName": "DBL", 815 - "checkInDate": "2024-0 5-25T00:00:00.000",816 - "checkOutDate": "2024-0 6-01T00:00:00.000",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", 817 817 "adults": 2, 818 - "children": 0,1044 + "children": 2, 819 819 "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 820 820 "districtName": "Deira", 821 821 "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", ... ... @@ -825,15 +825,15 @@ 825 825 "hasAlcohol": false, 826 826 "hasFreeWifi": true, 827 827 "hasMetro": true, 828 - "hasPool": false,1054 + "hasPool": true, 829 829 "hasMall": false, 830 - "infantMaxAge": 5.99,831 - "childMinAge": 6.0,1056 + "infantMaxAge": 4.99, 1057 + "childMinAge": 5.0, 832 832 "childMaxAge": 11.99, 833 833 "teenMinAge": 0.0, 834 834 "teenMaxAge": 0.0, 835 835 "adultMinAge": 12.0, 836 - "cancellationPolicyDescription": "Cancellation Policy: 1 Day BeforeArrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",1062 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 837 837 "cancellationPolicy": { 838 838 "noShowChargeValue": 100.0, 839 839 "noShowChargeValueType": "%", ... ... @@ -841,21 +841,21 @@ 841 841 "earlyDepartureChargeValueType": "%", 842 842 "conditions": [ 843 843 { 844 - "timeunits": 1,1070 + "timeunits": 365, 845 845 "timeunitType": "Day", 846 846 "timeOffsetTypeName": "Before Arrival", 847 - "chargeValue": 1.0, 848 - "chargeValueType": " Night"1073 + "chargeValue": 100.0, 1074 + "chargeValueType": "%" 849 849 } 850 850 ] 851 851 } 852 852 }, 853 853 "flight": { 854 - "id": " ac72e6c8-2b76-4840-b8fc-49a3e2e73203",855 - "departureDate": "2024-0 5-25T00:00:00.000",856 - "returnDate": "2024-0 6-01T00:00:00.000",857 - "departureTicketsLeft": 48,858 - "returnTicketsLeft": 3 3,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, 859 859 "departureAvailabilityType": "FreeSale", 860 860 "returnAvailabilityType": "FreeSale", 861 861 "isTwoWay": true, ... ... @@ -871,13 +871,13 @@ 871 871 "class": "Economy", 872 872 "lugageWeight": 20, 873 873 "handLugageWeight": 6, 874 - "departureFlightDate": "2024-0 5-25T03:35:00.000",1100 + "departureFlightDate": "2024-08-26T03:40:00.000", 875 875 "departureCountryName": "Kazakhstan", 876 876 "departureCityName": "Almaty", 877 877 "departureAirportCode": "ALA", 878 878 "departureAirportName": "Almaty Intl Airport", 879 879 "departureTerminalCode": "ALA", 880 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",1106 + "arrivalFlightDate": "2024-08-26T07:15:00.000", 881 881 "arrivalCountryName": "United Arab Emirates", 882 882 "arrivalCityName": "Dubai", 883 883 "arrivalAirportCode": "DXB", ... ... @@ -894,13 +894,13 @@ 894 894 "class": "Economy", 895 895 "lugageWeight": 20, 896 896 "handLugageWeight": 6, 897 - "departureFlightDate": "2024-0 6-01T21:25:00.000",1123 + "departureFlightDate": "2024-09-02T21:30:00.000", 898 898 "departureCountryName": "United Arab Emirates", 899 899 "departureCityName": "Dubai", 900 900 "departureAirportCode": "DXB", 901 901 "departureAirportName": "Dubai Intl Airport", 902 902 "departureTerminalCode": "DXB3", 903 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",1129 + "arrivalFlightDate": "2024-09-03T02:40:00.000", 904 904 "arrivalCountryName": "Kazakhstan", 905 905 "arrivalCityName": "Almaty", 906 906 "arrivalAirportCode": "ALA", ... ... @@ -911,7 +911,7 @@ 911 911 ], 912 912 "passengers": [ 913 913 { 914 - "id": " ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",1140 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1", 915 915 "isAdult": true, 916 916 "selectedForwardBaggageCode": "INCLUDED", 917 917 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -935,7 +935,7 @@ 935 935 ] 936 936 }, 937 937 { 938 - "id": " ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",1164 + "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2", 939 939 "isAdult": true, 940 940 "selectedForwardBaggageCode": "INCLUDED", 941 941 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -957,69 +957,126 @@ 957 957 "included": true 958 958 } 959 959 ] 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 + ] 960 960 } 961 961 ] 962 962 }, 963 963 "extraServices": [], 964 - "insurancePrice": { 965 - "name": "Medical INS (N10000)", 966 - "price": 35.84, 967 - "actualStartDate": "2024-05-25T00:00:00.000", 968 - "actualEndDate": "2024-06-01T00:00:00.000", 969 - "optional": false, 970 - "includedInPackagePrice": true 971 - }, 972 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:4", 973 - "sortCheckInOut": "25.05.2024-01.06.2024", 1238 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:5", 1239 + "sortCheckInOut": "26.08.2024-02.09.2024", 974 974 "sortAirline": "fly dubai", 975 - "sortHotelName": " days by wyndhamdubai deira hotel",1241 + "sortHotelName": "landmark plaza hotel baniyas", 976 976 "sortDetails": "ro", 977 - "sortPlacement": "superior city view twin dbl" 978 - }, 1243 + "sortPlacement": "standard room dbl child child 2 4 99 5 11 99 sharing", 1244 + "subList": [], 1245 + "exchangeRate": 480.0 1246 + } 1247 + ], 1248 + "pagingId": "3", 1249 + "pageNumber": 1, 1250 + "pageCount": 30, 1251 + "totalCount": 147, 1252 + "error": false 1253 +} 1254 +{{/code}} 1255 + 1256 + 1257 +== Response example == 1258 + 1259 +{{code language="Json"}} 1260 +{ 1261 + "packages": [ 979 979 { 980 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:f390546d-c849-4c7f-859d-941993d48cef:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",1263 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:956bd513-fd7f-4f58-a08d-78a5f0e342c5:04abb186-80f6-4808-bce4-ae97cef85c51", 981 981 "priceCurrency": "USD", 982 - "totalPrice": 935.88,983 - "agentCommissionPercent": 0.0,984 - "agentCommissionAmount": 0.0,1265 + "totalPrice": 1470.11, 1266 + "agentCommissionPercent": 9.0, 1267 + "agentCommissionAmount": 132.31, 985 985 "includedExtrasAmount": 0, 986 986 "priceDifference": 0, 987 987 "hotel": { 988 - "hotelPriceId": " f390546d-c849-4c7f-859d-941993d48cef",989 - "hotelName": " CityMaxSharjah",990 - "hotelCode": " f10768c7-00e3-4eb5-a406-769f379884f2",991 - "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, 992 992 "mealPlan": "BB", 993 - "hotelClass": " 3",1276 + "hotelClass": "5", 994 994 "hotelColor": "#000000", 995 995 "availabilityType": "FreeSale", 996 996 "availableRoomsCount": 0, 997 997 "fewRooms": true, 998 - "roomCategoryCode": "b c42c036-9a73-48e4-b4d0-4749e6172dc1",999 - "roomCategoryName": " StandardRoom",1281 + "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076", 1282 + "roomCategoryName": "King Guest Room", 1000 1000 "placementTypeName": "DBL", 1001 - "checkInDate": "2024-0 5-25T00:00:00.000",1002 - "checkOutDate": "2024-0 6-01T00:00:00.000",1284 + "checkInDate": "2024-09-07T00:00:00", 1285 + "checkOutDate": "2024-09-14T00:00:00", 1003 1003 "adults": 2, 1004 1004 "children": 0, 1005 - "districtUID": " 7ac1bbc8-59ea-4977-b272-ed8553f94f9b",1006 - "districtName": " Sharjah",1007 - "cityUID": " f78ac3bc-f040-46d0-8319-2c52083080a6",1008 - "cityName": " Sharjah",1288 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 1289 + "districtName": "Al Aqah", 1290 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 1291 + "cityName": "Fujairah", 1009 1009 "countryCode": "AE", 1010 1010 "countryName": "United Arab Emirates", 1011 - "hasAlcohol": false,1294 + "hasAlcohol": true, 1012 1012 "hasFreeWifi": true, 1013 1013 "hasMetro": false, 1014 - "hasPool": false,1015 - "hasMall": true,1016 - "infantMaxAge": 4.99,1017 - "childMinAge": 5.0,1297 + "hasPool": true, 1298 + "hasMall": false, 1299 + "infantMaxAge": 1.99, 1300 + "childMinAge": 2.0, 1018 1018 "childMaxAge": 11.99, 1019 1019 "teenMinAge": 0.0, 1020 1020 "teenMaxAge": 0.0, 1021 1021 "adultMinAge": 12.0, 1022 - "cancellationPolicyDescription": "Cancellation Policy: 3Day Before Arrival: 1.00Night, Early Departure: 100.00 %, NoShow: 100.00 %",1305 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 1023 1023 "cancellationPolicy": { 1024 1024 "noShowChargeValue": 100.0, 1025 1025 "noShowChargeValueType": "%", ... ... @@ -1027,21 +1027,21 @@ 1027 1027 "earlyDepartureChargeValueType": "%", 1028 1028 "conditions": [ 1029 1029 { 1030 - "timeunits": 3,1313 + "timeunits": 4, 1031 1031 "timeunitType": "Day", 1032 1032 "timeOffsetTypeName": "Before Arrival", 1033 - "chargeValue": 1.0, 1034 - "chargeValueType": " Night"1316 + "chargeValue": 100.0, 1317 + "chargeValueType": "%" 1035 1035 } 1036 1036 ] 1037 1037 } 1038 1038 }, 1039 1039 "flight": { 1040 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",1041 - "departureDate": "2024-0 5-25T00:00:00.000",1042 - "returnDate": "2024-0 6-01T00:00:00.000",1043 - "departureTicketsLeft": 4 8,1044 - "returnTicketsLeft": 33,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, 1045 1045 "departureAvailabilityType": "FreeSale", 1046 1046 "returnAvailabilityType": "FreeSale", 1047 1047 "isTwoWay": true, ... ... @@ -1057,13 +1057,13 @@ 1057 1057 "class": "Economy", 1058 1058 "lugageWeight": 20, 1059 1059 "handLugageWeight": 6, 1060 - "departureFlightDate": "2024-0 5-25T03:35:00.000",1343 + "departureFlightDate": "2024-09-07T03:40:00.000", 1061 1061 "departureCountryName": "Kazakhstan", 1062 1062 "departureCityName": "Almaty", 1063 1063 "departureAirportCode": "ALA", 1064 1064 "departureAirportName": "Almaty Intl Airport", 1065 1065 "departureTerminalCode": "ALA", 1066 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",1349 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 1067 1067 "arrivalCountryName": "United Arab Emirates", 1068 1068 "arrivalCityName": "Dubai", 1069 1069 "arrivalAirportCode": "DXB", ... ... @@ -1080,13 +1080,13 @@ 1080 1080 "class": "Economy", 1081 1081 "lugageWeight": 20, 1082 1082 "handLugageWeight": 6, 1083 - "departureFlightDate": "2024-0 6-01T21:25:00.000",1366 + "departureFlightDate": "2024-09-14T21:30:00.000", 1084 1084 "departureCountryName": "United Arab Emirates", 1085 1085 "departureCityName": "Dubai", 1086 1086 "departureAirportCode": "DXB", 1087 1087 "departureAirportName": "Dubai Intl Airport", 1088 1088 "departureTerminalCode": "DXB3", 1089 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",1372 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 1090 1090 "arrivalCountryName": "Kazakhstan", 1091 1091 "arrivalCityName": "Almaty", 1092 1092 "arrivalAirportCode": "ALA", ... ... @@ -1097,7 +1097,7 @@ 1097 1097 ], 1098 1098 "passengers": [ 1099 1099 { 1100 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",1383 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 1101 1101 "isAdult": true, 1102 1102 "selectedForwardBaggageCode": "INCLUDED", 1103 1103 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1121,7 +1121,7 @@ 1121 1121 ] 1122 1122 }, 1123 1123 { 1124 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",1407 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 1125 1125 "isAdult": true, 1126 1126 "selectedForwardBaggageCode": "INCLUDED", 1127 1127 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1147,65 +1147,59 @@ 1147 1147 ] 1148 1148 }, 1149 1149 "extraServices": [], 1150 - "insurancePrice": { 1151 - "name": "Medical INS (N10000)", 1152 - "price": 35.84, 1153 - "actualStartDate": "2024-05-25T00:00:00.000", 1154 - "actualEndDate": "2024-06-01T00:00:00.000", 1155 - "optional": false, 1156 - "includedInPackagePrice": true 1157 - }, 1158 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:5", 1159 - "sortCheckInOut": "25.05.2024-01.06.2024", 1433 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:1", 1434 + "sortCheckInOut": "07.09.2024-14.09.2024", 1160 1160 "sortAirline": "fly dubai", 1161 - "sortHotelName": " citymaxsharjah",1436 + "sortHotelName": "fujairah rotana resort spa", 1162 1162 "sortDetails": "bb", 1163 - "sortPlacement": "standard room dbl" 1438 + "sortPlacement": "king guest room dbl", 1439 + "subList": [], 1440 + "exchangeRate": 480.0 1164 1164 }, 1165 1165 { 1166 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:0df7a96e-1c3c-4484-b7c7-b5a7d79635c5:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",1443 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:021039ae-7ff6-41dd-813a-f1905665a133:04abb186-80f6-4808-bce4-ae97cef85c51", 1167 1167 "priceCurrency": "USD", 1168 - "totalPrice": 945.47,1169 - "agentCommissionPercent": 0.0,1170 - "agentCommissionAmount": 0.0,1445 + "totalPrice": 1470.11, 1446 + "agentCommissionPercent": 9.0, 1447 + "agentCommissionAmount": 132.31, 1171 1171 "includedExtrasAmount": 0, 1172 1172 "priceDifference": 0, 1173 1173 "hotel": { 1174 - "hotelPriceId": "0 df7a96e-1c3c-4484-b7c7-b5a7d79635c5",1175 - "hotelName": " IbisHotelAlBarsha Dubai",1176 - "hotelCode": "d 6d39ee4-65a7-48f5-9fa8-5f9dddc8b7eb",1177 - "nig ths": 7,1451 + "hotelPriceId": "021039ae-7ff6-41dd-813a-f1905665a133", 1452 + "hotelName": "Fujairah Rotana Resort Spa", 1453 + "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e", 1454 + "nights": 7, 1178 1178 "mealPlan": "BB", 1179 - "hotelClass": " 3",1456 + "hotelClass": "5", 1180 1180 "hotelColor": "#000000", 1181 1181 "availabilityType": "FreeSale", 1182 1182 "availableRoomsCount": 0, 1183 1183 "fewRooms": true, 1184 - "roomCategoryCode": " 8c635457-5784-4fbd-a20b-b955b69b184c",1185 - "roomCategoryName": " StandardRoom",1461 + "roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5", 1462 + "roomCategoryName": "Twin Guest Room", 1186 1186 "placementTypeName": "DBL", 1187 - "checkInDate": "2024-0 5-25T00:00:00.000",1188 - "checkOutDate": "2024-0 6-01T00:00:00.000",1464 + "checkInDate": "2024-09-07T00:00:00", 1465 + "checkOutDate": "2024-09-14T00:00:00", 1189 1189 "adults": 2, 1190 1190 "children": 0, 1191 - "districtUID": " 4c65f6ed-902b-4fd8-9419-af7884c22c5e",1192 - "districtName": "Al Barsha",1193 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",1194 - "cityName": " Dubai",1468 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 1469 + "districtName": "Al Aqah", 1470 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 1471 + "cityName": "Fujairah", 1195 1195 "countryCode": "AE", 1196 1196 "countryName": "United Arab Emirates", 1197 1197 "hasAlcohol": true, 1198 1198 "hasFreeWifi": true, 1199 1199 "hasMetro": false, 1200 - "hasPool": false,1477 + "hasPool": true, 1201 1201 "hasMall": false, 1202 - "infantMaxAge": 3.99,1203 - "childMinAge": 4.0,1204 - "childMaxAge": 5.99,1479 + "infantMaxAge": 1.99, 1480 + "childMinAge": 2.0, 1481 + "childMaxAge": 11.99, 1205 1205 "teenMinAge": 0.0, 1206 1206 "teenMaxAge": 0.0, 1207 - "adultMinAge": 6.0,1208 - "cancellationPolicyDescription": "Cancellation Policy: 1Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",1484 + "adultMinAge": 12.0, 1485 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 1209 1209 "cancellationPolicy": { 1210 1210 "noShowChargeValue": 100.0, 1211 1211 "noShowChargeValueType": "%", ... ... @@ -1213,7 +1213,7 @@ 1213 1213 "earlyDepartureChargeValueType": "%", 1214 1214 "conditions": [ 1215 1215 { 1216 - "timeunits": 1,1493 + "timeunits": 4, 1217 1217 "timeunitType": "Day", 1218 1218 "timeOffsetTypeName": "Before Arrival", 1219 1219 "chargeValue": 100.0, ... ... @@ -1223,11 +1223,11 @@ 1223 1223 } 1224 1224 }, 1225 1225 "flight": { 1226 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",1227 - "departureDate": "2024-0 5-25T00:00:00.000",1228 - "returnDate": "2024-0 6-01T00:00:00.000",1229 - "departureTicketsLeft": 4 8,1230 - "returnTicketsLeft": 33,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, 1231 1231 "departureAvailabilityType": "FreeSale", 1232 1232 "returnAvailabilityType": "FreeSale", 1233 1233 "isTwoWay": true, ... ... @@ -1243,13 +1243,13 @@ 1243 1243 "class": "Economy", 1244 1244 "lugageWeight": 20, 1245 1245 "handLugageWeight": 6, 1246 - "departureFlightDate": "2024-0 5-25T03:35:00.000",1523 + "departureFlightDate": "2024-09-07T03:40:00.000", 1247 1247 "departureCountryName": "Kazakhstan", 1248 1248 "departureCityName": "Almaty", 1249 1249 "departureAirportCode": "ALA", 1250 1250 "departureAirportName": "Almaty Intl Airport", 1251 1251 "departureTerminalCode": "ALA", 1252 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",1529 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 1253 1253 "arrivalCountryName": "United Arab Emirates", 1254 1254 "arrivalCityName": "Dubai", 1255 1255 "arrivalAirportCode": "DXB", ... ... @@ -1266,13 +1266,13 @@ 1266 1266 "class": "Economy", 1267 1267 "lugageWeight": 20, 1268 1268 "handLugageWeight": 6, 1269 - "departureFlightDate": "2024-0 6-01T21:25:00.000",1546 + "departureFlightDate": "2024-09-14T21:30:00.000", 1270 1270 "departureCountryName": "United Arab Emirates", 1271 1271 "departureCityName": "Dubai", 1272 1272 "departureAirportCode": "DXB", 1273 1273 "departureAirportName": "Dubai Intl Airport", 1274 1274 "departureTerminalCode": "DXB3", 1275 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",1552 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 1276 1276 "arrivalCountryName": "Kazakhstan", 1277 1277 "arrivalCityName": "Almaty", 1278 1278 "arrivalAirportCode": "ALA", ... ... @@ -1283,7 +1283,7 @@ 1283 1283 ], 1284 1284 "passengers": [ 1285 1285 { 1286 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",1563 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 1287 1287 "isAdult": true, 1288 1288 "selectedForwardBaggageCode": "INCLUDED", 1289 1289 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1307,7 +1307,7 @@ 1307 1307 ] 1308 1308 }, 1309 1309 { 1310 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",1587 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 1311 1311 "isAdult": true, 1312 1312 "selectedForwardBaggageCode": "INCLUDED", 1313 1313 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1333,65 +1333,59 @@ 1333 1333 ] 1334 1334 }, 1335 1335 "extraServices": [], 1336 - "insurancePrice": { 1337 - "name": "Medical INS (N10000)", 1338 - "price": 35.84, 1339 - "actualStartDate": "2024-05-25T00:00:00.000", 1340 - "actualEndDate": "2024-06-01T00:00:00.000", 1341 - "optional": false, 1342 - "includedInPackagePrice": true 1343 - }, 1344 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:6", 1345 - "sortCheckInOut": "25.05.2024-01.06.2024", 1613 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:2", 1614 + "sortCheckInOut": "07.09.2024-14.09.2024", 1346 1346 "sortAirline": "fly dubai", 1347 - "sortHotelName": "i bishotelal barshadubai",1616 + "sortHotelName": "fujairah rotana resort spa", 1348 1348 "sortDetails": "bb", 1349 - "sortPlacement": "standard room dbl" 1618 + "sortPlacement": "twin guest room dbl", 1619 + "subList": [], 1620 + "exchangeRate": 480.0 1350 1350 }, 1351 1351 { 1352 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:02146036-2660-4ba4-be40-851727962e24:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",1623 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:4e5c12ae-c66d-41f8-9a57-44f265cfb1a4:04abb186-80f6-4808-bce4-ae97cef85c51", 1353 1353 "priceCurrency": "USD", 1354 - "totalPrice": 947.91,1355 - "agentCommissionPercent": 0.0,1356 - "agentCommissionAmount": 0.0,1625 + "totalPrice": 1470.11, 1626 + "agentCommissionPercent": 9.0, 1627 + "agentCommissionAmount": 132.31, 1357 1357 "includedExtrasAmount": 0, 1358 1358 "priceDifference": 0, 1359 1359 "hotel": { 1360 - "hotelPriceId": " 02146036-2660-4ba4-be40-851727962e24",1361 - "hotelName": " Days By Wyndham DubaiDeiraHotel",1362 - "hotelCode": " 75a4708c-1002-4330-b9d7-027a36515ff1",1363 - "nig ths": 7,1364 - "mealPlan": " RO",1365 - "hotelClass": " 3",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", 1366 1366 "hotelColor": "#000000", 1367 1367 "availabilityType": "FreeSale", 1368 1368 "availableRoomsCount": 0, 1369 1369 "fewRooms": true, 1370 - "roomCategoryCode": " f9948ad5-5489-47b7-9971-7ab26487c6c1",1371 - "roomCategoryName": " Deluxe SkylineViewKing",1641 + "roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5", 1642 + "roomCategoryName": "Twin Guest Room", 1372 1372 "placementTypeName": "DBL", 1373 - "checkInDate": "2024-0 5-25T00:00:00.000",1374 - "checkOutDate": "2024-0 6-01T00:00:00.000",1644 + "checkInDate": "2024-09-07T00:00:00", 1645 + "checkOutDate": "2024-09-14T00:00:00", 1375 1375 "adults": 2, 1376 1376 "children": 0, 1377 - "districtUID": " aaff2238-fa72-4900-83f8-a16990415547",1378 - "districtName": " Deira",1379 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",1380 - "cityName": " Dubai",1648 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 1649 + "districtName": "Al Aqah", 1650 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 1651 + "cityName": "Fujairah", 1381 1381 "countryCode": "AE", 1382 1382 "countryName": "United Arab Emirates", 1383 - "hasAlcohol": false,1654 + "hasAlcohol": true, 1384 1384 "hasFreeWifi": true, 1385 - "hasMetro": true,1386 - "hasPool": false,1656 + "hasMetro": false, 1657 + "hasPool": true, 1387 1387 "hasMall": false, 1388 - "infantMaxAge": 5.99,1389 - "childMinAge": 6.0,1659 + "infantMaxAge": 1.99, 1660 + "childMinAge": 2.0, 1390 1390 "childMaxAge": 11.99, 1391 1391 "teenMinAge": 0.0, 1392 1392 "teenMaxAge": 0.0, 1393 1393 "adultMinAge": 12.0, 1394 - "cancellationPolicyDescription": "Cancellation Policy: 1Day Before Arrival: 1.00Night, Early Departure: 100.00 %, NoShow: 100.00 %",1665 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 1395 1395 "cancellationPolicy": { 1396 1396 "noShowChargeValue": 100.0, 1397 1397 "noShowChargeValueType": "%", ... ... @@ -1399,21 +1399,21 @@ 1399 1399 "earlyDepartureChargeValueType": "%", 1400 1400 "conditions": [ 1401 1401 { 1402 - "timeunits": 1,1673 + "timeunits": 4, 1403 1403 "timeunitType": "Day", 1404 1404 "timeOffsetTypeName": "Before Arrival", 1405 - "chargeValue": 1.0, 1406 - "chargeValueType": " Night"1676 + "chargeValue": 100.0, 1677 + "chargeValueType": "%" 1407 1407 } 1408 1408 ] 1409 1409 } 1410 1410 }, 1411 1411 "flight": { 1412 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",1413 - "departureDate": "2024-0 5-25T00:00:00.000",1414 - "returnDate": "2024-0 6-01T00:00:00.000",1415 - "departureTicketsLeft": 4 8,1416 - "returnTicketsLeft": 33,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, 1417 1417 "departureAvailabilityType": "FreeSale", 1418 1418 "returnAvailabilityType": "FreeSale", 1419 1419 "isTwoWay": true, ... ... @@ -1429,13 +1429,13 @@ 1429 1429 "class": "Economy", 1430 1430 "lugageWeight": 20, 1431 1431 "handLugageWeight": 6, 1432 - "departureFlightDate": "2024-0 5-25T03:35:00.000",1703 + "departureFlightDate": "2024-09-07T03:40:00.000", 1433 1433 "departureCountryName": "Kazakhstan", 1434 1434 "departureCityName": "Almaty", 1435 1435 "departureAirportCode": "ALA", 1436 1436 "departureAirportName": "Almaty Intl Airport", 1437 1437 "departureTerminalCode": "ALA", 1438 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",1709 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 1439 1439 "arrivalCountryName": "United Arab Emirates", 1440 1440 "arrivalCityName": "Dubai", 1441 1441 "arrivalAirportCode": "DXB", ... ... @@ -1452,13 +1452,13 @@ 1452 1452 "class": "Economy", 1453 1453 "lugageWeight": 20, 1454 1454 "handLugageWeight": 6, 1455 - "departureFlightDate": "2024-0 6-01T21:25:00.000",1726 + "departureFlightDate": "2024-09-14T21:30:00.000", 1456 1456 "departureCountryName": "United Arab Emirates", 1457 1457 "departureCityName": "Dubai", 1458 1458 "departureAirportCode": "DXB", 1459 1459 "departureAirportName": "Dubai Intl Airport", 1460 1460 "departureTerminalCode": "DXB3", 1461 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",1732 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 1462 1462 "arrivalCountryName": "Kazakhstan", 1463 1463 "arrivalCityName": "Almaty", 1464 1464 "arrivalAirportCode": "ALA", ... ... @@ -1469,7 +1469,7 @@ 1469 1469 ], 1470 1470 "passengers": [ 1471 1471 { 1472 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",1743 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 1473 1473 "isAdult": true, 1474 1474 "selectedForwardBaggageCode": "INCLUDED", 1475 1475 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1493,7 +1493,7 @@ 1493 1493 ] 1494 1494 }, 1495 1495 { 1496 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",1767 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 1497 1497 "isAdult": true, 1498 1498 "selectedForwardBaggageCode": "INCLUDED", 1499 1499 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1519,65 +1519,59 @@ 1519 1519 ] 1520 1520 }, 1521 1521 "extraServices": [], 1522 - "insurancePrice": { 1523 - "name": "Medical INS (N10000)", 1524 - "price": 35.84, 1525 - "actualStartDate": "2024-05-25T00:00:00.000", 1526 - "actualEndDate": "2024-06-01T00:00:00.000", 1527 - "optional": false, 1528 - "includedInPackagePrice": true 1529 - }, 1530 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:7", 1531 - "sortCheckInOut": "25.05.2024-01.06.2024", 1793 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:3", 1794 + "sortCheckInOut": "07.09.2024-14.09.2024", 1532 1532 "sortAirline": "fly dubai", 1533 - "sortHotelName": "days by wyndham dubai deira hotel", 1534 - "sortDetails": "ro", 1535 - "sortPlacement": "deluxe skyline view king dbl" 1796 + "sortHotelName": "fujairah rotana resort spa", 1797 + "sortDetails": "bb", 1798 + "sortPlacement": "twin guest room dbl", 1799 + "subList": [], 1800 + "exchangeRate": 480.0 1536 1536 }, 1537 1537 { 1538 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:25c1059b-ed78-4fa4-9342-1ac6a2bc8c6a:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",1803 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:041b1313-3161-4bef-b77b-175364412285:04abb186-80f6-4808-bce4-ae97cef85c51", 1539 1539 "priceCurrency": "USD", 1540 - "totalPrice": 947.91,1541 - "agentCommissionPercent": 0.0,1542 - "agentCommissionAmount": 0.0,1805 + "totalPrice": 1470.11, 1806 + "agentCommissionPercent": 9.0, 1807 + "agentCommissionAmount": 132.31, 1543 1543 "includedExtrasAmount": 0, 1544 1544 "priceDifference": 0, 1545 1545 "hotel": { 1546 - "hotelPriceId": " 25c1059b-ed78-4fa4-9342-1ac6a2bc8c6a",1547 - "hotelName": " Days By Wyndham DubaiDeiraHotel",1548 - "hotelCode": " 75a4708c-1002-4330-b9d7-027a36515ff1",1549 - "nig ths": 7,1550 - "mealPlan": " RO",1551 - "hotelClass": " 3",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", 1552 1552 "hotelColor": "#000000", 1553 1553 "availabilityType": "FreeSale", 1554 1554 "availableRoomsCount": 0, 1555 1555 "fewRooms": true, 1556 - "roomCategoryCode": " ace81545-5d34-40cc-899a-12fef1f8b36e",1557 - "roomCategoryName": " Deluxe SkylineViewTwin",1821 + "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076", 1822 + "roomCategoryName": "King Guest Room", 1558 1558 "placementTypeName": "DBL", 1559 - "checkInDate": "2024-0 5-25T00:00:00.000",1560 - "checkOutDate": "2024-0 6-01T00:00:00.000",1824 + "checkInDate": "2024-09-07T00:00:00", 1825 + "checkOutDate": "2024-09-14T00:00:00", 1561 1561 "adults": 2, 1562 1562 "children": 0, 1563 - "districtUID": " aaff2238-fa72-4900-83f8-a16990415547",1564 - "districtName": " Deira",1565 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",1566 - "cityName": " Dubai",1828 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 1829 + "districtName": "Al Aqah", 1830 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 1831 + "cityName": "Fujairah", 1567 1567 "countryCode": "AE", 1568 1568 "countryName": "United Arab Emirates", 1569 - "hasAlcohol": false,1834 + "hasAlcohol": true, 1570 1570 "hasFreeWifi": true, 1571 - "hasMetro": true,1572 - "hasPool": false,1836 + "hasMetro": false, 1837 + "hasPool": true, 1573 1573 "hasMall": false, 1574 - "infantMaxAge": 5.99,1575 - "childMinAge": 6.0,1839 + "infantMaxAge": 1.99, 1840 + "childMinAge": 2.0, 1576 1576 "childMaxAge": 11.99, 1577 1577 "teenMinAge": 0.0, 1578 1578 "teenMaxAge": 0.0, 1579 1579 "adultMinAge": 12.0, 1580 - "cancellationPolicyDescription": "Cancellation Policy: 1Day Before Arrival: 1.00Night, Early Departure: 100.00 %, NoShow: 100.00 %",1845 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 1581 1581 "cancellationPolicy": { 1582 1582 "noShowChargeValue": 100.0, 1583 1583 "noShowChargeValueType": "%", ... ... @@ -1585,9 +1585,189 @@ 1585 1585 "earlyDepartureChargeValueType": "%", 1586 1586 "conditions": [ 1587 1587 { 1588 - "timeunits": 1,1853 + "timeunits": 4, 1589 1589 "timeunitType": "Day", 1590 1590 "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", 1591 1591 "chargeValue": 1.0, 1592 1592 "chargeValueType": "Night" 1593 1593 } ... ... @@ -1595,11 +1595,11 @@ 1595 1595 } 1596 1596 }, 1597 1597 "flight": { 1598 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",1599 - "departureDate": "2024-0 5-25T00:00:00.000",1600 - "returnDate": "2024-0 6-01T00:00:00.000",1601 - "departureTicketsLeft": 4 8,1602 - "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, 1603 1603 "departureAvailabilityType": "FreeSale", 1604 1604 "returnAvailabilityType": "FreeSale", 1605 1605 "isTwoWay": true, ... ... @@ -1615,13 +1615,13 @@ 1615 1615 "class": "Economy", 1616 1616 "lugageWeight": 20, 1617 1617 "handLugageWeight": 6, 1618 - "departureFlightDate": "2024-0 5-25T03:35:00.000",2063 + "departureFlightDate": "2024-09-07T03:40:00.000", 1619 1619 "departureCountryName": "Kazakhstan", 1620 1620 "departureCityName": "Almaty", 1621 1621 "departureAirportCode": "ALA", 1622 1622 "departureAirportName": "Almaty Intl Airport", 1623 1623 "departureTerminalCode": "ALA", 1624 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",2069 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 1625 1625 "arrivalCountryName": "United Arab Emirates", 1626 1626 "arrivalCityName": "Dubai", 1627 1627 "arrivalAirportCode": "DXB", ... ... @@ -1638,13 +1638,13 @@ 1638 1638 "class": "Economy", 1639 1639 "lugageWeight": 20, 1640 1640 "handLugageWeight": 6, 1641 - "departureFlightDate": "2024-0 6-01T21:25:00.000",2086 + "departureFlightDate": "2024-09-14T21:30:00.000", 1642 1642 "departureCountryName": "United Arab Emirates", 1643 1643 "departureCityName": "Dubai", 1644 1644 "departureAirportCode": "DXB", 1645 1645 "departureAirportName": "Dubai Intl Airport", 1646 1646 "departureTerminalCode": "DXB3", 1647 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",2092 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 1648 1648 "arrivalCountryName": "Kazakhstan", 1649 1649 "arrivalCityName": "Almaty", 1650 1650 "arrivalAirportCode": "ALA", ... ... @@ -1655,7 +1655,7 @@ 1655 1655 ], 1656 1656 "passengers": [ 1657 1657 { 1658 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",2103 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 1659 1659 "isAdult": true, 1660 1660 "selectedForwardBaggageCode": "INCLUDED", 1661 1661 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1679,7 +1679,7 @@ 1679 1679 ] 1680 1680 }, 1681 1681 { 1682 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",2127 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 1683 1683 "isAdult": true, 1684 1684 "selectedForwardBaggageCode": "INCLUDED", 1685 1685 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1705,65 +1705,59 @@ 1705 1705 ] 1706 1706 }, 1707 1707 "extraServices": [], 1708 - "insurancePrice": { 1709 - "name": "Medical INS (N10000)", 1710 - "price": 35.84, 1711 - "actualStartDate": "2024-05-25T00:00:00.000", 1712 - "actualEndDate": "2024-06-01T00:00:00.000", 1713 - "optional": false, 1714 - "includedInPackagePrice": true 1715 - }, 1716 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:8", 1717 - "sortCheckInOut": "25.05.2024-01.06.2024", 2153 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:5", 2154 + "sortCheckInOut": "07.09.2024-14.09.2024", 1718 1718 "sortAirline": "fly dubai", 1719 - "sortHotelName": "days by wyndham dubai deira hotel", 1720 - "sortDetails": "ro", 1721 - "sortPlacement": "deluxe skyline view twin dbl" 2156 + "sortHotelName": "le meridien al aqah beach resort", 2157 + "sortDetails": "bb", 2158 + "sortPlacement": "deluxe guest room dbl", 2159 + "subList": [], 2160 + "exchangeRate": 480.0 1722 1722 }, 1723 1723 { 1724 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:a31007e3-cdd1-4691-9af4-0434c21cf127:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",2163 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:fb824f96-2de4-4b36-a9dc-c71633ec9d89:04abb186-80f6-4808-bce4-ae97cef85c51", 1725 1725 "priceCurrency": "USD", 1726 - "totalPrice": 950.3,1727 - "agentCommissionPercent": 0.0,1728 - "agentCommissionAmount": 0.0,2165 + "totalPrice": 1588.57, 2166 + "agentCommissionPercent": 9.0, 2167 + "agentCommissionAmount": 142.97, 1729 1729 "includedExtrasAmount": 0, 1730 1730 "priceDifference": 0, 1731 1731 "hotel": { 1732 - "hotelPriceId": " a31007e3-cdd1-4691-9af4-0434c21cf127",1733 - "hotelName": " Holiday InnDubaiAl-MaktoumAirport",1734 - "hotelCode": "6 a7b4517-1c81-4141-a627-532d7441fe2b",1735 - "nig ths": 7,1736 - "mealPlan": " RO",1737 - "hotelClass": " 4",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", 1738 1738 "hotelColor": "#000000", 1739 1739 "availabilityType": "FreeSale", 1740 1740 "availableRoomsCount": 0, 1741 1741 "fewRooms": true, 1742 - "roomCategoryCode": "d d7b79a3-b72b-49bf-a16e-801aa6b64832",1743 - "roomCategoryName": " StandardRoom",2181 + "roomCategoryCode": "04b0d2ba-b3b1-4858-a5c5-251279680430", 2182 + "roomCategoryName": "Deluxe Guest Room with Balcony", 1744 1744 "placementTypeName": "DBL", 1745 - "checkInDate": "2024-0 5-25T00:00:00.000",1746 - "checkOutDate": "2024-0 6-01T00:00:00.000",2184 + "checkInDate": "2024-09-07T00:00:00", 2185 + "checkOutDate": "2024-09-14T00:00:00", 1747 1747 "adults": 2, 1748 1748 "children": 0, 1749 - "districtUID": "8 53efcd4-6828-4878-aa01-2bb05b55e520",1750 - "districtName": " Dubai WorldCentral",1751 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",1752 - "cityName": " Dubai",2188 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 2189 + "districtName": "Al Aqah", 2190 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 2191 + "cityName": "Fujairah", 1753 1753 "countryCode": "AE", 1754 1754 "countryName": "United Arab Emirates", 1755 - "hasAlcohol": false,2194 + "hasAlcohol": true, 1756 1756 "hasFreeWifi": true, 1757 1757 "hasMetro": false, 1758 - "hasPool": false,2197 + "hasPool": true, 1759 1759 "hasMall": false, 1760 - "infantMaxAge": 5.99,1761 - "childMinAge": 6.0,2199 + "infantMaxAge": 1.99, 2200 + "childMinAge": 2.0, 1762 1762 "childMaxAge": 11.99, 1763 - "teenMinAge": 0.0,1764 - "teenMaxAge": 0.0,1765 - "adultMinAge": 1 2.0,1766 - "cancellationPolicyDescription": "Cancellation Policy: 1Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",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 %", 1767 1767 "cancellationPolicy": { 1768 1768 "noShowChargeValue": 100.0, 1769 1769 "noShowChargeValueType": "%", ... ... @@ -1771,7 +1771,7 @@ 1771 1771 "earlyDepartureChargeValueType": "%", 1772 1772 "conditions": [ 1773 1773 { 1774 - "timeunits": 1,2213 + "timeunits": 3, 1775 1775 "timeunitType": "Day", 1776 1776 "timeOffsetTypeName": "Before Arrival", 1777 1777 "chargeValue": 1.0, ... ... @@ -1781,11 +1781,11 @@ 1781 1781 } 1782 1782 }, 1783 1783 "flight": { 1784 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",1785 - "departureDate": "2024-0 5-25T00:00:00.000",1786 - "returnDate": "2024-0 6-01T00:00:00.000",1787 - "departureTicketsLeft": 4 8,1788 - "returnTicketsLeft": 33,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, 1789 1789 "departureAvailabilityType": "FreeSale", 1790 1790 "returnAvailabilityType": "FreeSale", 1791 1791 "isTwoWay": true, ... ... @@ -1801,13 +1801,13 @@ 1801 1801 "class": "Economy", 1802 1802 "lugageWeight": 20, 1803 1803 "handLugageWeight": 6, 1804 - "departureFlightDate": "2024-0 5-25T03:35:00.000",2243 + "departureFlightDate": "2024-09-07T03:40:00.000", 1805 1805 "departureCountryName": "Kazakhstan", 1806 1806 "departureCityName": "Almaty", 1807 1807 "departureAirportCode": "ALA", 1808 1808 "departureAirportName": "Almaty Intl Airport", 1809 1809 "departureTerminalCode": "ALA", 1810 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",2249 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 1811 1811 "arrivalCountryName": "United Arab Emirates", 1812 1812 "arrivalCityName": "Dubai", 1813 1813 "arrivalAirportCode": "DXB", ... ... @@ -1824,13 +1824,13 @@ 1824 1824 "class": "Economy", 1825 1825 "lugageWeight": 20, 1826 1826 "handLugageWeight": 6, 1827 - "departureFlightDate": "2024-0 6-01T21:25:00.000",2266 + "departureFlightDate": "2024-09-14T21:30:00.000", 1828 1828 "departureCountryName": "United Arab Emirates", 1829 1829 "departureCityName": "Dubai", 1830 1830 "departureAirportCode": "DXB", 1831 1831 "departureAirportName": "Dubai Intl Airport", 1832 1832 "departureTerminalCode": "DXB3", 1833 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",2272 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 1834 1834 "arrivalCountryName": "Kazakhstan", 1835 1835 "arrivalCityName": "Almaty", 1836 1836 "arrivalAirportCode": "ALA", ... ... @@ -1841,7 +1841,7 @@ 1841 1841 ], 1842 1842 "passengers": [ 1843 1843 { 1844 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",2283 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 1845 1845 "isAdult": true, 1846 1846 "selectedForwardBaggageCode": "INCLUDED", 1847 1847 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1865,7 +1865,7 @@ 1865 1865 ] 1866 1866 }, 1867 1867 { 1868 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",2307 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 1869 1869 "isAdult": true, 1870 1870 "selectedForwardBaggageCode": "INCLUDED", 1871 1871 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1891,65 +1891,59 @@ 1891 1891 ] 1892 1892 }, 1893 1893 "extraServices": [], 1894 - "insurancePrice": { 1895 - "name": "Medical INS (N10000)", 1896 - "price": 35.84, 1897 - "actualStartDate": "2024-05-25T00:00:00.000", 1898 - "actualEndDate": "2024-06-01T00:00:00.000", 1899 - "optional": false, 1900 - "includedInPackagePrice": true 1901 - }, 1902 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:9", 1903 - "sortCheckInOut": "25.05.2024-01.06.2024", 2333 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:6", 2334 + "sortCheckInOut": "07.09.2024-14.09.2024", 1904 1904 "sortAirline": "fly dubai", 1905 - "sortHotelName": "holiday inn dubai al maktoum airport", 1906 - "sortDetails": "ro", 1907 - "sortPlacement": "standard room dbl" 2336 + "sortHotelName": "le meridien al aqah beach resort", 2337 + "sortDetails": "bb", 2338 + "sortPlacement": "deluxe guest room with balcony dbl", 2339 + "subList": [], 2340 + "exchangeRate": 480.0 1908 1908 }, 1909 1909 { 1910 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:548b1992-812d-4b78-b164-c202addf37fb:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",2343 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:959cff0a-2a1b-4acc-ad05-661f2aad3fad:04abb186-80f6-4808-bce4-ae97cef85c51", 1911 1911 "priceCurrency": "USD", 1912 - "totalPrice": 950.99,1913 - "agentCommissionPercent": 0.0,1914 - "agentCommissionAmount": 0.0,2345 + "totalPrice": 1597.04, 2346 + "agentCommissionPercent": 9.0, 2347 + "agentCommissionAmount": 143.73, 1915 1915 "includedExtrasAmount": 0, 1916 1916 "priceDifference": 0, 1917 1917 "hotel": { 1918 - "hotelPriceId": "5 48b1992-812d-4b78-b164-c202addf37fb",1919 - "hotelName": " KingsgateAl JadafHotel",1920 - "hotelCode": " 835f48bc-9e35-4312-a383-059c919976d0",1921 - "nig ths": 7,1922 - "mealPlan": " RO",1923 - "hotelClass": " 3",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", 1924 1924 "hotelColor": "#000000", 1925 1925 "availabilityType": "FreeSale", 1926 1926 "availableRoomsCount": 0, 1927 1927 "fewRooms": true, 1928 - "roomCategoryCode": " 53e577d4-d45c-405f-867f-d367582227a1",1929 - "roomCategoryName": " StandardRoomCity View",2361 + "roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099", 2362 + "roomCategoryName": "Ocean View Room Twin", 1930 1930 "placementTypeName": "DBL", 1931 - "checkInDate": "2024-0 5-25T00:00:00.000",1932 - "checkOutDate": "2024-0 6-01T00:00:00.000",2364 + "checkInDate": "2024-09-07T00:00:00", 2365 + "checkOutDate": "2024-09-14T00:00:00", 1933 1933 "adults": 2, 1934 1934 "children": 0, 1935 - "districtUID": " b152b6e9-e172-4ff5-b2df-3703b783cdf9",1936 - "districtName": "Al Jaddaf",1937 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",1938 - "cityName": " Dubai",2368 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 2369 + "districtName": "Al Aqah", 2370 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 2371 + "cityName": "Fujairah", 1939 1939 "countryCode": "AE", 1940 1940 "countryName": "United Arab Emirates", 1941 - "hasAlcohol": false,2374 + "hasAlcohol": true, 1942 1942 "hasFreeWifi": true, 1943 1943 "hasMetro": false, 1944 - "hasPool": false,2377 + "hasPool": true, 1945 1945 "hasMall": false, 1946 - "infantMaxAge": 5.99,1947 - "childMinAge": 6.0,2379 + "infantMaxAge": 1.99, 2380 + "childMinAge": 2.0, 1948 1948 "childMaxAge": 11.99, 1949 1949 "teenMinAge": 0.0, 1950 1950 "teenMaxAge": 0.0, 1951 1951 "adultMinAge": 12.0, 1952 - "cancellationPolicyDescription": "Cancellation Policy: 1Day Before Arrival: 1.00Night, Early Departure: 100.00 %, NoShow: 100.00 %",2385 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 1953 1953 "cancellationPolicy": { 1954 1954 "noShowChargeValue": 100.0, 1955 1955 "noShowChargeValueType": "%", ... ... @@ -1957,21 +1957,21 @@ 1957 1957 "earlyDepartureChargeValueType": "%", 1958 1958 "conditions": [ 1959 1959 { 1960 - "timeunits": 1,2393 + "timeunits": 4, 1961 1961 "timeunitType": "Day", 1962 1962 "timeOffsetTypeName": "Before Arrival", 1963 - "chargeValue": 1.0, 1964 - "chargeValueType": " Night"2396 + "chargeValue": 100.0, 2397 + "chargeValueType": "%" 1965 1965 } 1966 1966 ] 1967 1967 } 1968 1968 }, 1969 1969 "flight": { 1970 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",1971 - "departureDate": "2024-0 5-25T00:00:00.000",1972 - "returnDate": "2024-0 6-01T00:00:00.000",1973 - "departureTicketsLeft": 4 8,1974 - "returnTicketsLeft": 33,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, 1975 1975 "departureAvailabilityType": "FreeSale", 1976 1976 "returnAvailabilityType": "FreeSale", 1977 1977 "isTwoWay": true, ... ... @@ -1987,13 +1987,13 @@ 1987 1987 "class": "Economy", 1988 1988 "lugageWeight": 20, 1989 1989 "handLugageWeight": 6, 1990 - "departureFlightDate": "2024-0 5-25T03:35:00.000",2423 + "departureFlightDate": "2024-09-07T03:40:00.000", 1991 1991 "departureCountryName": "Kazakhstan", 1992 1992 "departureCityName": "Almaty", 1993 1993 "departureAirportCode": "ALA", 1994 1994 "departureAirportName": "Almaty Intl Airport", 1995 1995 "departureTerminalCode": "ALA", 1996 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",2429 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 1997 1997 "arrivalCountryName": "United Arab Emirates", 1998 1998 "arrivalCityName": "Dubai", 1999 1999 "arrivalAirportCode": "DXB", ... ... @@ -2010,13 +2010,13 @@ 2010 2010 "class": "Economy", 2011 2011 "lugageWeight": 20, 2012 2012 "handLugageWeight": 6, 2013 - "departureFlightDate": "2024-0 6-01T21:25:00.000",2446 + "departureFlightDate": "2024-09-14T21:30:00.000", 2014 2014 "departureCountryName": "United Arab Emirates", 2015 2015 "departureCityName": "Dubai", 2016 2016 "departureAirportCode": "DXB", 2017 2017 "departureAirportName": "Dubai Intl Airport", 2018 2018 "departureTerminalCode": "DXB3", 2019 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",2452 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 2020 2020 "arrivalCountryName": "Kazakhstan", 2021 2021 "arrivalCityName": "Almaty", 2022 2022 "arrivalAirportCode": "ALA", ... ... @@ -2027,7 +2027,7 @@ 2027 2027 ], 2028 2028 "passengers": [ 2029 2029 { 2030 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",2463 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 2031 2031 "isAdult": true, 2032 2032 "selectedForwardBaggageCode": "INCLUDED", 2033 2033 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2051,7 +2051,7 @@ 2051 2051 ] 2052 2052 }, 2053 2053 { 2054 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",2487 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 2055 2055 "isAdult": true, 2056 2056 "selectedForwardBaggageCode": "INCLUDED", 2057 2057 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2077,65 +2077,59 @@ 2077 2077 ] 2078 2078 }, 2079 2079 "extraServices": [], 2080 - "insurancePrice": { 2081 - "name": "Medical INS (N10000)", 2082 - "price": 35.84, 2083 - "actualStartDate": "2024-05-25T00:00:00.000", 2084 - "actualEndDate": "2024-06-01T00:00:00.000", 2085 - "optional": false, 2086 - "includedInPackagePrice": true 2087 - }, 2088 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:10", 2089 - "sortCheckInOut": "25.05.2024-01.06.2024", 2513 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:7", 2514 + "sortCheckInOut": "07.09.2024-14.09.2024", 2090 2090 "sortAirline": "fly dubai", 2091 - "sortHotelName": "kingsgate al jadaf hotel", 2092 - "sortDetails": "ro", 2093 - "sortPlacement": "standard room city view dbl" 2516 + "sortHotelName": "fujairah rotana resort spa", 2517 + "sortDetails": "bb", 2518 + "sortPlacement": "ocean view room twin dbl", 2519 + "subList": [], 2520 + "exchangeRate": 480.0 2094 2094 }, 2095 2095 { 2096 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:2d79071b-9015-43cb-b68d-fa15bca7142d:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",2523 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:7bfa40fa-6a67-4ab5-998f-a59e3d669aef:04abb186-80f6-4808-bce4-ae97cef85c51", 2097 2097 "priceCurrency": "USD", 2098 - "totalPrice": 950.99,2099 - "agentCommissionPercent": 0.0,2100 - "agentCommissionAmount": 0.0,2525 + "totalPrice": 1597.04, 2526 + "agentCommissionPercent": 9.0, 2527 + "agentCommissionAmount": 143.73, 2101 2101 "includedExtrasAmount": 0, 2102 2102 "priceDifference": 0, 2103 2103 "hotel": { 2104 - "hotelPriceId": " 2d79071b-9015-43cb-b68d-fa15bca7142d",2105 - "hotelName": " ReflectionsHotel",2106 - "hotelCode": " 2b8e0fc5-88b0-4a37-9d68-55e821465ea1",2107 - "nig ths": 7,2108 - "mealPlan": " RO",2109 - "hotelClass": " 4",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", 2110 2110 "hotelColor": "#000000", 2111 - "availabilityType": " StopSale",2538 + "availabilityType": "OnRequest", 2112 2112 "availableRoomsCount": 0, 2113 2113 "fewRooms": true, 2114 - "roomCategoryCode": " 777a1e83-489c-45b5-89e1-7d4eb81e7f56",2115 - "roomCategoryName": " Deluxe Room ",2541 + "roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f", 2542 + "roomCategoryName": "Ocean View Room King", 2116 2116 "placementTypeName": "DBL", 2117 - "checkInDate": "2024-0 5-25T00:00:00.000",2118 - "checkOutDate": "2024-0 6-01T00:00:00.000",2544 + "checkInDate": "2024-09-07T00:00:00", 2545 + "checkOutDate": "2024-09-14T00:00:00", 2119 2119 "adults": 2, 2120 2120 "children": 0, 2121 - "districtUID": " b152b6e9-e172-4ff5-b2df-3703b783cdf9",2122 - "districtName": "Al Jaddaf",2123 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",2124 - "cityName": " Dubai",2548 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 2549 + "districtName": "Al Aqah", 2550 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 2551 + "cityName": "Fujairah", 2125 2125 "countryCode": "AE", 2126 2126 "countryName": "United Arab Emirates", 2127 - "hasAlcohol": false,2554 + "hasAlcohol": true, 2128 2128 "hasFreeWifi": true, 2129 2129 "hasMetro": false, 2130 2130 "hasPool": true, 2131 2131 "hasMall": false, 2132 - "infantMaxAge": 5.99,2133 - "childMinAge": 6.0,2559 + "infantMaxAge": 1.99, 2560 + "childMinAge": 2.0, 2134 2134 "childMaxAge": 11.99, 2135 2135 "teenMinAge": 0.0, 2136 2136 "teenMaxAge": 0.0, 2137 2137 "adultMinAge": 12.0, 2138 - "cancellationPolicyDescription": "Cancellation Policy: 2Day Before Arrival: 1.00Night, Early Departure: 100.00 %, NoShow: 100.00 %",2565 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 2139 2139 "cancellationPolicy": { 2140 2140 "noShowChargeValue": 100.0, 2141 2141 "noShowChargeValueType": "%", ... ... @@ -2143,21 +2143,21 @@ 2143 2143 "earlyDepartureChargeValueType": "%", 2144 2144 "conditions": [ 2145 2145 { 2146 - "timeunits": 2,2573 + "timeunits": 4, 2147 2147 "timeunitType": "Day", 2148 2148 "timeOffsetTypeName": "Before Arrival", 2149 - "chargeValue": 1.0, 2150 - "chargeValueType": " Night"2576 + "chargeValue": 100.0, 2577 + "chargeValueType": "%" 2151 2151 } 2152 2152 ] 2153 2153 } 2154 2154 }, 2155 2155 "flight": { 2156 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",2157 - "departureDate": "2024-0 5-25T00:00:00.000",2158 - "returnDate": "2024-0 6-01T00:00:00.000",2159 - "departureTicketsLeft": 4 8,2160 - "returnTicketsLeft": 33,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, 2161 2161 "departureAvailabilityType": "FreeSale", 2162 2162 "returnAvailabilityType": "FreeSale", 2163 2163 "isTwoWay": true, ... ... @@ -2173,13 +2173,13 @@ 2173 2173 "class": "Economy", 2174 2174 "lugageWeight": 20, 2175 2175 "handLugageWeight": 6, 2176 - "departureFlightDate": "2024-0 5-25T03:35:00.000",2603 + "departureFlightDate": "2024-09-07T03:40:00.000", 2177 2177 "departureCountryName": "Kazakhstan", 2178 2178 "departureCityName": "Almaty", 2179 2179 "departureAirportCode": "ALA", 2180 2180 "departureAirportName": "Almaty Intl Airport", 2181 2181 "departureTerminalCode": "ALA", 2182 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",2609 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 2183 2183 "arrivalCountryName": "United Arab Emirates", 2184 2184 "arrivalCityName": "Dubai", 2185 2185 "arrivalAirportCode": "DXB", ... ... @@ -2196,13 +2196,13 @@ 2196 2196 "class": "Economy", 2197 2197 "lugageWeight": 20, 2198 2198 "handLugageWeight": 6, 2199 - "departureFlightDate": "2024-0 6-01T21:25:00.000",2626 + "departureFlightDate": "2024-09-14T21:30:00.000", 2200 2200 "departureCountryName": "United Arab Emirates", 2201 2201 "departureCityName": "Dubai", 2202 2202 "departureAirportCode": "DXB", 2203 2203 "departureAirportName": "Dubai Intl Airport", 2204 2204 "departureTerminalCode": "DXB3", 2205 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",2632 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 2206 2206 "arrivalCountryName": "Kazakhstan", 2207 2207 "arrivalCityName": "Almaty", 2208 2208 "arrivalAirportCode": "ALA", ... ... @@ -2213,7 +2213,7 @@ 2213 2213 ], 2214 2214 "passengers": [ 2215 2215 { 2216 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",2643 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 2217 2217 "isAdult": true, 2218 2218 "selectedForwardBaggageCode": "INCLUDED", 2219 2219 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2237,7 +2237,7 @@ 2237 2237 ] 2238 2238 }, 2239 2239 { 2240 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",2667 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 2241 2241 "isAdult": true, 2242 2242 "selectedForwardBaggageCode": "INCLUDED", 2243 2243 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2263,65 +2263,59 @@ 2263 2263 ] 2264 2264 }, 2265 2265 "extraServices": [], 2266 - "insurancePrice": { 2267 - "name": "Medical INS (N10000)", 2268 - "price": 35.84, 2269 - "actualStartDate": "2024-05-25T00:00:00.000", 2270 - "actualEndDate": "2024-06-01T00:00:00.000", 2271 - "optional": false, 2272 - "includedInPackagePrice": true 2273 - }, 2274 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:11", 2275 - "sortCheckInOut": "25.05.2024-01.06.2024", 2693 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:8", 2694 + "sortCheckInOut": "07.09.2024-14.09.2024", 2276 2276 "sortAirline": "fly dubai", 2277 - "sortHotelName": "reflections hotel", 2278 - "sortDetails": "ro", 2279 - "sortPlacement": "deluxe room dbl" 2696 + "sortHotelName": "fujairah rotana resort spa", 2697 + "sortDetails": "bb", 2698 + "sortPlacement": "ocean view room king dbl", 2699 + "subList": [], 2700 + "exchangeRate": 480.0 2280 2280 }, 2281 2281 { 2282 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:fd0d752a-b5ac-4bf9-b46b-dc0bf3b2ca1e:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",2703 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:d5469b2f-d5f1-405c-aa79-49f89630c270:04abb186-80f6-4808-bce4-ae97cef85c51", 2283 2283 "priceCurrency": "USD", 2284 - "totalPrice": 950.99,2285 - "agentCommissionPercent": 0.0,2286 - "agentCommissionAmount": 0.0,2705 + "totalPrice": 1597.04, 2706 + "agentCommissionPercent": 9.0, 2707 + "agentCommissionAmount": 143.73, 2287 2287 "includedExtrasAmount": 0, 2288 2288 "priceDifference": 0, 2289 2289 "hotel": { 2290 - "hotelPriceId": " fd0d752a-b5ac-4bf9-b46b-dc0bf3b2ca1e",2291 - "hotelName": " ConcordePalaceHotelDubai",2292 - "hotelCode": "51 9e3fe9-1ebd-4571-98dd-32e85f0c3640",2293 - "nig ths": 7,2294 - "mealPlan": " RO",2295 - "hotelClass": " 3",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", 2296 2296 "hotelColor": "#000000", 2297 - "availabilityType": " FreeSale",2718 + "availabilityType": "OnRequest", 2298 2298 "availableRoomsCount": 0, 2299 2299 "fewRooms": true, 2300 - "roomCategoryCode": " 354f39a8-2b3a-4d88-8ac8-e74ba98a4995",2301 - "roomCategoryName": " StandardRoom",2721 + "roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f", 2722 + "roomCategoryName": "Ocean View Room King", 2302 2302 "placementTypeName": "DBL", 2303 - "checkInDate": "2024-0 5-25T00:00:00.000",2304 - "checkOutDate": "2024-0 6-01T00:00:00.000",2724 + "checkInDate": "2024-09-07T00:00:00", 2725 + "checkOutDate": "2024-09-14T00:00:00", 2305 2305 "adults": 2, 2306 2306 "children": 0, 2307 - "districtUID": " 0353f8b7-4649-41f7-97bc-a92c5a288992",2308 - "districtName": " BurDubai",2309 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",2310 - "cityName": " Dubai",2728 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 2729 + "districtName": "Al Aqah", 2730 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 2731 + "cityName": "Fujairah", 2311 2311 "countryCode": "AE", 2312 2312 "countryName": "United Arab Emirates", 2313 2313 "hasAlcohol": true, 2314 2314 "hasFreeWifi": true, 2315 2315 "hasMetro": false, 2316 - "hasPool": false,2737 + "hasPool": true, 2317 2317 "hasMall": false, 2318 - "infantMaxAge": 4.99,2319 - "childMinAge": 5.0,2739 + "infantMaxAge": 1.99, 2740 + "childMinAge": 2.0, 2320 2320 "childMaxAge": 11.99, 2321 2321 "teenMinAge": 0.0, 2322 2322 "teenMaxAge": 0.0, 2323 2323 "adultMinAge": 12.0, 2324 - "cancellationPolicyDescription": "Cancellation Policy: 2Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",2745 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 2325 2325 "cancellationPolicy": { 2326 2326 "noShowChargeValue": 100.0, 2327 2327 "noShowChargeValueType": "%", ... ... @@ -2329,7 +2329,7 @@ 2329 2329 "earlyDepartureChargeValueType": "%", 2330 2330 "conditions": [ 2331 2331 { 2332 - "timeunits": 2,2753 + "timeunits": 4, 2333 2333 "timeunitType": "Day", 2334 2334 "timeOffsetTypeName": "Before Arrival", 2335 2335 "chargeValue": 100.0, ... ... @@ -2339,11 +2339,11 @@ 2339 2339 } 2340 2340 }, 2341 2341 "flight": { 2342 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",2343 - "departureDate": "2024-0 5-25T00:00:00.000",2344 - "returnDate": "2024-0 6-01T00:00:00.000",2345 - "departureTicketsLeft": 4 8,2346 - "returnTicketsLeft": 33,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, 2347 2347 "departureAvailabilityType": "FreeSale", 2348 2348 "returnAvailabilityType": "FreeSale", 2349 2349 "isTwoWay": true, ... ... @@ -2359,13 +2359,13 @@ 2359 2359 "class": "Economy", 2360 2360 "lugageWeight": 20, 2361 2361 "handLugageWeight": 6, 2362 - "departureFlightDate": "2024-0 5-25T03:35:00.000",2783 + "departureFlightDate": "2024-09-07T03:40:00.000", 2363 2363 "departureCountryName": "Kazakhstan", 2364 2364 "departureCityName": "Almaty", 2365 2365 "departureAirportCode": "ALA", 2366 2366 "departureAirportName": "Almaty Intl Airport", 2367 2367 "departureTerminalCode": "ALA", 2368 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",2789 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 2369 2369 "arrivalCountryName": "United Arab Emirates", 2370 2370 "arrivalCityName": "Dubai", 2371 2371 "arrivalAirportCode": "DXB", ... ... @@ -2382,13 +2382,13 @@ 2382 2382 "class": "Economy", 2383 2383 "lugageWeight": 20, 2384 2384 "handLugageWeight": 6, 2385 - "departureFlightDate": "2024-0 6-01T21:25:00.000",2806 + "departureFlightDate": "2024-09-14T21:30:00.000", 2386 2386 "departureCountryName": "United Arab Emirates", 2387 2387 "departureCityName": "Dubai", 2388 2388 "departureAirportCode": "DXB", 2389 2389 "departureAirportName": "Dubai Intl Airport", 2390 2390 "departureTerminalCode": "DXB3", 2391 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",2812 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 2392 2392 "arrivalCountryName": "Kazakhstan", 2393 2393 "arrivalCityName": "Almaty", 2394 2394 "arrivalAirportCode": "ALA", ... ... @@ -2399,7 +2399,7 @@ 2399 2399 ], 2400 2400 "passengers": [ 2401 2401 { 2402 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",2823 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 2403 2403 "isAdult": true, 2404 2404 "selectedForwardBaggageCode": "INCLUDED", 2405 2405 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2423,7 +2423,7 @@ 2423 2423 ] 2424 2424 }, 2425 2425 { 2426 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",2847 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 2427 2427 "isAdult": true, 2428 2428 "selectedForwardBaggageCode": "INCLUDED", 2429 2429 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2449,65 +2449,59 @@ 2449 2449 ] 2450 2450 }, 2451 2451 "extraServices": [], 2452 - "insurancePrice": { 2453 - "name": "Medical INS (N10000)", 2454 - "price": 35.84, 2455 - "actualStartDate": "2024-05-25T00:00:00.000", 2456 - "actualEndDate": "2024-06-01T00:00:00.000", 2457 - "optional": false, 2458 - "includedInPackagePrice": true 2459 - }, 2460 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:12", 2461 - "sortCheckInOut": "25.05.2024-01.06.2024", 2873 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:9", 2874 + "sortCheckInOut": "07.09.2024-14.09.2024", 2462 2462 "sortAirline": "fly dubai", 2463 - "sortHotelName": "concorde palace hotel dubai", 2464 - "sortDetails": "ro", 2465 - "sortPlacement": "standard room dbl" 2876 + "sortHotelName": "fujairah rotana resort spa", 2877 + "sortDetails": "bb", 2878 + "sortPlacement": "ocean view room king dbl", 2879 + "subList": [], 2880 + "exchangeRate": 480.0 2466 2466 }, 2467 2467 { 2468 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:f6fa63f7-25d2-440d-8c90-acd6965c5dbc:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",2883 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:6b9bc85f-38e9-4096-b8cd-e36e7f5204f1:04abb186-80f6-4808-bce4-ae97cef85c51", 2469 2469 "priceCurrency": "USD", 2470 - "totalPrice": 950.99,2471 - "agentCommissionPercent": 0.0,2472 - "agentCommissionAmount": 0.0,2885 + "totalPrice": 1597.04, 2886 + "agentCommissionPercent": 9.0, 2887 + "agentCommissionAmount": 143.73, 2473 2473 "includedExtrasAmount": 0, 2474 2474 "priceDifference": 0, 2475 2475 "hotel": { 2476 - "hotelPriceId": " f6fa63f7-25d2-440d-8c90-acd6965c5dbc",2477 - "hotelName": " CityMaxBurDubai",2478 - "hotelCode": " fe6bf30c-73c2-490d-b704-7e172c4c089b",2479 - "nig ths": 7,2891 + "hotelPriceId": "6b9bc85f-38e9-4096-b8cd-e36e7f5204f1", 2892 + "hotelName": "Fujairah Rotana Resort Spa", 2893 + "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e", 2894 + "nights": 7, 2480 2480 "mealPlan": "BB", 2481 - "hotelClass": " 3",2896 + "hotelClass": "5", 2482 2482 "hotelColor": "#000000", 2483 2483 "availabilityType": "FreeSale", 2484 2484 "availableRoomsCount": 0, 2485 2485 "fewRooms": true, 2486 - "roomCategoryCode": " a1ef1c0c-7427-407e-a08e-791c44d50796",2487 - "roomCategoryName": " StandardRoom",2901 + "roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099", 2902 + "roomCategoryName": "Ocean View Room Twin", 2488 2488 "placementTypeName": "DBL", 2489 - "checkInDate": "2024-0 5-25T00:00:00.000",2490 - "checkOutDate": "2024-0 6-01T00:00:00.000",2904 + "checkInDate": "2024-09-07T00:00:00", 2905 + "checkOutDate": "2024-09-14T00:00:00", 2491 2491 "adults": 2, 2492 2492 "children": 0, 2493 - "districtUID": " 0353f8b7-4649-41f7-97bc-a92c5a288992",2494 - "districtName": " BurDubai",2495 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",2496 - "cityName": " Dubai",2908 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 2909 + "districtName": "Al Aqah", 2910 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 2911 + "cityName": "Fujairah", 2497 2497 "countryCode": "AE", 2498 2498 "countryName": "United Arab Emirates", 2499 2499 "hasAlcohol": true, 2500 2500 "hasFreeWifi": true, 2501 - "hasMetro": true,2916 + "hasMetro": false, 2502 2502 "hasPool": true, 2503 2503 "hasMall": false, 2504 - "infantMaxAge": 4.99,2505 - "childMinAge": 5.0,2919 + "infantMaxAge": 1.99, 2920 + "childMinAge": 2.0, 2506 2506 "childMaxAge": 11.99, 2507 2507 "teenMinAge": 0.0, 2508 2508 "teenMaxAge": 0.0, 2509 2509 "adultMinAge": 12.0, 2510 - "cancellationPolicyDescription": "Cancellation Policy: 3Day Before Arrival: 1.00Night, Early Departure: 100.00 %, NoShow: 100.00 %",2925 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 2511 2511 "cancellationPolicy": { 2512 2512 "noShowChargeValue": 100.0, 2513 2513 "noShowChargeValueType": "%", ... ... @@ -2515,21 +2515,21 @@ 2515 2515 "earlyDepartureChargeValueType": "%", 2516 2516 "conditions": [ 2517 2517 { 2518 - "timeunits": 3,2933 + "timeunits": 4, 2519 2519 "timeunitType": "Day", 2520 2520 "timeOffsetTypeName": "Before Arrival", 2521 - "chargeValue": 1.0, 2522 - "chargeValueType": " Night"2936 + "chargeValue": 100.0, 2937 + "chargeValueType": "%" 2523 2523 } 2524 2524 ] 2525 2525 } 2526 2526 }, 2527 2527 "flight": { 2528 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",2529 - "departureDate": "2024-0 5-25T00:00:00.000",2530 - "returnDate": "2024-0 6-01T00:00:00.000",2531 - "departureTicketsLeft": 4 8,2532 - "returnTicketsLeft": 33,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, 2533 2533 "departureAvailabilityType": "FreeSale", 2534 2534 "returnAvailabilityType": "FreeSale", 2535 2535 "isTwoWay": true, ... ... @@ -2545,13 +2545,13 @@ 2545 2545 "class": "Economy", 2546 2546 "lugageWeight": 20, 2547 2547 "handLugageWeight": 6, 2548 - "departureFlightDate": "2024-0 5-25T03:35:00.000",2963 + "departureFlightDate": "2024-09-07T03:40:00.000", 2549 2549 "departureCountryName": "Kazakhstan", 2550 2550 "departureCityName": "Almaty", 2551 2551 "departureAirportCode": "ALA", 2552 2552 "departureAirportName": "Almaty Intl Airport", 2553 2553 "departureTerminalCode": "ALA", 2554 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",2969 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 2555 2555 "arrivalCountryName": "United Arab Emirates", 2556 2556 "arrivalCityName": "Dubai", 2557 2557 "arrivalAirportCode": "DXB", ... ... @@ -2568,13 +2568,13 @@ 2568 2568 "class": "Economy", 2569 2569 "lugageWeight": 20, 2570 2570 "handLugageWeight": 6, 2571 - "departureFlightDate": "2024-0 6-01T21:25:00.000",2986 + "departureFlightDate": "2024-09-14T21:30:00.000", 2572 2572 "departureCountryName": "United Arab Emirates", 2573 2573 "departureCityName": "Dubai", 2574 2574 "departureAirportCode": "DXB", 2575 2575 "departureAirportName": "Dubai Intl Airport", 2576 2576 "departureTerminalCode": "DXB3", 2577 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",2992 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 2578 2578 "arrivalCountryName": "Kazakhstan", 2579 2579 "arrivalCityName": "Almaty", 2580 2580 "arrivalAirportCode": "ALA", ... ... @@ -2585,7 +2585,7 @@ 2585 2585 ], 2586 2586 "passengers": [ 2587 2587 { 2588 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",3003 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 2589 2589 "isAdult": true, 2590 2590 "selectedForwardBaggageCode": "INCLUDED", 2591 2591 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2609,7 +2609,7 @@ 2609 2609 ] 2610 2610 }, 2611 2611 { 2612 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",3027 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 2613 2613 "isAdult": true, 2614 2614 "selectedForwardBaggageCode": "INCLUDED", 2615 2615 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2635,65 +2635,59 @@ 2635 2635 ] 2636 2636 }, 2637 2637 "extraServices": [], 2638 - "insurancePrice": { 2639 - "name": "Medical INS (N10000)", 2640 - "price": 35.84, 2641 - "actualStartDate": "2024-05-25T00:00:00.000", 2642 - "actualEndDate": "2024-06-01T00:00:00.000", 2643 - "optional": false, 2644 - "includedInPackagePrice": true 2645 - }, 2646 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:13", 2647 - "sortCheckInOut": "25.05.2024-01.06.2024", 3053 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:10", 3054 + "sortCheckInOut": "07.09.2024-14.09.2024", 2648 2648 "sortAirline": "fly dubai", 2649 - "sortHotelName": " citymaxburdubai",3056 + "sortHotelName": "fujairah rotana resort spa", 2650 2650 "sortDetails": "bb", 2651 - "sortPlacement": "standard room dbl" 3058 + "sortPlacement": "ocean view room twin dbl", 3059 + "subList": [], 3060 + "exchangeRate": 480.0 2652 2652 }, 2653 2653 { 2654 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:28a7bc68-07b6-4401-af7a-f126d7c8eb7d:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",3063 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:fc3edcab-fad9-41a7-a03a-095db2c323fd:04abb186-80f6-4808-bce4-ae97cef85c51", 2655 2655 "priceCurrency": "USD", 2656 - "totalPrice": 950.99,2657 - "agentCommissionPercent": 0.0,2658 - "agentCommissionAmount": 0. 0,3065 + "totalPrice": 1672.57, 3066 + "agentCommissionPercent": 9.0, 3067 + "agentCommissionAmount": 150.53, 2659 2659 "includedExtrasAmount": 0, 2660 2660 "priceDifference": 0, 2661 2661 "hotel": { 2662 - "hotelPriceId": " 28a7bc68-07b6-4401-af7a-f126d7c8eb7d",2663 - "hotelName": " PearlSwiss Hotel",2664 - "hotelCode": " 0991be88-373b-4e76-908b-0ba66307ef3e",2665 - "nig ths": 7,2666 - "mealPlan": " RO",2667 - "hotelClass": " 4",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", 2668 2668 "hotelColor": "#000000", 2669 2669 "availabilityType": "FreeSale", 2670 2670 "availableRoomsCount": 0, 2671 2671 "fewRooms": true, 2672 - "roomCategoryCode": " 0354ade3-baad-4a1a-a2e7-cd011afd68ba",2673 - "roomCategoryName": " Superior (Standard)Room",3081 + "roomCategoryCode": "d544f59a-df57-4dc4-b1cd-b7263c02a5cc", 3082 + "roomCategoryName": "Garden View Room Twin with Terrace", 2674 2674 "placementTypeName": "DBL", 2675 - "checkInDate": "2024-0 5-25T00:00:00.000",2676 - "checkOutDate": "2024-0 6-01T00:00:00.000",3084 + "checkInDate": "2024-09-07T00:00:00", 3085 + "checkOutDate": "2024-09-14T00:00:00", 2677 2677 "adults": 2, 2678 2678 "children": 0, 2679 - "districtUID": " aaff2238-fa72-4900-83f8-a16990415547",2680 - "districtName": " Deira",2681 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",2682 - "cityName": " Dubai",3088 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 3089 + "districtName": "Al Aqah", 3090 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 3091 + "cityName": "Fujairah", 2683 2683 "countryCode": "AE", 2684 2684 "countryName": "United Arab Emirates", 2685 - "hasAlcohol": false,3094 + "hasAlcohol": true, 2686 2686 "hasFreeWifi": true, 2687 2687 "hasMetro": false, 2688 2688 "hasPool": true, 2689 2689 "hasMall": false, 2690 - "infantMaxAge": 4.99,2691 - "childMinAge": 5.0,3099 + "infantMaxAge": 1.99, 3100 + "childMinAge": 2.0, 2692 2692 "childMaxAge": 11.99, 2693 2693 "teenMinAge": 0.0, 2694 2694 "teenMaxAge": 0.0, 2695 2695 "adultMinAge": 12.0, 2696 - "cancellationPolicyDescription": "Cancellation Policy: 1Day Before Arrival: 1.00Night, Early Departure: 100.00 %, NoShow: 100.00 %",3105 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 2697 2697 "cancellationPolicy": { 2698 2698 "noShowChargeValue": 100.0, 2699 2699 "noShowChargeValueType": "%", ... ... @@ -2701,21 +2701,21 @@ 2701 2701 "earlyDepartureChargeValueType": "%", 2702 2702 "conditions": [ 2703 2703 { 2704 - "timeunits": 1,3113 + "timeunits": 4, 2705 2705 "timeunitType": "Day", 2706 2706 "timeOffsetTypeName": "Before Arrival", 2707 - "chargeValue": 1.0, 2708 - "chargeValueType": " Night"3116 + "chargeValue": 100.0, 3117 + "chargeValueType": "%" 2709 2709 } 2710 2710 ] 2711 2711 } 2712 2712 }, 2713 2713 "flight": { 2714 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",2715 - "departureDate": "2024-0 5-25T00:00:00.000",2716 - "returnDate": "2024-0 6-01T00:00:00.000",2717 - "departureTicketsLeft": 4 8,2718 - "returnTicketsLeft": 33,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, 2719 2719 "departureAvailabilityType": "FreeSale", 2720 2720 "returnAvailabilityType": "FreeSale", 2721 2721 "isTwoWay": true, ... ... @@ -2731,13 +2731,13 @@ 2731 2731 "class": "Economy", 2732 2732 "lugageWeight": 20, 2733 2733 "handLugageWeight": 6, 2734 - "departureFlightDate": "2024-0 5-25T03:35:00.000",3143 + "departureFlightDate": "2024-09-07T03:40:00.000", 2735 2735 "departureCountryName": "Kazakhstan", 2736 2736 "departureCityName": "Almaty", 2737 2737 "departureAirportCode": "ALA", 2738 2738 "departureAirportName": "Almaty Intl Airport", 2739 2739 "departureTerminalCode": "ALA", 2740 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",3149 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 2741 2741 "arrivalCountryName": "United Arab Emirates", 2742 2742 "arrivalCityName": "Dubai", 2743 2743 "arrivalAirportCode": "DXB", ... ... @@ -2754,13 +2754,13 @@ 2754 2754 "class": "Economy", 2755 2755 "lugageWeight": 20, 2756 2756 "handLugageWeight": 6, 2757 - "departureFlightDate": "2024-0 6-01T21:25:00.000",3166 + "departureFlightDate": "2024-09-14T21:30:00.000", 2758 2758 "departureCountryName": "United Arab Emirates", 2759 2759 "departureCityName": "Dubai", 2760 2760 "departureAirportCode": "DXB", 2761 2761 "departureAirportName": "Dubai Intl Airport", 2762 2762 "departureTerminalCode": "DXB3", 2763 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",3172 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 2764 2764 "arrivalCountryName": "Kazakhstan", 2765 2765 "arrivalCityName": "Almaty", 2766 2766 "arrivalAirportCode": "ALA", ... ... @@ -2771,7 +2771,7 @@ 2771 2771 ], 2772 2772 "passengers": [ 2773 2773 { 2774 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",3183 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 2775 2775 "isAdult": true, 2776 2776 "selectedForwardBaggageCode": "INCLUDED", 2777 2777 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2795,7 +2795,7 @@ 2795 2795 ] 2796 2796 }, 2797 2797 { 2798 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",3207 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 2799 2799 "isAdult": true, 2800 2800 "selectedForwardBaggageCode": "INCLUDED", 2801 2801 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2821,51 +2821,45 @@ 2821 2821 ] 2822 2822 }, 2823 2823 "extraServices": [], 2824 - "insurancePrice": { 2825 - "name": "Medical INS (N10000)", 2826 - "price": 35.84, 2827 - "actualStartDate": "2024-05-25T00:00:00.000", 2828 - "actualEndDate": "2024-06-01T00:00:00.000", 2829 - "optional": false, 2830 - "includedInPackagePrice": true 2831 - }, 2832 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:14", 2833 - "sortCheckInOut": "25.05.2024-01.06.2024", 3233 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:11", 3234 + "sortCheckInOut": "07.09.2024-14.09.2024", 2834 2834 "sortAirline": "fly dubai", 2835 - "sortHotelName": "pearl swiss hotel", 2836 - "sortDetails": "ro", 2837 - "sortPlacement": "superior standard room dbl" 3236 + "sortHotelName": "fujairah rotana resort spa", 3237 + "sortDetails": "bb", 3238 + "sortPlacement": "garden view room twin with terrace dbl", 3239 + "subList": [], 3240 + "exchangeRate": 480.0 2838 2838 }, 2839 2839 { 2840 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:1b727487-ed18-4dbc-83d7-4d1ca358c20f:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",3243 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:07655d65-2000-45cd-b370-8abef039af1f:04abb186-80f6-4808-bce4-ae97cef85c51", 2841 2841 "priceCurrency": "USD", 2842 - "totalPrice": 954.99,2843 - "agentCommissionPercent": 0.0,2844 - "agentCommissionAmount": 0. 0,3245 + "totalPrice": 1672.57, 3246 + "agentCommissionPercent": 9.0, 3247 + "agentCommissionAmount": 150.53, 2845 2845 "includedExtrasAmount": 0, 2846 2846 "priceDifference": 0, 2847 2847 "hotel": { 2848 - "hotelPriceId": " 1b727487-ed18-4dbc-83d7-4d1ca358c20f",2849 - "hotelName": " Red CastleHotelSharjah",2850 - "hotelCode": " 6cf843a8-6430-4d2a-a600-450925ed790f",2851 - "nig ths": 7,2852 - "mealPlan": " RO",2853 - "hotelClass": " 4",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", 2854 2854 "hotelColor": "#000000", 2855 2855 "availabilityType": "FreeSale", 2856 2856 "availableRoomsCount": 0, 2857 2857 "fewRooms": true, 2858 - "roomCategoryCode": " afa5f047-ad92-4290-b06d-f5a44eed782e",2859 - "roomCategoryName": " DeluxeSuite",3261 + "roomCategoryCode": "65a0dc25-b738-4c5a-838c-2f3b30b6427e", 3262 + "roomCategoryName": "Garden View Room King with Terrace", 2860 2860 "placementTypeName": "DBL", 2861 - "checkInDate": "2024-0 5-25T00:00:00.000",2862 - "checkOutDate": "2024-0 6-01T00:00:00.000",3264 + "checkInDate": "2024-09-07T00:00:00", 3265 + "checkOutDate": "2024-09-14T00:00:00", 2863 2863 "adults": 2, 2864 2864 "children": 0, 2865 - "districtUID": " 7ac1bbc8-59ea-4977-b272-ed8553f94f9b",2866 - "districtName": " Sharjah",2867 - "cityUID": " f78ac3bc-f040-46d0-8319-2c52083080a6",2868 - "cityName": " Sharjah",3268 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 3269 + "districtName": "Al Aqah", 3270 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 3271 + "cityName": "Fujairah", 2869 2869 "countryCode": "AE", 2870 2870 "countryName": "United Arab Emirates", 2871 2871 "hasAlcohol": true, ... ... @@ -2873,13 +2873,13 @@ 2873 2873 "hasMetro": false, 2874 2874 "hasPool": true, 2875 2875 "hasMall": false, 2876 - "infantMaxAge": 5.99,2877 - "childMinAge": 6.0,3279 + "infantMaxAge": 1.99, 3280 + "childMinAge": 2.0, 2878 2878 "childMaxAge": 11.99, 2879 2879 "teenMinAge": 0.0, 2880 2880 "teenMaxAge": 0.0, 2881 2881 "adultMinAge": 12.0, 2882 - "cancellationPolicyDescription": "Cancellation Policy: 2Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",3285 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 2883 2883 "cancellationPolicy": { 2884 2884 "noShowChargeValue": 100.0, 2885 2885 "noShowChargeValueType": "%", ... ... @@ -2887,7 +2887,7 @@ 2887 2887 "earlyDepartureChargeValueType": "%", 2888 2888 "conditions": [ 2889 2889 { 2890 - "timeunits": 2,3293 + "timeunits": 4, 2891 2891 "timeunitType": "Day", 2892 2892 "timeOffsetTypeName": "Before Arrival", 2893 2893 "chargeValue": 100.0, ... ... @@ -2897,11 +2897,11 @@ 2897 2897 } 2898 2898 }, 2899 2899 "flight": { 2900 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",2901 - "departureDate": "2024-0 5-25T00:00:00.000",2902 - "returnDate": "2024-0 6-01T00:00:00.000",2903 - "departureTicketsLeft": 4 8,2904 - "returnTicketsLeft": 33,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, 2905 2905 "departureAvailabilityType": "FreeSale", 2906 2906 "returnAvailabilityType": "FreeSale", 2907 2907 "isTwoWay": true, ... ... @@ -2917,13 +2917,13 @@ 2917 2917 "class": "Economy", 2918 2918 "lugageWeight": 20, 2919 2919 "handLugageWeight": 6, 2920 - "departureFlightDate": "2024-0 5-25T03:35:00.000",3323 + "departureFlightDate": "2024-09-07T03:40:00.000", 2921 2921 "departureCountryName": "Kazakhstan", 2922 2922 "departureCityName": "Almaty", 2923 2923 "departureAirportCode": "ALA", 2924 2924 "departureAirportName": "Almaty Intl Airport", 2925 2925 "departureTerminalCode": "ALA", 2926 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",3329 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 2927 2927 "arrivalCountryName": "United Arab Emirates", 2928 2928 "arrivalCityName": "Dubai", 2929 2929 "arrivalAirportCode": "DXB", ... ... @@ -2940,13 +2940,13 @@ 2940 2940 "class": "Economy", 2941 2941 "lugageWeight": 20, 2942 2942 "handLugageWeight": 6, 2943 - "departureFlightDate": "2024-0 6-01T21:25:00.000",3346 + "departureFlightDate": "2024-09-14T21:30:00.000", 2944 2944 "departureCountryName": "United Arab Emirates", 2945 2945 "departureCityName": "Dubai", 2946 2946 "departureAirportCode": "DXB", 2947 2947 "departureAirportName": "Dubai Intl Airport", 2948 2948 "departureTerminalCode": "DXB3", 2949 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",3352 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 2950 2950 "arrivalCountryName": "Kazakhstan", 2951 2951 "arrivalCityName": "Almaty", 2952 2952 "arrivalAirportCode": "ALA", ... ... @@ -2957,7 +2957,7 @@ 2957 2957 ], 2958 2958 "passengers": [ 2959 2959 { 2960 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",3363 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 2961 2961 "isAdult": true, 2962 2962 "selectedForwardBaggageCode": "INCLUDED", 2963 2963 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2981,7 +2981,7 @@ 2981 2981 ] 2982 2982 }, 2983 2983 { 2984 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",3387 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 2985 2985 "isAdult": true, 2986 2986 "selectedForwardBaggageCode": "INCLUDED", 2987 2987 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3007,65 +3007,59 @@ 3007 3007 ] 3008 3008 }, 3009 3009 "extraServices": [], 3010 - "insurancePrice": { 3011 - "name": "Medical INS (N10000)", 3012 - "price": 35.84, 3013 - "actualStartDate": "2024-05-25T00:00:00.000", 3014 - "actualEndDate": "2024-06-01T00:00:00.000", 3015 - "optional": false, 3016 - "includedInPackagePrice": true 3017 - }, 3018 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:15", 3019 - "sortCheckInOut": "25.05.2024-01.06.2024", 3413 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:12", 3414 + "sortCheckInOut": "07.09.2024-14.09.2024", 3020 3020 "sortAirline": "fly dubai", 3021 - "sortHotelName": "red castle hotel sharjah", 3022 - "sortDetails": "ro", 3023 - "sortPlacement": "deluxe suite dbl" 3416 + "sortHotelName": "fujairah rotana resort spa", 3417 + "sortDetails": "bb", 3418 + "sortPlacement": "garden view room king with terrace dbl", 3419 + "subList": [], 3420 + "exchangeRate": 480.0 3024 3024 }, 3025 3025 { 3026 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:a8f703f8-207f-4e48-89f8-b03720d83da2:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",3423 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:1aa18de2-a9f5-4fe6-83dd-67cf4a35690c:04abb186-80f6-4808-bce4-ae97cef85c51", 3027 3027 "priceCurrency": "USD", 3028 - "totalPrice": 955.47,3029 - "agentCommissionPercent": 0.0,3030 - "agentCommissionAmount": 0. 0,3425 + "totalPrice": 1672.57, 3426 + "agentCommissionPercent": 9.0, 3427 + "agentCommissionAmount": 150.53, 3031 3031 "includedExtrasAmount": 0, 3032 3032 "priceDifference": 0, 3033 3033 "hotel": { 3034 - "hotelPriceId": "a8 f703f8-207f-4e48-89f8-b03720d83da2",3035 - "hotelName": " ConcordeInnHotel",3036 - "hotelCode": " 27079d64-fd42-4880-9351-362a90207987",3037 - "nig ths": 7,3038 - "mealPlan": " RO",3039 - "hotelClass": " 2",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", 3040 3040 "hotelColor": "#000000", 3041 3041 "availabilityType": "FreeSale", 3042 3042 "availableRoomsCount": 0, 3043 3043 "fewRooms": true, 3044 - "roomCategoryCode": " 2af2f9cf-90f9-4045-8a27-2808f860cfdb",3045 - "roomCategoryName": " Standard Room",3441 + "roomCategoryCode": "65a0dc25-b738-4c5a-838c-2f3b30b6427e", 3442 + "roomCategoryName": "Garden View Room King with Terrace", 3046 3046 "placementTypeName": "DBL", 3047 - "checkInDate": "2024-0 5-25T00:00:00.000",3048 - "checkOutDate": "2024-0 6-01T00:00:00.000",3444 + "checkInDate": "2024-09-07T00:00:00", 3445 + "checkOutDate": "2024-09-14T00:00:00", 3049 3049 "adults": 2, 3050 3050 "children": 0, 3051 - "districtUID": " 0353f8b7-4649-41f7-97bc-a92c5a288992",3052 - "districtName": " BurDubai",3053 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",3054 - "cityName": " Dubai",3448 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 3449 + "districtName": "Al Aqah", 3450 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 3451 + "cityName": "Fujairah", 3055 3055 "countryCode": "AE", 3056 3056 "countryName": "United Arab Emirates", 3057 - "hasAlcohol": false,3454 + "hasAlcohol": true, 3058 3058 "hasFreeWifi": true, 3059 3059 "hasMetro": false, 3060 - "hasPool": false,3457 + "hasPool": true, 3061 3061 "hasMall": false, 3062 - "infantMaxAge": 4.99,3063 - "childMinAge": 5.0,3064 - "childMaxAge": 1 0.99,3459 + "infantMaxAge": 1.99, 3460 + "childMinAge": 2.0, 3461 + "childMaxAge": 11.99, 3065 3065 "teenMinAge": 0.0, 3066 3066 "teenMaxAge": 0.0, 3067 - "adultMinAge": 1 1.0,3068 - "cancellationPolicyDescription": "Cancellation Policy: Nonrefundable",3464 + "adultMinAge": 12.0, 3465 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 3069 3069 "cancellationPolicy": { 3070 3070 "noShowChargeValue": 100.0, 3071 3071 "noShowChargeValueType": "%", ... ... @@ -3073,7 +3073,7 @@ 3073 3073 "earlyDepartureChargeValueType": "%", 3074 3074 "conditions": [ 3075 3075 { 3076 - "timeunits": 365,3473 + "timeunits": 4, 3077 3077 "timeunitType": "Day", 3078 3078 "timeOffsetTypeName": "Before Arrival", 3079 3079 "chargeValue": 100.0, ... ... @@ -3083,11 +3083,11 @@ 3083 3083 } 3084 3084 }, 3085 3085 "flight": { 3086 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",3087 - "departureDate": "2024-0 5-25T00:00:00.000",3088 - "returnDate": "2024-0 6-01T00:00:00.000",3089 - "departureTicketsLeft": 4 8,3090 - "returnTicketsLeft": 33,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, 3091 3091 "departureAvailabilityType": "FreeSale", 3092 3092 "returnAvailabilityType": "FreeSale", 3093 3093 "isTwoWay": true, ... ... @@ -3103,13 +3103,13 @@ 3103 3103 "class": "Economy", 3104 3104 "lugageWeight": 20, 3105 3105 "handLugageWeight": 6, 3106 - "departureFlightDate": "2024-0 5-25T03:35:00.000",3503 + "departureFlightDate": "2024-09-07T03:40:00.000", 3107 3107 "departureCountryName": "Kazakhstan", 3108 3108 "departureCityName": "Almaty", 3109 3109 "departureAirportCode": "ALA", 3110 3110 "departureAirportName": "Almaty Intl Airport", 3111 3111 "departureTerminalCode": "ALA", 3112 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",3509 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 3113 3113 "arrivalCountryName": "United Arab Emirates", 3114 3114 "arrivalCityName": "Dubai", 3115 3115 "arrivalAirportCode": "DXB", ... ... @@ -3126,13 +3126,13 @@ 3126 3126 "class": "Economy", 3127 3127 "lugageWeight": 20, 3128 3128 "handLugageWeight": 6, 3129 - "departureFlightDate": "2024-0 6-01T21:25:00.000",3526 + "departureFlightDate": "2024-09-14T21:30:00.000", 3130 3130 "departureCountryName": "United Arab Emirates", 3131 3131 "departureCityName": "Dubai", 3132 3132 "departureAirportCode": "DXB", 3133 3133 "departureAirportName": "Dubai Intl Airport", 3134 3134 "departureTerminalCode": "DXB3", 3135 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",3532 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 3136 3136 "arrivalCountryName": "Kazakhstan", 3137 3137 "arrivalCityName": "Almaty", 3138 3138 "arrivalAirportCode": "ALA", ... ... @@ -3143,7 +3143,7 @@ 3143 3143 ], 3144 3144 "passengers": [ 3145 3145 { 3146 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",3543 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 3147 3147 "isAdult": true, 3148 3148 "selectedForwardBaggageCode": "INCLUDED", 3149 3149 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3167,7 +3167,7 @@ 3167 3167 ] 3168 3168 }, 3169 3169 { 3170 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",3567 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 3171 3171 "isAdult": true, 3172 3172 "selectedForwardBaggageCode": "INCLUDED", 3173 3173 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3193,65 +3193,59 @@ 3193 3193 ] 3194 3194 }, 3195 3195 "extraServices": [], 3196 - "insurancePrice": { 3197 - "name": "Medical INS (N10000)", 3198 - "price": 35.84, 3199 - "actualStartDate": "2024-05-25T00:00:00.000", 3200 - "actualEndDate": "2024-06-01T00:00:00.000", 3201 - "optional": false, 3202 - "includedInPackagePrice": true 3203 - }, 3204 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:16", 3205 - "sortCheckInOut": "25.05.2024-01.06.2024", 3593 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:13", 3594 + "sortCheckInOut": "07.09.2024-14.09.2024", 3206 3206 "sortAirline": "fly dubai", 3207 - "sortHotelName": "concorde inn hotel", 3208 - "sortDetails": "ro", 3209 - "sortPlacement": "standard room dbl" 3596 + "sortHotelName": "fujairah rotana resort spa", 3597 + "sortDetails": "bb", 3598 + "sortPlacement": "garden view room king with terrace dbl", 3599 + "subList": [], 3600 + "exchangeRate": 480.0 3210 3210 }, 3211 3211 { 3212 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:5f6de21e-6d76-4120-b9d4-c1356c6e3a06:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",3603 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:828e9137-9b6d-4bde-96b6-fa81d41c455f:04abb186-80f6-4808-bce4-ae97cef85c51", 3213 3213 "priceCurrency": "USD", 3214 - "totalPrice": 960.58,3215 - "agentCommissionPercent": 0.0,3216 - "agentCommissionAmount": 0. 0,3605 + "totalPrice": 1672.57, 3606 + "agentCommissionPercent": 9.0, 3607 + "agentCommissionAmount": 150.53, 3217 3217 "includedExtrasAmount": 0, 3218 3218 "priceDifference": 0, 3219 3219 "hotel": { 3220 - "hotelPriceId": " 5f6de21e-6d76-4120-b9d4-c1356c6e3a06",3221 - "hotelName": " KingsgateCanalby Millennium Hotel",3222 - "hotelCode": "5 e92da79-14ea-4c74-8004-8b57f6ad77de",3223 - "nig ths": 7,3224 - "mealPlan": " RO",3225 - "hotelClass": " 3",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", 3226 3226 "hotelColor": "#000000", 3227 3227 "availabilityType": "FreeSale", 3228 3228 "availableRoomsCount": 0, 3229 3229 "fewRooms": true, 3230 - "roomCategoryCode": " 22438123-aecc-4f61-9cd3-ab2c7de4a11f",3231 - "roomCategoryName": " Standard RoomCityView",3621 + "roomCategoryCode": "d544f59a-df57-4dc4-b1cd-b7263c02a5cc", 3622 + "roomCategoryName": "Garden View Room Twin with Terrace", 3232 3232 "placementTypeName": "DBL", 3233 - "checkInDate": "2024-0 5-25T00:00:00.000",3234 - "checkOutDate": "2024-0 6-01T00:00:00.000",3624 + "checkInDate": "2024-09-07T00:00:00", 3625 + "checkOutDate": "2024-09-14T00:00:00", 3235 3235 "adults": 2, 3236 3236 "children": 0, 3237 - "districtUID": " b152b6e9-e172-4ff5-b2df-3703b783cdf9",3238 - "districtName": "Al Jaddaf",3239 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",3240 - "cityName": " Dubai",3628 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 3629 + "districtName": "Al Aqah", 3630 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 3631 + "cityName": "Fujairah", 3241 3241 "countryCode": "AE", 3242 3242 "countryName": "United Arab Emirates", 3243 - "hasAlcohol": false,3634 + "hasAlcohol": true, 3244 3244 "hasFreeWifi": true, 3245 3245 "hasMetro": false, 3246 - "hasPool": false,3637 + "hasPool": true, 3247 3247 "hasMall": false, 3248 - "infantMaxAge": 5.99,3249 - "childMinAge": 6.0,3639 + "infantMaxAge": 1.99, 3640 + "childMinAge": 2.0, 3250 3250 "childMaxAge": 11.99, 3251 3251 "teenMinAge": 0.0, 3252 3252 "teenMaxAge": 0.0, 3253 3253 "adultMinAge": 12.0, 3254 - "cancellationPolicyDescription": "Cancellation Policy: Nonrefundable",3645 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 3255 3255 "cancellationPolicy": { 3256 3256 "noShowChargeValue": 100.0, 3257 3257 "noShowChargeValueType": "%", ... ... @@ -3259,7 +3259,7 @@ 3259 3259 "earlyDepartureChargeValueType": "%", 3260 3260 "conditions": [ 3261 3261 { 3262 - "timeunits": 365,3653 + "timeunits": 4, 3263 3263 "timeunitType": "Day", 3264 3264 "timeOffsetTypeName": "Before Arrival", 3265 3265 "chargeValue": 100.0, ... ... @@ -3269,11 +3269,11 @@ 3269 3269 } 3270 3270 }, 3271 3271 "flight": { 3272 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",3273 - "departureDate": "2024-0 5-25T00:00:00.000",3274 - "returnDate": "2024-0 6-01T00:00:00.000",3275 - "departureTicketsLeft": 4 8,3276 - "returnTicketsLeft": 33,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, 3277 3277 "departureAvailabilityType": "FreeSale", 3278 3278 "returnAvailabilityType": "FreeSale", 3279 3279 "isTwoWay": true, ... ... @@ -3289,13 +3289,13 @@ 3289 3289 "class": "Economy", 3290 3290 "lugageWeight": 20, 3291 3291 "handLugageWeight": 6, 3292 - "departureFlightDate": "2024-0 5-25T03:35:00.000",3683 + "departureFlightDate": "2024-09-07T03:40:00.000", 3293 3293 "departureCountryName": "Kazakhstan", 3294 3294 "departureCityName": "Almaty", 3295 3295 "departureAirportCode": "ALA", 3296 3296 "departureAirportName": "Almaty Intl Airport", 3297 3297 "departureTerminalCode": "ALA", 3298 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",3689 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 3299 3299 "arrivalCountryName": "United Arab Emirates", 3300 3300 "arrivalCityName": "Dubai", 3301 3301 "arrivalAirportCode": "DXB", ... ... @@ -3312,13 +3312,13 @@ 3312 3312 "class": "Economy", 3313 3313 "lugageWeight": 20, 3314 3314 "handLugageWeight": 6, 3315 - "departureFlightDate": "2024-0 6-01T21:25:00.000",3706 + "departureFlightDate": "2024-09-14T21:30:00.000", 3316 3316 "departureCountryName": "United Arab Emirates", 3317 3317 "departureCityName": "Dubai", 3318 3318 "departureAirportCode": "DXB", 3319 3319 "departureAirportName": "Dubai Intl Airport", 3320 3320 "departureTerminalCode": "DXB3", 3321 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",3712 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 3322 3322 "arrivalCountryName": "Kazakhstan", 3323 3323 "arrivalCityName": "Almaty", 3324 3324 "arrivalAirportCode": "ALA", ... ... @@ -3329,7 +3329,7 @@ 3329 3329 ], 3330 3330 "passengers": [ 3331 3331 { 3332 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",3723 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 3333 3333 "isAdult": true, 3334 3334 "selectedForwardBaggageCode": "INCLUDED", 3335 3335 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3353,7 +3353,7 @@ 3353 3353 ] 3354 3354 }, 3355 3355 { 3356 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",3747 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 3357 3357 "isAdult": true, 3358 3358 "selectedForwardBaggageCode": "INCLUDED", 3359 3359 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3379,65 +3379,59 @@ 3379 3379 ] 3380 3380 }, 3381 3381 "extraServices": [], 3382 - "insurancePrice": { 3383 - "name": "Medical INS (N10000)", 3384 - "price": 35.84, 3385 - "actualStartDate": "2024-05-25T00:00:00.000", 3386 - "actualEndDate": "2024-06-01T00:00:00.000", 3387 - "optional": false, 3388 - "includedInPackagePrice": true 3389 - }, 3390 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:17", 3391 - "sortCheckInOut": "25.05.2024-01.06.2024", 3773 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:14", 3774 + "sortCheckInOut": "07.09.2024-14.09.2024", 3392 3392 "sortAirline": "fly dubai", 3393 - "sortHotelName": "kingsgate canal by millennium hotel", 3394 - "sortDetails": "ro", 3395 - "sortPlacement": "standard room city view dbl" 3776 + "sortHotelName": "fujairah rotana resort spa", 3777 + "sortDetails": "bb", 3778 + "sortPlacement": "garden view room twin with terrace dbl", 3779 + "subList": [], 3780 + "exchangeRate": 480.0 3396 3396 }, 3397 3397 { 3398 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:92bcda0e-333a-4daa-976e-8eef81653c01:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",3783 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:8b389dd6-3040-444a-8d21-c9d20a7718c5:04abb186-80f6-4808-bce4-ae97cef85c51", 3399 3399 "priceCurrency": "USD", 3400 - "totalPrice": 960.58,3401 - "agentCommissionPercent": 0.0,3402 - "agentCommissionAmount": 0.0,3785 + "totalPrice": 1770.11, 3786 + "agentCommissionPercent": 9.0, 3787 + "agentCommissionAmount": 159.31, 3403 3403 "includedExtrasAmount": 0, 3404 3404 "priceDifference": 0, 3405 3405 "hotel": { 3406 - "hotelPriceId": " 92bcda0e-333a-4daa-976e-8eef81653c01",3407 - "hotelName": " AavriHotel",3408 - "hotelCode": " 461f9ba6-3fe7-4668-aef0-ddf3e9b458dd",3409 - "nig ths": 7,3410 - "mealPlan": " RO",3411 - "hotelClass": " 4",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", 3412 3412 "hotelColor": "#000000", 3413 - "availabilityType": " OnRequest",3798 + "availabilityType": "FreeSale", 3414 3414 "availableRoomsCount": 0, 3415 3415 "fewRooms": true, 3416 - "roomCategoryCode": "5 90e8140-20fd-4a8f-8e6c-cfd9919935a3",3417 - "roomCategoryName": " SuperiorRoom",3801 + "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076", 3802 + "roomCategoryName": "King Guest Room", 3418 3418 "placementTypeName": "DBL", 3419 - "checkInDate": "2024-0 5-25T00:00:00.000",3420 - "checkOutDate": "2024-0 6-01T00:00:00.000",3804 + "checkInDate": "2024-09-07T00:00:00", 3805 + "checkOutDate": "2024-09-14T00:00:00", 3421 3421 "adults": 2, 3422 3422 "children": 0, 3423 - "districtUID": " aaff2238-fa72-4900-83f8-a16990415547",3424 - "districtName": " Deira",3425 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",3426 - "cityName": " Dubai",3808 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 3809 + "districtName": "Al Aqah", 3810 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 3811 + "cityName": "Fujairah", 3427 3427 "countryCode": "AE", 3428 3428 "countryName": "United Arab Emirates", 3429 - "hasAlcohol": false,3814 + "hasAlcohol": true, 3430 3430 "hasFreeWifi": true, 3431 3431 "hasMetro": false, 3432 3432 "hasPool": true, 3433 3433 "hasMall": false, 3434 - "infantMaxAge": 5.99,3435 - "childMinAge": 6.0,3819 + "infantMaxAge": 1.99, 3820 + "childMinAge": 2.0, 3436 3436 "childMaxAge": 11.99, 3437 3437 "teenMinAge": 0.0, 3438 3438 "teenMaxAge": 0.0, 3439 3439 "adultMinAge": 12.0, 3440 - "cancellationPolicyDescription": "Cancellation Policy: Nonrefundable",3825 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 3441 3441 "cancellationPolicy": { 3442 3442 "noShowChargeValue": 100.0, 3443 3443 "noShowChargeValueType": "%", ... ... @@ -3445,7 +3445,7 @@ 3445 3445 "earlyDepartureChargeValueType": "%", 3446 3446 "conditions": [ 3447 3447 { 3448 - "timeunits": 365,3833 + "timeunits": 4, 3449 3449 "timeunitType": "Day", 3450 3450 "timeOffsetTypeName": "Before Arrival", 3451 3451 "chargeValue": 100.0, ... ... @@ -3455,11 +3455,11 @@ 3455 3455 } 3456 3456 }, 3457 3457 "flight": { 3458 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",3459 - "departureDate": "2024-0 5-25T00:00:00.000",3460 - "returnDate": "2024-0 6-01T00:00:00.000",3461 - "departureTicketsLeft": 4 8,3462 - "returnTicketsLeft": 33,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, 3463 3463 "departureAvailabilityType": "FreeSale", 3464 3464 "returnAvailabilityType": "FreeSale", 3465 3465 "isTwoWay": true, ... ... @@ -3475,13 +3475,13 @@ 3475 3475 "class": "Economy", 3476 3476 "lugageWeight": 20, 3477 3477 "handLugageWeight": 6, 3478 - "departureFlightDate": "2024-0 5-25T03:35:00.000",3863 + "departureFlightDate": "2024-09-07T03:40:00.000", 3479 3479 "departureCountryName": "Kazakhstan", 3480 3480 "departureCityName": "Almaty", 3481 3481 "departureAirportCode": "ALA", 3482 3482 "departureAirportName": "Almaty Intl Airport", 3483 3483 "departureTerminalCode": "ALA", 3484 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",3869 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 3485 3485 "arrivalCountryName": "United Arab Emirates", 3486 3486 "arrivalCityName": "Dubai", 3487 3487 "arrivalAirportCode": "DXB", ... ... @@ -3498,13 +3498,13 @@ 3498 3498 "class": "Economy", 3499 3499 "lugageWeight": 20, 3500 3500 "handLugageWeight": 6, 3501 - "departureFlightDate": "2024-0 6-01T21:25:00.000",3886 + "departureFlightDate": "2024-09-14T21:30:00.000", 3502 3502 "departureCountryName": "United Arab Emirates", 3503 3503 "departureCityName": "Dubai", 3504 3504 "departureAirportCode": "DXB", 3505 3505 "departureAirportName": "Dubai Intl Airport", 3506 3506 "departureTerminalCode": "DXB3", 3507 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",3892 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 3508 3508 "arrivalCountryName": "Kazakhstan", 3509 3509 "arrivalCityName": "Almaty", 3510 3510 "arrivalAirportCode": "ALA", ... ... @@ -3515,7 +3515,7 @@ 3515 3515 ], 3516 3516 "passengers": [ 3517 3517 { 3518 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",3903 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 3519 3519 "isAdult": true, 3520 3520 "selectedForwardBaggageCode": "INCLUDED", 3521 3521 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3539,7 +3539,7 @@ 3539 3539 ] 3540 3540 }, 3541 3541 { 3542 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",3927 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 3543 3543 "isAdult": true, 3544 3544 "selectedForwardBaggageCode": "INCLUDED", 3545 3545 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3565,57 +3565,50 @@ 3565 3565 ] 3566 3566 }, 3567 3567 "extraServices": [], 3568 - "insurancePrice": { 3569 - "name": "Medical INS (N10000)", 3570 - "price": 35.84, 3571 - "actualStartDate": "2024-05-25T00:00:00.000", 3572 - "actualEndDate": "2024-06-01T00:00:00.000", 3573 - "optional": false, 3574 - "includedInPackagePrice": true 3575 - }, 3576 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:18", 3577 - "sortCheckInOut": "25.05.2024-01.06.2024", 3953 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:15", 3954 + "sortCheckInOut": "07.09.2024-14.09.2024", 3578 3578 "sortAirline": "fly dubai", 3579 - "sortHotelName": "aavri hotel", 3580 - "sortDetails": "ro", 3581 - "sortPlacement": "superior room dbl" 3956 + "sortHotelName": "fujairah rotana resort spa", 3957 + "sortDetails": "hb", 3958 + "sortPlacement": "king guest room dbl", 3959 + "subList": [], 3960 + "exchangeRate": 480.0 3582 3582 }, 3583 3583 { 3584 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:7b0d97af-7b56-4d83-880a-32bb55b045df:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",3963 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:91a303cb-ca93-4408-8dc5-1d1134fa59e8:04abb186-80f6-4808-bce4-ae97cef85c51", 3585 3585 "priceCurrency": "USD", 3586 - "totalPrice": 960.97,3587 - "agentCommissionPercent": 0.0,3588 - "agentCommissionAmount": 0.0,3965 + "totalPrice": 1770.11, 3966 + "agentCommissionPercent": 9.0, 3967 + "agentCommissionAmount": 159.31, 3589 3589 "includedExtrasAmount": 0, 3590 3590 "priceDifference": 0, 3591 3591 "hotel": { 3592 - "hotelPriceId": " 7b0d97af-7b56-4d83-880a-32bb55b045df",3593 - "hotelName": " ArabianPark Edge byRotana",3594 - "hotelCode": " HYQDXBAPNUG",3595 - "nig ths": 7,3596 - "mealPlan": " RO",3597 - "hotelClass": " 3",3598 - "hotelColor": "# 228B22",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", 3599 3599 "availabilityType": "FreeSale", 3600 3600 "availableRoomsCount": 0, 3601 3601 "fewRooms": true, 3602 - "roomCategoryCode": "C3T", 3603 - "roomCategoryName": "City View Room - Twin Beds", 3604 - "placementTypeName": "2 Adults", 3605 - "placementDescription": "O18-Saver O18SAVER-RO", 3606 - "checkInDate": "2024-05-25T00:00:00.000", 3607 - "checkOutDate": "2024-06-01T00:00:00.000", 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", 3608 3608 "adults": 2, 3609 3609 "children": 0, 3610 - "districtUID": " b152b6e9-e172-4ff5-b2df-3703b783cdf9",3611 - "districtName": "Al Jaddaf",3612 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",3613 - "cityName": " Dubai",3988 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 3989 + "districtName": "Al Aqah", 3990 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 3991 + "cityName": "Fujairah", 3614 3614 "countryCode": "AE", 3615 3615 "countryName": "United Arab Emirates", 3616 3616 "hasAlcohol": true, 3617 3617 "hasFreeWifi": true, 3618 - "hasMetro": true,3996 + "hasMetro": false, 3619 3619 "hasPool": true, 3620 3620 "hasMall": false, 3621 3621 "infantMaxAge": 1.99, ... ... @@ -3624,18 +3624,18 @@ 3624 3624 "teenMinAge": 0.0, 3625 3625 "teenMaxAge": 0.0, 3626 3626 "adultMinAge": 12.0, 3627 - "cancellationPolicyDescription": "Cancellation Policy: Freecancellation, Early Departure: 100.00 %, NoShow: 100.00 %",4005 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 3628 3628 "cancellationPolicy": { 3629 - "noShowChargeValue": 100, 4007 + "noShowChargeValue": 100.0, 3630 3630 "noShowChargeValueType": "%", 3631 - "earlyDepartureChargeValue": 100, 4009 + "earlyDepartureChargeValue": 100.0, 3632 3632 "earlyDepartureChargeValueType": "%", 3633 3633 "conditions": [ 3634 3634 { 3635 - "timeunits": 0,4013 + "timeunits": 4, 3636 3636 "timeunitType": "Day", 3637 3637 "timeOffsetTypeName": "Before Arrival", 3638 - "chargeValue": 0, 4016 + "chargeValue": 100.0, 3639 3639 "chargeValueType": "%" 3640 3640 } 3641 3641 ] ... ... @@ -3642,11 +3642,11 @@ 3642 3642 } 3643 3643 }, 3644 3644 "flight": { 3645 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",3646 - "departureDate": "2024-0 5-25T00:00:00.000",3647 - "returnDate": "2024-0 6-01T00:00:00.000",3648 - "departureTicketsLeft": 4 8,3649 - "returnTicketsLeft": 33,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, 3650 3650 "departureAvailabilityType": "FreeSale", 3651 3651 "returnAvailabilityType": "FreeSale", 3652 3652 "isTwoWay": true, ... ... @@ -3662,13 +3662,13 @@ 3662 3662 "class": "Economy", 3663 3663 "lugageWeight": 20, 3664 3664 "handLugageWeight": 6, 3665 - "departureFlightDate": "2024-0 5-25T03:35:00.000",4043 + "departureFlightDate": "2024-09-07T03:40:00.000", 3666 3666 "departureCountryName": "Kazakhstan", 3667 3667 "departureCityName": "Almaty", 3668 3668 "departureAirportCode": "ALA", 3669 3669 "departureAirportName": "Almaty Intl Airport", 3670 3670 "departureTerminalCode": "ALA", 3671 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",4049 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 3672 3672 "arrivalCountryName": "United Arab Emirates", 3673 3673 "arrivalCityName": "Dubai", 3674 3674 "arrivalAirportCode": "DXB", ... ... @@ -3685,13 +3685,13 @@ 3685 3685 "class": "Economy", 3686 3686 "lugageWeight": 20, 3687 3687 "handLugageWeight": 6, 3688 - "departureFlightDate": "2024-0 6-01T21:25:00.000",4066 + "departureFlightDate": "2024-09-14T21:30:00.000", 3689 3689 "departureCountryName": "United Arab Emirates", 3690 3690 "departureCityName": "Dubai", 3691 3691 "departureAirportCode": "DXB", 3692 3692 "departureAirportName": "Dubai Intl Airport", 3693 3693 "departureTerminalCode": "DXB3", 3694 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",4072 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 3695 3695 "arrivalCountryName": "Kazakhstan", 3696 3696 "arrivalCityName": "Almaty", 3697 3697 "arrivalAirportCode": "ALA", ... ... @@ -3702,7 +3702,7 @@ 3702 3702 ], 3703 3703 "passengers": [ 3704 3704 { 3705 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",4083 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 3706 3706 "isAdult": true, 3707 3707 "selectedForwardBaggageCode": "INCLUDED", 3708 3708 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3726,7 +3726,7 @@ 3726 3726 ] 3727 3727 }, 3728 3728 { 3729 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",4107 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 3730 3730 "isAdult": true, 3731 3731 "selectedForwardBaggageCode": "INCLUDED", 3732 3732 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3752,57 +3752,50 @@ 3752 3752 ] 3753 3753 }, 3754 3754 "extraServices": [], 3755 - "insurancePrice": { 3756 - "name": "Medical INS (N10000)", 3757 - "price": 35.84, 3758 - "actualStartDate": "2024-05-25T00:00:00.000", 3759 - "actualEndDate": "2024-06-01T00:00:00.000", 3760 - "optional": false, 3761 - "includedInPackagePrice": true 3762 - }, 3763 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:19", 3764 - "sortCheckInOut": "25.05.2024-01.06.2024", 4133 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:16", 4134 + "sortCheckInOut": "07.09.2024-14.09.2024", 3765 3765 "sortAirline": "fly dubai", 3766 - "sortHotelName": "arabian park edge by rotana", 3767 - "sortDetails": "ro", 3768 - "sortPlacement": "city view room twin beds 2 adults" 4136 + "sortHotelName": "fujairah rotana resort spa", 4137 + "sortDetails": "hb", 4138 + "sortPlacement": "twin guest room dbl", 4139 + "subList": [], 4140 + "exchangeRate": 480.0 3769 3769 }, 3770 3770 { 3771 - "id": "tour:5 752cd54-45fa-481d-9b7e-3d8c4bf208a6:b37b3b08-ba61-47d6-958a-6d4236cd4f57:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",4143 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:11f99f2c-9648-4c18-b650-3ce7ca27b709:04abb186-80f6-4808-bce4-ae97cef85c51", 3772 3772 "priceCurrency": "USD", 3773 - "totalPrice": 960.97,3774 - "agentCommissionPercent": 0.0,3775 - "agentCommissionAmount": 0.0,4145 + "totalPrice": 1770.11, 4146 + "agentCommissionPercent": 9.0, 4147 + "agentCommissionAmount": 159.31, 3776 3776 "includedExtrasAmount": 0, 3777 3777 "priceDifference": 0, 3778 3778 "hotel": { 3779 - "hotelPriceId": " b37b3b08-ba61-47d6-958a-6d4236cd4f57",3780 - "hotelName": " ArabianPark Edge byRotana",3781 - "hotelCode": " HYQDXBAPNUG",3782 - "nig ths": 7,3783 - "mealPlan": " RO",3784 - "hotelClass": " 3",3785 - "hotelColor": "# 228B22",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", 3786 3786 "availabilityType": "FreeSale", 3787 3787 "availableRoomsCount": 0, 3788 3788 "fewRooms": true, 3789 - "roomCategoryCode": "D1K", 3790 - "roomCategoryName": "City View Room - King Bed", 3791 - "placementTypeName": "2 Adults", 3792 - "placementDescription": "O18-Saver O18SAVER-RO", 3793 - "checkInDate": "2024-05-25T00:00:00.000", 3794 - "checkOutDate": "2024-06-01T00:00:00.000", 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", 3795 3795 "adults": 2, 3796 3796 "children": 0, 3797 - "districtUID": " b152b6e9-e172-4ff5-b2df-3703b783cdf9",3798 - "districtName": "Al Jaddaf",3799 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",3800 - "cityName": " Dubai",4168 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 4169 + "districtName": "Al Aqah", 4170 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 4171 + "cityName": "Fujairah", 3801 3801 "countryCode": "AE", 3802 3802 "countryName": "United Arab Emirates", 3803 3803 "hasAlcohol": true, 3804 3804 "hasFreeWifi": true, 3805 - "hasMetro": true,4176 + "hasMetro": false, 3806 3806 "hasPool": true, 3807 3807 "hasMall": false, 3808 3808 "infantMaxAge": 1.99, ... ... @@ -3811,18 +3811,18 @@ 3811 3811 "teenMinAge": 0.0, 3812 3812 "teenMaxAge": 0.0, 3813 3813 "adultMinAge": 12.0, 3814 - "cancellationPolicyDescription": "Cancellation Policy: Freecancellation, Early Departure: 100.00 %, NoShow: 100.00 %",4185 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 3815 3815 "cancellationPolicy": { 3816 - "noShowChargeValue": 100, 4187 + "noShowChargeValue": 100.0, 3817 3817 "noShowChargeValueType": "%", 3818 - "earlyDepartureChargeValue": 100, 4189 + "earlyDepartureChargeValue": 100.0, 3819 3819 "earlyDepartureChargeValueType": "%", 3820 3820 "conditions": [ 3821 3821 { 3822 - "timeunits": 0,4193 + "timeunits": 4, 3823 3823 "timeunitType": "Day", 3824 3824 "timeOffsetTypeName": "Before Arrival", 3825 - "chargeValue": 0, 4196 + "chargeValue": 100.0, 3826 3826 "chargeValueType": "%" 3827 3827 } 3828 3828 ] ... ... @@ -3829,11 +3829,11 @@ 3829 3829 } 3830 3830 }, 3831 3831 "flight": { 3832 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",3833 - "departureDate": "2024-0 5-25T00:00:00.000",3834 - "returnDate": "2024-0 6-01T00:00:00.000",3835 - "departureTicketsLeft": 4 8,3836 - "returnTicketsLeft": 33,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, 3837 3837 "departureAvailabilityType": "FreeSale", 3838 3838 "returnAvailabilityType": "FreeSale", 3839 3839 "isTwoWay": true, ... ... @@ -3849,13 +3849,13 @@ 3849 3849 "class": "Economy", 3850 3850 "lugageWeight": 20, 3851 3851 "handLugageWeight": 6, 3852 - "departureFlightDate": "2024-0 5-25T03:35:00.000",4223 + "departureFlightDate": "2024-09-07T03:40:00.000", 3853 3853 "departureCountryName": "Kazakhstan", 3854 3854 "departureCityName": "Almaty", 3855 3855 "departureAirportCode": "ALA", 3856 3856 "departureAirportName": "Almaty Intl Airport", 3857 3857 "departureTerminalCode": "ALA", 3858 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",4229 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 3859 3859 "arrivalCountryName": "United Arab Emirates", 3860 3860 "arrivalCityName": "Dubai", 3861 3861 "arrivalAirportCode": "DXB", ... ... @@ -3872,13 +3872,13 @@ 3872 3872 "class": "Economy", 3873 3873 "lugageWeight": 20, 3874 3874 "handLugageWeight": 6, 3875 - "departureFlightDate": "2024-0 6-01T21:25:00.000",4246 + "departureFlightDate": "2024-09-14T21:30:00.000", 3876 3876 "departureCountryName": "United Arab Emirates", 3877 3877 "departureCityName": "Dubai", 3878 3878 "departureAirportCode": "DXB", 3879 3879 "departureAirportName": "Dubai Intl Airport", 3880 3880 "departureTerminalCode": "DXB3", 3881 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",4252 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 3882 3882 "arrivalCountryName": "Kazakhstan", 3883 3883 "arrivalCityName": "Almaty", 3884 3884 "arrivalAirportCode": "ALA", ... ... @@ -3889,7 +3889,7 @@ 3889 3889 ], 3890 3890 "passengers": [ 3891 3891 { 3892 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",4263 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 3893 3893 "isAdult": true, 3894 3894 "selectedForwardBaggageCode": "INCLUDED", 3895 3895 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3913,7 +3913,7 @@ 3913 3913 ] 3914 3914 }, 3915 3915 { 3916 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",4287 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 3917 3917 "isAdult": true, 3918 3918 "selectedForwardBaggageCode": "INCLUDED", 3919 3919 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3939,65 +3939,59 @@ 3939 3939 ] 3940 3940 }, 3941 3941 "extraServices": [], 3942 - "insurancePrice": { 3943 - "name": "Medical INS (N10000)", 3944 - "price": 35.84, 3945 - "actualStartDate": "2024-05-25T00:00:00.000", 3946 - "actualEndDate": "2024-06-01T00:00:00.000", 3947 - "optional": false, 3948 - "includedInPackagePrice": true 3949 - }, 3950 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:20", 3951 - "sortCheckInOut": "25.05.2024-01.06.2024", 4313 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:17", 4314 + "sortCheckInOut": "07.09.2024-14.09.2024", 3952 3952 "sortAirline": "fly dubai", 3953 - "sortHotelName": "arabian park edge by rotana", 3954 - "sortDetails": "ro", 3955 - "sortPlacement": "city view room king bed 2 adults" 4316 + "sortHotelName": "fujairah rotana resort spa", 4317 + "sortDetails": "hb", 4318 + "sortPlacement": "twin guest room dbl", 4319 + "subList": [], 4320 + "exchangeRate": 480.0 3956 3956 }, 3957 3957 { 3958 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:694ac032-e54d-4126-aa0e-bb0777dfc362:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",4323 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:c8c707d3-f061-4fa2-a7b3-ba5d42c67d03:04abb186-80f6-4808-bce4-ae97cef85c51", 3959 3959 "priceCurrency": "USD", 3960 - "totalPrice": 962.33,3961 - "agentCommissionPercent": 0.0,3962 - "agentCommissionAmount": 0.0,4325 + "totalPrice": 1770.11, 4326 + "agentCommissionPercent": 9.0, 4327 + "agentCommissionAmount": 159.31, 3963 3963 "includedExtrasAmount": 0, 3964 3964 "priceDifference": 0, 3965 3965 "hotel": { 3966 - "hotelPriceId": " 694ac032-e54d-4126-aa0e-bb0777dfc362",3967 - "hotelName": " Wyndham DubaiDeira",3968 - "hotelCode": " 454b6b6c-2ae3-4d0c-9d08-626ca58b7457",3969 - "nig ths": 7,3970 - "mealPlan": " RO",3971 - "hotelClass": " 4",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", 3972 3972 "hotelColor": "#000000", 3973 3973 "availabilityType": "FreeSale", 3974 3974 "availableRoomsCount": 0, 3975 3975 "fewRooms": true, 3976 - "roomCategoryCode": " 6ae991ac-6cc6-49ba-9e2f-fa28837b56b4",3977 - "roomCategoryName": " SuperiorRoomCity View",4341 + "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076", 4342 + "roomCategoryName": "King Guest Room", 3978 3978 "placementTypeName": "DBL", 3979 - "checkInDate": "2024-0 5-25T00:00:00.000",3980 - "checkOutDate": "2024-0 6-01T00:00:00.000",4344 + "checkInDate": "2024-09-07T00:00:00", 4345 + "checkOutDate": "2024-09-14T00:00:00", 3981 3981 "adults": 2, 3982 3982 "children": 0, 3983 - "districtUID": " aaff2238-fa72-4900-83f8-a16990415547",3984 - "districtName": " Deira",3985 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",3986 - "cityName": " Dubai",4348 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 4349 + "districtName": "Al Aqah", 4350 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 4351 + "cityName": "Fujairah", 3987 3987 "countryCode": "AE", 3988 3988 "countryName": "United Arab Emirates", 3989 - "hasAlcohol": false,4354 + "hasAlcohol": true, 3990 3990 "hasFreeWifi": true, 3991 3991 "hasMetro": false, 3992 3992 "hasPool": true, 3993 3993 "hasMall": false, 3994 - "infantMaxAge": 5.99,3995 - "childMinAge": 6.0,4359 + "infantMaxAge": 1.99, 4360 + "childMinAge": 2.0, 3996 3996 "childMaxAge": 11.99, 3997 3997 "teenMinAge": 0.0, 3998 3998 "teenMaxAge": 0.0, 3999 3999 "adultMinAge": 12.0, 4000 - "cancellationPolicyDescription": "Cancellation Policy: 1Day Before Arrival: 1.00Night, Early Departure: 100.00 %, NoShow: 100.00 %",4365 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 4001 4001 "cancellationPolicy": { 4002 4002 "noShowChargeValue": 100.0, 4003 4003 "noShowChargeValueType": "%", ... ... @@ -4005,21 +4005,21 @@ 4005 4005 "earlyDepartureChargeValueType": "%", 4006 4006 "conditions": [ 4007 4007 { 4008 - "timeunits": 1,4373 + "timeunits": 4, 4009 4009 "timeunitType": "Day", 4010 4010 "timeOffsetTypeName": "Before Arrival", 4011 - "chargeValue": 1.0, 4012 - "chargeValueType": " Night"4376 + "chargeValue": 100.0, 4377 + "chargeValueType": "%" 4013 4013 } 4014 4014 ] 4015 4015 } 4016 4016 }, 4017 4017 "flight": { 4018 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",4019 - "departureDate": "2024-0 5-25T00:00:00.000",4020 - "returnDate": "2024-0 6-01T00:00:00.000",4021 - "departureTicketsLeft": 4 8,4022 - "returnTicketsLeft": 33,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, 4023 4023 "departureAvailabilityType": "FreeSale", 4024 4024 "returnAvailabilityType": "FreeSale", 4025 4025 "isTwoWay": true, ... ... @@ -4035,13 +4035,13 @@ 4035 4035 "class": "Economy", 4036 4036 "lugageWeight": 20, 4037 4037 "handLugageWeight": 6, 4038 - "departureFlightDate": "2024-0 5-25T03:35:00.000",4403 + "departureFlightDate": "2024-09-07T03:40:00.000", 4039 4039 "departureCountryName": "Kazakhstan", 4040 4040 "departureCityName": "Almaty", 4041 4041 "departureAirportCode": "ALA", 4042 4042 "departureAirportName": "Almaty Intl Airport", 4043 4043 "departureTerminalCode": "ALA", 4044 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",4409 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 4045 4045 "arrivalCountryName": "United Arab Emirates", 4046 4046 "arrivalCityName": "Dubai", 4047 4047 "arrivalAirportCode": "DXB", ... ... @@ -4058,13 +4058,13 @@ 4058 4058 "class": "Economy", 4059 4059 "lugageWeight": 20, 4060 4060 "handLugageWeight": 6, 4061 - "departureFlightDate": "2024-0 6-01T21:25:00.000",4426 + "departureFlightDate": "2024-09-14T21:30:00.000", 4062 4062 "departureCountryName": "United Arab Emirates", 4063 4063 "departureCityName": "Dubai", 4064 4064 "departureAirportCode": "DXB", 4065 4065 "departureAirportName": "Dubai Intl Airport", 4066 4066 "departureTerminalCode": "DXB3", 4067 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",4432 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 4068 4068 "arrivalCountryName": "Kazakhstan", 4069 4069 "arrivalCityName": "Almaty", 4070 4070 "arrivalAirportCode": "ALA", ... ... @@ -4075,7 +4075,7 @@ 4075 4075 ], 4076 4076 "passengers": [ 4077 4077 { 4078 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",4443 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 4079 4079 "isAdult": true, 4080 4080 "selectedForwardBaggageCode": "INCLUDED", 4081 4081 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4099,7 +4099,7 @@ 4099 4099 ] 4100 4100 }, 4101 4101 { 4102 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",4467 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 4103 4103 "isAdult": true, 4104 4104 "selectedForwardBaggageCode": "INCLUDED", 4105 4105 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4125,65 +4125,239 @@ 4125 4125 ] 4126 4126 }, 4127 4127 "extraServices": [], 4128 - "insurancePrice": { 4129 - "name": "Medical INS (N10000)", 4130 - "price": 35.84, 4131 - "actualStartDate": "2024-05-25T00:00:00.000", 4132 - "actualEndDate": "2024-06-01T00:00:00.000", 4133 - "optional": false, 4134 - "includedInPackagePrice": true 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 + } 4135 4135 }, 4136 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:21", 4137 - "sortCheckInOut": "25.05.2024-01.06.2024", 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", 4138 4138 "sortAirline": "fly dubai", 4139 - "sortHotelName": "wyndham dubai deira", 4140 - "sortDetails": "ro", 4141 - "sortPlacement": "superior room city view dbl" 4676 + "sortHotelName": "fujairah rotana resort spa", 4677 + "sortDetails": "bb", 4678 + "sortPlacement": "spacious garden view room dbl", 4679 + "subList": [], 4680 + "exchangeRate": 480.0 4142 4142 }, 4143 4143 { 4144 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:f4a0acaf-fac1-4bf3-8ea4-88d221889c98:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",4683 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:7d197efc-48d0-40c5-9752-a5a15ada6361:04abb186-80f6-4808-bce4-ae97cef85c51", 4145 4145 "priceCurrency": "USD", 4146 - "totalPrice": 964.58,4147 - "agentCommissionPercent": 0.0,4148 - "agentCommissionAmount": 0.0,4685 + "totalPrice": 1875.11, 4686 + "agentCommissionPercent": 9.0, 4687 + "agentCommissionAmount": 168.76, 4149 4149 "includedExtrasAmount": 0, 4150 4150 "priceDifference": 0, 4151 4151 "hotel": { 4152 - "hotelPriceId": "f4 a0acaf-fac1-4bf3-8ea4-88d221889c98",4153 - "hotelName": " Nejoum Al EmarateHotel",4154 - "hotelCode": " 2ec33ad4-e25d-4e14-aee8-4a899d592839",4155 - "nig ths": 7,4156 - "mealPlan": " RO",4157 - "hotelClass": " 3",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", 4158 4158 "hotelColor": "#000000", 4159 - "availabilityType": " StopSale",4698 + "availabilityType": "OnRequest", 4160 4160 "availableRoomsCount": 0, 4161 4161 "fewRooms": true, 4162 - "roomCategoryCode": " 1b5180d0-6afb-4465-9821-56ba6dd77220",4163 - "roomCategoryName": "S tandard Room",4701 + "roomCategoryCode": "4aa88c0e-b196-4346-bd2a-c0252a925ba1", 4702 + "roomCategoryName": "Spacious Garden View Room", 4164 4164 "placementTypeName": "DBL", 4165 - "checkInDate": "2024-0 5-25T00:00:00.000",4166 - "checkOutDate": "2024-0 6-01T00:00:00.000",4704 + "checkInDate": "2024-09-07T00:00:00", 4705 + "checkOutDate": "2024-09-14T00:00:00", 4167 4167 "adults": 2, 4168 4168 "children": 0, 4169 - "districtUID": " 7ac1bbc8-59ea-4977-b272-ed8553f94f9b",4170 - "districtName": " Sharjah",4171 - "cityUID": " f78ac3bc-f040-46d0-8319-2c52083080a6",4172 - "cityName": " Sharjah",4708 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 4709 + "districtName": "Al Aqah", 4710 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 4711 + "cityName": "Fujairah", 4173 4173 "countryCode": "AE", 4174 4174 "countryName": "United Arab Emirates", 4175 - "hasAlcohol": false,4714 + "hasAlcohol": true, 4176 4176 "hasFreeWifi": true, 4177 4177 "hasMetro": false, 4178 - "hasPool": false,4717 + "hasPool": true, 4179 4179 "hasMall": false, 4180 - "infantMaxAge": 5.99,4181 - "childMinAge": 6.0,4182 - "childMaxAge": 1 0.99,4719 + "infantMaxAge": 1.99, 4720 + "childMinAge": 2.0, 4721 + "childMaxAge": 11.99, 4183 4183 "teenMinAge": 0.0, 4184 4184 "teenMaxAge": 0.0, 4185 - "adultMinAge": 1 1.0,4186 - "cancellationPolicyDescription": "Cancellation Policy: 1Day Before Arrival: 1.00Night, Early Departure: 100.00 %, NoShow: 100.00 %",4724 + "adultMinAge": 12.0, 4725 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 4187 4187 "cancellationPolicy": { 4188 4188 "noShowChargeValue": 100.0, 4189 4189 "noShowChargeValueType": "%", ... ... @@ -4191,9 +4191,189 @@ 4191 4191 "earlyDepartureChargeValueType": "%", 4192 4192 "conditions": [ 4193 4193 { 4194 - "timeunits": 1,4733 + "timeunits": 4, 4195 4195 "timeunitType": "Day", 4196 4196 "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", 4197 4197 "chargeValue": 1.0, 4198 4198 "chargeValueType": "Night" 4199 4199 } ... ... @@ -4201,11 +4201,11 @@ 4201 4201 } 4202 4202 }, 4203 4203 "flight": { 4204 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",4205 - "departureDate": "2024-0 5-25T00:00:00.000",4206 - "returnDate": "2024-0 6-01T00:00:00.000",4207 - "departureTicketsLeft": 4 8,4208 - "returnTicketsLeft": 33,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, 4209 4209 "departureAvailabilityType": "FreeSale", 4210 4210 "returnAvailabilityType": "FreeSale", 4211 4211 "isTwoWay": true, ... ... @@ -4221,13 +4221,13 @@ 4221 4221 "class": "Economy", 4222 4222 "lugageWeight": 20, 4223 4223 "handLugageWeight": 6, 4224 - "departureFlightDate": "2024-0 5-25T03:35:00.000",4943 + "departureFlightDate": "2024-09-07T03:40:00.000", 4225 4225 "departureCountryName": "Kazakhstan", 4226 4226 "departureCityName": "Almaty", 4227 4227 "departureAirportCode": "ALA", 4228 4228 "departureAirportName": "Almaty Intl Airport", 4229 4229 "departureTerminalCode": "ALA", 4230 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",4949 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 4231 4231 "arrivalCountryName": "United Arab Emirates", 4232 4232 "arrivalCityName": "Dubai", 4233 4233 "arrivalAirportCode": "DXB", ... ... @@ -4244,13 +4244,13 @@ 4244 4244 "class": "Economy", 4245 4245 "lugageWeight": 20, 4246 4246 "handLugageWeight": 6, 4247 - "departureFlightDate": "2024-0 6-01T21:25:00.000",4966 + "departureFlightDate": "2024-09-14T21:30:00.000", 4248 4248 "departureCountryName": "United Arab Emirates", 4249 4249 "departureCityName": "Dubai", 4250 4250 "departureAirportCode": "DXB", 4251 4251 "departureAirportName": "Dubai Intl Airport", 4252 4252 "departureTerminalCode": "DXB3", 4253 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",4972 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 4254 4254 "arrivalCountryName": "Kazakhstan", 4255 4255 "arrivalCityName": "Almaty", 4256 4256 "arrivalAirportCode": "ALA", ... ... @@ -4261,7 +4261,7 @@ 4261 4261 ], 4262 4262 "passengers": [ 4263 4263 { 4264 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",4983 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 4265 4265 "isAdult": true, 4266 4266 "selectedForwardBaggageCode": "INCLUDED", 4267 4267 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4285,7 +4285,7 @@ 4285 4285 ] 4286 4286 }, 4287 4287 { 4288 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",5007 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 4289 4289 "isAdult": true, 4290 4290 "selectedForwardBaggageCode": "INCLUDED", 4291 4291 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4311,65 +4311,59 @@ 4311 4311 ] 4312 4312 }, 4313 4313 "extraServices": [], 4314 - "insurancePrice": { 4315 - "name": "Medical INS (N10000)", 4316 - "price": 35.84, 4317 - "actualStartDate": "2024-05-25T00:00:00.000", 4318 - "actualEndDate": "2024-06-01T00:00:00.000", 4319 - "optional": false, 4320 - "includedInPackagePrice": true 4321 - }, 4322 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:22", 4323 - "sortCheckInOut": "25.05.2024-01.06.2024", 5033 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:21", 5034 + "sortCheckInOut": "07.09.2024-14.09.2024", 4324 4324 "sortAirline": "fly dubai", 4325 - "sortHotelName": "nejoum al emarate hotel", 4326 - "sortDetails": "ro", 4327 - "sortPlacement": "standard room dbl" 5036 + "sortHotelName": "le meridien al aqah beach resort", 5037 + "sortDetails": "hb", 5038 + "sortPlacement": "deluxe guest room dbl", 5039 + "subList": [], 5040 + "exchangeRate": 480.0 4328 4328 }, 4329 4329 { 4330 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:3eb56b26-4f40-4584-bb3c-14a4612392a0:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",5043 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:c4792901-dee4-45a0-a8c7-630bbcb976fc:04abb186-80f6-4808-bce4-ae97cef85c51", 4331 4331 "priceCurrency": "USD", 4332 - "totalPrice": 9 64.99,4333 - "agentCommissionPercent": 0.0,4334 - "agentCommissionAmount": 0. 0,5045 + "totalPrice": 1897.04, 5046 + "agentCommissionPercent": 9.0, 5047 + "agentCommissionAmount": 170.73, 4335 4335 "includedExtrasAmount": 0, 4336 4336 "priceDifference": 0, 4337 4337 "hotel": { 4338 - "hotelPriceId": " 3eb56b26-4f40-4584-bb3c-14a4612392a0",4339 - "hotelName": " Golden TulipDeira",4340 - "hotelCode": " 43208253-abb9-4325-868b-af8b157c7d6f",4341 - "nig ths": 7,4342 - "mealPlan": " RO",4343 - "hotelClass": " 4",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", 4344 4344 "hotelColor": "#000000", 4345 - "availabilityType": " FreeSale",5058 + "availabilityType": "OnRequest", 4346 4346 "availableRoomsCount": 0, 4347 4347 "fewRooms": true, 4348 - "roomCategoryCode": " e283d2af-b1db-44a4-b15f-44866e4dd5f0",4349 - "roomCategoryName": " SuperiorRoom",5061 + "roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f", 5062 + "roomCategoryName": "Ocean View Room King", 4350 4350 "placementTypeName": "DBL", 4351 - "checkInDate": "2024-0 5-25T00:00:00.000",4352 - "checkOutDate": "2024-0 6-01T00:00:00.000",5064 + "checkInDate": "2024-09-07T00:00:00", 5065 + "checkOutDate": "2024-09-14T00:00:00", 4353 4353 "adults": 2, 4354 4354 "children": 0, 4355 - "districtUID": " aaff2238-fa72-4900-83f8-a16990415547",4356 - "districtName": " Deira",4357 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",4358 - "cityName": " Dubai",5068 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 5069 + "districtName": "Al Aqah", 5070 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 5071 + "cityName": "Fujairah", 4359 4359 "countryCode": "AE", 4360 4360 "countryName": "United Arab Emirates", 4361 4361 "hasAlcohol": true, 4362 4362 "hasFreeWifi": true, 4363 - "hasMetro": true,5076 + "hasMetro": false, 4364 4364 "hasPool": true, 4365 4365 "hasMall": false, 4366 - "infantMaxAge": 4.99,4367 - "childMinAge": 5.0,4368 - "childMaxAge": 1 0.99,5079 + "infantMaxAge": 1.99, 5080 + "childMinAge": 2.0, 5081 + "childMaxAge": 11.99, 4369 4369 "teenMinAge": 0.0, 4370 4370 "teenMaxAge": 0.0, 4371 - "adultMinAge": 1 1.0,4372 - "cancellationPolicyDescription": "Cancellation Policy: Nonrefundable",5084 + "adultMinAge": 12.0, 5085 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 4373 4373 "cancellationPolicy": { 4374 4374 "noShowChargeValue": 100.0, 4375 4375 "noShowChargeValueType": "%", ... ... @@ -4377,7 +4377,7 @@ 4377 4377 "earlyDepartureChargeValueType": "%", 4378 4378 "conditions": [ 4379 4379 { 4380 - "timeunits": 365,5093 + "timeunits": 4, 4381 4381 "timeunitType": "Day", 4382 4382 "timeOffsetTypeName": "Before Arrival", 4383 4383 "chargeValue": 100.0, ... ... @@ -4387,11 +4387,11 @@ 4387 4387 } 4388 4388 }, 4389 4389 "flight": { 4390 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",4391 - "departureDate": "2024-0 5-25T00:00:00.000",4392 - "returnDate": "2024-0 6-01T00:00:00.000",4393 - "departureTicketsLeft": 4 8,4394 - "returnTicketsLeft": 33,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, 4395 4395 "departureAvailabilityType": "FreeSale", 4396 4396 "returnAvailabilityType": "FreeSale", 4397 4397 "isTwoWay": true, ... ... @@ -4407,13 +4407,13 @@ 4407 4407 "class": "Economy", 4408 4408 "lugageWeight": 20, 4409 4409 "handLugageWeight": 6, 4410 - "departureFlightDate": "2024-0 5-25T03:35:00.000",5123 + "departureFlightDate": "2024-09-07T03:40:00.000", 4411 4411 "departureCountryName": "Kazakhstan", 4412 4412 "departureCityName": "Almaty", 4413 4413 "departureAirportCode": "ALA", 4414 4414 "departureAirportName": "Almaty Intl Airport", 4415 4415 "departureTerminalCode": "ALA", 4416 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",5129 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 4417 4417 "arrivalCountryName": "United Arab Emirates", 4418 4418 "arrivalCityName": "Dubai", 4419 4419 "arrivalAirportCode": "DXB", ... ... @@ -4430,13 +4430,13 @@ 4430 4430 "class": "Economy", 4431 4431 "lugageWeight": 20, 4432 4432 "handLugageWeight": 6, 4433 - "departureFlightDate": "2024-0 6-01T21:25:00.000",5146 + "departureFlightDate": "2024-09-14T21:30:00.000", 4434 4434 "departureCountryName": "United Arab Emirates", 4435 4435 "departureCityName": "Dubai", 4436 4436 "departureAirportCode": "DXB", 4437 4437 "departureAirportName": "Dubai Intl Airport", 4438 4438 "departureTerminalCode": "DXB3", 4439 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",5152 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 4440 4440 "arrivalCountryName": "Kazakhstan", 4441 4441 "arrivalCityName": "Almaty", 4442 4442 "arrivalAirportCode": "ALA", ... ... @@ -4447,7 +4447,7 @@ 4447 4447 ], 4448 4448 "passengers": [ 4449 4449 { 4450 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",5163 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 4451 4451 "isAdult": true, 4452 4452 "selectedForwardBaggageCode": "INCLUDED", 4453 4453 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4471,7 +4471,7 @@ 4471 4471 ] 4472 4472 }, 4473 4473 { 4474 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",5187 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 4475 4475 "isAdult": true, 4476 4476 "selectedForwardBaggageCode": "INCLUDED", 4477 4477 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4497,56 +4497,50 @@ 4497 4497 ] 4498 4498 }, 4499 4499 "extraServices": [], 4500 - "insurancePrice": { 4501 - "name": "Medical INS (N10000)", 4502 - "price": 35.84, 4503 - "actualStartDate": "2024-05-25T00:00:00.000", 4504 - "actualEndDate": "2024-06-01T00:00:00.000", 4505 - "optional": false, 4506 - "includedInPackagePrice": true 4507 - }, 4508 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:23", 4509 - "sortCheckInOut": "25.05.2024-01.06.2024", 5213 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:22", 5214 + "sortCheckInOut": "07.09.2024-14.09.2024", 4510 4510 "sortAirline": "fly dubai", 4511 - "sortHotelName": "golden tulip deira", 4512 - "sortDetails": "ro", 4513 - "sortPlacement": "superior room dbl" 5216 + "sortHotelName": "fujairah rotana resort spa", 5217 + "sortDetails": "hb", 5218 + "sortPlacement": "ocean view room king dbl", 5219 + "subList": [], 5220 + "exchangeRate": 480.0 4514 4514 }, 4515 4515 { 4516 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:5549c887-6048-4d6e-93c7-d1a79f0075d3:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",5223 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:ac85dd61-4d7f-4bcf-880f-35c0578dd363:04abb186-80f6-4808-bce4-ae97cef85c51", 4517 4517 "priceCurrency": "USD", 4518 - "totalPrice": 97 0.1,4519 - "agentCommissionPercent": 0.0,4520 - "agentCommissionAmount": 0. 0,5225 + "totalPrice": 1897.04, 5226 + "agentCommissionPercent": 9.0, 5227 + "agentCommissionAmount": 170.73, 4521 4521 "includedExtrasAmount": 0, 4522 4522 "priceDifference": 0, 4523 4523 "hotel": { 4524 - "hotelPriceId": " 5549c887-6048-4d6e-93c7-d1a79f0075d3",4525 - "hotelName": " ArabianPark Edge byRotana",4526 - "hotelCode": " 3f0553d6-262b-402f-b164-6d1479282c3f",4527 - "nig ths": 7,4528 - "mealPlan": "B B",4529 - "hotelClass": " 3",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", 4530 4530 "hotelColor": "#000000", 4531 4531 "availabilityType": "FreeSale", 4532 4532 "availableRoomsCount": 0, 4533 4533 "fewRooms": true, 4534 - "roomCategoryCode": " c158e04d-9e48-4fde-a7a5-1519e7c39fba",4535 - "roomCategoryName": " CityView RoomKing Bed",5241 + "roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099", 5242 + "roomCategoryName": "Ocean View Room Twin", 4536 4536 "placementTypeName": "DBL", 4537 - "checkInDate": "2024-0 5-25T00:00:00.000",4538 - "checkOutDate": "2024-0 6-01T00:00:00.000",5244 + "checkInDate": "2024-09-07T00:00:00", 5245 + "checkOutDate": "2024-09-14T00:00:00", 4539 4539 "adults": 2, 4540 4540 "children": 0, 4541 - "districtUID": " b152b6e9-e172-4ff5-b2df-3703b783cdf9",4542 - "districtName": "Al Jaddaf",4543 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",4544 - "cityName": " Dubai",5248 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 5249 + "districtName": "Al Aqah", 5250 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 5251 + "cityName": "Fujairah", 4545 4545 "countryCode": "AE", 4546 4546 "countryName": "United Arab Emirates", 4547 4547 "hasAlcohol": true, 4548 4548 "hasFreeWifi": true, 4549 - "hasMetro": true,5256 + "hasMetro": false, 4550 4550 "hasPool": true, 4551 4551 "hasMall": false, 4552 4552 "infantMaxAge": 1.99, ... ... @@ -4573,11 +4573,11 @@ 4573 4573 } 4574 4574 }, 4575 4575 "flight": { 4576 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",4577 - "departureDate": "2024-0 5-25T00:00:00.000",4578 - "returnDate": "2024-0 6-01T00:00:00.000",4579 - "departureTicketsLeft": 4 8,4580 - "returnTicketsLeft": 33,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, 4581 4581 "departureAvailabilityType": "FreeSale", 4582 4582 "returnAvailabilityType": "FreeSale", 4583 4583 "isTwoWay": true, ... ... @@ -4593,13 +4593,13 @@ 4593 4593 "class": "Economy", 4594 4594 "lugageWeight": 20, 4595 4595 "handLugageWeight": 6, 4596 - "departureFlightDate": "2024-0 5-25T03:35:00.000",5303 + "departureFlightDate": "2024-09-07T03:40:00.000", 4597 4597 "departureCountryName": "Kazakhstan", 4598 4598 "departureCityName": "Almaty", 4599 4599 "departureAirportCode": "ALA", 4600 4600 "departureAirportName": "Almaty Intl Airport", 4601 4601 "departureTerminalCode": "ALA", 4602 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",5309 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 4603 4603 "arrivalCountryName": "United Arab Emirates", 4604 4604 "arrivalCityName": "Dubai", 4605 4605 "arrivalAirportCode": "DXB", ... ... @@ -4616,13 +4616,13 @@ 4616 4616 "class": "Economy", 4617 4617 "lugageWeight": 20, 4618 4618 "handLugageWeight": 6, 4619 - "departureFlightDate": "2024-0 6-01T21:25:00.000",5326 + "departureFlightDate": "2024-09-14T21:30:00.000", 4620 4620 "departureCountryName": "United Arab Emirates", 4621 4621 "departureCityName": "Dubai", 4622 4622 "departureAirportCode": "DXB", 4623 4623 "departureAirportName": "Dubai Intl Airport", 4624 4624 "departureTerminalCode": "DXB3", 4625 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",5332 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 4626 4626 "arrivalCountryName": "Kazakhstan", 4627 4627 "arrivalCityName": "Almaty", 4628 4628 "arrivalAirportCode": "ALA", ... ... @@ -4633,7 +4633,7 @@ 4633 4633 ], 4634 4634 "passengers": [ 4635 4635 { 4636 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",5343 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 4637 4637 "isAdult": true, 4638 4638 "selectedForwardBaggageCode": "INCLUDED", 4639 4639 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4657,7 +4657,7 @@ 4657 4657 ] 4658 4658 }, 4659 4659 { 4660 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",5367 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 4661 4661 "isAdult": true, 4662 4662 "selectedForwardBaggageCode": "INCLUDED", 4663 4663 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4683,51 +4683,45 @@ 4683 4683 ] 4684 4684 }, 4685 4685 "extraServices": [], 4686 - "insurancePrice": { 4687 - "name": "Medical INS (N10000)", 4688 - "price": 35.84, 4689 - "actualStartDate": "2024-05-25T00:00:00.000", 4690 - "actualEndDate": "2024-06-01T00:00:00.000", 4691 - "optional": false, 4692 - "includedInPackagePrice": true 4693 - }, 4694 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:24", 4695 - "sortCheckInOut": "25.05.2024-01.06.2024", 5393 + "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:23", 5394 + "sortCheckInOut": "07.09.2024-14.09.2024", 4696 4696 "sortAirline": "fly dubai", 4697 - "sortHotelName": "arabian park edge by rotana", 4698 - "sortDetails": "bb", 4699 - "sortPlacement": "city view room king bed dbl" 5396 + "sortHotelName": "fujairah rotana resort spa", 5397 + "sortDetails": "hb", 5398 + "sortPlacement": "ocean view room twin dbl", 5399 + "subList": [], 5400 + "exchangeRate": 480.0 4700 4700 }, 4701 4701 { 4702 - "id": "tour:57 52cd54-45fa-481d-9b7e-3d8c4bf208a6:b12a8933-b108-42ba-9a4e-ac644789db77:ac72e6c8-2b76-4840-b8fc-49a3e2e73203",5403 + "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:539ce7f0-6004-4eb0-b16f-253f0a688066:04abb186-80f6-4808-bce4-ae97cef85c51", 4703 4703 "priceCurrency": "USD", 4704 - "totalPrice": 97 0.1,4705 - "agentCommissionPercent": 0.0,4706 - "agentCommissionAmount": 0. 0,5405 + "totalPrice": 1897.04, 5406 + "agentCommissionPercent": 9.0, 5407 + "agentCommissionAmount": 170.73, 4707 4707 "includedExtrasAmount": 0, 4708 4708 "priceDifference": 0, 4709 4709 "hotel": { 4710 - "hotelPriceId": " b12a8933-b108-42ba-9a4e-ac644789db77",4711 - "hotelName": " HowardJohnsonbyWyndham Bur Dubai",4712 - "hotelCode": " d565d01b-a347-40dc-bc0b-71d6c8d6526b",4713 - "nig ths": 7,4714 - "mealPlan": " RO",4715 - "hotelClass": " 3",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", 4716 4716 "hotelColor": "#000000", 4717 4717 "availabilityType": "FreeSale", 4718 4718 "availableRoomsCount": 0, 4719 4719 "fewRooms": true, 4720 - "roomCategoryCode": " 1ba57a59-ef0d-42ae-8e14-bc01c11d1038",4721 - "roomCategoryName": " StandardRoom",5421 + "roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099", 5422 + "roomCategoryName": "Ocean View Room Twin", 4722 4722 "placementTypeName": "DBL", 4723 - "checkInDate": "2024-0 5-25T00:00:00.000",4724 - "checkOutDate": "2024-0 6-01T00:00:00.000",5424 + "checkInDate": "2024-09-07T00:00:00", 5425 + "checkOutDate": "2024-09-14T00:00:00", 4725 4725 "adults": 2, 4726 4726 "children": 0, 4727 - "districtUID": " 0353f8b7-4649-41f7-97bc-a92c5a288992",4728 - "districtName": " BurDubai",4729 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2",4730 - "cityName": " Dubai",5428 + "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 5429 + "districtName": "Al Aqah", 5430 + "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 5431 + "cityName": "Fujairah", 4731 4731 "countryCode": "AE", 4732 4732 "countryName": "United Arab Emirates", 4733 4733 "hasAlcohol": true, ... ... @@ -4735,13 +4735,13 @@ 4735 4735 "hasMetro": false, 4736 4736 "hasPool": true, 4737 4737 "hasMall": false, 4738 - "infantMaxAge": 3.99,4739 - "childMinAge": 4.0,4740 - "childMaxAge": 1 0.99,5439 + "infantMaxAge": 1.99, 5440 + "childMinAge": 2.0, 5441 + "childMaxAge": 11.99, 4741 4741 "teenMinAge": 0.0, 4742 4742 "teenMaxAge": 0.0, 4743 - "adultMinAge": 1 1.0,4744 - "cancellationPolicyDescription": "Cancellation Policy: 2Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",5444 + "adultMinAge": 12.0, 5445 + "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 4745 4745 "cancellationPolicy": { 4746 4746 "noShowChargeValue": 100.0, 4747 4747 "noShowChargeValueType": "%", ... ... @@ -4749,7 +4749,7 @@ 4749 4749 "earlyDepartureChargeValueType": "%", 4750 4750 "conditions": [ 4751 4751 { 4752 - "timeunits": 2,5453 + "timeunits": 4, 4753 4753 "timeunitType": "Day", 4754 4754 "timeOffsetTypeName": "Before Arrival", 4755 4755 "chargeValue": 100.0, ... ... @@ -4759,11 +4759,11 @@ 4759 4759 } 4760 4760 }, 4761 4761 "flight": { 4762 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203",4763 - "departureDate": "2024-0 5-25T00:00:00.000",4764 - "returnDate": "2024-0 6-01T00:00:00.000",4765 - "departureTicketsLeft": 4 8,4766 - "returnTicketsLeft": 33,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, 4767 4767 "departureAvailabilityType": "FreeSale", 4768 4768 "returnAvailabilityType": "FreeSale", 4769 4769 "isTwoWay": true, ... ... @@ -4779,13 +4779,13 @@ 4779 4779 "class": "Economy", 4780 4780 "lugageWeight": 20, 4781 4781 "handLugageWeight": 6, 4782 - "departureFlightDate": "2024-0 5-25T03:35:00.000",5483 + "departureFlightDate": "2024-09-07T03:40:00.000", 4783 4783 "departureCountryName": "Kazakhstan", 4784 4784 "departureCityName": "Almaty", 4785 4785 "departureAirportCode": "ALA", 4786 4786 "departureAirportName": "Almaty Intl Airport", 4787 4787 "departureTerminalCode": "ALA", 4788 - "arrivalFlightDate": "2024-0 5-25T07:10:00.000",5489 + "arrivalFlightDate": "2024-09-07T07:15:00.000", 4789 4789 "arrivalCountryName": "United Arab Emirates", 4790 4790 "arrivalCityName": "Dubai", 4791 4791 "arrivalAirportCode": "DXB", ... ... @@ -4802,13 +4802,13 @@ 4802 4802 "class": "Economy", 4803 4803 "lugageWeight": 20, 4804 4804 "handLugageWeight": 6, 4805 - "departureFlightDate": "2024-0 6-01T21:25:00.000",5506 + "departureFlightDate": "2024-09-14T21:30:00.000", 4806 4806 "departureCountryName": "United Arab Emirates", 4807 4807 "departureCityName": "Dubai", 4808 4808 "departureAirportCode": "DXB", 4809 4809 "departureAirportName": "Dubai Intl Airport", 4810 4810 "departureTerminalCode": "DXB3", 4811 - "arrivalFlightDate": "2024-0 6-02T02:35:00.000",5512 + "arrivalFlightDate": "2024-09-15T02:40:00.000", 4812 4812 "arrivalCountryName": "Kazakhstan", 4813 4813 "arrivalCityName": "Almaty", 4814 4814 "arrivalAirportCode": "ALA", ... ... @@ -4819,7 +4819,7 @@ 4819 4819 ], 4820 4820 "passengers": [ 4821 4821 { 4822 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A1",5523 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 4823 4823 "isAdult": true, 4824 4824 "selectedForwardBaggageCode": "INCLUDED", 4825 4825 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4843,7 +4843,7 @@ 4843 4843 ] 4844 4844 }, 4845 4845 { 4846 - "id": "a c72e6c8-2b76-4840-b8fc-49a3e2e73203-A2",5547 + "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 4847 4847 "isAdult": true, 4848 4848 "selectedForwardBaggageCode": "INCLUDED", 4849 4849 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4869,26 +4869,200 @@ 4869 4869 ] 4870 4870 }, 4871 4871 "extraServices": [], 4872 - "insurancePrice": { 4873 - "name": "Medical INS (N10000)", 4874 - "price": 35.84, 4875 - "actualStartDate": "2024-05-25T00:00:00.000", 4876 - "actualEndDate": "2024-06-01T00:00:00.000", 4877 - "optional": false, 4878 - "includedInPackagePrice": true 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 + } 4879 4879 }, 4880 - "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:25", 4881 - "sortCheckInOut": "25.05.2024-01.06.2024", 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", 4882 4882 "sortAirline": "fly dubai", 4883 - "sortHotelName": "howard johnson by wyndham bur dubai", 4884 - "sortDetails": "ro", 4885 - "sortPlacement": "standard room dbl" 5756 + "sortHotelName": "fujairah rotana resort spa", 5757 + "sortDetails": "hb", 5758 + "sortPlacement": "ocean view room king dbl", 5759 + "subList": [], 5760 + "exchangeRate": 480.0 4886 4886 } 4887 4887 ], 4888 - "pagingId": " 8",5763 + "pagingId": "5", 4889 4889 "pageNumber": 1, 4890 - "pageCount": 36,4891 - "totalCount": 883,5765 + "pageCount": 5, 5766 + "totalCount": 110, 4892 4892 "error": false 4893 4893 } 4894 4894 {{/code}} ... ... @@ -5177,113 +5177,108 @@ 5177 5177 == Definitions == 5178 5178 5179 5179 5180 -**Request Parameters ** 6055 +=== **Request Parameters ** === 5181 5181 5182 5182 (% class="table-bordered" %) 5183 -|=Field|=Type|=Description 5184 -|departureCountryCode|string|The ISO 3166-1 alpha-2 country code for the departure country. For example, "KZ" for Kazakhstan. 5185 -|departureCityUID|string|The unique identifier for the departure city. 5186 -|arrivalCountryCode|string|The ISO 3166-1 alpha-2 country code for the arrival country. For example, "AE" for United Arab Emirates. 5187 -|arrivalLocations|array|An array of objects, each representing an arrival location. Each object contains: type (string) - The type of the location. This can be "city". label (string) - The name of the location. value (string) - The unique identifier for the location. tag (string) - A tag for the location. 5188 -|checkInDate|string|The check-in date in ISO 8601 format. 5189 -|checkInDateTo|string|The latest possible check-in date in ISO 8601 format. 5190 -|stayDays|integer|The minimum number of days to stay. 5191 -|stayDaysTo|integer|The maximum number of days to stay. 5192 -|airlineCode|string|The code of the airline. This field can be empty. 5193 -|ticketType|string|The type of the ticket. This field can be empty. 5194 -|directFlightsOnly|boolean|Indicates whether to search for direct flights only. 5195 -|longConnectTime|boolean|Indicates whether to include flights with long connection times. 5196 -|adults|integer|The number of adults. 5197 -|children|integer|The number of children. 5198 -|childrenAges|array|An array of integers, each representing the age of a child. 5199 -|extendedSearch|boolean|Indicates whether to perform an extended search. 5200 -|totalPriceFrom|float|The minimum total price. 5201 -|totalPriceTo|float|The maximum total price. 5202 -|recommended|boolean|Indicates whether to include recommended packages. 5203 -|popular|boolean|Indicates whether to include popular packages. 5204 -|freeSale|boolean|Indicates whether to include free sale packages. 5205 -|groupByHotel|boolean|Indicates whether to group the results by hotel. 5206 -|hotelCodes|array|An array of strings, each representing a hotel code. This field can be empty. 5207 -|mealPlans|array|An array of meal plans. This field can be empty. 5208 -|hotelClasses|array|An array of hotel classes. This field can be empty. 5209 -|hotelTypes|array|An array of hotel types. This field can be empty. 5210 -|hotelServices|array|An array of hotel services. This field can be empty. 5211 -|pagingId|string|The paging ID for paginated results. This field can be empty. 5212 -|pageNumber|integer|The page number for paginated results. 5213 -|pageRowCount|integer|The number of rows per page for paginated results. 6058 +|=Key|=Type|=Nullable|=Description 6059 +|departureCountryCode|String|No|The ISO 3166-1 alpha-2 code of the departure country. For example, "KZ" for Kazakhstan. 6060 +|departureCityUID|String (UUID)|No|The unique identifier of the departure city. This is a UUID, such as "f0ba6324-f337-405c-8cc7-23d62cf664e8". 6061 +|arrivalCountryCode|String|No|The ISO 3166-1 alpha-2 code of the arrival country. For example, "AE" for United Arab Emirates. 6062 +|adults|Integer|No|The number of adults for the trip. For example, 2 for two adults. 6063 +|children|Integer|No|The number of children for the trip. For example, 0 for no children. 6064 +|departureDate|String (date-time)|No|The departure date in ISO 8601 format. For example, "2024-05-25T00:00:00" for May 25, 2024. 6065 +|returnDate|String (date-time)|No|The return date in ISO 8601 format. For example, "2024-06-01T00:00:00" for June 1, 2024. 6066 +|departureAndReturnDaysCount|Integer|No|The total number of days for the departure and return trip. For example, 7 for a week-long trip. 6067 +|checkInDate|String (date-time)|No|The check-in date at the hotel in ISO 8601 format. For example, "2024-05-25T00:00:00" for May 25, 2024. 6068 +|checkOutDate|String (date-time)|No|The check-out date from the hotel in ISO 8601 format. For example, "2024-06-01T00:00:00" for June 1, 2024. 6069 +|checkInAndCheckOutDaysCount|Integer|No|The total number of days for the hotel stay. For example, 7 for a week-long stay. 6070 +|directFlightsOnly|Boolean|No|Whether to search for direct flights only. For example, true to only search for direct flights. 6071 +|pageRowCount|Integer|No|The number of results to return per page. For example, 1 to return 1 result per page. 6072 +|searchCurrency|String|YES|The currency in which the search results should be displayed. For example, "USD" for United States Dollar. You can use this currencies for example - KZT - ₸ • USD - $ • RUB - ₽ • EUR - € • UZS - ЛВ • AZN - ₼. 5214 5214 5215 -(% class="wikigeneratedid" %) 5216 -**Response Parameters** 6074 +=== **Response Parameters** === 5217 5217 5218 5218 (% class="table-bordered" %) 5219 -|=Field|=Type|=Description 5220 -|packages|array|An array of packages available. Each package contains: 5221 -|cacheKey|string|A unique identifier for the cache. 5222 -|id|string|A unique identifier for the package. 5223 -|priceCurrency|string|The currency in which the price is displayed. 5224 -|totalPrice|float|The total price of the package. 5225 -|agentCommissionPercent|float|The commission percentage for the agent. 5226 -|agentCommissionAmount|float|The commission amount for the agent. 5227 -|includedExtrasAmount|integer|The amount of extras included in the package. 5228 -|priceDifference|integer|The difference in price from the original price. 5229 -|hotel|object|An object containing details about the hotel. 5230 -|hotelPriceId|string|A unique identifier for the hotel price. 5231 -|providerId|integer|A unique identifier for the provider. 5232 -|hotelName|string|The name of the hotel. 5233 -|hotelCode|string|A unique code for the hotel. 5234 -|nigths|integer|The number of nights for the stay. 5235 -|mealPlan|string|The meal plan for the stay. 5236 -|hotelClass|string|The class or rating of the hotel. 5237 -|availabilityType|string|The availability type of the hotel. 5238 -|availableRoomsCount|integer|The number of available rooms in the hotel. 5239 -|fewRooms|boolean|Indicates whether there are few rooms left. 5240 -|roomCategoryCode|string|A unique code for the room category. 5241 -|roomCategoryName|string|The name of the room category. 5242 -|placementTypeName|string|The name of the placement type. 5243 -|checkInDate|string|The check-in date in ISO 8601 format. 5244 -|checkOutDate|string|The check-out date in ISO 8601 format. 5245 -|adults|integer|The number of adults for the stay. 5246 -|children|integer|The number of children for the stay. 5247 -|districtUID|string|A unique identifier for the district. 5248 -|districtName|string|The name of the district. 5249 -|cityUID|string|A unique identifier for the city. 5250 -|cityName|string|The name of the city. 5251 -|countryCode|string|The ISO 3166-1 alpha-2 country code. 5252 -|countryName|string|The name of the country. 5253 -|hasAlcohol|boolean|Indicates whether the hotel serves alcohol. 5254 -|hasFreeWifi|boolean|Indicates whether the hotel offers free Wi-Fi. 5255 -|hasMetro|boolean|Indicates whether the hotel is near a metro station. 5256 -|hasPool|boolean|Indicates whether the hotel has a pool. 5257 -|hasMall|boolean|Indicates whether the hotel is near a shopping mall. 5258 -|cancellationPolicyDescription|string|The description of the cancellation policy. 5259 -|cancellationPolicy|object|An object containing details about the cancellation policy. 5260 -|flight|object|An object containing details about the flight. 5261 -|id|string|A unique identifier for the flight. 5262 -|departureDate|string|The departure date in ISO 8601 format. 5263 -|returnDate|string|The return date in ISO 8601 format. 5264 -|departureTicketsLeft|integer|The number of departure tickets left. 5265 -|returnTicketsLeft|integer|The number of return tickets left. 5266 -|departureAvailabilityType|string|The availability type of the departure flight. 5267 -|returnAvailabilityType|string|The availability type of the return flight. 5268 -|isTwoWay|boolean|Indicates whether the flight is two-way. 5269 -|sameBaggageForAll|boolean|Indicates whether the same baggage is applicable for all passengers. 5270 -|totalBaggage|boolean|Indicates whether total baggage is included. 5271 -|departureSegments|array|An array of objects, each representing a departure segment. 5272 -|returnSegments|array|An array of objects, each representing a return segment. 5273 -|passengers|array|An array of objects, each representing a passenger. 5274 -|extraServices|array|An array of extra services included in the package. 5275 -|insurancePrice|object|An object containing details about the insurance price. 5276 -|pagingId|string|The paging ID for paginated results. 5277 -|pageNumber|integer|The page number for paginated results. 5278 -|pageCount|integer|The total number of pages. 5279 -|totalCount|integer|The total count of packages. 5280 -|error|boolean|Indicates whether there was an error. 6077 +|=Key|=Type|=Description 6078 +|packages|Array|An array of travel packages. Each package includes various details about the package. 6079 +|packages[].id|String|A unique identifier for the package. This is used to uniquely identify each package. 6080 +|packages[].priceCurrency|String|The currency in which the price is denoted. This could be • KZT - ₸ • USD - $ • RUB - ₽ • EUR - € • UZS - ЛВ • AZN - ₼. 6081 +|packages[].totalPrice|Number|The total price of the package. This includes all costs associated with the package. 6082 +|packages[].agentCommissionPercent|Number|The commission percentage for the agent. This is the percentage of the total price that the agent receives as commission. 6083 +|packages[].agentCommissionAmount|Number|The commission amount for the agent. This is the actual amount the agent receives as commission. 6084 +|packages[].includedExtrasAmount|Number|The amount for the included extras. This is the cost of any extra services included in the package. 6085 +|packages[].priceDifference|Number|The price difference. This could be a discount or a price increase. 6086 +|packages[].hotel|Object|An object containing details about the hotel included in the package. This includes information like the hotel name, class, availability, etc. 6087 +|packages[].hotel.hotelPriceId|String|The price ID of the hotel. This is used to uniquely identify the price for the hotel. 6088 +|packages[].hotel.hotelName|String|The name of the hotel. This is the actual name of the hotel. 6089 +|packages[].hotel.hotelCode|String|The code of the hotel. This is a unique code used to identify the hotel. 6090 +|packages[].hotel.nights|Number|The number of nights for the stay. This is the duration of the stay at the hotel. 6091 +|packages[].hotel.mealPlan|String|The meal plan for the stay. This could be breakfast included, all inclusive, etc. 6092 +|packages[].hotel.hotelClass|String|The class of the hotel. This could be 3-star, 4-star, 5-star, etc. 6093 +|packages[].hotel.hotelColor|String|The color associated with the hotel. This could be used for categorization or visualization purposes. 6094 +|packages[].hotel.availabilityType|String|The availability type of the hotel. This could be available, sold out, etc. 6095 +|packages[].hotel.availableRoomsCount|Number|The count of available rooms. This is the number of rooms that are currently available at the hotel. 6096 +|packages[].hotel.fewRooms|Boolean|A boolean indicating if there are few rooms left. If true, it means that there are only a few rooms left. 6097 +|packages[].hotel.roomCategoryCode|String|The code of the room category. This is a unique code used to identify the room category. 6098 +|packages[].hotel.roomCategoryName|String|The name of the room category. This is the actual name of the room category. 6099 +|packages[].hotel.placementTypeName|String|The name of the placement type. This could be sea view, garden view, etc. 6100 +|packages[].hotel.placementDescription|String|The description of the placement. This provides more details about the placement type. 6101 +|packages[].hotel.checkInDate|String|The check-in date. This is the date when the stay at the hotel begins. 6102 +|packages[].hotel.checkOutDate|String|The check-out date. This is the date when the stay at the hotel ends. 6103 +|packages[].hotel.adults|Number|The number of adults. This is the number of adults that will be staying at the hotel. 6104 +|packages[].hotel.children|Number|The number of children. This is the number of children that will be staying at the hotel. 6105 +|packages[].hotel.districtUID|String|The UID of the district. This is a unique identifier for the district where the hotel is located. 6106 +|packages[].hotel.districtName|String|The name of the district. This is the actual name of the district where the hotel is located. 6107 +|packages[].hotel.cityUID|String|The UID of the city. This is a unique identifier for the city where the hotel is located. 6108 +|packages[].hotel.cityName|String|The name of the city. This is the actual name of the city where the hotel is located. 6109 +|packages[].hotel.countryCode|String|The code of the country. This is a unique code used to identify the country where the hotel is located. 6110 +|packages[].hotel.countryName|String|The name of the country. This is the actual name of the country where the hotel is located. 6111 +|packages[].hotel.hasAlcohol|Boolean|A boolean indicating if alcohol is available. If true, it means that alcohol is available at the hotel. 6112 +|packages[].hotel.hasFreeWifi|Boolean|A boolean indicating if free Wi-Fi is available. If true, it means that free Wi-Fi is available at the hotel. 6113 +|packages[].hotel.hasMetro|Boolean|A boolean indicating if metro is available. If true, it means that there is a metro station near the hotel. 6114 +|packages[].hotel.hasPool|Boolean|A boolean indicating if a pool is available. If true, it means that the hotel has a pool. 6115 +|packages[].hotel.hasMall|Boolean|A boolean indicating if a mall is available. If true, it means that there is a mall near the hotel. 6116 +|packages[].hotel.infantMaxAge|Number|The maximum age for an infant. This is the maximum age at which a person is considered an infant. 6117 +|packages[].hotel.childMinAge|Number|The minimum age for a child. This is the minimum age at which a person is considered a child. 6118 +|packages[].hotel.childMaxAge|Number|The maximum age for a child. This is the maximum age at which a person is considered a child. 6119 +|packages[].hotel.teenMinAge|Number|The minimum age for a teen. This is the minimum age at which a person is considered a teen. 6120 +|packages[].hotel.teenMaxAge|Number|The maximum age for a teen. This is the maximum age at which a person is considered a teen. 6121 +|packages[].hotel.adultMinAge|Number|The minimum age for an adult. This is the minimum age at which a person is considered an adult. 6122 +|packages[].hotel.cancellationPolicyDescription|String|The description of the cancellation policy. This provides more details about the cancellation policy of the hotel. 6123 +|packages[].hotel.cancellationPolicy|Object|An object containing details about the cancellation policy. This includes information like the cancellation deadline, cancellation fee, etc. 6124 +|packages[].flight|Object|An object containing details about the flight included in the package. This includes information like the flight ID, departure date, return date, etc. 6125 +|packages[].flight.id|String|The ID of the flight. This is used to uniquely identify the flight. 6126 +|packages[].flight.departureDate|String|The departure date of the flight. This is the date when the flight departs. 6127 +|packages[].flight.returnDate|String|The return date of the flight. This is the date when the flight returns. 6128 +|packages[].flight.departureTicketsLeft|Number|The number of departure tickets left. This is the number of tickets that are still available for the departure flight. 6129 +|packages[].flight.returnTicketsLeft|Number|The number of return tickets left. This is the number of tickets that are still available for the return flight. 6130 +|packages[].flight.departureAvailabilityType|String|The availability type of the departure flight. This could be available, sold out, etc. 6131 +|packages[].flight.returnAvailabilityType|String|The availability type of the return flight. This could be available, sold out, etc. 6132 +|packages[].flight.isTwoWay|Boolean|A boolean indicating if the flight is two-way. If true, it means that the flight includes both departure and return. 6133 +|packages[].flight.sameBaggageForAll|Boolean|A boolean indicating if the same baggage is for all. If true, it means that the same baggage allowance applies to all passengers. 6134 +|packages[].flight.totalBaggage|Boolean|A boolean indicating if total baggage is included. If true, it means that the total baggage allowance is included in the price. 6135 +|packages[].flight.isBlock|Boolean|A boolean indicating if the flight is block or not. If true, it means that the flight is currently block of flights 6136 +|packages[].flight.class|String|The class of the flight. This could be economy, business, first class, etc. 6137 +|packages[].flight.departureSegments|Array|An array containing details about the departure segments. Each segment includes information like the departure airport, arrival airport, departure time, arrival time, etc. 6138 +|packages[].flight.returnSegments|Array|An array containing details about the return segments. Each segment includes information like the departure airport, arrival airport, departure time, arrival time, etc. 6139 +|packages[].flight.passengers|Array|An array containing details about the passengers. Each passenger includes information like the passenger type, baggage allowance, etc. 6140 +|packages[].extraServices|Array|An array of any extra services included in the package. Each service includes information like the service name, service price, etc. 6141 +|packages[].insurancePrice|Object|An object containing details about the insurance price included in the package. This includes information like the insurance type, insurance price, etc. 6142 +|packages[].cacheKey|String|The cache key. This is used to cache the package details for faster retrieval. 6143 +|packages[].sortCheckInOut|String|The check-in and check-out dates for sorting. This is used to sort the packages based on the check-in and check-out dates. 6144 +|packages[].sortAirline|String|The airline for sorting. This is used to sort the packages based on the airline. 6145 +|packages[].sortHotelName|String|The hotel name for sorting. This is used to sort the packages based on the hotel name. 6146 +|packages[].sortDetails|String|The details for sorting. This is used to sort the packages based on various details. 6147 +|packages[].sortPlacement|String|The placement for sorting. This is used to sort the packages based on the placement. 6148 +|pagingId|String|An identifier for the page. This is used to uniquely identify each page of results. 6149 +|pageNumber|Number|The current page number. This is the number of the current page of results. 6150 +|pageCount|Number|The total number of pages. This is the total number of pages of results. 6151 +|totalCount|Number|The total count of packages. This is the total number of packages in all pages of results. 6152 +|error|Boolean|A boolean indicating whether there was an error. If true, it means that there was an error in retrieving the packages. 6153 +|((( 6154 +exchangeRate 6155 +)))|Integer|For example "exchangeRate": 480.0 it means that exchange rate is 480 from KZT to USD , 1 USD-480KZT 5281 5281 5282 -=== Paging and Caching === 5283 - 5284 -During the first request, Paging id must be empty like this ( "pagingId": "",) pagenumber is the number of the page, pagerowcount means number of the given result in one page. So in the first request we can search like this: 5285 - 5286 - 5287 5287 ==== first request ==== 5288 5288 5289 5289 {{code language="Json"}} ... ... @@ -5294,10 +5294,12 @@ 5294 5294 } 5295 5295 {{/code}} 5296 5296 6167 +While making first search request, paging id should be empty, "pageNumber": and "pageRowCount":10 means that, in response there will be returned maximum 10 packages per page. 5297 5297 6169 + 5298 5298 ==== Request with caching ==== 5299 5299 5300 -a s we receiveresponse, in the end we can see pagingId- number, chich we can use for caching, andthenjust switch pagenumbers.for cleaning cache, it's important to make new request without pagingID6172 +after receiving response from first search request, in the end we can see pagingId- number, wchich we can use for caching, and (pageinatoin) for switch pagenumbers, and displaying results as we whant. For cleaning cache, it's important to make new request without cllear pagingID, like this "pagingId": "", 5301 5301 5302 5302 {{code language="Json"}} 5303 5303 { ... ... @@ -5308,6 +5308,56 @@ 5308 5308 {{/code}} 5309 5309 5310 5310 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 + 5311 5311 === search parameter options === 5312 5312 5313 5313 in the request body it's available to filter search results with parameters. parameter examples: ... ... @@ -5346,22 +5346,38 @@ 5346 5346 {{/code}} 5347 5347 5348 5348 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. 5349 5349 5350 5350 == Important == 5351 5351 5352 5352 {{error}} 5353 - It'sImportant to in every otherrequestheader, put Auth token6280 +=== Implementing Authorization in Subsequent Requests === 5354 5354 5355 - **Key**-Authorization6282 +For every API request after the initial authentication, it's crucial to include the authorization token in the request header. This ensures your requests are authorized and can access the necessary resources. Here's how to properly include your token: 5356 5356 5357 -**Value **- Bearer Token what is given in this response. 6284 +* **Header Key:** Authorization 6285 +* **Header Value:** Bearer [Your Token Here] - Use the bearer token provided in the initial authentication response. The authorization type should be specified as Bearer Token. 5358 5358 6287 +Additionally, to ensure your requests are properly formatted and recognized, include the following headers: 5359 5359 5360 -**also note in headers that:** 6289 +* **Content-Type:** Specify this header as application/json to indicate the format of the request body. 6290 +* **Header Key:** X-nugios-timezone 6291 +* **Header Value:** 240 - Adjust this value to match your local timezone offset in minutes. 5361 5361 5362 -Content-Type - application/json 6293 +Incorporating these headers with their respective values is essential for the successful processing of your API requests. 6294 +{{/error}} 5363 5363 5364 -**Key - **X-nugios-timezone 5365 5365 5366 -**Value **- 240 5367 -{{/error}} 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 +)))