Changes for page SearchTourPackages - Basic Version
Last modified by Giorgi Mdivnishvili on 2025/10/22 13:39
From version 25.1
edited by Giorgi Mdivnishvili
on 2025/10/22 13:39
on 2025/10/22 13:39
Change comment:
There is no comment for this version
To 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
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,42 +6,11 @@ 6 6 7 7 = Method Description = 8 8 9 +Tour package mean, tour with hotel and flight together. Using this method gives data about full package availability with flight and hotel options. 9 9 10 - ===MethodOverview:StreamlinedTourPackage Discovery andBooking===11 +It's possible to receive data as current dates, also in date ranges using parameter "stayDays": 0, "stayDaysTo": 0. the maximum difference between the days can be 7. Below you can see examples. 11 11 12 -**Purpose:** This method outlines the most efficient process for locating and subsequently booking a tour package utilizing a minimal set of required parameters. It is designed to simplify the user interaction by reducing the complexity and volume of input data necessary for operation. 13 13 14 -**Procedure:** 15 - 16 -1. **Initialization**: Start by specifying the essential parameters. This approach is engineered to streamline the search and booking process, focusing on the core data elements critical for identifying suitable tour packages. 17 -1. **Search Execution**: Deploy the method with the specified parameters to initiate the search. The system is optimized to process these inputs, conducting a targeted query across available tour packages to identify matches that align with the user's criteria. 18 -1. **Selection and Booking**: Upon receiving search results, the user can select a desired tour package. The booking process is then initiated with the minimal parameters already provided, ensuring a seamless transition from selection to confirmation. 19 - 20 -**Parameter Details:** 21 - 22 -* The parameters required for this method are intentionally limited to essential elements only, aiming to expedite the search and booking phases while maintaining effectiveness. Details on these parameters, including data types and usage instructions, are documented separately. 23 - 24 -**Usage Notes:** 25 - 26 -* This method is particularly beneficial for users seeking a straightforward and efficient path to tour package booking, minimizing decision fatigue and enhancing user experience. 27 - 28 -**Examples:** 29 - 30 -* Code examples and detailed step-by-step instructions for utilizing this method are available in the subsequent sections, providing practical guidance on implementing the streamlined tour package discovery and booking process. 31 - 32 -This documentation segment aims to facilitate developers and users in leveraging a simplified method for tour package exploration and booking, ensuring an efficient and user-friendly interaction with the system. 33 - 34 -**Date Parameters** 35 - 36 -* **checkInDate** — the date when the guest checks into the hotel. 37 -* **checkOutDate** — the date of departure from the hotel (the last day of stay). 38 -* ((( 39 -If only these two parameters are specified during the search, the system will automatically select flight options that correspond to the hotel stay dates. 40 - 41 -In cases where a user wants a longer trip — for example, a **10-day tour** with only **5 days at the hotel** — they can specify flight dates (**departureDate** and **returnDate**) separately from hotel stay dates (**checkInDate** and **checkOutDate**). 42 -))) 43 - 44 - 45 45 == Endpoint URL - [POST] == 46 46 47 47 {{info}} ... ... @@ -77,92 +77,241 @@ 77 77 } 78 78 {{/code}} 79 79 80 -== Request example for 2Adults 2Child == 81 81 82 - {{codelanguage="Json"}}50 +== Response Body == 83 83 84 - 52 +{{code language="json"}} 85 85 { 86 - "departureCountryCode": "KZ", 87 - "departureCityUID": "f0ba6324-f337-405c-8cc7-23d62cf664e8", 88 - "arrivalCountryCode": "AE", 89 - "adults": 2, 90 - "children": 2, 91 - "childrenAges": [ 92 - 4, 93 - 8 94 - ], 95 - "departureDate": "2024-08-26T00:00:00", 96 - "returnDate": "2024-09-02T00:00:00", 97 - "departureAndReturnDaysCount": 7, 98 - "checkInDate": "2024-08-26T00:00:00", 99 - "checkOutDate": "2024-09-02T00:00:00", 100 - "checkInAndCheckOutDaysCount": 7, 101 - "directFlightsOnly": true, 102 - "searchCurrency": "KZT", 103 - 104 - "pagingId": "", 105 - "pageNumber": 1, 106 - "pageRowCount":5 107 - 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 108 108 } 109 109 {{/code}} 110 110 111 111 112 -== Response Body==229 +== Response example == 113 113 114 -{{code language=" json"}}231 +{{code language="Json"}} 115 115 { 116 116 "packages": [ 117 117 { 118 - "id": "tour:5 0ef83aa-9e90-493a-b9ad-c0849c2baa91:f9be75ed-0b50-4598-aece-5b959400c0f0:b7d53209-ea5a-47a9-9074-f82d88dacac4",235 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:3a85de4a-96e0-4ca8-b116-412a2a5c6bd3:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 119 119 "priceCurrency": "USD", 120 - "totalPrice": 1883.71,121 - "agentCommissionPercent": 9.0,122 - "agentCommissionAmount": 169.53,237 + "totalPrice": 909.78, 238 + "agentCommissionPercent": 0.0, 239 + "agentCommissionAmount": 0.0, 123 123 "includedExtrasAmount": 0, 124 124 "priceDifference": 0, 125 125 "hotel": { 126 - "hotelPriceId": " f9be75ed-0b50-4598-aece-5b959400c0f0",127 - "hotelName": " NihalHotel",128 - "hotelCode": " 176cb63d-9ebc-4a87-b12f-efe4b9180ced",129 - "nig hts": 7,130 - "mealPlan": " RO",243 + "hotelPriceId": "3a85de4a-96e0-4ca8-b116-412a2a5c6bd3", 244 + "hotelName": "CityMax Sharjah", 245 + "hotelCode": "CMAXBSHJNUG", 246 + "nigths": 7, 247 + "mealPlan": "BB", 131 131 "hotelClass": "3", 132 - "hotelColor": "# 000000",249 + "hotelColor": "#228B22", 133 133 "availabilityType": "FreeSale", 134 134 "availableRoomsCount": 0, 135 135 "fewRooms": true, 136 - "roomCategoryCode": " 2561405f-6942-4f8e-b044-87fd347c0ec5",253 + "roomCategoryCode": "DBL", 137 137 "roomCategoryName": "Standard Room", 138 - "placementTypeName": "DBL + CHILD + CHILD(2-5.99)(6-11.99)sharing", 139 - "checkInDate": "2024-08-26T00:00:00", 140 - "checkOutDate": "2024-09-02T00:00:00", 255 + "placementTypeName": "2 Adults", 256 + "placementDescription": "MARPROMDMC02/RUS", 257 + "checkInDate": "2024-05-25T00:00:00.000", 258 + "checkOutDate": "2024-06-01T00:00:00.000", 141 141 "adults": 2, 142 - "children": 2,143 - "districtUID": "a aff2238-fa72-4900-83f8-a16990415547",144 - "districtName": " Deira",145 - "cityUID": "f 5185fa3-3f56-44ed-bf6b-80386a33caa2",146 - "cityName": " Dubai",260 + "children": 0, 261 + "districtUID": "7ac1bbc8-59ea-4977-b272-ed8553f94f9b", 262 + "districtName": "Sharjah", 263 + "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6", 264 + "cityName": "Sharjah", 147 147 "countryCode": "AE", 148 148 "countryName": "United Arab Emirates", 149 - "hasAlcohol": true,150 - "hasFreeWifi": false,151 - "hasMetro": true,152 - "hasPool": true,153 - "hasMall": false,154 - "infantMaxAge": 5.99,155 - "childMinAge": 6.0,267 + "hasAlcohol": false, 268 + "hasFreeWifi": true, 269 + "hasMetro": false, 270 + "hasPool": false, 271 + "hasMall": true, 272 + "infantMaxAge": 4.99, 273 + "childMinAge": 5.0, 156 156 "childMaxAge": 11.99, 157 157 "teenMinAge": 0.0, 158 158 "teenMaxAge": 0.0, 159 159 "adultMinAge": 12.0, 160 - "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 1.00 Night, Early Departure: 1 00.00%, NoShow: 100.00%",278 + "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 1.00 Night, Early Departure: 1.00 Night, NoShow: 1.00 Night", 161 161 "cancellationPolicy": { 162 - "noShowChargeValue": 1 00.0,163 - "noShowChargeValueType": " %",164 - "earlyDepartureChargeValue": 1 00.0,165 - "earlyDepartureChargeValueType": " %",280 + "noShowChargeValue": 1.0, 281 + "noShowChargeValueType": "Night", 282 + "earlyDepartureChargeValue": 1.0, 283 + "earlyDepartureChargeValueType": "Night", 166 166 "conditions": [ 167 167 { 168 168 "timeunits": 2, ... ... @@ -175,11 +175,11 @@ 175 175 } 176 176 }, 177 177 "flight": { 178 - "id": " b7d53209-ea5a-47a9-9074-f82d88dacac4",179 - "departureDate": "2024-0 8-26T00:00:00",180 - "returnDate": "2024-0 9-02T00:00:00",181 - "departureTicketsLeft": 28,182 - "returnTicketsLeft": 3 0,296 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 297 + "departureDate": "2024-05-25T00:00:00.000", 298 + "returnDate": "2024-06-01T00:00:00.000", 299 + "departureTicketsLeft": 48, 300 + "returnTicketsLeft": 33, 183 183 "departureAvailabilityType": "FreeSale", 184 184 "returnAvailabilityType": "FreeSale", 185 185 "isTwoWay": true, ... ... @@ -195,13 +195,13 @@ 195 195 "class": "Economy", 196 196 "lugageWeight": 20, 197 197 "handLugageWeight": 6, 198 - "departureFlightDate": "2024-0 8-26T03:40:00.000",316 + "departureFlightDate": "2024-05-25T03:35:00.000", 199 199 "departureCountryName": "Kazakhstan", 200 200 "departureCityName": "Almaty", 201 201 "departureAirportCode": "ALA", 202 202 "departureAirportName": "Almaty Intl Airport", 203 203 "departureTerminalCode": "ALA", 204 - "arrivalFlightDate": "2024-0 8-26T07:15:00.000",322 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 205 205 "arrivalCountryName": "United Arab Emirates", 206 206 "arrivalCityName": "Dubai", 207 207 "arrivalAirportCode": "DXB", ... ... @@ -218,13 +218,13 @@ 218 218 "class": "Economy", 219 219 "lugageWeight": 20, 220 220 "handLugageWeight": 6, 221 - "departureFlightDate": "2024-0 9-02T21:30:00.000",339 + "departureFlightDate": "2024-06-01T21:25:00.000", 222 222 "departureCountryName": "United Arab Emirates", 223 223 "departureCityName": "Dubai", 224 224 "departureAirportCode": "DXB", 225 225 "departureAirportName": "Dubai Intl Airport", 226 226 "departureTerminalCode": "DXB3", 227 - "arrivalFlightDate": "2024-0 9-03T02:40:00.000",345 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 228 228 "arrivalCountryName": "Kazakhstan", 229 229 "arrivalCityName": "Almaty", 230 230 "arrivalAirportCode": "ALA", ... ... @@ -235,7 +235,7 @@ 235 235 ], 236 236 "passengers": [ 237 237 { 238 - "id": " b7d53209-ea5a-47a9-9074-f82d88dacac4-A1",356 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 239 239 "isAdult": true, 240 240 "selectedForwardBaggageCode": "INCLUDED", 241 241 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -259,7 +259,7 @@ 259 259 ] 260 260 }, 261 261 { 262 - "id": " b7d53209-ea5a-47a9-9074-f82d88dacac4-A2",380 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 263 263 "isAdult": true, 264 264 "selectedForwardBaggageCode": "INCLUDED", 265 265 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -281,339 +281,69 @@ 281 281 "included": true 282 282 } 283 283 ] 284 - }, 285 - { 286 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1", 287 - "isAdult": false, 288 - "selectedForwardBaggageCode": "INCLUDED", 289 - "selectedBackwardBaggageCode": "INCLUDED", 290 - "forwardBaggages": [ 291 - { 292 - "baggageCode": "INCLUDED", 293 - "description": "20 Kg Included", 294 - "price": 0.0, 295 - "currency": "USD", 296 - "included": true 297 - } 298 - ], 299 - "backwardBaggages": [ 300 - { 301 - "baggageCode": "INCLUDED", 302 - "description": "20 Kg Included", 303 - "price": 0.0, 304 - "currency": "USD", 305 - "included": true 306 - } 307 - ] 308 - }, 309 - { 310 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2", 311 - "isAdult": false, 312 - "selectedForwardBaggageCode": "INCLUDED", 313 - "selectedBackwardBaggageCode": "INCLUDED", 314 - "forwardBaggages": [ 315 - { 316 - "baggageCode": "INCLUDED", 317 - "description": "20 Kg Included", 318 - "price": 0.0, 319 - "currency": "USD", 320 - "included": true 321 - } 322 - ], 323 - "backwardBaggages": [ 324 - { 325 - "baggageCode": "INCLUDED", 326 - "description": "20 Kg Included", 327 - "price": 0.0, 328 - "currency": "USD", 329 - "included": true 330 - } 331 - ] 332 332 } 333 333 ] 334 334 }, 335 335 "extraServices": [], 336 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:1", 337 - "sortCheckInOut": "26.08.2024-02.09.2024", 338 - "sortAirline": "fly dubai", 339 - "sortHotelName": "nihal hotel", 340 - "sortDetails": "ro", 341 - "sortPlacement": "standard room dbl child child 2 5 99 6 11 99 sharing", 342 - "subList": [], 343 - "exchangeRate": 480.0 344 - }, 345 - { 346 - "id": "tour:50ef83aa-9e90-493a-b9ad-c0849c2baa91:af1c3f20-548d-4e8e-b976-52aaf9af8b8b:b7d53209-ea5a-47a9-9074-f82d88dacac4", 347 - "priceCurrency": "USD", 348 - "totalPrice": 1889.76, 349 - "agentCommissionPercent": 9.0, 350 - "agentCommissionAmount": 170.08, 351 - "includedExtrasAmount": 0, 352 - "priceDifference": 0, 353 - "hotel": { 354 - "hotelPriceId": "af1c3f20-548d-4e8e-b976-52aaf9af8b8b", 355 - "hotelName": "Six Seasons Hotel", 356 - "hotelCode": "b327fcea-afbe-4652-9f0c-8f09d941d5a4", 357 - "nights": 7, 358 - "mealPlan": "RO", 359 - "hotelClass": "3", 360 - "hotelColor": "#000000", 361 - "availabilityType": "StopSale", 362 - "availableRoomsCount": 0, 363 - "fewRooms": true, 364 - "roomCategoryCode": "5e28afcd-2f9d-4d4c-aefb-fd6c46cf0963", 365 - "roomCategoryName": "Standard King Room", 366 - "placementTypeName": "DBL + CHILD + CHILD(2-5.99)(6-10.99)sharing", 367 - "checkInDate": "2024-08-26T00:00:00", 368 - "checkOutDate": "2024-09-02T00:00:00", 369 - "adults": 2, 370 - "children": 2, 371 - "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992", 372 - "districtName": "Bur Dubai", 373 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 374 - "cityName": "Dubai", 375 - "countryCode": "AE", 376 - "countryName": "United Arab Emirates", 377 - "hasAlcohol": true, 378 - "hasFreeWifi": true, 379 - "hasMetro": false, 380 - "hasPool": true, 381 - "hasMall": false, 382 - "infantMaxAge": 5.99, 383 - "childMinAge": 6.0, 384 - "childMaxAge": 10.99, 385 - "teenMinAge": 0.0, 386 - "teenMaxAge": 0.0, 387 - "adultMinAge": 11.0, 388 - "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 389 - "cancellationPolicy": { 390 - "noShowChargeValue": 100.0, 391 - "noShowChargeValueType": "%", 392 - "earlyDepartureChargeValue": 100.0, 393 - "earlyDepartureChargeValueType": "%", 394 - "conditions": [ 395 - { 396 - "timeunits": 365, 397 - "timeunitType": "Day", 398 - "timeOffsetTypeName": "Before Arrival", 399 - "chargeValue": 100.0, 400 - "chargeValueType": "%" 401 - } 402 - ] 403 - } 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 404 404 }, 405 - "flight": { 406 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4", 407 - "departureDate": "2024-08-26T00:00:00", 408 - "returnDate": "2024-09-02T00:00:00", 409 - "departureTicketsLeft": 28, 410 - "returnTicketsLeft": 30, 411 - "departureAvailabilityType": "FreeSale", 412 - "returnAvailabilityType": "FreeSale", 413 - "isTwoWay": true, 414 - "sameBaggageForAll": false, 415 - "totalBaggage": false, 416 - "isBlock": true, 417 - "class": "Economy", 418 - "departureSegments": [ 419 - { 420 - "airlineCode": "FZ", 421 - "airlineName": "Fly Dubai", 422 - "flightCode": "FZ1722", 423 - "class": "Economy", 424 - "lugageWeight": 20, 425 - "handLugageWeight": 6, 426 - "departureFlightDate": "2024-08-26T03:40:00.000", 427 - "departureCountryName": "Kazakhstan", 428 - "departureCityName": "Almaty", 429 - "departureAirportCode": "ALA", 430 - "departureAirportName": "Almaty Intl Airport", 431 - "departureTerminalCode": "ALA", 432 - "arrivalFlightDate": "2024-08-26T07:15:00.000", 433 - "arrivalCountryName": "United Arab Emirates", 434 - "arrivalCityName": "Dubai", 435 - "arrivalAirportCode": "DXB", 436 - "arrivalAirportName": "Dubai Intl Airport", 437 - "arrivalTerminalCode": "DXB3", 438 - "flightDuration": "5h 35m" 439 - } 440 - ], 441 - "returnSegments": [ 442 - { 443 - "airlineCode": "FZ", 444 - "airlineName": "Fly Dubai", 445 - "flightCode": "FZ1721", 446 - "class": "Economy", 447 - "lugageWeight": 20, 448 - "handLugageWeight": 6, 449 - "departureFlightDate": "2024-09-02T21:30:00.000", 450 - "departureCountryName": "United Arab Emirates", 451 - "departureCityName": "Dubai", 452 - "departureAirportCode": "DXB", 453 - "departureAirportName": "Dubai Intl Airport", 454 - "departureTerminalCode": "DXB3", 455 - "arrivalFlightDate": "2024-09-03T02:40:00.000", 456 - "arrivalCountryName": "Kazakhstan", 457 - "arrivalCityName": "Almaty", 458 - "arrivalAirportCode": "ALA", 459 - "arrivalAirportName": "Almaty Intl Airport", 460 - "arrivalTerminalCode": "ALA", 461 - "flightDuration": "3h 10m" 462 - } 463 - ], 464 - "passengers": [ 465 - { 466 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A1", 467 - "isAdult": true, 468 - "selectedForwardBaggageCode": "INCLUDED", 469 - "selectedBackwardBaggageCode": "INCLUDED", 470 - "forwardBaggages": [ 471 - { 472 - "baggageCode": "INCLUDED", 473 - "description": "20 Kg Included", 474 - "price": 0.0, 475 - "currency": "USD", 476 - "included": true 477 - } 478 - ], 479 - "backwardBaggages": [ 480 - { 481 - "baggageCode": "INCLUDED", 482 - "description": "20 Kg Included", 483 - "price": 0.0, 484 - "currency": "USD", 485 - "included": true 486 - } 487 - ] 488 - }, 489 - { 490 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-A2", 491 - "isAdult": true, 492 - "selectedForwardBaggageCode": "INCLUDED", 493 - "selectedBackwardBaggageCode": "INCLUDED", 494 - "forwardBaggages": [ 495 - { 496 - "baggageCode": "INCLUDED", 497 - "description": "20 Kg Included", 498 - "price": 0.0, 499 - "currency": "USD", 500 - "included": true 501 - } 502 - ], 503 - "backwardBaggages": [ 504 - { 505 - "baggageCode": "INCLUDED", 506 - "description": "20 Kg Included", 507 - "price": 0.0, 508 - "currency": "USD", 509 - "included": true 510 - } 511 - ] 512 - }, 513 - { 514 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1", 515 - "isAdult": false, 516 - "selectedForwardBaggageCode": "INCLUDED", 517 - "selectedBackwardBaggageCode": "INCLUDED", 518 - "forwardBaggages": [ 519 - { 520 - "baggageCode": "INCLUDED", 521 - "description": "20 Kg Included", 522 - "price": 0.0, 523 - "currency": "USD", 524 - "included": true 525 - } 526 - ], 527 - "backwardBaggages": [ 528 - { 529 - "baggageCode": "INCLUDED", 530 - "description": "20 Kg Included", 531 - "price": 0.0, 532 - "currency": "USD", 533 - "included": true 534 - } 535 - ] 536 - }, 537 - { 538 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2", 539 - "isAdult": false, 540 - "selectedForwardBaggageCode": "INCLUDED", 541 - "selectedBackwardBaggageCode": "INCLUDED", 542 - "forwardBaggages": [ 543 - { 544 - "baggageCode": "INCLUDED", 545 - "description": "20 Kg Included", 546 - "price": 0.0, 547 - "currency": "USD", 548 - "included": true 549 - } 550 - ], 551 - "backwardBaggages": [ 552 - { 553 - "baggageCode": "INCLUDED", 554 - "description": "20 Kg Included", 555 - "price": 0.0, 556 - "currency": "USD", 557 - "included": true 558 - } 559 - ] 560 - } 561 - ] 562 - }, 563 - "extraServices": [], 564 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:2", 565 - "sortCheckInOut": "26.08.2024-02.09.2024", 414 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:1", 415 + "sortCheckInOut": "25.05.2024-01.06.2024", 566 566 "sortAirline": "fly dubai", 567 - "sortHotelName": "six seasons hotel", 568 - "sortDetails": "ro", 569 - "sortPlacement": "standard king room dbl child child 2 5 99 6 10 99 sharing", 570 - "subList": [], 571 - "exchangeRate": 480.0 417 + "sortHotelName": "citymax sharjah", 418 + "sortDetails": "bb", 419 + "sortPlacement": "standard room 2 adults" 572 572 }, 573 573 { 574 - "id": "tour:5 0ef83aa-9e90-493a-b9ad-c0849c2baa91:4c4d7504-f804-44f1-a850-d14708ceb8c8:b7d53209-ea5a-47a9-9074-f82d88dacac4",422 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:8a3333d9-d194-4ddc-a248-1c426455ff2c:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 575 575 "priceCurrency": "USD", 576 - "totalPrice": 1889.76,577 - "agentCommissionPercent": 9.0,578 - "agentCommissionAmount": 170.08,424 + "totalPrice": 915.64, 425 + "agentCommissionPercent": 0.0, 426 + "agentCommissionAmount": 0.0, 579 579 "includedExtrasAmount": 0, 580 580 "priceDifference": 0, 581 581 "hotel": { 582 - "hotelPriceId": " 4c4d7504-f804-44f1-a850-d14708ceb8c8",583 - "hotelName": "S ix SeasonsHotel",584 - "hotelCode": "b 327fcea-afbe-4652-9f0c-8f09d941d5a4",585 - "nig hts": 7,430 + "hotelPriceId": "8a3333d9-d194-4ddc-a248-1c426455ff2c", 431 + "hotelName": "Super 8 by Wyndham Dubai", 432 + "hotelCode": "b2cbbd4b-5723-4ca0-a390-94c541bb8e5e", 433 + "nigths": 7, 586 586 "mealPlan": "RO", 587 - "hotelClass": " 3",435 + "hotelClass": "2", 588 588 "hotelColor": "#000000", 589 - "availabilityType": "S topSale",437 + "availabilityType": "FreeSale", 590 590 "availableRoomsCount": 0, 591 591 "fewRooms": true, 592 - "roomCategoryCode": " 3476f552-6cb6-46cd-8331-cded195f9da3",593 - "roomCategoryName": "S tandard TwinRoom",594 - "placementTypeName": "DBL + CHILD + CHILD(2-5.99)(6-10.99)sharing",595 - "checkInDate": "2024-0 8-26T00:00:00",596 - "checkOutDate": "2024-0 9-02T00:00:00",440 + "roomCategoryCode": "c1c63fa2-bb58-4604-8496-a2b76627214d", 441 + "roomCategoryName": "Superior room souk view", 442 + "placementTypeName": "DBL", 443 + "checkInDate": "2024-05-25T00:00:00.000", 444 + "checkOutDate": "2024-06-01T00:00:00.000", 597 597 "adults": 2, 598 - "children": 2,599 - "districtUID": " 0353f8b7-4649-41f7-97bc-a92c5a288992",600 - "districtName": " BurDubai",446 + "children": 0, 447 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 448 + "districtName": "Deira", 601 601 "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 602 602 "cityName": "Dubai", 603 603 "countryCode": "AE", 604 604 "countryName": "United Arab Emirates", 605 - "hasAlcohol": true,453 + "hasAlcohol": false, 606 606 "hasFreeWifi": true, 607 607 "hasMetro": false, 608 - "hasPool": true,456 + "hasPool": false, 609 609 "hasMall": false, 610 610 "infantMaxAge": 5.99, 611 611 "childMinAge": 6.0, 612 - "childMaxAge": 1 0.99,460 + "childMaxAge": 11.99, 613 613 "teenMinAge": 0.0, 614 614 "teenMaxAge": 0.0, 615 - "adultMinAge": 1 1.0,616 - "cancellationPolicyDescription": "Cancellation Policy: Nonrefundable",463 + "adultMinAge": 12.0, 464 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 617 617 "cancellationPolicy": { 618 618 "noShowChargeValue": 100.0, 619 619 "noShowChargeValueType": "%", ... ... @@ -621,21 +621,21 @@ 621 621 "earlyDepartureChargeValueType": "%", 622 622 "conditions": [ 623 623 { 624 - "timeunits": 365,472 + "timeunits": 1, 625 625 "timeunitType": "Day", 626 626 "timeOffsetTypeName": "Before Arrival", 627 - "chargeValue": 1 00.0,628 - "chargeValueType": " %"475 + "chargeValue": 1.0, 476 + "chargeValueType": "Night" 629 629 } 630 630 ] 631 631 } 632 632 }, 633 633 "flight": { 634 - "id": " b7d53209-ea5a-47a9-9074-f82d88dacac4",635 - "departureDate": "2024-0 8-26T00:00:00",636 - "returnDate": "2024-0 9-02T00:00:00",637 - "departureTicketsLeft": 28,638 - "returnTicketsLeft": 3 0,482 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 483 + "departureDate": "2024-05-25T00:00:00.000", 484 + "returnDate": "2024-06-01T00:00:00.000", 485 + "departureTicketsLeft": 48, 486 + "returnTicketsLeft": 33, 639 639 "departureAvailabilityType": "FreeSale", 640 640 "returnAvailabilityType": "FreeSale", 641 641 "isTwoWay": true, ... ... @@ -651,13 +651,13 @@ 651 651 "class": "Economy", 652 652 "lugageWeight": 20, 653 653 "handLugageWeight": 6, 654 - "departureFlightDate": "2024-0 8-26T03:40:00.000",502 + "departureFlightDate": "2024-05-25T03:35:00.000", 655 655 "departureCountryName": "Kazakhstan", 656 656 "departureCityName": "Almaty", 657 657 "departureAirportCode": "ALA", 658 658 "departureAirportName": "Almaty Intl Airport", 659 659 "departureTerminalCode": "ALA", 660 - "arrivalFlightDate": "2024-0 8-26T07:15:00.000",508 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 661 661 "arrivalCountryName": "United Arab Emirates", 662 662 "arrivalCityName": "Dubai", 663 663 "arrivalAirportCode": "DXB", ... ... @@ -674,13 +674,13 @@ 674 674 "class": "Economy", 675 675 "lugageWeight": 20, 676 676 "handLugageWeight": 6, 677 - "departureFlightDate": "2024-0 9-02T21:30:00.000",525 + "departureFlightDate": "2024-06-01T21:25:00.000", 678 678 "departureCountryName": "United Arab Emirates", 679 679 "departureCityName": "Dubai", 680 680 "departureAirportCode": "DXB", 681 681 "departureAirportName": "Dubai Intl Airport", 682 682 "departureTerminalCode": "DXB3", 683 - "arrivalFlightDate": "2024-0 9-03T02:40:00.000",531 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 684 684 "arrivalCountryName": "Kazakhstan", 685 685 "arrivalCityName": "Almaty", 686 686 "arrivalAirportCode": "ALA", ... ... @@ -691,7 +691,7 @@ 691 691 ], 692 692 "passengers": [ 693 693 { 694 - "id": " b7d53209-ea5a-47a9-9074-f82d88dacac4-A1",542 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 695 695 "isAdult": true, 696 696 "selectedForwardBaggageCode": "INCLUDED", 697 697 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -715,7 +715,7 @@ 715 715 ] 716 716 }, 717 717 { 718 - "id": " b7d53209-ea5a-47a9-9074-f82d88dacac4-A2",566 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 719 719 "isAdult": true, 720 720 "selectedForwardBaggageCode": "INCLUDED", 721 721 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -737,80 +737,38 @@ 737 737 "included": true 738 738 } 739 739 ] 740 - }, 741 - { 742 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1", 743 - "isAdult": false, 744 - "selectedForwardBaggageCode": "INCLUDED", 745 - "selectedBackwardBaggageCode": "INCLUDED", 746 - "forwardBaggages": [ 747 - { 748 - "baggageCode": "INCLUDED", 749 - "description": "20 Kg Included", 750 - "price": 0.0, 751 - "currency": "USD", 752 - "included": true 753 - } 754 - ], 755 - "backwardBaggages": [ 756 - { 757 - "baggageCode": "INCLUDED", 758 - "description": "20 Kg Included", 759 - "price": 0.0, 760 - "currency": "USD", 761 - "included": true 762 - } 763 - ] 764 - }, 765 - { 766 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2", 767 - "isAdult": false, 768 - "selectedForwardBaggageCode": "INCLUDED", 769 - "selectedBackwardBaggageCode": "INCLUDED", 770 - "forwardBaggages": [ 771 - { 772 - "baggageCode": "INCLUDED", 773 - "description": "20 Kg Included", 774 - "price": 0.0, 775 - "currency": "USD", 776 - "included": true 777 - } 778 - ], 779 - "backwardBaggages": [ 780 - { 781 - "baggageCode": "INCLUDED", 782 - "description": "20 Kg Included", 783 - "price": 0.0, 784 - "currency": "USD", 785 - "included": true 786 - } 787 - ] 788 788 } 789 789 ] 790 790 }, 791 791 "extraServices": [], 792 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:3", 793 - "sortCheckInOut": "26.08.2024-02.09.2024", 592 + "insurancePrice": { 593 + "name": "Medical INS (N10000)", 594 + "price": 35.84, 595 + "actualStartDate": "2024-05-25T00:00:00.000", 596 + "actualEndDate": "2024-06-01T00:00:00.000", 597 + "optional": false, 598 + "includedInPackagePrice": true 599 + }, 600 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:2", 601 + "sortCheckInOut": "25.05.2024-01.06.2024", 794 794 "sortAirline": "fly dubai", 795 - "sortHotelName": "s ix seasonshotel",603 + "sortHotelName": "super 8 by wyndham dubai", 796 796 "sortDetails": "ro", 797 - "sortPlacement": "standard twin room dbl child child 2 5 99 6 10 99 sharing", 798 - "subList": [], 799 - "exchangeRate": 480.0 605 + "sortPlacement": "superior room souk view dbl" 800 800 }, 801 801 { 802 - "id": "tour:5 0ef83aa-9e90-493a-b9ad-c0849c2baa91:7deeaa1b-791d-4776-8665-9fb950004728:b7d53209-ea5a-47a9-9074-f82d88dacac4",608 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:5407fa92-2e95-4c8b-9934-c9c15a289a31:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 803 803 "priceCurrency": "USD", 804 - "totalPrice": 1904.71,805 - "agentCommissionPercent": 9.0,806 - "agentCommissionAmount": 171.42,610 + "totalPrice": 929.99, 611 + "agentCommissionPercent": 0.0, 612 + "agentCommissionAmount": 0.0, 807 807 "includedExtrasAmount": 0, 808 808 "priceDifference": 0, 809 809 "hotel": { 810 - "hotelPriceId": "7 deeaa1b-791d-4776-8665-9fb950004728",811 - "hotelName": " LandmarkHotelBaniyas",812 - "hotelCode": " 66958df7-37ce-40bb-8f68-0e1b8e1c159c",813 - "nig hts": 7,616 + "hotelPriceId": "5407fa92-2e95-4c8b-9934-c9c15a289a31", 617 + "hotelName": "Days By Wyndham Dubai Deira Hotel", 618 + "hotelCode": "75a4708c-1002-4330-b9d7-027a36515ff1", 619 + "nigths": 7, 814 814 "mealPlan": "RO", 815 815 "hotelClass": "3", 816 816 "hotelColor": "#000000", ... ... @@ -817,13 +817,13 @@ 817 817 "availabilityType": "FreeSale", 818 818 "availableRoomsCount": 0, 819 819 "fewRooms": true, 820 - "roomCategoryCode": " b9fef308-64a8-45d8-ac65-127c8df6ae3c",821 - "roomCategoryName": "S tandard Room",822 - "placementTypeName": "DBL + CHILD + CHILD(2-4.99)(5-11.99)sharing",823 - "checkInDate": "2024-0 8-26T00:00:00",824 - "checkOutDate": "2024-0 9-02T00:00:00",626 + "roomCategoryCode": "d0f5631f-aefd-4ddc-8f90-9ae0c18730af", 627 + "roomCategoryName": "Superior City View King", 628 + "placementTypeName": "DBL", 629 + "checkInDate": "2024-05-25T00:00:00.000", 630 + "checkOutDate": "2024-06-01T00:00:00.000", 825 825 "adults": 2, 826 - "children": 2,632 + "children": 0, 827 827 "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 828 828 "districtName": "Deira", 829 829 "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", ... ... @@ -833,15 +833,15 @@ 833 833 "hasAlcohol": false, 834 834 "hasFreeWifi": true, 835 835 "hasMetro": true, 836 - "hasPool": true,642 + "hasPool": false, 837 837 "hasMall": false, 838 - "infantMaxAge": 4.99,839 - "childMinAge": 5.0,644 + "infantMaxAge": 5.99, 645 + "childMinAge": 6.0, 840 840 "childMaxAge": 11.99, 841 841 "teenMinAge": 0.0, 842 842 "teenMaxAge": 0.0, 843 843 "adultMinAge": 12.0, 844 - "cancellationPolicyDescription": "Cancellation Policy: Nonrefundable",650 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 845 845 "cancellationPolicy": { 846 846 "noShowChargeValue": 100.0, 847 847 "noShowChargeValueType": "%", ... ... @@ -849,21 +849,21 @@ 849 849 "earlyDepartureChargeValueType": "%", 850 850 "conditions": [ 851 851 { 852 - "timeunits": 365,658 + "timeunits": 1, 853 853 "timeunitType": "Day", 854 854 "timeOffsetTypeName": "Before Arrival", 855 - "chargeValue": 1 00.0,856 - "chargeValueType": " %"661 + "chargeValue": 1.0, 662 + "chargeValueType": "Night" 857 857 } 858 858 ] 859 859 } 860 860 }, 861 861 "flight": { 862 - "id": " b7d53209-ea5a-47a9-9074-f82d88dacac4",863 - "departureDate": "2024-0 8-26T00:00:00",864 - "returnDate": "2024-0 9-02T00:00:00",865 - "departureTicketsLeft": 28,866 - "returnTicketsLeft": 3 0,668 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 669 + "departureDate": "2024-05-25T00:00:00.000", 670 + "returnDate": "2024-06-01T00:00:00.000", 671 + "departureTicketsLeft": 48, 672 + "returnTicketsLeft": 33, 867 867 "departureAvailabilityType": "FreeSale", 868 868 "returnAvailabilityType": "FreeSale", 869 869 "isTwoWay": true, ... ... @@ -879,13 +879,13 @@ 879 879 "class": "Economy", 880 880 "lugageWeight": 20, 881 881 "handLugageWeight": 6, 882 - "departureFlightDate": "2024-0 8-26T03:40:00.000",688 + "departureFlightDate": "2024-05-25T03:35:00.000", 883 883 "departureCountryName": "Kazakhstan", 884 884 "departureCityName": "Almaty", 885 885 "departureAirportCode": "ALA", 886 886 "departureAirportName": "Almaty Intl Airport", 887 887 "departureTerminalCode": "ALA", 888 - "arrivalFlightDate": "2024-0 8-26T07:15:00.000",694 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 889 889 "arrivalCountryName": "United Arab Emirates", 890 890 "arrivalCityName": "Dubai", 891 891 "arrivalAirportCode": "DXB", ... ... @@ -902,13 +902,13 @@ 902 902 "class": "Economy", 903 903 "lugageWeight": 20, 904 904 "handLugageWeight": 6, 905 - "departureFlightDate": "2024-0 9-02T21:30:00.000",711 + "departureFlightDate": "2024-06-01T21:25:00.000", 906 906 "departureCountryName": "United Arab Emirates", 907 907 "departureCityName": "Dubai", 908 908 "departureAirportCode": "DXB", 909 909 "departureAirportName": "Dubai Intl Airport", 910 910 "departureTerminalCode": "DXB3", 911 - "arrivalFlightDate": "2024-0 9-03T02:40:00.000",717 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 912 912 "arrivalCountryName": "Kazakhstan", 913 913 "arrivalCityName": "Almaty", 914 914 "arrivalAirportCode": "ALA", ... ... @@ -919,7 +919,7 @@ 919 919 ], 920 920 "passengers": [ 921 921 { 922 - "id": " b7d53209-ea5a-47a9-9074-f82d88dacac4-A1",728 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 923 923 "isAdult": true, 924 924 "selectedForwardBaggageCode": "INCLUDED", 925 925 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -943,7 +943,7 @@ 943 943 ] 944 944 }, 945 945 { 946 - "id": " b7d53209-ea5a-47a9-9074-f82d88dacac4-A2",752 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 947 947 "isAdult": true, 948 948 "selectedForwardBaggageCode": "INCLUDED", 949 949 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -965,80 +965,38 @@ 965 965 "included": true 966 966 } 967 967 ] 968 - }, 969 - { 970 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1", 971 - "isAdult": false, 972 - "selectedForwardBaggageCode": "INCLUDED", 973 - "selectedBackwardBaggageCode": "INCLUDED", 974 - "forwardBaggages": [ 975 - { 976 - "baggageCode": "INCLUDED", 977 - "description": "20 Kg Included", 978 - "price": 0.0, 979 - "currency": "USD", 980 - "included": true 981 - } 982 - ], 983 - "backwardBaggages": [ 984 - { 985 - "baggageCode": "INCLUDED", 986 - "description": "20 Kg Included", 987 - "price": 0.0, 988 - "currency": "USD", 989 - "included": true 990 - } 991 - ] 992 - }, 993 - { 994 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2", 995 - "isAdult": false, 996 - "selectedForwardBaggageCode": "INCLUDED", 997 - "selectedBackwardBaggageCode": "INCLUDED", 998 - "forwardBaggages": [ 999 - { 1000 - "baggageCode": "INCLUDED", 1001 - "description": "20 Kg Included", 1002 - "price": 0.0, 1003 - "currency": "USD", 1004 - "included": true 1005 - } 1006 - ], 1007 - "backwardBaggages": [ 1008 - { 1009 - "baggageCode": "INCLUDED", 1010 - "description": "20 Kg Included", 1011 - "price": 0.0, 1012 - "currency": "USD", 1013 - "included": true 1014 - } 1015 - ] 1016 1016 } 1017 1017 ] 1018 1018 }, 1019 1019 "extraServices": [], 1020 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:4", 1021 - "sortCheckInOut": "26.08.2024-02.09.2024", 778 + "insurancePrice": { 779 + "name": "Medical INS (N10000)", 780 + "price": 35.84, 781 + "actualStartDate": "2024-05-25T00:00:00.000", 782 + "actualEndDate": "2024-06-01T00:00:00.000", 783 + "optional": false, 784 + "includedInPackagePrice": true 785 + }, 786 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:3", 787 + "sortCheckInOut": "25.05.2024-01.06.2024", 1022 1022 "sortAirline": "fly dubai", 1023 - "sortHotelName": " landmarkhotelbaniyas",789 + "sortHotelName": "days by wyndham dubai deira hotel", 1024 1024 "sortDetails": "ro", 1025 - "sortPlacement": "standard room dbl child child 2 4 99 5 11 99 sharing", 1026 - "subList": [], 1027 - "exchangeRate": 480.0 791 + "sortPlacement": "superior city view king dbl" 1028 1028 }, 1029 1029 { 1030 - "id": "tour:5 0ef83aa-9e90-493a-b9ad-c0849c2baa91:214212b7-8044-4019-9faf-42a6add1c729:b7d53209-ea5a-47a9-9074-f82d88dacac4",794 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:a05a7dbf-9618-467e-b9db-018bda3057dd:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1031 1031 "priceCurrency": "USD", 1032 - "totalPrice": 1904.71,1033 - "agentCommissionPercent": 9.0,1034 - "agentCommissionAmount": 171.42,796 + "totalPrice": 929.99, 797 + "agentCommissionPercent": 0.0, 798 + "agentCommissionAmount": 0.0, 1035 1035 "includedExtrasAmount": 0, 1036 1036 "priceDifference": 0, 1037 1037 "hotel": { 1038 - "hotelPriceId": " 214212b7-8044-4019-9faf-42a6add1c729",1039 - "hotelName": " LandmarkPlazaHotelBaniyas",1040 - "hotelCode": " b6b87970-36a9-428f-837a-14057c64e9c7",1041 - "nig hts": 7,802 + "hotelPriceId": "a05a7dbf-9618-467e-b9db-018bda3057dd", 803 + "hotelName": "Days By Wyndham Dubai Deira Hotel", 804 + "hotelCode": "75a4708c-1002-4330-b9d7-027a36515ff1", 805 + "nigths": 7, 1042 1042 "mealPlan": "RO", 1043 1043 "hotelClass": "3", 1044 1044 "hotelColor": "#000000", ... ... @@ -1045,13 +1045,13 @@ 1045 1045 "availabilityType": "FreeSale", 1046 1046 "availableRoomsCount": 0, 1047 1047 "fewRooms": true, 1048 - "roomCategoryCode": " 1dae952a-d96a-4bb8-b13f-baaf0106b1ea",1049 - "roomCategoryName": "S tandard Room",1050 - "placementTypeName": "DBL + CHILD + CHILD(2-4.99)(5-11.99)sharing",1051 - "checkInDate": "2024-0 8-26T00:00:00",1052 - "checkOutDate": "2024-0 9-02T00:00:00",812 + "roomCategoryCode": "c472d23f-b127-467f-8098-300012b05f48", 813 + "roomCategoryName": "Superior City View Twin", 814 + "placementTypeName": "DBL", 815 + "checkInDate": "2024-05-25T00:00:00.000", 816 + "checkOutDate": "2024-06-01T00:00:00.000", 1053 1053 "adults": 2, 1054 - "children": 2,818 + "children": 0, 1055 1055 "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 1056 1056 "districtName": "Deira", 1057 1057 "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", ... ... @@ -1061,15 +1061,15 @@ 1061 1061 "hasAlcohol": false, 1062 1062 "hasFreeWifi": true, 1063 1063 "hasMetro": true, 1064 - "hasPool": true,828 + "hasPool": false, 1065 1065 "hasMall": false, 1066 - "infantMaxAge": 4.99,1067 - "childMinAge": 5.0,830 + "infantMaxAge": 5.99, 831 + "childMinAge": 6.0, 1068 1068 "childMaxAge": 11.99, 1069 1069 "teenMinAge": 0.0, 1070 1070 "teenMaxAge": 0.0, 1071 1071 "adultMinAge": 12.0, 1072 - "cancellationPolicyDescription": "Cancellation Policy: Nonrefundable",836 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 1073 1073 "cancellationPolicy": { 1074 1074 "noShowChargeValue": 100.0, 1075 1075 "noShowChargeValueType": "%", ... ... @@ -1077,21 +1077,21 @@ 1077 1077 "earlyDepartureChargeValueType": "%", 1078 1078 "conditions": [ 1079 1079 { 1080 - "timeunits": 365,844 + "timeunits": 1, 1081 1081 "timeunitType": "Day", 1082 1082 "timeOffsetTypeName": "Before Arrival", 1083 - "chargeValue": 1 00.0,1084 - "chargeValueType": " %"847 + "chargeValue": 1.0, 848 + "chargeValueType": "Night" 1085 1085 } 1086 1086 ] 1087 1087 } 1088 1088 }, 1089 1089 "flight": { 1090 - "id": " b7d53209-ea5a-47a9-9074-f82d88dacac4",1091 - "departureDate": "2024-0 8-26T00:00:00",1092 - "returnDate": "2024-0 9-02T00:00:00",1093 - "departureTicketsLeft": 28,1094 - "returnTicketsLeft": 3 0,854 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 855 + "departureDate": "2024-05-25T00:00:00.000", 856 + "returnDate": "2024-06-01T00:00:00.000", 857 + "departureTicketsLeft": 48, 858 + "returnTicketsLeft": 33, 1095 1095 "departureAvailabilityType": "FreeSale", 1096 1096 "returnAvailabilityType": "FreeSale", 1097 1097 "isTwoWay": true, ... ... @@ -1107,13 +1107,13 @@ 1107 1107 "class": "Economy", 1108 1108 "lugageWeight": 20, 1109 1109 "handLugageWeight": 6, 1110 - "departureFlightDate": "2024-0 8-26T03:40:00.000",874 + "departureFlightDate": "2024-05-25T03:35:00.000", 1111 1111 "departureCountryName": "Kazakhstan", 1112 1112 "departureCityName": "Almaty", 1113 1113 "departureAirportCode": "ALA", 1114 1114 "departureAirportName": "Almaty Intl Airport", 1115 1115 "departureTerminalCode": "ALA", 1116 - "arrivalFlightDate": "2024-0 8-26T07:15:00.000",880 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 1117 1117 "arrivalCountryName": "United Arab Emirates", 1118 1118 "arrivalCityName": "Dubai", 1119 1119 "arrivalAirportCode": "DXB", ... ... @@ -1130,13 +1130,13 @@ 1130 1130 "class": "Economy", 1131 1131 "lugageWeight": 20, 1132 1132 "handLugageWeight": 6, 1133 - "departureFlightDate": "2024-0 9-02T21:30:00.000",897 + "departureFlightDate": "2024-06-01T21:25:00.000", 1134 1134 "departureCountryName": "United Arab Emirates", 1135 1135 "departureCityName": "Dubai", 1136 1136 "departureAirportCode": "DXB", 1137 1137 "departureAirportName": "Dubai Intl Airport", 1138 1138 "departureTerminalCode": "DXB3", 1139 - "arrivalFlightDate": "2024-0 9-03T02:40:00.000",903 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 1140 1140 "arrivalCountryName": "Kazakhstan", 1141 1141 "arrivalCityName": "Almaty", 1142 1142 "arrivalAirportCode": "ALA", ... ... @@ -1147,7 +1147,7 @@ 1147 1147 ], 1148 1148 "passengers": [ 1149 1149 { 1150 - "id": " b7d53209-ea5a-47a9-9074-f82d88dacac4-A1",914 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 1151 1151 "isAdult": true, 1152 1152 "selectedForwardBaggageCode": "INCLUDED", 1153 1153 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1171,7 +1171,7 @@ 1171 1171 ] 1172 1172 }, 1173 1173 { 1174 - "id": " b7d53209-ea5a-47a9-9074-f82d88dacac4-A2",938 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 1175 1175 "isAdult": true, 1176 1176 "selectedForwardBaggageCode": "INCLUDED", 1177 1177 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1193,126 +1193,69 @@ 1193 1193 "included": true 1194 1194 } 1195 1195 ] 1196 - }, 1197 - { 1198 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C1", 1199 - "isAdult": false, 1200 - "selectedForwardBaggageCode": "INCLUDED", 1201 - "selectedBackwardBaggageCode": "INCLUDED", 1202 - "forwardBaggages": [ 1203 - { 1204 - "baggageCode": "INCLUDED", 1205 - "description": "20 Kg Included", 1206 - "price": 0.0, 1207 - "currency": "USD", 1208 - "included": true 1209 - } 1210 - ], 1211 - "backwardBaggages": [ 1212 - { 1213 - "baggageCode": "INCLUDED", 1214 - "description": "20 Kg Included", 1215 - "price": 0.0, 1216 - "currency": "USD", 1217 - "included": true 1218 - } 1219 - ] 1220 - }, 1221 - { 1222 - "id": "b7d53209-ea5a-47a9-9074-f82d88dacac4-C2", 1223 - "isAdult": false, 1224 - "selectedForwardBaggageCode": "INCLUDED", 1225 - "selectedBackwardBaggageCode": "INCLUDED", 1226 - "forwardBaggages": [ 1227 - { 1228 - "baggageCode": "INCLUDED", 1229 - "description": "20 Kg Included", 1230 - "price": 0.0, 1231 - "currency": "USD", 1232 - "included": true 1233 - } 1234 - ], 1235 - "backwardBaggages": [ 1236 - { 1237 - "baggageCode": "INCLUDED", 1238 - "description": "20 Kg Included", 1239 - "price": 0.0, 1240 - "currency": "USD", 1241 - "included": true 1242 - } 1243 - ] 1244 1244 } 1245 1245 ] 1246 1246 }, 1247 1247 "extraServices": [], 1248 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{3}:i:5", 1249 - "sortCheckInOut": "26.08.2024-02.09.2024", 964 + "insurancePrice": { 965 + "name": "Medical INS (N10000)", 966 + "price": 35.84, 967 + "actualStartDate": "2024-05-25T00:00:00.000", 968 + "actualEndDate": "2024-06-01T00:00:00.000", 969 + "optional": false, 970 + "includedInPackagePrice": true 971 + }, 972 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:4", 973 + "sortCheckInOut": "25.05.2024-01.06.2024", 1250 1250 "sortAirline": "fly dubai", 1251 - "sortHotelName": " landmarkplazahotelbaniyas",975 + "sortHotelName": "days by wyndham dubai deira hotel", 1252 1252 "sortDetails": "ro", 1253 - "sortPlacement": "standard room dbl child child 2 4 99 5 11 99 sharing", 1254 - "subList": [], 1255 - "exchangeRate": 480.0 1256 - } 1257 - ], 1258 - "pagingId": "3", 1259 - "pageNumber": 1, 1260 - "pageCount": 30, 1261 - "totalCount": 147, 1262 - "error": false 1263 -} 1264 -{{/code}} 1265 - 1266 - 1267 -== Response example == 1268 - 1269 -{{code language="Json"}} 1270 -{ 1271 - "packages": [ 977 + "sortPlacement": "superior city view twin dbl" 978 + }, 1272 1272 { 1273 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:956bd513-fd7f-4f58-a08d-78a5f0e342c5:04abb186-80f6-4808-bce4-ae97cef85c51",980 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:f390546d-c849-4c7f-859d-941993d48cef:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1274 1274 "priceCurrency": "USD", 1275 - "totalPrice": 1470.11,1276 - "agentCommissionPercent": 9.0,1277 - "agentCommissionAmount": 132.31,982 + "totalPrice": 935.88, 983 + "agentCommissionPercent": 0.0, 984 + "agentCommissionAmount": 0.0, 1278 1278 "includedExtrasAmount": 0, 1279 1279 "priceDifference": 0, 1280 1280 "hotel": { 1281 - "hotelPriceId": "956 bd513-fd7f-4f58-a08d-78a5f0e342c5",1282 - "hotelName": " Fujairah RotanaResortSpa",1283 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",1284 - "nig hts": 7,988 + "hotelPriceId": "f390546d-c849-4c7f-859d-941993d48cef", 989 + "hotelName": "CityMax Sharjah", 990 + "hotelCode": "f10768c7-00e3-4eb5-a406-769f379884f2", 991 + "nigths": 7, 1285 1285 "mealPlan": "BB", 1286 - "hotelClass": " 5",993 + "hotelClass": "3", 1287 1287 "hotelColor": "#000000", 1288 1288 "availabilityType": "FreeSale", 1289 1289 "availableRoomsCount": 0, 1290 1290 "fewRooms": true, 1291 - "roomCategoryCode": " 53bd7e89-2c04-4944-b706-be67857fc076",1292 - "roomCategoryName": " KingGuestRoom",998 + "roomCategoryCode": "bc42c036-9a73-48e4-b4d0-4749e6172dc1", 999 + "roomCategoryName": "Standard Room", 1293 1293 "placementTypeName": "DBL", 1294 - "checkInDate": "2024-0 9-07T00:00:00",1295 - "checkOutDate": "2024-0 9-14T00:00:00",1001 + "checkInDate": "2024-05-25T00:00:00.000", 1002 + "checkOutDate": "2024-06-01T00:00:00.000", 1296 1296 "adults": 2, 1297 1297 "children": 0, 1298 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",1299 - "districtName": " Al Aqah",1300 - "cityUID": " 857a6d87-d1e4-4a17-a867-c65307559222",1301 - "cityName": " Fujairah",1005 + "districtUID": "7ac1bbc8-59ea-4977-b272-ed8553f94f9b", 1006 + "districtName": "Sharjah", 1007 + "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6", 1008 + "cityName": "Sharjah", 1302 1302 "countryCode": "AE", 1303 1303 "countryName": "United Arab Emirates", 1304 - "hasAlcohol": true,1011 + "hasAlcohol": false, 1305 1305 "hasFreeWifi": true, 1306 1306 "hasMetro": false, 1307 - "hasPool": true,1308 - "hasMall": false,1309 - "infantMaxAge": 1.99,1310 - "childMinAge": 2.0,1014 + "hasPool": false, 1015 + "hasMall": true, 1016 + "infantMaxAge": 4.99, 1017 + "childMinAge": 5.0, 1311 1311 "childMaxAge": 11.99, 1312 1312 "teenMinAge": 0.0, 1313 1313 "teenMaxAge": 0.0, 1314 1314 "adultMinAge": 12.0, 1315 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00%, Early Departure: 100.00 %, NoShow: 100.00 %",1022 + "cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 1316 1316 "cancellationPolicy": { 1317 1317 "noShowChargeValue": 100.0, 1318 1318 "noShowChargeValueType": "%", ... ... @@ -1320,21 +1320,21 @@ 1320 1320 "earlyDepartureChargeValueType": "%", 1321 1321 "conditions": [ 1322 1322 { 1323 - "timeunits": 4,1030 + "timeunits": 3, 1324 1324 "timeunitType": "Day", 1325 1325 "timeOffsetTypeName": "Before Arrival", 1326 - "chargeValue": 1 00.0,1327 - "chargeValueType": " %"1033 + "chargeValue": 1.0, 1034 + "chargeValueType": "Night" 1328 1328 } 1329 1329 ] 1330 1330 } 1331 1331 }, 1332 1332 "flight": { 1333 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",1334 - "departureDate": "2024-0 9-07T00:00:00",1335 - "returnDate": "2024-0 9-14T00:00:00",1336 - "departureTicketsLeft": 24,1337 - "returnTicketsLeft": 17,1040 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1041 + "departureDate": "2024-05-25T00:00:00.000", 1042 + "returnDate": "2024-06-01T00:00:00.000", 1043 + "departureTicketsLeft": 48, 1044 + "returnTicketsLeft": 33, 1338 1338 "departureAvailabilityType": "FreeSale", 1339 1339 "returnAvailabilityType": "FreeSale", 1340 1340 "isTwoWay": true, ... ... @@ -1350,13 +1350,13 @@ 1350 1350 "class": "Economy", 1351 1351 "lugageWeight": 20, 1352 1352 "handLugageWeight": 6, 1353 - "departureFlightDate": "2024-0 9-07T03:40:00.000",1060 + "departureFlightDate": "2024-05-25T03:35:00.000", 1354 1354 "departureCountryName": "Kazakhstan", 1355 1355 "departureCityName": "Almaty", 1356 1356 "departureAirportCode": "ALA", 1357 1357 "departureAirportName": "Almaty Intl Airport", 1358 1358 "departureTerminalCode": "ALA", 1359 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",1066 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 1360 1360 "arrivalCountryName": "United Arab Emirates", 1361 1361 "arrivalCityName": "Dubai", 1362 1362 "arrivalAirportCode": "DXB", ... ... @@ -1373,13 +1373,13 @@ 1373 1373 "class": "Economy", 1374 1374 "lugageWeight": 20, 1375 1375 "handLugageWeight": 6, 1376 - "departureFlightDate": "2024-0 9-14T21:30:00.000",1083 + "departureFlightDate": "2024-06-01T21:25:00.000", 1377 1377 "departureCountryName": "United Arab Emirates", 1378 1378 "departureCityName": "Dubai", 1379 1379 "departureAirportCode": "DXB", 1380 1380 "departureAirportName": "Dubai Intl Airport", 1381 1381 "departureTerminalCode": "DXB3", 1382 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",1089 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 1383 1383 "arrivalCountryName": "Kazakhstan", 1384 1384 "arrivalCityName": "Almaty", 1385 1385 "arrivalAirportCode": "ALA", ... ... @@ -1390,7 +1390,7 @@ 1390 1390 ], 1391 1391 "passengers": [ 1392 1392 { 1393 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",1100 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 1394 1394 "isAdult": true, 1395 1395 "selectedForwardBaggageCode": "INCLUDED", 1396 1396 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1414,7 +1414,7 @@ 1414 1414 ] 1415 1415 }, 1416 1416 { 1417 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",1124 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 1418 1418 "isAdult": true, 1419 1419 "selectedForwardBaggageCode": "INCLUDED", 1420 1420 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1440,59 +1440,65 @@ 1440 1440 ] 1441 1441 }, 1442 1442 "extraServices": [], 1443 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:1", 1444 - "sortCheckInOut": "07.09.2024-14.09.2024", 1150 + "insurancePrice": { 1151 + "name": "Medical INS (N10000)", 1152 + "price": 35.84, 1153 + "actualStartDate": "2024-05-25T00:00:00.000", 1154 + "actualEndDate": "2024-06-01T00:00:00.000", 1155 + "optional": false, 1156 + "includedInPackagePrice": true 1157 + }, 1158 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:5", 1159 + "sortCheckInOut": "25.05.2024-01.06.2024", 1445 1445 "sortAirline": "fly dubai", 1446 - "sortHotelName": " fujairah rotanaresort spa",1161 + "sortHotelName": "citymax sharjah", 1447 1447 "sortDetails": "bb", 1448 - "sortPlacement": "king guest room dbl", 1449 - "subList": [], 1450 - "exchangeRate": 480.0 1163 + "sortPlacement": "standard room dbl" 1451 1451 }, 1452 1452 { 1453 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:021039ae-7ff6-41dd-813a-f1905665a133:04abb186-80f6-4808-bce4-ae97cef85c51",1166 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:0df7a96e-1c3c-4484-b7c7-b5a7d79635c5:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1454 1454 "priceCurrency": "USD", 1455 - "totalPrice": 1470.11,1456 - "agentCommissionPercent": 9.0,1457 - "agentCommissionAmount": 132.31,1168 + "totalPrice": 945.47, 1169 + "agentCommissionPercent": 0.0, 1170 + "agentCommissionAmount": 0.0, 1458 1458 "includedExtrasAmount": 0, 1459 1459 "priceDifference": 0, 1460 1460 "hotel": { 1461 - "hotelPriceId": "0 21039ae-7ff6-41dd-813a-f1905665a133",1462 - "hotelName": " FujairahRotana ResortSpa",1463 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",1464 - "nig hts": 7,1174 + "hotelPriceId": "0df7a96e-1c3c-4484-b7c7-b5a7d79635c5", 1175 + "hotelName": "Ibis Hotel Al Barsha Dubai", 1176 + "hotelCode": "d6d39ee4-65a7-48f5-9fa8-5f9dddc8b7eb", 1177 + "nigths": 7, 1465 1465 "mealPlan": "BB", 1466 - "hotelClass": " 5",1179 + "hotelClass": "3", 1467 1467 "hotelColor": "#000000", 1468 1468 "availabilityType": "FreeSale", 1469 1469 "availableRoomsCount": 0, 1470 1470 "fewRooms": true, 1471 - "roomCategoryCode": " e6019a5a-760a-4cb1-9117-643ced101fb5",1472 - "roomCategoryName": " TwinGuestRoom",1184 + "roomCategoryCode": "8c635457-5784-4fbd-a20b-b955b69b184c", 1185 + "roomCategoryName": "Standard Room", 1473 1473 "placementTypeName": "DBL", 1474 - "checkInDate": "2024-0 9-07T00:00:00",1475 - "checkOutDate": "2024-0 9-14T00:00:00",1187 + "checkInDate": "2024-05-25T00:00:00.000", 1188 + "checkOutDate": "2024-06-01T00:00:00.000", 1476 1476 "adults": 2, 1477 1477 "children": 0, 1478 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",1479 - "districtName": "Al Aqah",1480 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",1481 - "cityName": " Fujairah",1191 + "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e", 1192 + "districtName": "Al Barsha", 1193 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 1194 + "cityName": "Dubai", 1482 1482 "countryCode": "AE", 1483 1483 "countryName": "United Arab Emirates", 1484 1484 "hasAlcohol": true, 1485 1485 "hasFreeWifi": true, 1486 1486 "hasMetro": false, 1487 - "hasPool": true,1200 + "hasPool": false, 1488 1488 "hasMall": false, 1489 - "infantMaxAge": 1.99,1490 - "childMinAge": 2.0,1491 - "childMaxAge": 11.99,1202 + "infantMaxAge": 3.99, 1203 + "childMinAge": 4.0, 1204 + "childMaxAge": 5.99, 1492 1492 "teenMinAge": 0.0, 1493 1493 "teenMaxAge": 0.0, 1494 - "adultMinAge": 12.0,1495 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",1207 + "adultMinAge": 6.0, 1208 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 1496 1496 "cancellationPolicy": { 1497 1497 "noShowChargeValue": 100.0, 1498 1498 "noShowChargeValueType": "%", ... ... @@ -1500,7 +1500,7 @@ 1500 1500 "earlyDepartureChargeValueType": "%", 1501 1501 "conditions": [ 1502 1502 { 1503 - "timeunits": 4,1216 + "timeunits": 1, 1504 1504 "timeunitType": "Day", 1505 1505 "timeOffsetTypeName": "Before Arrival", 1506 1506 "chargeValue": 100.0, ... ... @@ -1510,11 +1510,11 @@ 1510 1510 } 1511 1511 }, 1512 1512 "flight": { 1513 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",1514 - "departureDate": "2024-0 9-07T00:00:00",1515 - "returnDate": "2024-0 9-14T00:00:00",1516 - "departureTicketsLeft": 24,1517 - "returnTicketsLeft": 17,1226 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1227 + "departureDate": "2024-05-25T00:00:00.000", 1228 + "returnDate": "2024-06-01T00:00:00.000", 1229 + "departureTicketsLeft": 48, 1230 + "returnTicketsLeft": 33, 1518 1518 "departureAvailabilityType": "FreeSale", 1519 1519 "returnAvailabilityType": "FreeSale", 1520 1520 "isTwoWay": true, ... ... @@ -1530,13 +1530,13 @@ 1530 1530 "class": "Economy", 1531 1531 "lugageWeight": 20, 1532 1532 "handLugageWeight": 6, 1533 - "departureFlightDate": "2024-0 9-07T03:40:00.000",1246 + "departureFlightDate": "2024-05-25T03:35:00.000", 1534 1534 "departureCountryName": "Kazakhstan", 1535 1535 "departureCityName": "Almaty", 1536 1536 "departureAirportCode": "ALA", 1537 1537 "departureAirportName": "Almaty Intl Airport", 1538 1538 "departureTerminalCode": "ALA", 1539 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",1252 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 1540 1540 "arrivalCountryName": "United Arab Emirates", 1541 1541 "arrivalCityName": "Dubai", 1542 1542 "arrivalAirportCode": "DXB", ... ... @@ -1553,13 +1553,13 @@ 1553 1553 "class": "Economy", 1554 1554 "lugageWeight": 20, 1555 1555 "handLugageWeight": 6, 1556 - "departureFlightDate": "2024-0 9-14T21:30:00.000",1269 + "departureFlightDate": "2024-06-01T21:25:00.000", 1557 1557 "departureCountryName": "United Arab Emirates", 1558 1558 "departureCityName": "Dubai", 1559 1559 "departureAirportCode": "DXB", 1560 1560 "departureAirportName": "Dubai Intl Airport", 1561 1561 "departureTerminalCode": "DXB3", 1562 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",1275 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 1563 1563 "arrivalCountryName": "Kazakhstan", 1564 1564 "arrivalCityName": "Almaty", 1565 1565 "arrivalAirportCode": "ALA", ... ... @@ -1570,7 +1570,7 @@ 1570 1570 ], 1571 1571 "passengers": [ 1572 1572 { 1573 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",1286 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 1574 1574 "isAdult": true, 1575 1575 "selectedForwardBaggageCode": "INCLUDED", 1576 1576 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1594,7 +1594,7 @@ 1594 1594 ] 1595 1595 }, 1596 1596 { 1597 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",1310 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 1598 1598 "isAdult": true, 1599 1599 "selectedForwardBaggageCode": "INCLUDED", 1600 1600 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1620,59 +1620,65 @@ 1620 1620 ] 1621 1621 }, 1622 1622 "extraServices": [], 1623 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:2", 1624 - "sortCheckInOut": "07.09.2024-14.09.2024", 1336 + "insurancePrice": { 1337 + "name": "Medical INS (N10000)", 1338 + "price": 35.84, 1339 + "actualStartDate": "2024-05-25T00:00:00.000", 1340 + "actualEndDate": "2024-06-01T00:00:00.000", 1341 + "optional": false, 1342 + "includedInPackagePrice": true 1343 + }, 1344 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:6", 1345 + "sortCheckInOut": "25.05.2024-01.06.2024", 1625 1625 "sortAirline": "fly dubai", 1626 - "sortHotelName": " fujairahrotanaresortspa",1347 + "sortHotelName": "ibis hotel al barsha dubai", 1627 1627 "sortDetails": "bb", 1628 - "sortPlacement": "twin guest room dbl", 1629 - "subList": [], 1630 - "exchangeRate": 480.0 1349 + "sortPlacement": "standard room dbl" 1631 1631 }, 1632 1632 { 1633 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:4e5c12ae-c66d-41f8-9a57-44f265cfb1a4:04abb186-80f6-4808-bce4-ae97cef85c51",1352 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:02146036-2660-4ba4-be40-851727962e24:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1634 1634 "priceCurrency": "USD", 1635 - "totalPrice": 1470.11,1636 - "agentCommissionPercent": 9.0,1637 - "agentCommissionAmount": 132.31,1354 + "totalPrice": 947.91, 1355 + "agentCommissionPercent": 0.0, 1356 + "agentCommissionAmount": 0.0, 1638 1638 "includedExtrasAmount": 0, 1639 1639 "priceDifference": 0, 1640 1640 "hotel": { 1641 - "hotelPriceId": " 4e5c12ae-c66d-41f8-9a57-44f265cfb1a4",1642 - "hotelName": " FujairahRotana Resort Spa",1643 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",1644 - "nig hts": 7,1645 - "mealPlan": " BB",1646 - "hotelClass": " 5",1360 + "hotelPriceId": "02146036-2660-4ba4-be40-851727962e24", 1361 + "hotelName": "Days By Wyndham Dubai Deira Hotel", 1362 + "hotelCode": "75a4708c-1002-4330-b9d7-027a36515ff1", 1363 + "nigths": 7, 1364 + "mealPlan": "RO", 1365 + "hotelClass": "3", 1647 1647 "hotelColor": "#000000", 1648 1648 "availabilityType": "FreeSale", 1649 1649 "availableRoomsCount": 0, 1650 1650 "fewRooms": true, 1651 - "roomCategoryCode": " e6019a5a-760a-4cb1-9117-643ced101fb5",1652 - "roomCategoryName": " TwinGuestRoom",1370 + "roomCategoryCode": "f9948ad5-5489-47b7-9971-7ab26487c6c1", 1371 + "roomCategoryName": "Deluxe Skyline View King", 1653 1653 "placementTypeName": "DBL", 1654 - "checkInDate": "2024-0 9-07T00:00:00",1655 - "checkOutDate": "2024-0 9-14T00:00:00",1373 + "checkInDate": "2024-05-25T00:00:00.000", 1374 + "checkOutDate": "2024-06-01T00:00:00.000", 1656 1656 "adults": 2, 1657 1657 "children": 0, 1658 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",1659 - "districtName": " Al Aqah",1660 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",1661 - "cityName": " Fujairah",1377 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 1378 + "districtName": "Deira", 1379 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 1380 + "cityName": "Dubai", 1662 1662 "countryCode": "AE", 1663 1663 "countryName": "United Arab Emirates", 1664 - "hasAlcohol": true,1383 + "hasAlcohol": false, 1665 1665 "hasFreeWifi": true, 1666 - "hasMetro": false,1667 - "hasPool": true,1385 + "hasMetro": true, 1386 + "hasPool": false, 1668 1668 "hasMall": false, 1669 - "infantMaxAge": 1.99,1670 - "childMinAge": 2.0,1388 + "infantMaxAge": 5.99, 1389 + "childMinAge": 6.0, 1671 1671 "childMaxAge": 11.99, 1672 1672 "teenMinAge": 0.0, 1673 1673 "teenMaxAge": 0.0, 1674 1674 "adultMinAge": 12.0, 1675 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00%, Early Departure: 100.00 %, NoShow: 100.00 %",1394 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 1676 1676 "cancellationPolicy": { 1677 1677 "noShowChargeValue": 100.0, 1678 1678 "noShowChargeValueType": "%", ... ... @@ -1680,21 +1680,21 @@ 1680 1680 "earlyDepartureChargeValueType": "%", 1681 1681 "conditions": [ 1682 1682 { 1683 - "timeunits": 4,1402 + "timeunits": 1, 1684 1684 "timeunitType": "Day", 1685 1685 "timeOffsetTypeName": "Before Arrival", 1686 - "chargeValue": 1 00.0,1687 - "chargeValueType": " %"1405 + "chargeValue": 1.0, 1406 + "chargeValueType": "Night" 1688 1688 } 1689 1689 ] 1690 1690 } 1691 1691 }, 1692 1692 "flight": { 1693 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",1694 - "departureDate": "2024-0 9-07T00:00:00",1695 - "returnDate": "2024-0 9-14T00:00:00",1696 - "departureTicketsLeft": 24,1697 - "returnTicketsLeft": 17,1412 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1413 + "departureDate": "2024-05-25T00:00:00.000", 1414 + "returnDate": "2024-06-01T00:00:00.000", 1415 + "departureTicketsLeft": 48, 1416 + "returnTicketsLeft": 33, 1698 1698 "departureAvailabilityType": "FreeSale", 1699 1699 "returnAvailabilityType": "FreeSale", 1700 1700 "isTwoWay": true, ... ... @@ -1710,13 +1710,13 @@ 1710 1710 "class": "Economy", 1711 1711 "lugageWeight": 20, 1712 1712 "handLugageWeight": 6, 1713 - "departureFlightDate": "2024-0 9-07T03:40:00.000",1432 + "departureFlightDate": "2024-05-25T03:35:00.000", 1714 1714 "departureCountryName": "Kazakhstan", 1715 1715 "departureCityName": "Almaty", 1716 1716 "departureAirportCode": "ALA", 1717 1717 "departureAirportName": "Almaty Intl Airport", 1718 1718 "departureTerminalCode": "ALA", 1719 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",1438 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 1720 1720 "arrivalCountryName": "United Arab Emirates", 1721 1721 "arrivalCityName": "Dubai", 1722 1722 "arrivalAirportCode": "DXB", ... ... @@ -1733,13 +1733,13 @@ 1733 1733 "class": "Economy", 1734 1734 "lugageWeight": 20, 1735 1735 "handLugageWeight": 6, 1736 - "departureFlightDate": "2024-0 9-14T21:30:00.000",1455 + "departureFlightDate": "2024-06-01T21:25:00.000", 1737 1737 "departureCountryName": "United Arab Emirates", 1738 1738 "departureCityName": "Dubai", 1739 1739 "departureAirportCode": "DXB", 1740 1740 "departureAirportName": "Dubai Intl Airport", 1741 1741 "departureTerminalCode": "DXB3", 1742 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",1461 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 1743 1743 "arrivalCountryName": "Kazakhstan", 1744 1744 "arrivalCityName": "Almaty", 1745 1745 "arrivalAirportCode": "ALA", ... ... @@ -1750,7 +1750,7 @@ 1750 1750 ], 1751 1751 "passengers": [ 1752 1752 { 1753 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",1472 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 1754 1754 "isAdult": true, 1755 1755 "selectedForwardBaggageCode": "INCLUDED", 1756 1756 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1774,7 +1774,7 @@ 1774 1774 ] 1775 1775 }, 1776 1776 { 1777 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",1496 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 1778 1778 "isAdult": true, 1779 1779 "selectedForwardBaggageCode": "INCLUDED", 1780 1780 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1800,59 +1800,65 @@ 1800 1800 ] 1801 1801 }, 1802 1802 "extraServices": [], 1803 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:3", 1804 - "sortCheckInOut": "07.09.2024-14.09.2024", 1522 + "insurancePrice": { 1523 + "name": "Medical INS (N10000)", 1524 + "price": 35.84, 1525 + "actualStartDate": "2024-05-25T00:00:00.000", 1526 + "actualEndDate": "2024-06-01T00:00:00.000", 1527 + "optional": false, 1528 + "includedInPackagePrice": true 1529 + }, 1530 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:7", 1531 + "sortCheckInOut": "25.05.2024-01.06.2024", 1805 1805 "sortAirline": "fly dubai", 1806 - "sortHotelName": "fujairah rotana resort spa", 1807 - "sortDetails": "bb", 1808 - "sortPlacement": "twin guest room dbl", 1809 - "subList": [], 1810 - "exchangeRate": 480.0 1533 + "sortHotelName": "days by wyndham dubai deira hotel", 1534 + "sortDetails": "ro", 1535 + "sortPlacement": "deluxe skyline view king dbl" 1811 1811 }, 1812 1812 { 1813 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:041b1313-3161-4bef-b77b-175364412285:04abb186-80f6-4808-bce4-ae97cef85c51",1538 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:25c1059b-ed78-4fa4-9342-1ac6a2bc8c6a:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1814 1814 "priceCurrency": "USD", 1815 - "totalPrice": 1470.11,1816 - "agentCommissionPercent": 9.0,1817 - "agentCommissionAmount": 132.31,1540 + "totalPrice": 947.91, 1541 + "agentCommissionPercent": 0.0, 1542 + "agentCommissionAmount": 0.0, 1818 1818 "includedExtrasAmount": 0, 1819 1819 "priceDifference": 0, 1820 1820 "hotel": { 1821 - "hotelPriceId": " 041b1313-3161-4bef-b77b-175364412285",1822 - "hotelName": " FujairahRotana Resort Spa",1823 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",1824 - "nig hts": 7,1825 - "mealPlan": " BB",1826 - "hotelClass": " 5",1546 + "hotelPriceId": "25c1059b-ed78-4fa4-9342-1ac6a2bc8c6a", 1547 + "hotelName": "Days By Wyndham Dubai Deira Hotel", 1548 + "hotelCode": "75a4708c-1002-4330-b9d7-027a36515ff1", 1549 + "nigths": 7, 1550 + "mealPlan": "RO", 1551 + "hotelClass": "3", 1827 1827 "hotelColor": "#000000", 1828 1828 "availabilityType": "FreeSale", 1829 1829 "availableRoomsCount": 0, 1830 1830 "fewRooms": true, 1831 - "roomCategoryCode": " 53bd7e89-2c04-4944-b706-be67857fc076",1832 - "roomCategoryName": " KingGuestRoom",1556 + "roomCategoryCode": "ace81545-5d34-40cc-899a-12fef1f8b36e", 1557 + "roomCategoryName": "Deluxe Skyline View Twin", 1833 1833 "placementTypeName": "DBL", 1834 - "checkInDate": "2024-0 9-07T00:00:00",1835 - "checkOutDate": "2024-0 9-14T00:00:00",1559 + "checkInDate": "2024-05-25T00:00:00.000", 1560 + "checkOutDate": "2024-06-01T00:00:00.000", 1836 1836 "adults": 2, 1837 1837 "children": 0, 1838 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",1839 - "districtName": " Al Aqah",1840 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",1841 - "cityName": " Fujairah",1563 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 1564 + "districtName": "Deira", 1565 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 1566 + "cityName": "Dubai", 1842 1842 "countryCode": "AE", 1843 1843 "countryName": "United Arab Emirates", 1844 - "hasAlcohol": true,1569 + "hasAlcohol": false, 1845 1845 "hasFreeWifi": true, 1846 - "hasMetro": false,1847 - "hasPool": true,1571 + "hasMetro": true, 1572 + "hasPool": false, 1848 1848 "hasMall": false, 1849 - "infantMaxAge": 1.99,1850 - "childMinAge": 2.0,1574 + "infantMaxAge": 5.99, 1575 + "childMinAge": 6.0, 1851 1851 "childMaxAge": 11.99, 1852 1852 "teenMinAge": 0.0, 1853 1853 "teenMaxAge": 0.0, 1854 1854 "adultMinAge": 12.0, 1855 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00%, Early Departure: 100.00 %, NoShow: 100.00 %",1580 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 1856 1856 "cancellationPolicy": { 1857 1857 "noShowChargeValue": 100.0, 1858 1858 "noShowChargeValueType": "%", ... ... @@ -1860,189 +1860,9 @@ 1860 1860 "earlyDepartureChargeValueType": "%", 1861 1861 "conditions": [ 1862 1862 { 1863 - "timeunits": 4,1588 + "timeunits": 1, 1864 1864 "timeunitType": "Day", 1865 1865 "timeOffsetTypeName": "Before Arrival", 1866 - "chargeValue": 100.0, 1867 - "chargeValueType": "%" 1868 - } 1869 - ] 1870 - } 1871 - }, 1872 - "flight": { 1873 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51", 1874 - "departureDate": "2024-09-07T00:00:00", 1875 - "returnDate": "2024-09-14T00:00:00", 1876 - "departureTicketsLeft": 24, 1877 - "returnTicketsLeft": 17, 1878 - "departureAvailabilityType": "FreeSale", 1879 - "returnAvailabilityType": "FreeSale", 1880 - "isTwoWay": true, 1881 - "sameBaggageForAll": false, 1882 - "totalBaggage": false, 1883 - "isBlock": true, 1884 - "class": "Economy", 1885 - "departureSegments": [ 1886 - { 1887 - "airlineCode": "FZ", 1888 - "airlineName": "Fly Dubai", 1889 - "flightCode": "FZ1722", 1890 - "class": "Economy", 1891 - "lugageWeight": 20, 1892 - "handLugageWeight": 6, 1893 - "departureFlightDate": "2024-09-07T03:40:00.000", 1894 - "departureCountryName": "Kazakhstan", 1895 - "departureCityName": "Almaty", 1896 - "departureAirportCode": "ALA", 1897 - "departureAirportName": "Almaty Intl Airport", 1898 - "departureTerminalCode": "ALA", 1899 - "arrivalFlightDate": "2024-09-07T07:15:00.000", 1900 - "arrivalCountryName": "United Arab Emirates", 1901 - "arrivalCityName": "Dubai", 1902 - "arrivalAirportCode": "DXB", 1903 - "arrivalAirportName": "Dubai Intl Airport", 1904 - "arrivalTerminalCode": "DXB3", 1905 - "flightDuration": "5h 35m" 1906 - } 1907 - ], 1908 - "returnSegments": [ 1909 - { 1910 - "airlineCode": "FZ", 1911 - "airlineName": "Fly Dubai", 1912 - "flightCode": "FZ1721", 1913 - "class": "Economy", 1914 - "lugageWeight": 20, 1915 - "handLugageWeight": 6, 1916 - "departureFlightDate": "2024-09-14T21:30:00.000", 1917 - "departureCountryName": "United Arab Emirates", 1918 - "departureCityName": "Dubai", 1919 - "departureAirportCode": "DXB", 1920 - "departureAirportName": "Dubai Intl Airport", 1921 - "departureTerminalCode": "DXB3", 1922 - "arrivalFlightDate": "2024-09-15T02:40:00.000", 1923 - "arrivalCountryName": "Kazakhstan", 1924 - "arrivalCityName": "Almaty", 1925 - "arrivalAirportCode": "ALA", 1926 - "arrivalAirportName": "Almaty Intl Airport", 1927 - "arrivalTerminalCode": "ALA", 1928 - "flightDuration": "3h 10m" 1929 - } 1930 - ], 1931 - "passengers": [ 1932 - { 1933 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 1934 - "isAdult": true, 1935 - "selectedForwardBaggageCode": "INCLUDED", 1936 - "selectedBackwardBaggageCode": "INCLUDED", 1937 - "forwardBaggages": [ 1938 - { 1939 - "baggageCode": "INCLUDED", 1940 - "description": "20 Kg Included", 1941 - "price": 0.0, 1942 - "currency": "USD", 1943 - "included": true 1944 - } 1945 - ], 1946 - "backwardBaggages": [ 1947 - { 1948 - "baggageCode": "INCLUDED", 1949 - "description": "20 Kg Included", 1950 - "price": 0.0, 1951 - "currency": "USD", 1952 - "included": true 1953 - } 1954 - ] 1955 - }, 1956 - { 1957 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 1958 - "isAdult": true, 1959 - "selectedForwardBaggageCode": "INCLUDED", 1960 - "selectedBackwardBaggageCode": "INCLUDED", 1961 - "forwardBaggages": [ 1962 - { 1963 - "baggageCode": "INCLUDED", 1964 - "description": "20 Kg Included", 1965 - "price": 0.0, 1966 - "currency": "USD", 1967 - "included": true 1968 - } 1969 - ], 1970 - "backwardBaggages": [ 1971 - { 1972 - "baggageCode": "INCLUDED", 1973 - "description": "20 Kg Included", 1974 - "price": 0.0, 1975 - "currency": "USD", 1976 - "included": true 1977 - } 1978 - ] 1979 - } 1980 - ] 1981 - }, 1982 - "extraServices": [], 1983 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:4", 1984 - "sortCheckInOut": "07.09.2024-14.09.2024", 1985 - "sortAirline": "fly dubai", 1986 - "sortHotelName": "fujairah rotana resort spa", 1987 - "sortDetails": "bb", 1988 - "sortPlacement": "king guest room dbl", 1989 - "subList": [], 1990 - "exchangeRate": 480.0 1991 - }, 1992 - { 1993 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:e07af67f-48e8-493f-bc5e-c2d6aa711298:04abb186-80f6-4808-bce4-ae97cef85c51", 1994 - "priceCurrency": "USD", 1995 - "totalPrice": 1494.11, 1996 - "agentCommissionPercent": 9.0, 1997 - "agentCommissionAmount": 134.47, 1998 - "includedExtrasAmount": 0, 1999 - "priceDifference": 0, 2000 - "hotel": { 2001 - "hotelPriceId": "e07af67f-48e8-493f-bc5e-c2d6aa711298", 2002 - "hotelName": "Le Meridien Al Aqah Beach Resort", 2003 - "hotelCode": "63300069-0631-4c34-946e-d2ca9753ff6e", 2004 - "nights": 7, 2005 - "mealPlan": "BB", 2006 - "hotelClass": "5", 2007 - "hotelColor": "#000000", 2008 - "availabilityType": "FreeSale", 2009 - "availableRoomsCount": 0, 2010 - "fewRooms": true, 2011 - "roomCategoryCode": "97ccbf2f-7195-4eea-9d45-926fbe73b482", 2012 - "roomCategoryName": "Deluxe Guest Room", 2013 - "placementTypeName": "DBL", 2014 - "checkInDate": "2024-09-07T00:00:00", 2015 - "checkOutDate": "2024-09-14T00:00:00", 2016 - "adults": 2, 2017 - "children": 0, 2018 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 2019 - "districtName": "Al Aqah", 2020 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 2021 - "cityName": "Fujairah", 2022 - "countryCode": "AE", 2023 - "countryName": "United Arab Emirates", 2024 - "hasAlcohol": true, 2025 - "hasFreeWifi": true, 2026 - "hasMetro": false, 2027 - "hasPool": true, 2028 - "hasMall": false, 2029 - "infantMaxAge": 1.99, 2030 - "childMinAge": 2.0, 2031 - "childMaxAge": 11.99, 2032 - "teenMinAge": 12.0, 2033 - "teenMaxAge": 15.99, 2034 - "adultMinAge": 16.0, 2035 - "cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 2036 - "cancellationPolicy": { 2037 - "noShowChargeValue": 100.0, 2038 - "noShowChargeValueType": "%", 2039 - "earlyDepartureChargeValue": 100.0, 2040 - "earlyDepartureChargeValueType": "%", 2041 - "conditions": [ 2042 - { 2043 - "timeunits": 3, 2044 - "timeunitType": "Day", 2045 - "timeOffsetTypeName": "Before Arrival", 2046 2046 "chargeValue": 1.0, 2047 2047 "chargeValueType": "Night" 2048 2048 } ... ... @@ -2050,11 +2050,11 @@ 2050 2050 } 2051 2051 }, 2052 2052 "flight": { 2053 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",2054 - "departureDate": "2024-0 9-07T00:00:00",2055 - "returnDate": "2024-0 9-14T00:00:00",2056 - "departureTicketsLeft": 24,2057 - "returnTicketsLeft": 17,1598 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1599 + "departureDate": "2024-05-25T00:00:00.000", 1600 + "returnDate": "2024-06-01T00:00:00.000", 1601 + "departureTicketsLeft": 48, 1602 + "returnTicketsLeft": 33, 2058 2058 "departureAvailabilityType": "FreeSale", 2059 2059 "returnAvailabilityType": "FreeSale", 2060 2060 "isTwoWay": true, ... ... @@ -2070,13 +2070,13 @@ 2070 2070 "class": "Economy", 2071 2071 "lugageWeight": 20, 2072 2072 "handLugageWeight": 6, 2073 - "departureFlightDate": "2024-0 9-07T03:40:00.000",1618 + "departureFlightDate": "2024-05-25T03:35:00.000", 2074 2074 "departureCountryName": "Kazakhstan", 2075 2075 "departureCityName": "Almaty", 2076 2076 "departureAirportCode": "ALA", 2077 2077 "departureAirportName": "Almaty Intl Airport", 2078 2078 "departureTerminalCode": "ALA", 2079 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",1624 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 2080 2080 "arrivalCountryName": "United Arab Emirates", 2081 2081 "arrivalCityName": "Dubai", 2082 2082 "arrivalAirportCode": "DXB", ... ... @@ -2093,13 +2093,13 @@ 2093 2093 "class": "Economy", 2094 2094 "lugageWeight": 20, 2095 2095 "handLugageWeight": 6, 2096 - "departureFlightDate": "2024-0 9-14T21:30:00.000",1641 + "departureFlightDate": "2024-06-01T21:25:00.000", 2097 2097 "departureCountryName": "United Arab Emirates", 2098 2098 "departureCityName": "Dubai", 2099 2099 "departureAirportCode": "DXB", 2100 2100 "departureAirportName": "Dubai Intl Airport", 2101 2101 "departureTerminalCode": "DXB3", 2102 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",1647 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 2103 2103 "arrivalCountryName": "Kazakhstan", 2104 2104 "arrivalCityName": "Almaty", 2105 2105 "arrivalAirportCode": "ALA", ... ... @@ -2110,7 +2110,7 @@ 2110 2110 ], 2111 2111 "passengers": [ 2112 2112 { 2113 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",1658 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 2114 2114 "isAdult": true, 2115 2115 "selectedForwardBaggageCode": "INCLUDED", 2116 2116 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2134,7 +2134,7 @@ 2134 2134 ] 2135 2135 }, 2136 2136 { 2137 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",1682 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 2138 2138 "isAdult": true, 2139 2139 "selectedForwardBaggageCode": "INCLUDED", 2140 2140 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2160,239 +2160,65 @@ 2160 2160 ] 2161 2161 }, 2162 2162 "extraServices": [], 2163 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:5", 2164 - "sortCheckInOut": "07.09.2024-14.09.2024", 2165 - "sortAirline": "fly dubai", 2166 - "sortHotelName": "le meridien al aqah beach resort", 2167 - "sortDetails": "bb", 2168 - "sortPlacement": "deluxe guest room dbl", 2169 - "subList": [], 2170 - "exchangeRate": 480.0 2171 - }, 2172 - { 2173 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:fb824f96-2de4-4b36-a9dc-c71633ec9d89:04abb186-80f6-4808-bce4-ae97cef85c51", 2174 - "priceCurrency": "USD", 2175 - "totalPrice": 1588.57, 2176 - "agentCommissionPercent": 9.0, 2177 - "agentCommissionAmount": 142.97, 2178 - "includedExtrasAmount": 0, 2179 - "priceDifference": 0, 2180 - "hotel": { 2181 - "hotelPriceId": "fb824f96-2de4-4b36-a9dc-c71633ec9d89", 2182 - "hotelName": "Le Meridien Al Aqah Beach Resort", 2183 - "hotelCode": "63300069-0631-4c34-946e-d2ca9753ff6e", 2184 - "nights": 7, 2185 - "mealPlan": "BB", 2186 - "hotelClass": "5", 2187 - "hotelColor": "#000000", 2188 - "availabilityType": "FreeSale", 2189 - "availableRoomsCount": 0, 2190 - "fewRooms": true, 2191 - "roomCategoryCode": "04b0d2ba-b3b1-4858-a5c5-251279680430", 2192 - "roomCategoryName": "Deluxe Guest Room with Balcony", 2193 - "placementTypeName": "DBL", 2194 - "checkInDate": "2024-09-07T00:00:00", 2195 - "checkOutDate": "2024-09-14T00:00:00", 2196 - "adults": 2, 2197 - "children": 0, 2198 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 2199 - "districtName": "Al Aqah", 2200 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 2201 - "cityName": "Fujairah", 2202 - "countryCode": "AE", 2203 - "countryName": "United Arab Emirates", 2204 - "hasAlcohol": true, 2205 - "hasFreeWifi": true, 2206 - "hasMetro": false, 2207 - "hasPool": true, 2208 - "hasMall": false, 2209 - "infantMaxAge": 1.99, 2210 - "childMinAge": 2.0, 2211 - "childMaxAge": 11.99, 2212 - "teenMinAge": 12.0, 2213 - "teenMaxAge": 15.99, 2214 - "adultMinAge": 16.0, 2215 - "cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 2216 - "cancellationPolicy": { 2217 - "noShowChargeValue": 100.0, 2218 - "noShowChargeValueType": "%", 2219 - "earlyDepartureChargeValue": 100.0, 2220 - "earlyDepartureChargeValueType": "%", 2221 - "conditions": [ 2222 - { 2223 - "timeunits": 3, 2224 - "timeunitType": "Day", 2225 - "timeOffsetTypeName": "Before Arrival", 2226 - "chargeValue": 1.0, 2227 - "chargeValueType": "Night" 2228 - } 2229 - ] 2230 - } 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 2231 2231 }, 2232 - "flight": { 2233 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51", 2234 - "departureDate": "2024-09-07T00:00:00", 2235 - "returnDate": "2024-09-14T00:00:00", 2236 - "departureTicketsLeft": 24, 2237 - "returnTicketsLeft": 17, 2238 - "departureAvailabilityType": "FreeSale", 2239 - "returnAvailabilityType": "FreeSale", 2240 - "isTwoWay": true, 2241 - "sameBaggageForAll": false, 2242 - "totalBaggage": false, 2243 - "isBlock": true, 2244 - "class": "Economy", 2245 - "departureSegments": [ 2246 - { 2247 - "airlineCode": "FZ", 2248 - "airlineName": "Fly Dubai", 2249 - "flightCode": "FZ1722", 2250 - "class": "Economy", 2251 - "lugageWeight": 20, 2252 - "handLugageWeight": 6, 2253 - "departureFlightDate": "2024-09-07T03:40:00.000", 2254 - "departureCountryName": "Kazakhstan", 2255 - "departureCityName": "Almaty", 2256 - "departureAirportCode": "ALA", 2257 - "departureAirportName": "Almaty Intl Airport", 2258 - "departureTerminalCode": "ALA", 2259 - "arrivalFlightDate": "2024-09-07T07:15:00.000", 2260 - "arrivalCountryName": "United Arab Emirates", 2261 - "arrivalCityName": "Dubai", 2262 - "arrivalAirportCode": "DXB", 2263 - "arrivalAirportName": "Dubai Intl Airport", 2264 - "arrivalTerminalCode": "DXB3", 2265 - "flightDuration": "5h 35m" 2266 - } 2267 - ], 2268 - "returnSegments": [ 2269 - { 2270 - "airlineCode": "FZ", 2271 - "airlineName": "Fly Dubai", 2272 - "flightCode": "FZ1721", 2273 - "class": "Economy", 2274 - "lugageWeight": 20, 2275 - "handLugageWeight": 6, 2276 - "departureFlightDate": "2024-09-14T21:30:00.000", 2277 - "departureCountryName": "United Arab Emirates", 2278 - "departureCityName": "Dubai", 2279 - "departureAirportCode": "DXB", 2280 - "departureAirportName": "Dubai Intl Airport", 2281 - "departureTerminalCode": "DXB3", 2282 - "arrivalFlightDate": "2024-09-15T02:40:00.000", 2283 - "arrivalCountryName": "Kazakhstan", 2284 - "arrivalCityName": "Almaty", 2285 - "arrivalAirportCode": "ALA", 2286 - "arrivalAirportName": "Almaty Intl Airport", 2287 - "arrivalTerminalCode": "ALA", 2288 - "flightDuration": "3h 10m" 2289 - } 2290 - ], 2291 - "passengers": [ 2292 - { 2293 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 2294 - "isAdult": true, 2295 - "selectedForwardBaggageCode": "INCLUDED", 2296 - "selectedBackwardBaggageCode": "INCLUDED", 2297 - "forwardBaggages": [ 2298 - { 2299 - "baggageCode": "INCLUDED", 2300 - "description": "20 Kg Included", 2301 - "price": 0.0, 2302 - "currency": "USD", 2303 - "included": true 2304 - } 2305 - ], 2306 - "backwardBaggages": [ 2307 - { 2308 - "baggageCode": "INCLUDED", 2309 - "description": "20 Kg Included", 2310 - "price": 0.0, 2311 - "currency": "USD", 2312 - "included": true 2313 - } 2314 - ] 2315 - }, 2316 - { 2317 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 2318 - "isAdult": true, 2319 - "selectedForwardBaggageCode": "INCLUDED", 2320 - "selectedBackwardBaggageCode": "INCLUDED", 2321 - "forwardBaggages": [ 2322 - { 2323 - "baggageCode": "INCLUDED", 2324 - "description": "20 Kg Included", 2325 - "price": 0.0, 2326 - "currency": "USD", 2327 - "included": true 2328 - } 2329 - ], 2330 - "backwardBaggages": [ 2331 - { 2332 - "baggageCode": "INCLUDED", 2333 - "description": "20 Kg Included", 2334 - "price": 0.0, 2335 - "currency": "USD", 2336 - "included": true 2337 - } 2338 - ] 2339 - } 2340 - ] 2341 - }, 2342 - "extraServices": [], 2343 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:6", 2344 - "sortCheckInOut": "07.09.2024-14.09.2024", 1716 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:8", 1717 + "sortCheckInOut": "25.05.2024-01.06.2024", 2345 2345 "sortAirline": "fly dubai", 2346 - "sortHotelName": "le meridien al aqah beach resort", 2347 - "sortDetails": "bb", 2348 - "sortPlacement": "deluxe guest room with balcony dbl", 2349 - "subList": [], 2350 - "exchangeRate": 480.0 1719 + "sortHotelName": "days by wyndham dubai deira hotel", 1720 + "sortDetails": "ro", 1721 + "sortPlacement": "deluxe skyline view twin dbl" 2351 2351 }, 2352 2352 { 2353 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:959cff0a-2a1b-4acc-ad05-661f2aad3fad:04abb186-80f6-4808-bce4-ae97cef85c51",1724 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:a31007e3-cdd1-4691-9af4-0434c21cf127:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 2354 2354 "priceCurrency": "USD", 2355 - "totalPrice": 1597.04,2356 - "agentCommissionPercent": 9.0,2357 - "agentCommissionAmount": 143.73,1726 + "totalPrice": 950.3, 1727 + "agentCommissionPercent": 0.0, 1728 + "agentCommissionAmount": 0.0, 2358 2358 "includedExtrasAmount": 0, 2359 2359 "priceDifference": 0, 2360 2360 "hotel": { 2361 - "hotelPriceId": " 959cff0a-2a1b-4acc-ad05-661f2aad3fad",2362 - "hotelName": " FujairahRotanaResortSpa",2363 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",2364 - "nig hts": 7,2365 - "mealPlan": " BB",2366 - "hotelClass": " 5",1732 + "hotelPriceId": "a31007e3-cdd1-4691-9af4-0434c21cf127", 1733 + "hotelName": "Holiday Inn Dubai Al-Maktoum Airport", 1734 + "hotelCode": "6a7b4517-1c81-4141-a627-532d7441fe2b", 1735 + "nigths": 7, 1736 + "mealPlan": "RO", 1737 + "hotelClass": "4", 2367 2367 "hotelColor": "#000000", 2368 2368 "availabilityType": "FreeSale", 2369 2369 "availableRoomsCount": 0, 2370 2370 "fewRooms": true, 2371 - "roomCategoryCode": "b 84c625b-c941-48d9-93c9-f2e87e1ce099",2372 - "roomCategoryName": " OceanViewRoomTwin",1742 + "roomCategoryCode": "dd7b79a3-b72b-49bf-a16e-801aa6b64832", 1743 + "roomCategoryName": "Standard Room", 2373 2373 "placementTypeName": "DBL", 2374 - "checkInDate": "2024-0 9-07T00:00:00",2375 - "checkOutDate": "2024-0 9-14T00:00:00",1745 + "checkInDate": "2024-05-25T00:00:00.000", 1746 + "checkOutDate": "2024-06-01T00:00:00.000", 2376 2376 "adults": 2, 2377 2377 "children": 0, 2378 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",2379 - "districtName": " AlAqah",2380 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",2381 - "cityName": " Fujairah",1749 + "districtUID": "853efcd4-6828-4878-aa01-2bb05b55e520", 1750 + "districtName": "Dubai World Central", 1751 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 1752 + "cityName": "Dubai", 2382 2382 "countryCode": "AE", 2383 2383 "countryName": "United Arab Emirates", 2384 - "hasAlcohol": true,1755 + "hasAlcohol": false, 2385 2385 "hasFreeWifi": true, 2386 2386 "hasMetro": false, 2387 - "hasPool": true,1758 + "hasPool": false, 2388 2388 "hasMall": false, 2389 - "infantMaxAge": 1.99,2390 - "childMinAge": 2.0,1760 + "infantMaxAge": 5.99, 1761 + "childMinAge": 6.0, 2391 2391 "childMaxAge": 11.99, 2392 2392 "teenMinAge": 0.0, 2393 2393 "teenMaxAge": 0.0, 2394 2394 "adultMinAge": 12.0, 2395 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00%, Early Departure: 100.00 %, NoShow: 100.00 %",1766 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 2396 2396 "cancellationPolicy": { 2397 2397 "noShowChargeValue": 100.0, 2398 2398 "noShowChargeValueType": "%", ... ... @@ -2400,21 +2400,21 @@ 2400 2400 "earlyDepartureChargeValueType": "%", 2401 2401 "conditions": [ 2402 2402 { 2403 - "timeunits": 4,1774 + "timeunits": 1, 2404 2404 "timeunitType": "Day", 2405 2405 "timeOffsetTypeName": "Before Arrival", 2406 - "chargeValue": 1 00.0,2407 - "chargeValueType": " %"1777 + "chargeValue": 1.0, 1778 + "chargeValueType": "Night" 2408 2408 } 2409 2409 ] 2410 2410 } 2411 2411 }, 2412 2412 "flight": { 2413 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",2414 - "departureDate": "2024-0 9-07T00:00:00",2415 - "returnDate": "2024-0 9-14T00:00:00",2416 - "departureTicketsLeft": 24,2417 - "returnTicketsLeft": 17,1784 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1785 + "departureDate": "2024-05-25T00:00:00.000", 1786 + "returnDate": "2024-06-01T00:00:00.000", 1787 + "departureTicketsLeft": 48, 1788 + "returnTicketsLeft": 33, 2418 2418 "departureAvailabilityType": "FreeSale", 2419 2419 "returnAvailabilityType": "FreeSale", 2420 2420 "isTwoWay": true, ... ... @@ -2430,13 +2430,13 @@ 2430 2430 "class": "Economy", 2431 2431 "lugageWeight": 20, 2432 2432 "handLugageWeight": 6, 2433 - "departureFlightDate": "2024-0 9-07T03:40:00.000",1804 + "departureFlightDate": "2024-05-25T03:35:00.000", 2434 2434 "departureCountryName": "Kazakhstan", 2435 2435 "departureCityName": "Almaty", 2436 2436 "departureAirportCode": "ALA", 2437 2437 "departureAirportName": "Almaty Intl Airport", 2438 2438 "departureTerminalCode": "ALA", 2439 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",1810 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 2440 2440 "arrivalCountryName": "United Arab Emirates", 2441 2441 "arrivalCityName": "Dubai", 2442 2442 "arrivalAirportCode": "DXB", ... ... @@ -2453,13 +2453,13 @@ 2453 2453 "class": "Economy", 2454 2454 "lugageWeight": 20, 2455 2455 "handLugageWeight": 6, 2456 - "departureFlightDate": "2024-0 9-14T21:30:00.000",1827 + "departureFlightDate": "2024-06-01T21:25:00.000", 2457 2457 "departureCountryName": "United Arab Emirates", 2458 2458 "departureCityName": "Dubai", 2459 2459 "departureAirportCode": "DXB", 2460 2460 "departureAirportName": "Dubai Intl Airport", 2461 2461 "departureTerminalCode": "DXB3", 2462 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",1833 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 2463 2463 "arrivalCountryName": "Kazakhstan", 2464 2464 "arrivalCityName": "Almaty", 2465 2465 "arrivalAirportCode": "ALA", ... ... @@ -2470,7 +2470,7 @@ 2470 2470 ], 2471 2471 "passengers": [ 2472 2472 { 2473 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",1844 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 2474 2474 "isAdult": true, 2475 2475 "selectedForwardBaggageCode": "INCLUDED", 2476 2476 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2494,7 +2494,7 @@ 2494 2494 ] 2495 2495 }, 2496 2496 { 2497 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",1868 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 2498 2498 "isAdult": true, 2499 2499 "selectedForwardBaggageCode": "INCLUDED", 2500 2500 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2520,59 +2520,65 @@ 2520 2520 ] 2521 2521 }, 2522 2522 "extraServices": [], 2523 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:7", 2524 - "sortCheckInOut": "07.09.2024-14.09.2024", 1894 + "insurancePrice": { 1895 + "name": "Medical INS (N10000)", 1896 + "price": 35.84, 1897 + "actualStartDate": "2024-05-25T00:00:00.000", 1898 + "actualEndDate": "2024-06-01T00:00:00.000", 1899 + "optional": false, 1900 + "includedInPackagePrice": true 1901 + }, 1902 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:9", 1903 + "sortCheckInOut": "25.05.2024-01.06.2024", 2525 2525 "sortAirline": "fly dubai", 2526 - "sortHotelName": "fujairah rotana resort spa", 2527 - "sortDetails": "bb", 2528 - "sortPlacement": "ocean view room twin dbl", 2529 - "subList": [], 2530 - "exchangeRate": 480.0 1905 + "sortHotelName": "holiday inn dubai al maktoum airport", 1906 + "sortDetails": "ro", 1907 + "sortPlacement": "standard room dbl" 2531 2531 }, 2532 2532 { 2533 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:7bfa40fa-6a67-4ab5-998f-a59e3d669aef:04abb186-80f6-4808-bce4-ae97cef85c51",1910 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:548b1992-812d-4b78-b164-c202addf37fb:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 2534 2534 "priceCurrency": "USD", 2535 - "totalPrice": 1597.04,2536 - "agentCommissionPercent": 9.0,2537 - "agentCommissionAmount": 143.73,1912 + "totalPrice": 950.99, 1913 + "agentCommissionPercent": 0.0, 1914 + "agentCommissionAmount": 0.0, 2538 2538 "includedExtrasAmount": 0, 2539 2539 "priceDifference": 0, 2540 2540 "hotel": { 2541 - "hotelPriceId": " 7bfa40fa-6a67-4ab5-998f-a59e3d669aef",2542 - "hotelName": " Fujairah RotanaResortSpa",2543 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",2544 - "nig hts": 7,2545 - "mealPlan": " BB",2546 - "hotelClass": " 5",1918 + "hotelPriceId": "548b1992-812d-4b78-b164-c202addf37fb", 1919 + "hotelName": "Kingsgate Al Jadaf Hotel", 1920 + "hotelCode": "835f48bc-9e35-4312-a383-059c919976d0", 1921 + "nigths": 7, 1922 + "mealPlan": "RO", 1923 + "hotelClass": "3", 2547 2547 "hotelColor": "#000000", 2548 - "availabilityType": " OnRequest",1925 + "availabilityType": "FreeSale", 2549 2549 "availableRoomsCount": 0, 2550 2550 "fewRooms": true, 2551 - "roomCategoryCode": " 8a20d149-2bfc-4563-b43b-1b101410489f",2552 - "roomCategoryName": " OceanViewRoomKing",1928 + "roomCategoryCode": "53e577d4-d45c-405f-867f-d367582227a1", 1929 + "roomCategoryName": "Standard Room City View", 2553 2553 "placementTypeName": "DBL", 2554 - "checkInDate": "2024-0 9-07T00:00:00",2555 - "checkOutDate": "2024-0 9-14T00:00:00",1931 + "checkInDate": "2024-05-25T00:00:00.000", 1932 + "checkOutDate": "2024-06-01T00:00:00.000", 2556 2556 "adults": 2, 2557 2557 "children": 0, 2558 - "districtUID": "1 c118ac0-b44a-4cf5-9229-326a151b13ef",2559 - "districtName": "Al Aqah",2560 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",2561 - "cityName": " Fujairah",1935 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9", 1936 + "districtName": "Al Jaddaf", 1937 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 1938 + "cityName": "Dubai", 2562 2562 "countryCode": "AE", 2563 2563 "countryName": "United Arab Emirates", 2564 - "hasAlcohol": true,1941 + "hasAlcohol": false, 2565 2565 "hasFreeWifi": true, 2566 2566 "hasMetro": false, 2567 - "hasPool": true,1944 + "hasPool": false, 2568 2568 "hasMall": false, 2569 - "infantMaxAge": 1.99,2570 - "childMinAge": 2.0,1946 + "infantMaxAge": 5.99, 1947 + "childMinAge": 6.0, 2571 2571 "childMaxAge": 11.99, 2572 2572 "teenMinAge": 0.0, 2573 2573 "teenMaxAge": 0.0, 2574 2574 "adultMinAge": 12.0, 2575 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00%, Early Departure: 100.00 %, NoShow: 100.00 %",1952 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 2576 2576 "cancellationPolicy": { 2577 2577 "noShowChargeValue": 100.0, 2578 2578 "noShowChargeValueType": "%", ... ... @@ -2580,21 +2580,21 @@ 2580 2580 "earlyDepartureChargeValueType": "%", 2581 2581 "conditions": [ 2582 2582 { 2583 - "timeunits": 4,1960 + "timeunits": 1, 2584 2584 "timeunitType": "Day", 2585 2585 "timeOffsetTypeName": "Before Arrival", 2586 - "chargeValue": 1 00.0,2587 - "chargeValueType": " %"1963 + "chargeValue": 1.0, 1964 + "chargeValueType": "Night" 2588 2588 } 2589 2589 ] 2590 2590 } 2591 2591 }, 2592 2592 "flight": { 2593 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",2594 - "departureDate": "2024-0 9-07T00:00:00",2595 - "returnDate": "2024-0 9-14T00:00:00",2596 - "departureTicketsLeft": 24,2597 - "returnTicketsLeft": 17,1970 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1971 + "departureDate": "2024-05-25T00:00:00.000", 1972 + "returnDate": "2024-06-01T00:00:00.000", 1973 + "departureTicketsLeft": 48, 1974 + "returnTicketsLeft": 33, 2598 2598 "departureAvailabilityType": "FreeSale", 2599 2599 "returnAvailabilityType": "FreeSale", 2600 2600 "isTwoWay": true, ... ... @@ -2610,13 +2610,13 @@ 2610 2610 "class": "Economy", 2611 2611 "lugageWeight": 20, 2612 2612 "handLugageWeight": 6, 2613 - "departureFlightDate": "2024-0 9-07T03:40:00.000",1990 + "departureFlightDate": "2024-05-25T03:35:00.000", 2614 2614 "departureCountryName": "Kazakhstan", 2615 2615 "departureCityName": "Almaty", 2616 2616 "departureAirportCode": "ALA", 2617 2617 "departureAirportName": "Almaty Intl Airport", 2618 2618 "departureTerminalCode": "ALA", 2619 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",1996 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 2620 2620 "arrivalCountryName": "United Arab Emirates", 2621 2621 "arrivalCityName": "Dubai", 2622 2622 "arrivalAirportCode": "DXB", ... ... @@ -2633,13 +2633,13 @@ 2633 2633 "class": "Economy", 2634 2634 "lugageWeight": 20, 2635 2635 "handLugageWeight": 6, 2636 - "departureFlightDate": "2024-0 9-14T21:30:00.000",2013 + "departureFlightDate": "2024-06-01T21:25:00.000", 2637 2637 "departureCountryName": "United Arab Emirates", 2638 2638 "departureCityName": "Dubai", 2639 2639 "departureAirportCode": "DXB", 2640 2640 "departureAirportName": "Dubai Intl Airport", 2641 2641 "departureTerminalCode": "DXB3", 2642 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",2019 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 2643 2643 "arrivalCountryName": "Kazakhstan", 2644 2644 "arrivalCityName": "Almaty", 2645 2645 "arrivalAirportCode": "ALA", ... ... @@ -2650,7 +2650,7 @@ 2650 2650 ], 2651 2651 "passengers": [ 2652 2652 { 2653 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",2030 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 2654 2654 "isAdult": true, 2655 2655 "selectedForwardBaggageCode": "INCLUDED", 2656 2656 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2674,7 +2674,7 @@ 2674 2674 ] 2675 2675 }, 2676 2676 { 2677 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",2054 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 2678 2678 "isAdult": true, 2679 2679 "selectedForwardBaggageCode": "INCLUDED", 2680 2680 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2700,59 +2700,65 @@ 2700 2700 ] 2701 2701 }, 2702 2702 "extraServices": [], 2703 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:8", 2704 - "sortCheckInOut": "07.09.2024-14.09.2024", 2080 + "insurancePrice": { 2081 + "name": "Medical INS (N10000)", 2082 + "price": 35.84, 2083 + "actualStartDate": "2024-05-25T00:00:00.000", 2084 + "actualEndDate": "2024-06-01T00:00:00.000", 2085 + "optional": false, 2086 + "includedInPackagePrice": true 2087 + }, 2088 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:10", 2089 + "sortCheckInOut": "25.05.2024-01.06.2024", 2705 2705 "sortAirline": "fly dubai", 2706 - "sortHotelName": "fujairah rotana resort spa", 2707 - "sortDetails": "bb", 2708 - "sortPlacement": "ocean view room king dbl", 2709 - "subList": [], 2710 - "exchangeRate": 480.0 2091 + "sortHotelName": "kingsgate al jadaf hotel", 2092 + "sortDetails": "ro", 2093 + "sortPlacement": "standard room city view dbl" 2711 2711 }, 2712 2712 { 2713 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:d5469b2f-d5f1-405c-aa79-49f89630c270:04abb186-80f6-4808-bce4-ae97cef85c51",2096 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:2d79071b-9015-43cb-b68d-fa15bca7142d:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 2714 2714 "priceCurrency": "USD", 2715 - "totalPrice": 1597.04,2716 - "agentCommissionPercent": 9.0,2717 - "agentCommissionAmount": 143.73,2098 + "totalPrice": 950.99, 2099 + "agentCommissionPercent": 0.0, 2100 + "agentCommissionAmount": 0.0, 2718 2718 "includedExtrasAmount": 0, 2719 2719 "priceDifference": 0, 2720 2720 "hotel": { 2721 - "hotelPriceId": "d54 69b2f-d5f1-405c-aa79-49f89630c270",2722 - "hotelName": " FujairahRotana ResortSpa",2723 - "hotelCode": "c a511ddc-3ad8-46ed-8ad0-c68cc3e8488e",2724 - "nig hts": 7,2725 - "mealPlan": " BB",2726 - "hotelClass": " 5",2104 + "hotelPriceId": "2d79071b-9015-43cb-b68d-fa15bca7142d", 2105 + "hotelName": "Reflections Hotel", 2106 + "hotelCode": "2b8e0fc5-88b0-4a37-9d68-55e821465ea1", 2107 + "nigths": 7, 2108 + "mealPlan": "RO", 2109 + "hotelClass": "4", 2727 2727 "hotelColor": "#000000", 2728 - "availabilityType": " OnRequest",2111 + "availabilityType": "StopSale", 2729 2729 "availableRoomsCount": 0, 2730 2730 "fewRooms": true, 2731 - "roomCategoryCode": " 8a20d149-2bfc-4563-b43b-1b101410489f",2732 - "roomCategoryName": " Ocean ViewRoomKing",2114 + "roomCategoryCode": "777a1e83-489c-45b5-89e1-7d4eb81e7f56", 2115 + "roomCategoryName": "Deluxe Room ", 2733 2733 "placementTypeName": "DBL", 2734 - "checkInDate": "2024-0 9-07T00:00:00",2735 - "checkOutDate": "2024-0 9-14T00:00:00",2117 + "checkInDate": "2024-05-25T00:00:00.000", 2118 + "checkOutDate": "2024-06-01T00:00:00.000", 2736 2736 "adults": 2, 2737 2737 "children": 0, 2738 - "districtUID": "1 c118ac0-b44a-4cf5-9229-326a151b13ef",2739 - "districtName": "Al Aqah",2740 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",2741 - "cityName": " Fujairah",2121 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9", 2122 + "districtName": "Al Jaddaf", 2123 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 2124 + "cityName": "Dubai", 2742 2742 "countryCode": "AE", 2743 2743 "countryName": "United Arab Emirates", 2744 - "hasAlcohol": true,2127 + "hasAlcohol": false, 2745 2745 "hasFreeWifi": true, 2746 2746 "hasMetro": false, 2747 2747 "hasPool": true, 2748 2748 "hasMall": false, 2749 - "infantMaxAge": 1.99,2750 - "childMinAge": 2.0,2132 + "infantMaxAge": 5.99, 2133 + "childMinAge": 6.0, 2751 2751 "childMaxAge": 11.99, 2752 2752 "teenMinAge": 0.0, 2753 2753 "teenMaxAge": 0.0, 2754 2754 "adultMinAge": 12.0, 2755 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00%, Early Departure: 100.00 %, NoShow: 100.00 %",2138 + "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 2756 2756 "cancellationPolicy": { 2757 2757 "noShowChargeValue": 100.0, 2758 2758 "noShowChargeValueType": "%", ... ... @@ -2760,21 +2760,21 @@ 2760 2760 "earlyDepartureChargeValueType": "%", 2761 2761 "conditions": [ 2762 2762 { 2763 - "timeunits": 4,2146 + "timeunits": 2, 2764 2764 "timeunitType": "Day", 2765 2765 "timeOffsetTypeName": "Before Arrival", 2766 - "chargeValue": 1 00.0,2767 - "chargeValueType": " %"2149 + "chargeValue": 1.0, 2150 + "chargeValueType": "Night" 2768 2768 } 2769 2769 ] 2770 2770 } 2771 2771 }, 2772 2772 "flight": { 2773 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",2774 - "departureDate": "2024-0 9-07T00:00:00",2775 - "returnDate": "2024-0 9-14T00:00:00",2776 - "departureTicketsLeft": 24,2777 - "returnTicketsLeft": 17,2156 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 2157 + "departureDate": "2024-05-25T00:00:00.000", 2158 + "returnDate": "2024-06-01T00:00:00.000", 2159 + "departureTicketsLeft": 48, 2160 + "returnTicketsLeft": 33, 2778 2778 "departureAvailabilityType": "FreeSale", 2779 2779 "returnAvailabilityType": "FreeSale", 2780 2780 "isTwoWay": true, ... ... @@ -2790,13 +2790,13 @@ 2790 2790 "class": "Economy", 2791 2791 "lugageWeight": 20, 2792 2792 "handLugageWeight": 6, 2793 - "departureFlightDate": "2024-0 9-07T03:40:00.000",2176 + "departureFlightDate": "2024-05-25T03:35:00.000", 2794 2794 "departureCountryName": "Kazakhstan", 2795 2795 "departureCityName": "Almaty", 2796 2796 "departureAirportCode": "ALA", 2797 2797 "departureAirportName": "Almaty Intl Airport", 2798 2798 "departureTerminalCode": "ALA", 2799 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",2182 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 2800 2800 "arrivalCountryName": "United Arab Emirates", 2801 2801 "arrivalCityName": "Dubai", 2802 2802 "arrivalAirportCode": "DXB", ... ... @@ -2813,13 +2813,13 @@ 2813 2813 "class": "Economy", 2814 2814 "lugageWeight": 20, 2815 2815 "handLugageWeight": 6, 2816 - "departureFlightDate": "2024-0 9-14T21:30:00.000",2199 + "departureFlightDate": "2024-06-01T21:25:00.000", 2817 2817 "departureCountryName": "United Arab Emirates", 2818 2818 "departureCityName": "Dubai", 2819 2819 "departureAirportCode": "DXB", 2820 2820 "departureAirportName": "Dubai Intl Airport", 2821 2821 "departureTerminalCode": "DXB3", 2822 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",2205 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 2823 2823 "arrivalCountryName": "Kazakhstan", 2824 2824 "arrivalCityName": "Almaty", 2825 2825 "arrivalAirportCode": "ALA", ... ... @@ -2830,7 +2830,7 @@ 2830 2830 ], 2831 2831 "passengers": [ 2832 2832 { 2833 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",2216 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 2834 2834 "isAdult": true, 2835 2835 "selectedForwardBaggageCode": "INCLUDED", 2836 2836 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2854,7 +2854,7 @@ 2854 2854 ] 2855 2855 }, 2856 2856 { 2857 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",2240 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 2858 2858 "isAdult": true, 2859 2859 "selectedForwardBaggageCode": "INCLUDED", 2860 2860 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2880,59 +2880,65 @@ 2880 2880 ] 2881 2881 }, 2882 2882 "extraServices": [], 2883 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:9", 2884 - "sortCheckInOut": "07.09.2024-14.09.2024", 2266 + "insurancePrice": { 2267 + "name": "Medical INS (N10000)", 2268 + "price": 35.84, 2269 + "actualStartDate": "2024-05-25T00:00:00.000", 2270 + "actualEndDate": "2024-06-01T00:00:00.000", 2271 + "optional": false, 2272 + "includedInPackagePrice": true 2273 + }, 2274 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:11", 2275 + "sortCheckInOut": "25.05.2024-01.06.2024", 2885 2885 "sortAirline": "fly dubai", 2886 - "sortHotelName": "fujairah rotana resort spa", 2887 - "sortDetails": "bb", 2888 - "sortPlacement": "ocean view room king dbl", 2889 - "subList": [], 2890 - "exchangeRate": 480.0 2277 + "sortHotelName": "reflections hotel", 2278 + "sortDetails": "ro", 2279 + "sortPlacement": "deluxe room dbl" 2891 2891 }, 2892 2892 { 2893 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:6b9bc85f-38e9-4096-b8cd-e36e7f5204f1:04abb186-80f6-4808-bce4-ae97cef85c51",2282 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:fd0d752a-b5ac-4bf9-b46b-dc0bf3b2ca1e:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 2894 2894 "priceCurrency": "USD", 2895 - "totalPrice": 1597.04,2896 - "agentCommissionPercent": 9.0,2897 - "agentCommissionAmount": 143.73,2284 + "totalPrice": 950.99, 2285 + "agentCommissionPercent": 0.0, 2286 + "agentCommissionAmount": 0.0, 2898 2898 "includedExtrasAmount": 0, 2899 2899 "priceDifference": 0, 2900 2900 "hotel": { 2901 - "hotelPriceId": " 6b9bc85f-38e9-4096-b8cd-e36e7f5204f1",2902 - "hotelName": " FujairahRotanaResortSpa",2903 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",2904 - "nig hts": 7,2905 - "mealPlan": " BB",2906 - "hotelClass": " 5",2290 + "hotelPriceId": "fd0d752a-b5ac-4bf9-b46b-dc0bf3b2ca1e", 2291 + "hotelName": "Concorde Palace Hotel Dubai", 2292 + "hotelCode": "519e3fe9-1ebd-4571-98dd-32e85f0c3640", 2293 + "nigths": 7, 2294 + "mealPlan": "RO", 2295 + "hotelClass": "3", 2907 2907 "hotelColor": "#000000", 2908 2908 "availabilityType": "FreeSale", 2909 2909 "availableRoomsCount": 0, 2910 2910 "fewRooms": true, 2911 - "roomCategoryCode": " b84c625b-c941-48d9-93c9-f2e87e1ce099",2912 - "roomCategoryName": " OceanViewRoomTwin",2300 + "roomCategoryCode": "354f39a8-2b3a-4d88-8ac8-e74ba98a4995", 2301 + "roomCategoryName": "Standard Room", 2913 2913 "placementTypeName": "DBL", 2914 - "checkInDate": "2024-0 9-07T00:00:00",2915 - "checkOutDate": "2024-0 9-14T00:00:00",2303 + "checkInDate": "2024-05-25T00:00:00.000", 2304 + "checkOutDate": "2024-06-01T00:00:00.000", 2916 2916 "adults": 2, 2917 2917 "children": 0, 2918 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",2919 - "districtName": " AlAqah",2920 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",2921 - "cityName": " Fujairah",2307 + "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992", 2308 + "districtName": "Bur Dubai", 2309 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 2310 + "cityName": "Dubai", 2922 2922 "countryCode": "AE", 2923 2923 "countryName": "United Arab Emirates", 2924 2924 "hasAlcohol": true, 2925 2925 "hasFreeWifi": true, 2926 2926 "hasMetro": false, 2927 - "hasPool": true,2316 + "hasPool": false, 2928 2928 "hasMall": false, 2929 - "infantMaxAge": 1.99,2930 - "childMinAge": 2.0,2318 + "infantMaxAge": 4.99, 2319 + "childMinAge": 5.0, 2931 2931 "childMaxAge": 11.99, 2932 2932 "teenMinAge": 0.0, 2933 2933 "teenMaxAge": 0.0, 2934 2934 "adultMinAge": 12.0, 2935 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",2324 + "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 2936 2936 "cancellationPolicy": { 2937 2937 "noShowChargeValue": 100.0, 2938 2938 "noShowChargeValueType": "%", ... ... @@ -2940,7 +2940,7 @@ 2940 2940 "earlyDepartureChargeValueType": "%", 2941 2941 "conditions": [ 2942 2942 { 2943 - "timeunits": 4,2332 + "timeunits": 2, 2944 2944 "timeunitType": "Day", 2945 2945 "timeOffsetTypeName": "Before Arrival", 2946 2946 "chargeValue": 100.0, ... ... @@ -2950,11 +2950,11 @@ 2950 2950 } 2951 2951 }, 2952 2952 "flight": { 2953 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",2954 - "departureDate": "2024-0 9-07T00:00:00",2955 - "returnDate": "2024-0 9-14T00:00:00",2956 - "departureTicketsLeft": 24,2957 - "returnTicketsLeft": 17,2342 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 2343 + "departureDate": "2024-05-25T00:00:00.000", 2344 + "returnDate": "2024-06-01T00:00:00.000", 2345 + "departureTicketsLeft": 48, 2346 + "returnTicketsLeft": 33, 2958 2958 "departureAvailabilityType": "FreeSale", 2959 2959 "returnAvailabilityType": "FreeSale", 2960 2960 "isTwoWay": true, ... ... @@ -2970,13 +2970,13 @@ 2970 2970 "class": "Economy", 2971 2971 "lugageWeight": 20, 2972 2972 "handLugageWeight": 6, 2973 - "departureFlightDate": "2024-0 9-07T03:40:00.000",2362 + "departureFlightDate": "2024-05-25T03:35:00.000", 2974 2974 "departureCountryName": "Kazakhstan", 2975 2975 "departureCityName": "Almaty", 2976 2976 "departureAirportCode": "ALA", 2977 2977 "departureAirportName": "Almaty Intl Airport", 2978 2978 "departureTerminalCode": "ALA", 2979 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",2368 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 2980 2980 "arrivalCountryName": "United Arab Emirates", 2981 2981 "arrivalCityName": "Dubai", 2982 2982 "arrivalAirportCode": "DXB", ... ... @@ -2993,13 +2993,13 @@ 2993 2993 "class": "Economy", 2994 2994 "lugageWeight": 20, 2995 2995 "handLugageWeight": 6, 2996 - "departureFlightDate": "2024-0 9-14T21:30:00.000",2385 + "departureFlightDate": "2024-06-01T21:25:00.000", 2997 2997 "departureCountryName": "United Arab Emirates", 2998 2998 "departureCityName": "Dubai", 2999 2999 "departureAirportCode": "DXB", 3000 3000 "departureAirportName": "Dubai Intl Airport", 3001 3001 "departureTerminalCode": "DXB3", 3002 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",2391 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 3003 3003 "arrivalCountryName": "Kazakhstan", 3004 3004 "arrivalCityName": "Almaty", 3005 3005 "arrivalAirportCode": "ALA", ... ... @@ -3010,7 +3010,7 @@ 3010 3010 ], 3011 3011 "passengers": [ 3012 3012 { 3013 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",2402 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 3014 3014 "isAdult": true, 3015 3015 "selectedForwardBaggageCode": "INCLUDED", 3016 3016 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3034,7 +3034,7 @@ 3034 3034 ] 3035 3035 }, 3036 3036 { 3037 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",2426 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 3038 3038 "isAdult": true, 3039 3039 "selectedForwardBaggageCode": "INCLUDED", 3040 3040 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3060,59 +3060,65 @@ 3060 3060 ] 3061 3061 }, 3062 3062 "extraServices": [], 3063 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:10", 3064 - "sortCheckInOut": "07.09.2024-14.09.2024", 2452 + "insurancePrice": { 2453 + "name": "Medical INS (N10000)", 2454 + "price": 35.84, 2455 + "actualStartDate": "2024-05-25T00:00:00.000", 2456 + "actualEndDate": "2024-06-01T00:00:00.000", 2457 + "optional": false, 2458 + "includedInPackagePrice": true 2459 + }, 2460 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:12", 2461 + "sortCheckInOut": "25.05.2024-01.06.2024", 3065 3065 "sortAirline": "fly dubai", 3066 - "sortHotelName": "fujairah rotana resort spa", 3067 - "sortDetails": "bb", 3068 - "sortPlacement": "ocean view room twin dbl", 3069 - "subList": [], 3070 - "exchangeRate": 480.0 2463 + "sortHotelName": "concorde palace hotel dubai", 2464 + "sortDetails": "ro", 2465 + "sortPlacement": "standard room dbl" 3071 3071 }, 3072 3072 { 3073 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:fc3edcab-fad9-41a7-a03a-095db2c323fd:04abb186-80f6-4808-bce4-ae97cef85c51",2468 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:f6fa63f7-25d2-440d-8c90-acd6965c5dbc:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 3074 3074 "priceCurrency": "USD", 3075 - "totalPrice": 1672.57,3076 - "agentCommissionPercent": 9.0,3077 - "agentCommissionAmount": 150.53,2470 + "totalPrice": 950.99, 2471 + "agentCommissionPercent": 0.0, 2472 + "agentCommissionAmount": 0.0, 3078 3078 "includedExtrasAmount": 0, 3079 3079 "priceDifference": 0, 3080 3080 "hotel": { 3081 - "hotelPriceId": "f c3edcab-fad9-41a7-a03a-095db2c323fd",3082 - "hotelName": " Fujairah RotanaResortSpa",3083 - "hotelCode": "c a511ddc-3ad8-46ed-8ad0-c68cc3e8488e",3084 - "nig hts": 7,2476 + "hotelPriceId": "f6fa63f7-25d2-440d-8c90-acd6965c5dbc", 2477 + "hotelName": "CityMax Bur Dubai", 2478 + "hotelCode": "fe6bf30c-73c2-490d-b704-7e172c4c089b", 2479 + "nigths": 7, 3085 3085 "mealPlan": "BB", 3086 - "hotelClass": " 5",2481 + "hotelClass": "3", 3087 3087 "hotelColor": "#000000", 3088 3088 "availabilityType": "FreeSale", 3089 3089 "availableRoomsCount": 0, 3090 3090 "fewRooms": true, 3091 - "roomCategoryCode": " d544f59a-df57-4dc4-b1cd-b7263c02a5cc",3092 - "roomCategoryName": " GardenViewRoomTwin with Terrace",2486 + "roomCategoryCode": "a1ef1c0c-7427-407e-a08e-791c44d50796", 2487 + "roomCategoryName": "Standard Room", 3093 3093 "placementTypeName": "DBL", 3094 - "checkInDate": "2024-0 9-07T00:00:00",3095 - "checkOutDate": "2024-0 9-14T00:00:00",2489 + "checkInDate": "2024-05-25T00:00:00.000", 2490 + "checkOutDate": "2024-06-01T00:00:00.000", 3096 3096 "adults": 2, 3097 3097 "children": 0, 3098 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",3099 - "districtName": " AlAqah",3100 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",3101 - "cityName": " Fujairah",2493 + "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992", 2494 + "districtName": "Bur Dubai", 2495 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 2496 + "cityName": "Dubai", 3102 3102 "countryCode": "AE", 3103 3103 "countryName": "United Arab Emirates", 3104 3104 "hasAlcohol": true, 3105 3105 "hasFreeWifi": true, 3106 - "hasMetro": false,2501 + "hasMetro": true, 3107 3107 "hasPool": true, 3108 3108 "hasMall": false, 3109 - "infantMaxAge": 1.99,3110 - "childMinAge": 2.0,2504 + "infantMaxAge": 4.99, 2505 + "childMinAge": 5.0, 3111 3111 "childMaxAge": 11.99, 3112 3112 "teenMinAge": 0.0, 3113 3113 "teenMaxAge": 0.0, 3114 3114 "adultMinAge": 12.0, 3115 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00%, Early Departure: 100.00 %, NoShow: 100.00 %",2510 + "cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 3116 3116 "cancellationPolicy": { 3117 3117 "noShowChargeValue": 100.0, 3118 3118 "noShowChargeValueType": "%", ... ... @@ -3120,21 +3120,21 @@ 3120 3120 "earlyDepartureChargeValueType": "%", 3121 3121 "conditions": [ 3122 3122 { 3123 - "timeunits": 4,2518 + "timeunits": 3, 3124 3124 "timeunitType": "Day", 3125 3125 "timeOffsetTypeName": "Before Arrival", 3126 - "chargeValue": 1 00.0,3127 - "chargeValueType": " %"2521 + "chargeValue": 1.0, 2522 + "chargeValueType": "Night" 3128 3128 } 3129 3129 ] 3130 3130 } 3131 3131 }, 3132 3132 "flight": { 3133 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",3134 - "departureDate": "2024-0 9-07T00:00:00",3135 - "returnDate": "2024-0 9-14T00:00:00",3136 - "departureTicketsLeft": 24,3137 - "returnTicketsLeft": 17,2528 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 2529 + "departureDate": "2024-05-25T00:00:00.000", 2530 + "returnDate": "2024-06-01T00:00:00.000", 2531 + "departureTicketsLeft": 48, 2532 + "returnTicketsLeft": 33, 3138 3138 "departureAvailabilityType": "FreeSale", 3139 3139 "returnAvailabilityType": "FreeSale", 3140 3140 "isTwoWay": true, ... ... @@ -3150,13 +3150,13 @@ 3150 3150 "class": "Economy", 3151 3151 "lugageWeight": 20, 3152 3152 "handLugageWeight": 6, 3153 - "departureFlightDate": "2024-0 9-07T03:40:00.000",2548 + "departureFlightDate": "2024-05-25T03:35:00.000", 3154 3154 "departureCountryName": "Kazakhstan", 3155 3155 "departureCityName": "Almaty", 3156 3156 "departureAirportCode": "ALA", 3157 3157 "departureAirportName": "Almaty Intl Airport", 3158 3158 "departureTerminalCode": "ALA", 3159 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",2554 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 3160 3160 "arrivalCountryName": "United Arab Emirates", 3161 3161 "arrivalCityName": "Dubai", 3162 3162 "arrivalAirportCode": "DXB", ... ... @@ -3173,13 +3173,13 @@ 3173 3173 "class": "Economy", 3174 3174 "lugageWeight": 20, 3175 3175 "handLugageWeight": 6, 3176 - "departureFlightDate": "2024-0 9-14T21:30:00.000",2571 + "departureFlightDate": "2024-06-01T21:25:00.000", 3177 3177 "departureCountryName": "United Arab Emirates", 3178 3178 "departureCityName": "Dubai", 3179 3179 "departureAirportCode": "DXB", 3180 3180 "departureAirportName": "Dubai Intl Airport", 3181 3181 "departureTerminalCode": "DXB3", 3182 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",2577 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 3183 3183 "arrivalCountryName": "Kazakhstan", 3184 3184 "arrivalCityName": "Almaty", 3185 3185 "arrivalAirportCode": "ALA", ... ... @@ -3190,7 +3190,7 @@ 3190 3190 ], 3191 3191 "passengers": [ 3192 3192 { 3193 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",2588 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 3194 3194 "isAdult": true, 3195 3195 "selectedForwardBaggageCode": "INCLUDED", 3196 3196 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3214,7 +3214,7 @@ 3214 3214 ] 3215 3215 }, 3216 3216 { 3217 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",2612 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 3218 3218 "isAdult": true, 3219 3219 "selectedForwardBaggageCode": "INCLUDED", 3220 3220 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3240,59 +3240,65 @@ 3240 3240 ] 3241 3241 }, 3242 3242 "extraServices": [], 3243 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:11", 3244 - "sortCheckInOut": "07.09.2024-14.09.2024", 2638 + "insurancePrice": { 2639 + "name": "Medical INS (N10000)", 2640 + "price": 35.84, 2641 + "actualStartDate": "2024-05-25T00:00:00.000", 2642 + "actualEndDate": "2024-06-01T00:00:00.000", 2643 + "optional": false, 2644 + "includedInPackagePrice": true 2645 + }, 2646 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:13", 2647 + "sortCheckInOut": "25.05.2024-01.06.2024", 3245 3245 "sortAirline": "fly dubai", 3246 - "sortHotelName": " fujairah rotanaresortspa",2649 + "sortHotelName": "citymax bur dubai", 3247 3247 "sortDetails": "bb", 3248 - "sortPlacement": "garden view room twin with terrace dbl", 3249 - "subList": [], 3250 - "exchangeRate": 480.0 2651 + "sortPlacement": "standard room dbl" 3251 3251 }, 3252 3252 { 3253 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:07655d65-2000-45cd-b370-8abef039af1f:04abb186-80f6-4808-bce4-ae97cef85c51",2654 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:28a7bc68-07b6-4401-af7a-f126d7c8eb7d:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 3254 3254 "priceCurrency": "USD", 3255 - "totalPrice": 1672.57,3256 - "agentCommissionPercent": 9.0,3257 - "agentCommissionAmount": 150.53,2656 + "totalPrice": 950.99, 2657 + "agentCommissionPercent": 0.0, 2658 + "agentCommissionAmount": 0.0, 3258 3258 "includedExtrasAmount": 0, 3259 3259 "priceDifference": 0, 3260 3260 "hotel": { 3261 - "hotelPriceId": " 07655d65-2000-45cd-b370-8abef039af1f",3262 - "hotelName": " FujairahRotana ResortSpa",3263 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",3264 - "nig hts": 7,3265 - "mealPlan": " BB",3266 - "hotelClass": " 5",2662 + "hotelPriceId": "28a7bc68-07b6-4401-af7a-f126d7c8eb7d", 2663 + "hotelName": "Pearl Swiss Hotel", 2664 + "hotelCode": "0991be88-373b-4e76-908b-0ba66307ef3e", 2665 + "nigths": 7, 2666 + "mealPlan": "RO", 2667 + "hotelClass": "4", 3267 3267 "hotelColor": "#000000", 3268 3268 "availabilityType": "FreeSale", 3269 3269 "availableRoomsCount": 0, 3270 3270 "fewRooms": true, 3271 - "roomCategoryCode": " 65a0dc25-b738-4c5a-838c-2f3b30b6427e",3272 - "roomCategoryName": " GardenViewRoomKing with Terrace",2672 + "roomCategoryCode": "0354ade3-baad-4a1a-a2e7-cd011afd68ba", 2673 + "roomCategoryName": "Superior (Standard) Room", 3273 3273 "placementTypeName": "DBL", 3274 - "checkInDate": "2024-0 9-07T00:00:00",3275 - "checkOutDate": "2024-0 9-14T00:00:00",2675 + "checkInDate": "2024-05-25T00:00:00.000", 2676 + "checkOutDate": "2024-06-01T00:00:00.000", 3276 3276 "adults": 2, 3277 3277 "children": 0, 3278 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",3279 - "districtName": " Al Aqah",3280 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",3281 - "cityName": " Fujairah",2679 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 2680 + "districtName": "Deira", 2681 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 2682 + "cityName": "Dubai", 3282 3282 "countryCode": "AE", 3283 3283 "countryName": "United Arab Emirates", 3284 - "hasAlcohol": true,2685 + "hasAlcohol": false, 3285 3285 "hasFreeWifi": true, 3286 3286 "hasMetro": false, 3287 3287 "hasPool": true, 3288 3288 "hasMall": false, 3289 - "infantMaxAge": 1.99,3290 - "childMinAge": 2.0,2690 + "infantMaxAge": 4.99, 2691 + "childMinAge": 5.0, 3291 3291 "childMaxAge": 11.99, 3292 3292 "teenMinAge": 0.0, 3293 3293 "teenMaxAge": 0.0, 3294 3294 "adultMinAge": 12.0, 3295 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00%, Early Departure: 100.00 %, NoShow: 100.00 %",2696 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 3296 3296 "cancellationPolicy": { 3297 3297 "noShowChargeValue": 100.0, 3298 3298 "noShowChargeValueType": "%", ... ... @@ -3300,21 +3300,21 @@ 3300 3300 "earlyDepartureChargeValueType": "%", 3301 3301 "conditions": [ 3302 3302 { 3303 - "timeunits": 4,2704 + "timeunits": 1, 3304 3304 "timeunitType": "Day", 3305 3305 "timeOffsetTypeName": "Before Arrival", 3306 - "chargeValue": 1 00.0,3307 - "chargeValueType": " %"2707 + "chargeValue": 1.0, 2708 + "chargeValueType": "Night" 3308 3308 } 3309 3309 ] 3310 3310 } 3311 3311 }, 3312 3312 "flight": { 3313 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",3314 - "departureDate": "2024-0 9-07T00:00:00",3315 - "returnDate": "2024-0 9-14T00:00:00",3316 - "departureTicketsLeft": 24,3317 - "returnTicketsLeft": 17,2714 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 2715 + "departureDate": "2024-05-25T00:00:00.000", 2716 + "returnDate": "2024-06-01T00:00:00.000", 2717 + "departureTicketsLeft": 48, 2718 + "returnTicketsLeft": 33, 3318 3318 "departureAvailabilityType": "FreeSale", 3319 3319 "returnAvailabilityType": "FreeSale", 3320 3320 "isTwoWay": true, ... ... @@ -3330,13 +3330,13 @@ 3330 3330 "class": "Economy", 3331 3331 "lugageWeight": 20, 3332 3332 "handLugageWeight": 6, 3333 - "departureFlightDate": "2024-0 9-07T03:40:00.000",2734 + "departureFlightDate": "2024-05-25T03:35:00.000", 3334 3334 "departureCountryName": "Kazakhstan", 3335 3335 "departureCityName": "Almaty", 3336 3336 "departureAirportCode": "ALA", 3337 3337 "departureAirportName": "Almaty Intl Airport", 3338 3338 "departureTerminalCode": "ALA", 3339 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",2740 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 3340 3340 "arrivalCountryName": "United Arab Emirates", 3341 3341 "arrivalCityName": "Dubai", 3342 3342 "arrivalAirportCode": "DXB", ... ... @@ -3353,13 +3353,13 @@ 3353 3353 "class": "Economy", 3354 3354 "lugageWeight": 20, 3355 3355 "handLugageWeight": 6, 3356 - "departureFlightDate": "2024-0 9-14T21:30:00.000",2757 + "departureFlightDate": "2024-06-01T21:25:00.000", 3357 3357 "departureCountryName": "United Arab Emirates", 3358 3358 "departureCityName": "Dubai", 3359 3359 "departureAirportCode": "DXB", 3360 3360 "departureAirportName": "Dubai Intl Airport", 3361 3361 "departureTerminalCode": "DXB3", 3362 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",2763 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 3363 3363 "arrivalCountryName": "Kazakhstan", 3364 3364 "arrivalCityName": "Almaty", 3365 3365 "arrivalAirportCode": "ALA", ... ... @@ -3370,7 +3370,7 @@ 3370 3370 ], 3371 3371 "passengers": [ 3372 3372 { 3373 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",2774 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 3374 3374 "isAdult": true, 3375 3375 "selectedForwardBaggageCode": "INCLUDED", 3376 3376 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3394,7 +3394,7 @@ 3394 3394 ] 3395 3395 }, 3396 3396 { 3397 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",2798 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 3398 3398 "isAdult": true, 3399 3399 "selectedForwardBaggageCode": "INCLUDED", 3400 3400 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3420,45 +3420,51 @@ 3420 3420 ] 3421 3421 }, 3422 3422 "extraServices": [], 3423 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:12", 3424 - "sortCheckInOut": "07.09.2024-14.09.2024", 2824 + "insurancePrice": { 2825 + "name": "Medical INS (N10000)", 2826 + "price": 35.84, 2827 + "actualStartDate": "2024-05-25T00:00:00.000", 2828 + "actualEndDate": "2024-06-01T00:00:00.000", 2829 + "optional": false, 2830 + "includedInPackagePrice": true 2831 + }, 2832 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:14", 2833 + "sortCheckInOut": "25.05.2024-01.06.2024", 3425 3425 "sortAirline": "fly dubai", 3426 - "sortHotelName": "fujairah rotana resort spa", 3427 - "sortDetails": "bb", 3428 - "sortPlacement": "garden view room king with terrace dbl", 3429 - "subList": [], 3430 - "exchangeRate": 480.0 2835 + "sortHotelName": "pearl swiss hotel", 2836 + "sortDetails": "ro", 2837 + "sortPlacement": "superior standard room dbl" 3431 3431 }, 3432 3432 { 3433 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:1aa18de2-a9f5-4fe6-83dd-67cf4a35690c:04abb186-80f6-4808-bce4-ae97cef85c51",2840 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:1b727487-ed18-4dbc-83d7-4d1ca358c20f:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 3434 3434 "priceCurrency": "USD", 3435 - "totalPrice": 1672.57,3436 - "agentCommissionPercent": 9.0,3437 - "agentCommissionAmount": 150.53,2842 + "totalPrice": 954.99, 2843 + "agentCommissionPercent": 0.0, 2844 + "agentCommissionAmount": 0.0, 3438 3438 "includedExtrasAmount": 0, 3439 3439 "priceDifference": 0, 3440 3440 "hotel": { 3441 - "hotelPriceId": "1 aa18de2-a9f5-4fe6-83dd-67cf4a35690c",3442 - "hotelName": " FujairahRotana ResortSpa",3443 - "hotelCode": "c a511ddc-3ad8-46ed-8ad0-c68cc3e8488e",3444 - "nig hts": 7,3445 - "mealPlan": " BB",3446 - "hotelClass": " 5",2848 + "hotelPriceId": "1b727487-ed18-4dbc-83d7-4d1ca358c20f", 2849 + "hotelName": "Red Castle Hotel Sharjah", 2850 + "hotelCode": "6cf843a8-6430-4d2a-a600-450925ed790f", 2851 + "nigths": 7, 2852 + "mealPlan": "RO", 2853 + "hotelClass": "4", 3447 3447 "hotelColor": "#000000", 3448 3448 "availabilityType": "FreeSale", 3449 3449 "availableRoomsCount": 0, 3450 3450 "fewRooms": true, 3451 - "roomCategoryCode": " 65a0dc25-b738-4c5a-838c-2f3b30b6427e",3452 - "roomCategoryName": " Garden ViewRoom King with Terrace",2858 + "roomCategoryCode": "afa5f047-ad92-4290-b06d-f5a44eed782e", 2859 + "roomCategoryName": "Deluxe Suite", 3453 3453 "placementTypeName": "DBL", 3454 - "checkInDate": "2024-0 9-07T00:00:00",3455 - "checkOutDate": "2024-0 9-14T00:00:00",2861 + "checkInDate": "2024-05-25T00:00:00.000", 2862 + "checkOutDate": "2024-06-01T00:00:00.000", 3456 3456 "adults": 2, 3457 3457 "children": 0, 3458 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",3459 - "districtName": " Al Aqah",3460 - "cityUID": " 857a6d87-d1e4-4a17-a867-c65307559222",3461 - "cityName": " Fujairah",2865 + "districtUID": "7ac1bbc8-59ea-4977-b272-ed8553f94f9b", 2866 + "districtName": "Sharjah", 2867 + "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6", 2868 + "cityName": "Sharjah", 3462 3462 "countryCode": "AE", 3463 3463 "countryName": "United Arab Emirates", 3464 3464 "hasAlcohol": true, ... ... @@ -3466,13 +3466,13 @@ 3466 3466 "hasMetro": false, 3467 3467 "hasPool": true, 3468 3468 "hasMall": false, 3469 - "infantMaxAge": 1.99,3470 - "childMinAge": 2.0,2876 + "infantMaxAge": 5.99, 2877 + "childMinAge": 6.0, 3471 3471 "childMaxAge": 11.99, 3472 3472 "teenMinAge": 0.0, 3473 3473 "teenMaxAge": 0.0, 3474 3474 "adultMinAge": 12.0, 3475 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",2882 + "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 3476 3476 "cancellationPolicy": { 3477 3477 "noShowChargeValue": 100.0, 3478 3478 "noShowChargeValueType": "%", ... ... @@ -3480,7 +3480,7 @@ 3480 3480 "earlyDepartureChargeValueType": "%", 3481 3481 "conditions": [ 3482 3482 { 3483 - "timeunits": 4,2890 + "timeunits": 2, 3484 3484 "timeunitType": "Day", 3485 3485 "timeOffsetTypeName": "Before Arrival", 3486 3486 "chargeValue": 100.0, ... ... @@ -3490,11 +3490,11 @@ 3490 3490 } 3491 3491 }, 3492 3492 "flight": { 3493 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",3494 - "departureDate": "2024-0 9-07T00:00:00",3495 - "returnDate": "2024-0 9-14T00:00:00",3496 - "departureTicketsLeft": 24,3497 - "returnTicketsLeft": 17,2900 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 2901 + "departureDate": "2024-05-25T00:00:00.000", 2902 + "returnDate": "2024-06-01T00:00:00.000", 2903 + "departureTicketsLeft": 48, 2904 + "returnTicketsLeft": 33, 3498 3498 "departureAvailabilityType": "FreeSale", 3499 3499 "returnAvailabilityType": "FreeSale", 3500 3500 "isTwoWay": true, ... ... @@ -3510,13 +3510,13 @@ 3510 3510 "class": "Economy", 3511 3511 "lugageWeight": 20, 3512 3512 "handLugageWeight": 6, 3513 - "departureFlightDate": "2024-0 9-07T03:40:00.000",2920 + "departureFlightDate": "2024-05-25T03:35:00.000", 3514 3514 "departureCountryName": "Kazakhstan", 3515 3515 "departureCityName": "Almaty", 3516 3516 "departureAirportCode": "ALA", 3517 3517 "departureAirportName": "Almaty Intl Airport", 3518 3518 "departureTerminalCode": "ALA", 3519 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",2926 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 3520 3520 "arrivalCountryName": "United Arab Emirates", 3521 3521 "arrivalCityName": "Dubai", 3522 3522 "arrivalAirportCode": "DXB", ... ... @@ -3533,13 +3533,13 @@ 3533 3533 "class": "Economy", 3534 3534 "lugageWeight": 20, 3535 3535 "handLugageWeight": 6, 3536 - "departureFlightDate": "2024-0 9-14T21:30:00.000",2943 + "departureFlightDate": "2024-06-01T21:25:00.000", 3537 3537 "departureCountryName": "United Arab Emirates", 3538 3538 "departureCityName": "Dubai", 3539 3539 "departureAirportCode": "DXB", 3540 3540 "departureAirportName": "Dubai Intl Airport", 3541 3541 "departureTerminalCode": "DXB3", 3542 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",2949 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 3543 3543 "arrivalCountryName": "Kazakhstan", 3544 3544 "arrivalCityName": "Almaty", 3545 3545 "arrivalAirportCode": "ALA", ... ... @@ -3550,7 +3550,7 @@ 3550 3550 ], 3551 3551 "passengers": [ 3552 3552 { 3553 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",2960 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 3554 3554 "isAdult": true, 3555 3555 "selectedForwardBaggageCode": "INCLUDED", 3556 3556 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3574,7 +3574,7 @@ 3574 3574 ] 3575 3575 }, 3576 3576 { 3577 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",2984 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 3578 3578 "isAdult": true, 3579 3579 "selectedForwardBaggageCode": "INCLUDED", 3580 3580 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3600,59 +3600,65 @@ 3600 3600 ] 3601 3601 }, 3602 3602 "extraServices": [], 3603 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:13", 3604 - "sortCheckInOut": "07.09.2024-14.09.2024", 3010 + "insurancePrice": { 3011 + "name": "Medical INS (N10000)", 3012 + "price": 35.84, 3013 + "actualStartDate": "2024-05-25T00:00:00.000", 3014 + "actualEndDate": "2024-06-01T00:00:00.000", 3015 + "optional": false, 3016 + "includedInPackagePrice": true 3017 + }, 3018 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:15", 3019 + "sortCheckInOut": "25.05.2024-01.06.2024", 3605 3605 "sortAirline": "fly dubai", 3606 - "sortHotelName": "fujairah rotana resort spa", 3607 - "sortDetails": "bb", 3608 - "sortPlacement": "garden view room king with terrace dbl", 3609 - "subList": [], 3610 - "exchangeRate": 480.0 3021 + "sortHotelName": "red castle hotel sharjah", 3022 + "sortDetails": "ro", 3023 + "sortPlacement": "deluxe suite dbl" 3611 3611 }, 3612 3612 { 3613 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:828e9137-9b6d-4bde-96b6-fa81d41c455f:04abb186-80f6-4808-bce4-ae97cef85c51",3026 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:a8f703f8-207f-4e48-89f8-b03720d83da2:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 3614 3614 "priceCurrency": "USD", 3615 - "totalPrice": 1672.57,3616 - "agentCommissionPercent": 9.0,3617 - "agentCommissionAmount": 150.53,3028 + "totalPrice": 955.47, 3029 + "agentCommissionPercent": 0.0, 3030 + "agentCommissionAmount": 0.0, 3618 3618 "includedExtrasAmount": 0, 3619 3619 "priceDifference": 0, 3620 3620 "hotel": { 3621 - "hotelPriceId": "8 28e9137-9b6d-4bde-96b6-fa81d41c455f",3622 - "hotelName": " Fujairah Rotana ResortSpa",3623 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",3624 - "nig hts": 7,3625 - "mealPlan": " BB",3626 - "hotelClass": " 5",3034 + "hotelPriceId": "a8f703f8-207f-4e48-89f8-b03720d83da2", 3035 + "hotelName": "Concorde Inn Hotel", 3036 + "hotelCode": "27079d64-fd42-4880-9351-362a90207987", 3037 + "nigths": 7, 3038 + "mealPlan": "RO", 3039 + "hotelClass": "2", 3627 3627 "hotelColor": "#000000", 3628 3628 "availabilityType": "FreeSale", 3629 3629 "availableRoomsCount": 0, 3630 3630 "fewRooms": true, 3631 - "roomCategoryCode": " d544f59a-df57-4dc4-b1cd-b7263c02a5cc",3632 - "roomCategoryName": " GardenViewRoomTwin with Terrace",3044 + "roomCategoryCode": "2af2f9cf-90f9-4045-8a27-2808f860cfdb", 3045 + "roomCategoryName": "Standard Room", 3633 3633 "placementTypeName": "DBL", 3634 - "checkInDate": "2024-0 9-07T00:00:00",3635 - "checkOutDate": "2024-0 9-14T00:00:00",3047 + "checkInDate": "2024-05-25T00:00:00.000", 3048 + "checkOutDate": "2024-06-01T00:00:00.000", 3636 3636 "adults": 2, 3637 3637 "children": 0, 3638 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",3639 - "districtName": " AlAqah",3640 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",3641 - "cityName": " Fujairah",3051 + "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992", 3052 + "districtName": "Bur Dubai", 3053 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 3054 + "cityName": "Dubai", 3642 3642 "countryCode": "AE", 3643 3643 "countryName": "United Arab Emirates", 3644 - "hasAlcohol": true,3057 + "hasAlcohol": false, 3645 3645 "hasFreeWifi": true, 3646 3646 "hasMetro": false, 3647 - "hasPool": true,3060 + "hasPool": false, 3648 3648 "hasMall": false, 3649 - "infantMaxAge": 1.99,3650 - "childMinAge": 2.0,3651 - "childMaxAge": 1 1.99,3062 + "infantMaxAge": 4.99, 3063 + "childMinAge": 5.0, 3064 + "childMaxAge": 10.99, 3652 3652 "teenMinAge": 0.0, 3653 3653 "teenMaxAge": 0.0, 3654 - "adultMinAge": 1 2.0,3655 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day BeforeArrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",3067 + "adultMinAge": 11.0, 3068 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 3656 3656 "cancellationPolicy": { 3657 3657 "noShowChargeValue": 100.0, 3658 3658 "noShowChargeValueType": "%", ... ... @@ -3660,7 +3660,7 @@ 3660 3660 "earlyDepartureChargeValueType": "%", 3661 3661 "conditions": [ 3662 3662 { 3663 - "timeunits": 4,3076 + "timeunits": 365, 3664 3664 "timeunitType": "Day", 3665 3665 "timeOffsetTypeName": "Before Arrival", 3666 3666 "chargeValue": 100.0, ... ... @@ -3670,11 +3670,11 @@ 3670 3670 } 3671 3671 }, 3672 3672 "flight": { 3673 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",3674 - "departureDate": "2024-0 9-07T00:00:00",3675 - "returnDate": "2024-0 9-14T00:00:00",3676 - "departureTicketsLeft": 24,3677 - "returnTicketsLeft": 17,3086 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 3087 + "departureDate": "2024-05-25T00:00:00.000", 3088 + "returnDate": "2024-06-01T00:00:00.000", 3089 + "departureTicketsLeft": 48, 3090 + "returnTicketsLeft": 33, 3678 3678 "departureAvailabilityType": "FreeSale", 3679 3679 "returnAvailabilityType": "FreeSale", 3680 3680 "isTwoWay": true, ... ... @@ -3690,13 +3690,13 @@ 3690 3690 "class": "Economy", 3691 3691 "lugageWeight": 20, 3692 3692 "handLugageWeight": 6, 3693 - "departureFlightDate": "2024-0 9-07T03:40:00.000",3106 + "departureFlightDate": "2024-05-25T03:35:00.000", 3694 3694 "departureCountryName": "Kazakhstan", 3695 3695 "departureCityName": "Almaty", 3696 3696 "departureAirportCode": "ALA", 3697 3697 "departureAirportName": "Almaty Intl Airport", 3698 3698 "departureTerminalCode": "ALA", 3699 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",3112 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 3700 3700 "arrivalCountryName": "United Arab Emirates", 3701 3701 "arrivalCityName": "Dubai", 3702 3702 "arrivalAirportCode": "DXB", ... ... @@ -3713,13 +3713,13 @@ 3713 3713 "class": "Economy", 3714 3714 "lugageWeight": 20, 3715 3715 "handLugageWeight": 6, 3716 - "departureFlightDate": "2024-0 9-14T21:30:00.000",3129 + "departureFlightDate": "2024-06-01T21:25:00.000", 3717 3717 "departureCountryName": "United Arab Emirates", 3718 3718 "departureCityName": "Dubai", 3719 3719 "departureAirportCode": "DXB", 3720 3720 "departureAirportName": "Dubai Intl Airport", 3721 3721 "departureTerminalCode": "DXB3", 3722 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",3135 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 3723 3723 "arrivalCountryName": "Kazakhstan", 3724 3724 "arrivalCityName": "Almaty", 3725 3725 "arrivalAirportCode": "ALA", ... ... @@ -3730,7 +3730,7 @@ 3730 3730 ], 3731 3731 "passengers": [ 3732 3732 { 3733 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",3146 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 3734 3734 "isAdult": true, 3735 3735 "selectedForwardBaggageCode": "INCLUDED", 3736 3736 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3754,7 +3754,7 @@ 3754 3754 ] 3755 3755 }, 3756 3756 { 3757 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",3170 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 3758 3758 "isAdult": true, 3759 3759 "selectedForwardBaggageCode": "INCLUDED", 3760 3760 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3780,59 +3780,65 @@ 3780 3780 ] 3781 3781 }, 3782 3782 "extraServices": [], 3783 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:14", 3784 - "sortCheckInOut": "07.09.2024-14.09.2024", 3196 + "insurancePrice": { 3197 + "name": "Medical INS (N10000)", 3198 + "price": 35.84, 3199 + "actualStartDate": "2024-05-25T00:00:00.000", 3200 + "actualEndDate": "2024-06-01T00:00:00.000", 3201 + "optional": false, 3202 + "includedInPackagePrice": true 3203 + }, 3204 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:16", 3205 + "sortCheckInOut": "25.05.2024-01.06.2024", 3785 3785 "sortAirline": "fly dubai", 3786 - "sortHotelName": "fujairah rotana resort spa", 3787 - "sortDetails": "bb", 3788 - "sortPlacement": "garden view room twin with terrace dbl", 3789 - "subList": [], 3790 - "exchangeRate": 480.0 3207 + "sortHotelName": "concorde inn hotel", 3208 + "sortDetails": "ro", 3209 + "sortPlacement": "standard room dbl" 3791 3791 }, 3792 3792 { 3793 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:8b389dd6-3040-444a-8d21-c9d20a7718c5:04abb186-80f6-4808-bce4-ae97cef85c51",3212 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:5f6de21e-6d76-4120-b9d4-c1356c6e3a06:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 3794 3794 "priceCurrency": "USD", 3795 - "totalPrice": 1770.11,3796 - "agentCommissionPercent": 9.0,3797 - "agentCommissionAmount": 159.31,3214 + "totalPrice": 960.58, 3215 + "agentCommissionPercent": 0.0, 3216 + "agentCommissionAmount": 0.0, 3798 3798 "includedExtrasAmount": 0, 3799 3799 "priceDifference": 0, 3800 3800 "hotel": { 3801 - "hotelPriceId": " 8b389dd6-3040-444a-8d21-c9d20a7718c5",3802 - "hotelName": " Fujairah RotanaResortSpa",3803 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",3804 - "nig hts": 7,3805 - "mealPlan": " HB",3806 - "hotelClass": " 5",3220 + "hotelPriceId": "5f6de21e-6d76-4120-b9d4-c1356c6e3a06", 3221 + "hotelName": "Kingsgate Canal by Millennium Hotel", 3222 + "hotelCode": "5e92da79-14ea-4c74-8004-8b57f6ad77de", 3223 + "nigths": 7, 3224 + "mealPlan": "RO", 3225 + "hotelClass": "3", 3807 3807 "hotelColor": "#000000", 3808 3808 "availabilityType": "FreeSale", 3809 3809 "availableRoomsCount": 0, 3810 3810 "fewRooms": true, 3811 - "roomCategoryCode": " 53bd7e89-2c04-4944-b706-be67857fc076",3812 - "roomCategoryName": " KingGuestRoom",3230 + "roomCategoryCode": "22438123-aecc-4f61-9cd3-ab2c7de4a11f", 3231 + "roomCategoryName": "Standard Room City View", 3813 3813 "placementTypeName": "DBL", 3814 - "checkInDate": "2024-0 9-07T00:00:00",3815 - "checkOutDate": "2024-0 9-14T00:00:00",3233 + "checkInDate": "2024-05-25T00:00:00.000", 3234 + "checkOutDate": "2024-06-01T00:00:00.000", 3816 3816 "adults": 2, 3817 3817 "children": 0, 3818 - "districtUID": "1 c118ac0-b44a-4cf5-9229-326a151b13ef",3819 - "districtName": "Al Aqah",3820 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",3821 - "cityName": " Fujairah",3237 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9", 3238 + "districtName": "Al Jaddaf", 3239 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 3240 + "cityName": "Dubai", 3822 3822 "countryCode": "AE", 3823 3823 "countryName": "United Arab Emirates", 3824 - "hasAlcohol": true,3243 + "hasAlcohol": false, 3825 3825 "hasFreeWifi": true, 3826 3826 "hasMetro": false, 3827 - "hasPool": true,3246 + "hasPool": false, 3828 3828 "hasMall": false, 3829 - "infantMaxAge": 1.99,3830 - "childMinAge": 2.0,3248 + "infantMaxAge": 5.99, 3249 + "childMinAge": 6.0, 3831 3831 "childMaxAge": 11.99, 3832 3832 "teenMinAge": 0.0, 3833 3833 "teenMaxAge": 0.0, 3834 3834 "adultMinAge": 12.0, 3835 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day BeforeArrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",3254 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 3836 3836 "cancellationPolicy": { 3837 3837 "noShowChargeValue": 100.0, 3838 3838 "noShowChargeValueType": "%", ... ... @@ -3840,7 +3840,7 @@ 3840 3840 "earlyDepartureChargeValueType": "%", 3841 3841 "conditions": [ 3842 3842 { 3843 - "timeunits": 4,3262 + "timeunits": 365, 3844 3844 "timeunitType": "Day", 3845 3845 "timeOffsetTypeName": "Before Arrival", 3846 3846 "chargeValue": 100.0, ... ... @@ -3850,11 +3850,11 @@ 3850 3850 } 3851 3851 }, 3852 3852 "flight": { 3853 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",3854 - "departureDate": "2024-0 9-07T00:00:00",3855 - "returnDate": "2024-0 9-14T00:00:00",3856 - "departureTicketsLeft": 24,3857 - "returnTicketsLeft": 17,3272 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 3273 + "departureDate": "2024-05-25T00:00:00.000", 3274 + "returnDate": "2024-06-01T00:00:00.000", 3275 + "departureTicketsLeft": 48, 3276 + "returnTicketsLeft": 33, 3858 3858 "departureAvailabilityType": "FreeSale", 3859 3859 "returnAvailabilityType": "FreeSale", 3860 3860 "isTwoWay": true, ... ... @@ -3870,13 +3870,13 @@ 3870 3870 "class": "Economy", 3871 3871 "lugageWeight": 20, 3872 3872 "handLugageWeight": 6, 3873 - "departureFlightDate": "2024-0 9-07T03:40:00.000",3292 + "departureFlightDate": "2024-05-25T03:35:00.000", 3874 3874 "departureCountryName": "Kazakhstan", 3875 3875 "departureCityName": "Almaty", 3876 3876 "departureAirportCode": "ALA", 3877 3877 "departureAirportName": "Almaty Intl Airport", 3878 3878 "departureTerminalCode": "ALA", 3879 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",3298 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 3880 3880 "arrivalCountryName": "United Arab Emirates", 3881 3881 "arrivalCityName": "Dubai", 3882 3882 "arrivalAirportCode": "DXB", ... ... @@ -3893,13 +3893,13 @@ 3893 3893 "class": "Economy", 3894 3894 "lugageWeight": 20, 3895 3895 "handLugageWeight": 6, 3896 - "departureFlightDate": "2024-0 9-14T21:30:00.000",3315 + "departureFlightDate": "2024-06-01T21:25:00.000", 3897 3897 "departureCountryName": "United Arab Emirates", 3898 3898 "departureCityName": "Dubai", 3899 3899 "departureAirportCode": "DXB", 3900 3900 "departureAirportName": "Dubai Intl Airport", 3901 3901 "departureTerminalCode": "DXB3", 3902 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",3321 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 3903 3903 "arrivalCountryName": "Kazakhstan", 3904 3904 "arrivalCityName": "Almaty", 3905 3905 "arrivalAirportCode": "ALA", ... ... @@ -3910,7 +3910,7 @@ 3910 3910 ], 3911 3911 "passengers": [ 3912 3912 { 3913 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",3332 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 3914 3914 "isAdult": true, 3915 3915 "selectedForwardBaggageCode": "INCLUDED", 3916 3916 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3934,7 +3934,7 @@ 3934 3934 ] 3935 3935 }, 3936 3936 { 3937 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",3356 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 3938 3938 "isAdult": true, 3939 3939 "selectedForwardBaggageCode": "INCLUDED", 3940 3940 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3960,59 +3960,65 @@ 3960 3960 ] 3961 3961 }, 3962 3962 "extraServices": [], 3963 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:15", 3964 - "sortCheckInOut": "07.09.2024-14.09.2024", 3382 + "insurancePrice": { 3383 + "name": "Medical INS (N10000)", 3384 + "price": 35.84, 3385 + "actualStartDate": "2024-05-25T00:00:00.000", 3386 + "actualEndDate": "2024-06-01T00:00:00.000", 3387 + "optional": false, 3388 + "includedInPackagePrice": true 3389 + }, 3390 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:17", 3391 + "sortCheckInOut": "25.05.2024-01.06.2024", 3965 3965 "sortAirline": "fly dubai", 3966 - "sortHotelName": "fujairah rotana resort spa", 3967 - "sortDetails": "hb", 3968 - "sortPlacement": "king guest room dbl", 3969 - "subList": [], 3970 - "exchangeRate": 480.0 3393 + "sortHotelName": "kingsgate canal by millennium hotel", 3394 + "sortDetails": "ro", 3395 + "sortPlacement": "standard room city view dbl" 3971 3971 }, 3972 3972 { 3973 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:91a303cb-ca93-4408-8dc5-1d1134fa59e8:04abb186-80f6-4808-bce4-ae97cef85c51",3398 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:92bcda0e-333a-4daa-976e-8eef81653c01:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 3974 3974 "priceCurrency": "USD", 3975 - "totalPrice": 1770.11,3976 - "agentCommissionPercent": 9.0,3977 - "agentCommissionAmount": 159.31,3400 + "totalPrice": 960.58, 3401 + "agentCommissionPercent": 0.0, 3402 + "agentCommissionAmount": 0.0, 3978 3978 "includedExtrasAmount": 0, 3979 3979 "priceDifference": 0, 3980 3980 "hotel": { 3981 - "hotelPriceId": "9 1a303cb-ca93-4408-8dc5-1d1134fa59e8",3982 - "hotelName": " FujairahRotana Resort Spa",3983 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",3984 - "nig hts": 7,3985 - "mealPlan": " HB",3986 - "hotelClass": " 5",3406 + "hotelPriceId": "92bcda0e-333a-4daa-976e-8eef81653c01", 3407 + "hotelName": "Aavri Hotel", 3408 + "hotelCode": "461f9ba6-3fe7-4668-aef0-ddf3e9b458dd", 3409 + "nigths": 7, 3410 + "mealPlan": "RO", 3411 + "hotelClass": "4", 3987 3987 "hotelColor": "#000000", 3988 - "availabilityType": " FreeSale",3413 + "availabilityType": "OnRequest", 3989 3989 "availableRoomsCount": 0, 3990 3990 "fewRooms": true, 3991 - "roomCategoryCode": " e6019a5a-760a-4cb1-9117-643ced101fb5",3992 - "roomCategoryName": " Twin GuestRoom",3416 + "roomCategoryCode": "590e8140-20fd-4a8f-8e6c-cfd9919935a3", 3417 + "roomCategoryName": "Superior Room", 3993 3993 "placementTypeName": "DBL", 3994 - "checkInDate": "2024-0 9-07T00:00:00",3995 - "checkOutDate": "2024-0 9-14T00:00:00",3419 + "checkInDate": "2024-05-25T00:00:00.000", 3420 + "checkOutDate": "2024-06-01T00:00:00.000", 3996 3996 "adults": 2, 3997 3997 "children": 0, 3998 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",3999 - "districtName": " Al Aqah",4000 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",4001 - "cityName": " Fujairah",3423 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 3424 + "districtName": "Deira", 3425 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 3426 + "cityName": "Dubai", 4002 4002 "countryCode": "AE", 4003 4003 "countryName": "United Arab Emirates", 4004 - "hasAlcohol": true,3429 + "hasAlcohol": false, 4005 4005 "hasFreeWifi": true, 4006 4006 "hasMetro": false, 4007 4007 "hasPool": true, 4008 4008 "hasMall": false, 4009 - "infantMaxAge": 1.99,4010 - "childMinAge": 2.0,3434 + "infantMaxAge": 5.99, 3435 + "childMinAge": 6.0, 4011 4011 "childMaxAge": 11.99, 4012 4012 "teenMinAge": 0.0, 4013 4013 "teenMaxAge": 0.0, 4014 4014 "adultMinAge": 12.0, 4015 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day BeforeArrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",3440 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 4016 4016 "cancellationPolicy": { 4017 4017 "noShowChargeValue": 100.0, 4018 4018 "noShowChargeValueType": "%", ... ... @@ -4020,7 +4020,7 @@ 4020 4020 "earlyDepartureChargeValueType": "%", 4021 4021 "conditions": [ 4022 4022 { 4023 - "timeunits": 4,3448 + "timeunits": 365, 4024 4024 "timeunitType": "Day", 4025 4025 "timeOffsetTypeName": "Before Arrival", 4026 4026 "chargeValue": 100.0, ... ... @@ -4030,11 +4030,11 @@ 4030 4030 } 4031 4031 }, 4032 4032 "flight": { 4033 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",4034 - "departureDate": "2024-0 9-07T00:00:00",4035 - "returnDate": "2024-0 9-14T00:00:00",4036 - "departureTicketsLeft": 24,4037 - "returnTicketsLeft": 17,3458 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 3459 + "departureDate": "2024-05-25T00:00:00.000", 3460 + "returnDate": "2024-06-01T00:00:00.000", 3461 + "departureTicketsLeft": 48, 3462 + "returnTicketsLeft": 33, 4038 4038 "departureAvailabilityType": "FreeSale", 4039 4039 "returnAvailabilityType": "FreeSale", 4040 4040 "isTwoWay": true, ... ... @@ -4050,13 +4050,13 @@ 4050 4050 "class": "Economy", 4051 4051 "lugageWeight": 20, 4052 4052 "handLugageWeight": 6, 4053 - "departureFlightDate": "2024-0 9-07T03:40:00.000",3478 + "departureFlightDate": "2024-05-25T03:35:00.000", 4054 4054 "departureCountryName": "Kazakhstan", 4055 4055 "departureCityName": "Almaty", 4056 4056 "departureAirportCode": "ALA", 4057 4057 "departureAirportName": "Almaty Intl Airport", 4058 4058 "departureTerminalCode": "ALA", 4059 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",3484 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 4060 4060 "arrivalCountryName": "United Arab Emirates", 4061 4061 "arrivalCityName": "Dubai", 4062 4062 "arrivalAirportCode": "DXB", ... ... @@ -4073,13 +4073,13 @@ 4073 4073 "class": "Economy", 4074 4074 "lugageWeight": 20, 4075 4075 "handLugageWeight": 6, 4076 - "departureFlightDate": "2024-0 9-14T21:30:00.000",3501 + "departureFlightDate": "2024-06-01T21:25:00.000", 4077 4077 "departureCountryName": "United Arab Emirates", 4078 4078 "departureCityName": "Dubai", 4079 4079 "departureAirportCode": "DXB", 4080 4080 "departureAirportName": "Dubai Intl Airport", 4081 4081 "departureTerminalCode": "DXB3", 4082 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",3507 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 4083 4083 "arrivalCountryName": "Kazakhstan", 4084 4084 "arrivalCityName": "Almaty", 4085 4085 "arrivalAirportCode": "ALA", ... ... @@ -4090,7 +4090,7 @@ 4090 4090 ], 4091 4091 "passengers": [ 4092 4092 { 4093 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",3518 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 4094 4094 "isAdult": true, 4095 4095 "selectedForwardBaggageCode": "INCLUDED", 4096 4096 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4114,7 +4114,7 @@ 4114 4114 ] 4115 4115 }, 4116 4116 { 4117 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",3542 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 4118 4118 "isAdult": true, 4119 4119 "selectedForwardBaggageCode": "INCLUDED", 4120 4120 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4140,50 +4140,57 @@ 4140 4140 ] 4141 4141 }, 4142 4142 "extraServices": [], 4143 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:16", 4144 - "sortCheckInOut": "07.09.2024-14.09.2024", 3568 + "insurancePrice": { 3569 + "name": "Medical INS (N10000)", 3570 + "price": 35.84, 3571 + "actualStartDate": "2024-05-25T00:00:00.000", 3572 + "actualEndDate": "2024-06-01T00:00:00.000", 3573 + "optional": false, 3574 + "includedInPackagePrice": true 3575 + }, 3576 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:18", 3577 + "sortCheckInOut": "25.05.2024-01.06.2024", 4145 4145 "sortAirline": "fly dubai", 4146 - "sortHotelName": "fujairah rotana resort spa", 4147 - "sortDetails": "hb", 4148 - "sortPlacement": "twin guest room dbl", 4149 - "subList": [], 4150 - "exchangeRate": 480.0 3579 + "sortHotelName": "aavri hotel", 3580 + "sortDetails": "ro", 3581 + "sortPlacement": "superior room dbl" 4151 4151 }, 4152 4152 { 4153 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:11f99f2c-9648-4c18-b650-3ce7ca27b709:04abb186-80f6-4808-bce4-ae97cef85c51",3584 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:7b0d97af-7b56-4d83-880a-32bb55b045df:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 4154 4154 "priceCurrency": "USD", 4155 - "totalPrice": 1770.11,4156 - "agentCommissionPercent": 9.0,4157 - "agentCommissionAmount": 159.31,3586 + "totalPrice": 960.97, 3587 + "agentCommissionPercent": 0.0, 3588 + "agentCommissionAmount": 0.0, 4158 4158 "includedExtrasAmount": 0, 4159 4159 "priceDifference": 0, 4160 4160 "hotel": { 4161 - "hotelPriceId": " 11f99f2c-9648-4c18-b650-3ce7ca27b709",4162 - "hotelName": " FujairahRotanaResortSpa",4163 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",4164 - "nig hts": 7,4165 - "mealPlan": " HB",4166 - "hotelClass": " 5",4167 - "hotelColor": "# 000000",3592 + "hotelPriceId": "7b0d97af-7b56-4d83-880a-32bb55b045df", 3593 + "hotelName": "Arabian Park Edge by Rotana", 3594 + "hotelCode": "HYQDXBAPNUG", 3595 + "nigths": 7, 3596 + "mealPlan": "RO", 3597 + "hotelClass": "3", 3598 + "hotelColor": "#228B22", 4168 4168 "availabilityType": "FreeSale", 4169 4169 "availableRoomsCount": 0, 4170 4170 "fewRooms": true, 4171 - "roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5", 4172 - "roomCategoryName": "Twin Guest Room", 4173 - "placementTypeName": "DBL", 4174 - "checkInDate": "2024-09-07T00:00:00", 4175 - "checkOutDate": "2024-09-14T00:00:00", 3602 + "roomCategoryCode": "C3T", 3603 + "roomCategoryName": "City View Room - Twin Beds", 3604 + "placementTypeName": "2 Adults", 3605 + "placementDescription": "O18-Saver O18SAVER-RO", 3606 + "checkInDate": "2024-05-25T00:00:00.000", 3607 + "checkOutDate": "2024-06-01T00:00:00.000", 4176 4176 "adults": 2, 4177 4177 "children": 0, 4178 - "districtUID": "1 c118ac0-b44a-4cf5-9229-326a151b13ef",4179 - "districtName": "Al Aqah",4180 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",4181 - "cityName": " Fujairah",3610 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9", 3611 + "districtName": "Al Jaddaf", 3612 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 3613 + "cityName": "Dubai", 4182 4182 "countryCode": "AE", 4183 4183 "countryName": "United Arab Emirates", 4184 4184 "hasAlcohol": true, 4185 4185 "hasFreeWifi": true, 4186 - "hasMetro": false,3618 + "hasMetro": true, 4187 4187 "hasPool": true, 4188 4188 "hasMall": false, 4189 4189 "infantMaxAge": 1.99, ... ... @@ -4192,18 +4192,18 @@ 4192 4192 "teenMinAge": 0.0, 4193 4193 "teenMaxAge": 0.0, 4194 4194 "adultMinAge": 12.0, 4195 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day BeforeArrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",3627 + "cancellationPolicyDescription": "Cancellation Policy: Free cancellation, Early Departure: 100.00 %, NoShow: 100.00 %", 4196 4196 "cancellationPolicy": { 4197 - "noShowChargeValue": 100 .0,3629 + "noShowChargeValue": 100, 4198 4198 "noShowChargeValueType": "%", 4199 - "earlyDepartureChargeValue": 100 .0,3631 + "earlyDepartureChargeValue": 100, 4200 4200 "earlyDepartureChargeValueType": "%", 4201 4201 "conditions": [ 4202 4202 { 4203 - "timeunits": 4,3635 + "timeunits": 0, 4204 4204 "timeunitType": "Day", 4205 4205 "timeOffsetTypeName": "Before Arrival", 4206 - "chargeValue": 100.0,3638 + "chargeValue": 0, 4207 4207 "chargeValueType": "%" 4208 4208 } 4209 4209 ] ... ... @@ -4210,11 +4210,11 @@ 4210 4210 } 4211 4211 }, 4212 4212 "flight": { 4213 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",4214 - "departureDate": "2024-0 9-07T00:00:00",4215 - "returnDate": "2024-0 9-14T00:00:00",4216 - "departureTicketsLeft": 24,4217 - "returnTicketsLeft": 17,3645 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 3646 + "departureDate": "2024-05-25T00:00:00.000", 3647 + "returnDate": "2024-06-01T00:00:00.000", 3648 + "departureTicketsLeft": 48, 3649 + "returnTicketsLeft": 33, 4218 4218 "departureAvailabilityType": "FreeSale", 4219 4219 "returnAvailabilityType": "FreeSale", 4220 4220 "isTwoWay": true, ... ... @@ -4230,13 +4230,13 @@ 4230 4230 "class": "Economy", 4231 4231 "lugageWeight": 20, 4232 4232 "handLugageWeight": 6, 4233 - "departureFlightDate": "2024-0 9-07T03:40:00.000",3665 + "departureFlightDate": "2024-05-25T03:35:00.000", 4234 4234 "departureCountryName": "Kazakhstan", 4235 4235 "departureCityName": "Almaty", 4236 4236 "departureAirportCode": "ALA", 4237 4237 "departureAirportName": "Almaty Intl Airport", 4238 4238 "departureTerminalCode": "ALA", 4239 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",3671 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 4240 4240 "arrivalCountryName": "United Arab Emirates", 4241 4241 "arrivalCityName": "Dubai", 4242 4242 "arrivalAirportCode": "DXB", ... ... @@ -4253,13 +4253,13 @@ 4253 4253 "class": "Economy", 4254 4254 "lugageWeight": 20, 4255 4255 "handLugageWeight": 6, 4256 - "departureFlightDate": "2024-0 9-14T21:30:00.000",3688 + "departureFlightDate": "2024-06-01T21:25:00.000", 4257 4257 "departureCountryName": "United Arab Emirates", 4258 4258 "departureCityName": "Dubai", 4259 4259 "departureAirportCode": "DXB", 4260 4260 "departureAirportName": "Dubai Intl Airport", 4261 4261 "departureTerminalCode": "DXB3", 4262 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",3694 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 4263 4263 "arrivalCountryName": "Kazakhstan", 4264 4264 "arrivalCityName": "Almaty", 4265 4265 "arrivalAirportCode": "ALA", ... ... @@ -4270,7 +4270,7 @@ 4270 4270 ], 4271 4271 "passengers": [ 4272 4272 { 4273 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",3705 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 4274 4274 "isAdult": true, 4275 4275 "selectedForwardBaggageCode": "INCLUDED", 4276 4276 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4294,7 +4294,7 @@ 4294 4294 ] 4295 4295 }, 4296 4296 { 4297 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",3729 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 4298 4298 "isAdult": true, 4299 4299 "selectedForwardBaggageCode": "INCLUDED", 4300 4300 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4320,50 +4320,57 @@ 4320 4320 ] 4321 4321 }, 4322 4322 "extraServices": [], 4323 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:17", 4324 - "sortCheckInOut": "07.09.2024-14.09.2024", 3755 + "insurancePrice": { 3756 + "name": "Medical INS (N10000)", 3757 + "price": 35.84, 3758 + "actualStartDate": "2024-05-25T00:00:00.000", 3759 + "actualEndDate": "2024-06-01T00:00:00.000", 3760 + "optional": false, 3761 + "includedInPackagePrice": true 3762 + }, 3763 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:19", 3764 + "sortCheckInOut": "25.05.2024-01.06.2024", 4325 4325 "sortAirline": "fly dubai", 4326 - "sortHotelName": "fujairah rotana resort spa", 4327 - "sortDetails": "hb", 4328 - "sortPlacement": "twin guest room dbl", 4329 - "subList": [], 4330 - "exchangeRate": 480.0 3766 + "sortHotelName": "arabian park edge by rotana", 3767 + "sortDetails": "ro", 3768 + "sortPlacement": "city view room twin beds 2 adults" 4331 4331 }, 4332 4332 { 4333 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:c8c707d3-f061-4fa2-a7b3-ba5d42c67d03:04abb186-80f6-4808-bce4-ae97cef85c51",3771 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:b37b3b08-ba61-47d6-958a-6d4236cd4f57:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 4334 4334 "priceCurrency": "USD", 4335 - "totalPrice": 1770.11,4336 - "agentCommissionPercent": 9.0,4337 - "agentCommissionAmount": 159.31,3773 + "totalPrice": 960.97, 3774 + "agentCommissionPercent": 0.0, 3775 + "agentCommissionAmount": 0.0, 4338 4338 "includedExtrasAmount": 0, 4339 4339 "priceDifference": 0, 4340 4340 "hotel": { 4341 - "hotelPriceId": " c8c707d3-f061-4fa2-a7b3-ba5d42c67d03",4342 - "hotelName": " FujairahRotanaResortSpa",4343 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",4344 - "nig hts": 7,4345 - "mealPlan": " HB",4346 - "hotelClass": " 5",4347 - "hotelColor": "# 000000",3779 + "hotelPriceId": "b37b3b08-ba61-47d6-958a-6d4236cd4f57", 3780 + "hotelName": "Arabian Park Edge by Rotana", 3781 + "hotelCode": "HYQDXBAPNUG", 3782 + "nigths": 7, 3783 + "mealPlan": "RO", 3784 + "hotelClass": "3", 3785 + "hotelColor": "#228B22", 4348 4348 "availabilityType": "FreeSale", 4349 4349 "availableRoomsCount": 0, 4350 4350 "fewRooms": true, 4351 - "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076", 4352 - "roomCategoryName": "King Guest Room", 4353 - "placementTypeName": "DBL", 4354 - "checkInDate": "2024-09-07T00:00:00", 4355 - "checkOutDate": "2024-09-14T00:00:00", 3789 + "roomCategoryCode": "D1K", 3790 + "roomCategoryName": "City View Room - King Bed", 3791 + "placementTypeName": "2 Adults", 3792 + "placementDescription": "O18-Saver O18SAVER-RO", 3793 + "checkInDate": "2024-05-25T00:00:00.000", 3794 + "checkOutDate": "2024-06-01T00:00:00.000", 4356 4356 "adults": 2, 4357 4357 "children": 0, 4358 - "districtUID": "1 c118ac0-b44a-4cf5-9229-326a151b13ef",4359 - "districtName": "Al Aqah",4360 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",4361 - "cityName": " Fujairah",3797 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9", 3798 + "districtName": "Al Jaddaf", 3799 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 3800 + "cityName": "Dubai", 4362 4362 "countryCode": "AE", 4363 4363 "countryName": "United Arab Emirates", 4364 4364 "hasAlcohol": true, 4365 4365 "hasFreeWifi": true, 4366 - "hasMetro": false,3805 + "hasMetro": true, 4367 4367 "hasPool": true, 4368 4368 "hasMall": false, 4369 4369 "infantMaxAge": 1.99, ... ... @@ -4372,18 +4372,18 @@ 4372 4372 "teenMinAge": 0.0, 4373 4373 "teenMaxAge": 0.0, 4374 4374 "adultMinAge": 12.0, 4375 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day BeforeArrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",3814 + "cancellationPolicyDescription": "Cancellation Policy: Free cancellation, Early Departure: 100.00 %, NoShow: 100.00 %", 4376 4376 "cancellationPolicy": { 4377 - "noShowChargeValue": 100 .0,3816 + "noShowChargeValue": 100, 4378 4378 "noShowChargeValueType": "%", 4379 - "earlyDepartureChargeValue": 100 .0,3818 + "earlyDepartureChargeValue": 100, 4380 4380 "earlyDepartureChargeValueType": "%", 4381 4381 "conditions": [ 4382 4382 { 4383 - "timeunits": 4,3822 + "timeunits": 0, 4384 4384 "timeunitType": "Day", 4385 4385 "timeOffsetTypeName": "Before Arrival", 4386 - "chargeValue": 100.0,3825 + "chargeValue": 0, 4387 4387 "chargeValueType": "%" 4388 4388 } 4389 4389 ] ... ... @@ -4390,11 +4390,11 @@ 4390 4390 } 4391 4391 }, 4392 4392 "flight": { 4393 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",4394 - "departureDate": "2024-0 9-07T00:00:00",4395 - "returnDate": "2024-0 9-14T00:00:00",4396 - "departureTicketsLeft": 24,4397 - "returnTicketsLeft": 17,3832 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 3833 + "departureDate": "2024-05-25T00:00:00.000", 3834 + "returnDate": "2024-06-01T00:00:00.000", 3835 + "departureTicketsLeft": 48, 3836 + "returnTicketsLeft": 33, 4398 4398 "departureAvailabilityType": "FreeSale", 4399 4399 "returnAvailabilityType": "FreeSale", 4400 4400 "isTwoWay": true, ... ... @@ -4410,13 +4410,13 @@ 4410 4410 "class": "Economy", 4411 4411 "lugageWeight": 20, 4412 4412 "handLugageWeight": 6, 4413 - "departureFlightDate": "2024-0 9-07T03:40:00.000",3852 + "departureFlightDate": "2024-05-25T03:35:00.000", 4414 4414 "departureCountryName": "Kazakhstan", 4415 4415 "departureCityName": "Almaty", 4416 4416 "departureAirportCode": "ALA", 4417 4417 "departureAirportName": "Almaty Intl Airport", 4418 4418 "departureTerminalCode": "ALA", 4419 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",3858 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 4420 4420 "arrivalCountryName": "United Arab Emirates", 4421 4421 "arrivalCityName": "Dubai", 4422 4422 "arrivalAirportCode": "DXB", ... ... @@ -4433,13 +4433,13 @@ 4433 4433 "class": "Economy", 4434 4434 "lugageWeight": 20, 4435 4435 "handLugageWeight": 6, 4436 - "departureFlightDate": "2024-0 9-14T21:30:00.000",3875 + "departureFlightDate": "2024-06-01T21:25:00.000", 4437 4437 "departureCountryName": "United Arab Emirates", 4438 4438 "departureCityName": "Dubai", 4439 4439 "departureAirportCode": "DXB", 4440 4440 "departureAirportName": "Dubai Intl Airport", 4441 4441 "departureTerminalCode": "DXB3", 4442 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",3881 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 4443 4443 "arrivalCountryName": "Kazakhstan", 4444 4444 "arrivalCityName": "Almaty", 4445 4445 "arrivalAirportCode": "ALA", ... ... @@ -4450,7 +4450,7 @@ 4450 4450 ], 4451 4451 "passengers": [ 4452 4452 { 4453 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",3892 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 4454 4454 "isAdult": true, 4455 4455 "selectedForwardBaggageCode": "INCLUDED", 4456 4456 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4474,7 +4474,7 @@ 4474 4474 ] 4475 4475 }, 4476 4476 { 4477 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",3916 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 4478 4478 "isAdult": true, 4479 4479 "selectedForwardBaggageCode": "INCLUDED", 4480 4480 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4500,239 +4500,65 @@ 4500 4500 ] 4501 4501 }, 4502 4502 "extraServices": [], 4503 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:18", 4504 - "sortCheckInOut": "07.09.2024-14.09.2024", 4505 - "sortAirline": "fly dubai", 4506 - "sortHotelName": "fujairah rotana resort spa", 4507 - "sortDetails": "hb", 4508 - "sortPlacement": "king guest room dbl", 4509 - "subList": [], 4510 - "exchangeRate": 480.0 4511 - }, 4512 - { 4513 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:e1089e11-02d6-4b38-9829-73d36f582c4e:04abb186-80f6-4808-bce4-ae97cef85c51", 4514 - "priceCurrency": "USD", 4515 - "totalPrice": 1875.11, 4516 - "agentCommissionPercent": 9.0, 4517 - "agentCommissionAmount": 168.76, 4518 - "includedExtrasAmount": 0, 4519 - "priceDifference": 0, 4520 - "hotel": { 4521 - "hotelPriceId": "e1089e11-02d6-4b38-9829-73d36f582c4e", 4522 - "hotelName": "Fujairah Rotana Resort Spa", 4523 - "hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e", 4524 - "nights": 7, 4525 - "mealPlan": "BB", 4526 - "hotelClass": "5", 4527 - "hotelColor": "#000000", 4528 - "availabilityType": "OnRequest", 4529 - "availableRoomsCount": 0, 4530 - "fewRooms": true, 4531 - "roomCategoryCode": "4aa88c0e-b196-4346-bd2a-c0252a925ba1", 4532 - "roomCategoryName": "Spacious Garden View Room", 4533 - "placementTypeName": "DBL", 4534 - "checkInDate": "2024-09-07T00:00:00", 4535 - "checkOutDate": "2024-09-14T00:00:00", 4536 - "adults": 2, 4537 - "children": 0, 4538 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 4539 - "districtName": "Al Aqah", 4540 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 4541 - "cityName": "Fujairah", 4542 - "countryCode": "AE", 4543 - "countryName": "United Arab Emirates", 4544 - "hasAlcohol": true, 4545 - "hasFreeWifi": true, 4546 - "hasMetro": false, 4547 - "hasPool": true, 4548 - "hasMall": false, 4549 - "infantMaxAge": 1.99, 4550 - "childMinAge": 2.0, 4551 - "childMaxAge": 11.99, 4552 - "teenMinAge": 0.0, 4553 - "teenMaxAge": 0.0, 4554 - "adultMinAge": 12.0, 4555 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 4556 - "cancellationPolicy": { 4557 - "noShowChargeValue": 100.0, 4558 - "noShowChargeValueType": "%", 4559 - "earlyDepartureChargeValue": 100.0, 4560 - "earlyDepartureChargeValueType": "%", 4561 - "conditions": [ 4562 - { 4563 - "timeunits": 4, 4564 - "timeunitType": "Day", 4565 - "timeOffsetTypeName": "Before Arrival", 4566 - "chargeValue": 100.0, 4567 - "chargeValueType": "%" 4568 - } 4569 - ] 4570 - } 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 4571 4571 }, 4572 - "flight": { 4573 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51", 4574 - "departureDate": "2024-09-07T00:00:00", 4575 - "returnDate": "2024-09-14T00:00:00", 4576 - "departureTicketsLeft": 24, 4577 - "returnTicketsLeft": 17, 4578 - "departureAvailabilityType": "FreeSale", 4579 - "returnAvailabilityType": "FreeSale", 4580 - "isTwoWay": true, 4581 - "sameBaggageForAll": false, 4582 - "totalBaggage": false, 4583 - "isBlock": true, 4584 - "class": "Economy", 4585 - "departureSegments": [ 4586 - { 4587 - "airlineCode": "FZ", 4588 - "airlineName": "Fly Dubai", 4589 - "flightCode": "FZ1722", 4590 - "class": "Economy", 4591 - "lugageWeight": 20, 4592 - "handLugageWeight": 6, 4593 - "departureFlightDate": "2024-09-07T03:40:00.000", 4594 - "departureCountryName": "Kazakhstan", 4595 - "departureCityName": "Almaty", 4596 - "departureAirportCode": "ALA", 4597 - "departureAirportName": "Almaty Intl Airport", 4598 - "departureTerminalCode": "ALA", 4599 - "arrivalFlightDate": "2024-09-07T07:15:00.000", 4600 - "arrivalCountryName": "United Arab Emirates", 4601 - "arrivalCityName": "Dubai", 4602 - "arrivalAirportCode": "DXB", 4603 - "arrivalAirportName": "Dubai Intl Airport", 4604 - "arrivalTerminalCode": "DXB3", 4605 - "flightDuration": "5h 35m" 4606 - } 4607 - ], 4608 - "returnSegments": [ 4609 - { 4610 - "airlineCode": "FZ", 4611 - "airlineName": "Fly Dubai", 4612 - "flightCode": "FZ1721", 4613 - "class": "Economy", 4614 - "lugageWeight": 20, 4615 - "handLugageWeight": 6, 4616 - "departureFlightDate": "2024-09-14T21:30:00.000", 4617 - "departureCountryName": "United Arab Emirates", 4618 - "departureCityName": "Dubai", 4619 - "departureAirportCode": "DXB", 4620 - "departureAirportName": "Dubai Intl Airport", 4621 - "departureTerminalCode": "DXB3", 4622 - "arrivalFlightDate": "2024-09-15T02:40:00.000", 4623 - "arrivalCountryName": "Kazakhstan", 4624 - "arrivalCityName": "Almaty", 4625 - "arrivalAirportCode": "ALA", 4626 - "arrivalAirportName": "Almaty Intl Airport", 4627 - "arrivalTerminalCode": "ALA", 4628 - "flightDuration": "3h 10m" 4629 - } 4630 - ], 4631 - "passengers": [ 4632 - { 4633 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 4634 - "isAdult": true, 4635 - "selectedForwardBaggageCode": "INCLUDED", 4636 - "selectedBackwardBaggageCode": "INCLUDED", 4637 - "forwardBaggages": [ 4638 - { 4639 - "baggageCode": "INCLUDED", 4640 - "description": "20 Kg Included", 4641 - "price": 0.0, 4642 - "currency": "USD", 4643 - "included": true 4644 - } 4645 - ], 4646 - "backwardBaggages": [ 4647 - { 4648 - "baggageCode": "INCLUDED", 4649 - "description": "20 Kg Included", 4650 - "price": 0.0, 4651 - "currency": "USD", 4652 - "included": true 4653 - } 4654 - ] 4655 - }, 4656 - { 4657 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 4658 - "isAdult": true, 4659 - "selectedForwardBaggageCode": "INCLUDED", 4660 - "selectedBackwardBaggageCode": "INCLUDED", 4661 - "forwardBaggages": [ 4662 - { 4663 - "baggageCode": "INCLUDED", 4664 - "description": "20 Kg Included", 4665 - "price": 0.0, 4666 - "currency": "USD", 4667 - "included": true 4668 - } 4669 - ], 4670 - "backwardBaggages": [ 4671 - { 4672 - "baggageCode": "INCLUDED", 4673 - "description": "20 Kg Included", 4674 - "price": 0.0, 4675 - "currency": "USD", 4676 - "included": true 4677 - } 4678 - ] 4679 - } 4680 - ] 4681 - }, 4682 - "extraServices": [], 4683 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:19", 4684 - "sortCheckInOut": "07.09.2024-14.09.2024", 3950 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:20", 3951 + "sortCheckInOut": "25.05.2024-01.06.2024", 4685 4685 "sortAirline": "fly dubai", 4686 - "sortHotelName": "fujairah rotana resort spa", 4687 - "sortDetails": "bb", 4688 - "sortPlacement": "spacious garden view room dbl", 4689 - "subList": [], 4690 - "exchangeRate": 480.0 3953 + "sortHotelName": "arabian park edge by rotana", 3954 + "sortDetails": "ro", 3955 + "sortPlacement": "city view room king bed 2 adults" 4691 4691 }, 4692 4692 { 4693 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:7d197efc-48d0-40c5-9752-a5a15ada6361:04abb186-80f6-4808-bce4-ae97cef85c51",3958 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:694ac032-e54d-4126-aa0e-bb0777dfc362:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 4694 4694 "priceCurrency": "USD", 4695 - "totalPrice": 1875.11,4696 - "agentCommissionPercent": 9.0,4697 - "agentCommissionAmount": 168.76,3960 + "totalPrice": 962.33, 3961 + "agentCommissionPercent": 0.0, 3962 + "agentCommissionAmount": 0.0, 4698 4698 "includedExtrasAmount": 0, 4699 4699 "priceDifference": 0, 4700 4700 "hotel": { 4701 - "hotelPriceId": " 7d197efc-48d0-40c5-9752-a5a15ada6361",4702 - "hotelName": " FujairahRotana Resort Spa",4703 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",4704 - "nig hts": 7,4705 - "mealPlan": " BB",4706 - "hotelClass": " 5",3966 + "hotelPriceId": "694ac032-e54d-4126-aa0e-bb0777dfc362", 3967 + "hotelName": "Wyndham Dubai Deira", 3968 + "hotelCode": "454b6b6c-2ae3-4d0c-9d08-626ca58b7457", 3969 + "nigths": 7, 3970 + "mealPlan": "RO", 3971 + "hotelClass": "4", 4707 4707 "hotelColor": "#000000", 4708 - "availabilityType": " OnRequest",3973 + "availabilityType": "FreeSale", 4709 4709 "availableRoomsCount": 0, 4710 4710 "fewRooms": true, 4711 - "roomCategoryCode": " 4aa88c0e-b196-4346-bd2a-c0252a925ba1",4712 - "roomCategoryName": "Sp acious GardenViewRoom",3976 + "roomCategoryCode": "6ae991ac-6cc6-49ba-9e2f-fa28837b56b4", 3977 + "roomCategoryName": "Superior Room City View", 4713 4713 "placementTypeName": "DBL", 4714 - "checkInDate": "2024-0 9-07T00:00:00",4715 - "checkOutDate": "2024-0 9-14T00:00:00",3979 + "checkInDate": "2024-05-25T00:00:00.000", 3980 + "checkOutDate": "2024-06-01T00:00:00.000", 4716 4716 "adults": 2, 4717 4717 "children": 0, 4718 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",4719 - "districtName": " Al Aqah",4720 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",4721 - "cityName": " Fujairah",3983 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 3984 + "districtName": "Deira", 3985 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 3986 + "cityName": "Dubai", 4722 4722 "countryCode": "AE", 4723 4723 "countryName": "United Arab Emirates", 4724 - "hasAlcohol": true,3989 + "hasAlcohol": false, 4725 4725 "hasFreeWifi": true, 4726 4726 "hasMetro": false, 4727 4727 "hasPool": true, 4728 4728 "hasMall": false, 4729 - "infantMaxAge": 1.99,4730 - "childMinAge": 2.0,3994 + "infantMaxAge": 5.99, 3995 + "childMinAge": 6.0, 4731 4731 "childMaxAge": 11.99, 4732 4732 "teenMinAge": 0.0, 4733 4733 "teenMaxAge": 0.0, 4734 4734 "adultMinAge": 12.0, 4735 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00%, Early Departure: 100.00 %, NoShow: 100.00 %",4000 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 4736 4736 "cancellationPolicy": { 4737 4737 "noShowChargeValue": 100.0, 4738 4738 "noShowChargeValueType": "%", ... ... @@ -4740,189 +4740,9 @@ 4740 4740 "earlyDepartureChargeValueType": "%", 4741 4741 "conditions": [ 4742 4742 { 4743 - "timeunits": 4,4008 + "timeunits": 1, 4744 4744 "timeunitType": "Day", 4745 4745 "timeOffsetTypeName": "Before Arrival", 4746 - "chargeValue": 100.0, 4747 - "chargeValueType": "%" 4748 - } 4749 - ] 4750 - } 4751 - }, 4752 - "flight": { 4753 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51", 4754 - "departureDate": "2024-09-07T00:00:00", 4755 - "returnDate": "2024-09-14T00:00:00", 4756 - "departureTicketsLeft": 24, 4757 - "returnTicketsLeft": 17, 4758 - "departureAvailabilityType": "FreeSale", 4759 - "returnAvailabilityType": "FreeSale", 4760 - "isTwoWay": true, 4761 - "sameBaggageForAll": false, 4762 - "totalBaggage": false, 4763 - "isBlock": true, 4764 - "class": "Economy", 4765 - "departureSegments": [ 4766 - { 4767 - "airlineCode": "FZ", 4768 - "airlineName": "Fly Dubai", 4769 - "flightCode": "FZ1722", 4770 - "class": "Economy", 4771 - "lugageWeight": 20, 4772 - "handLugageWeight": 6, 4773 - "departureFlightDate": "2024-09-07T03:40:00.000", 4774 - "departureCountryName": "Kazakhstan", 4775 - "departureCityName": "Almaty", 4776 - "departureAirportCode": "ALA", 4777 - "departureAirportName": "Almaty Intl Airport", 4778 - "departureTerminalCode": "ALA", 4779 - "arrivalFlightDate": "2024-09-07T07:15:00.000", 4780 - "arrivalCountryName": "United Arab Emirates", 4781 - "arrivalCityName": "Dubai", 4782 - "arrivalAirportCode": "DXB", 4783 - "arrivalAirportName": "Dubai Intl Airport", 4784 - "arrivalTerminalCode": "DXB3", 4785 - "flightDuration": "5h 35m" 4786 - } 4787 - ], 4788 - "returnSegments": [ 4789 - { 4790 - "airlineCode": "FZ", 4791 - "airlineName": "Fly Dubai", 4792 - "flightCode": "FZ1721", 4793 - "class": "Economy", 4794 - "lugageWeight": 20, 4795 - "handLugageWeight": 6, 4796 - "departureFlightDate": "2024-09-14T21:30:00.000", 4797 - "departureCountryName": "United Arab Emirates", 4798 - "departureCityName": "Dubai", 4799 - "departureAirportCode": "DXB", 4800 - "departureAirportName": "Dubai Intl Airport", 4801 - "departureTerminalCode": "DXB3", 4802 - "arrivalFlightDate": "2024-09-15T02:40:00.000", 4803 - "arrivalCountryName": "Kazakhstan", 4804 - "arrivalCityName": "Almaty", 4805 - "arrivalAirportCode": "ALA", 4806 - "arrivalAirportName": "Almaty Intl Airport", 4807 - "arrivalTerminalCode": "ALA", 4808 - "flightDuration": "3h 10m" 4809 - } 4810 - ], 4811 - "passengers": [ 4812 - { 4813 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1", 4814 - "isAdult": true, 4815 - "selectedForwardBaggageCode": "INCLUDED", 4816 - "selectedBackwardBaggageCode": "INCLUDED", 4817 - "forwardBaggages": [ 4818 - { 4819 - "baggageCode": "INCLUDED", 4820 - "description": "20 Kg Included", 4821 - "price": 0.0, 4822 - "currency": "USD", 4823 - "included": true 4824 - } 4825 - ], 4826 - "backwardBaggages": [ 4827 - { 4828 - "baggageCode": "INCLUDED", 4829 - "description": "20 Kg Included", 4830 - "price": 0.0, 4831 - "currency": "USD", 4832 - "included": true 4833 - } 4834 - ] 4835 - }, 4836 - { 4837 - "id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2", 4838 - "isAdult": true, 4839 - "selectedForwardBaggageCode": "INCLUDED", 4840 - "selectedBackwardBaggageCode": "INCLUDED", 4841 - "forwardBaggages": [ 4842 - { 4843 - "baggageCode": "INCLUDED", 4844 - "description": "20 Kg Included", 4845 - "price": 0.0, 4846 - "currency": "USD", 4847 - "included": true 4848 - } 4849 - ], 4850 - "backwardBaggages": [ 4851 - { 4852 - "baggageCode": "INCLUDED", 4853 - "description": "20 Kg Included", 4854 - "price": 0.0, 4855 - "currency": "USD", 4856 - "included": true 4857 - } 4858 - ] 4859 - } 4860 - ] 4861 - }, 4862 - "extraServices": [], 4863 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:20", 4864 - "sortCheckInOut": "07.09.2024-14.09.2024", 4865 - "sortAirline": "fly dubai", 4866 - "sortHotelName": "fujairah rotana resort spa", 4867 - "sortDetails": "bb", 4868 - "sortPlacement": "spacious garden view room dbl", 4869 - "subList": [], 4870 - "exchangeRate": 480.0 4871 - }, 4872 - { 4873 - "id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:eb7f1ac9-25b3-453b-9bec-e5a27610d8ea:04abb186-80f6-4808-bce4-ae97cef85c51", 4874 - "priceCurrency": "USD", 4875 - "totalPrice": 1876.96, 4876 - "agentCommissionPercent": 9.0, 4877 - "agentCommissionAmount": 168.93, 4878 - "includedExtrasAmount": 0, 4879 - "priceDifference": 0, 4880 - "hotel": { 4881 - "hotelPriceId": "eb7f1ac9-25b3-453b-9bec-e5a27610d8ea", 4882 - "hotelName": "Le Meridien Al Aqah Beach Resort", 4883 - "hotelCode": "63300069-0631-4c34-946e-d2ca9753ff6e", 4884 - "nights": 7, 4885 - "mealPlan": "HB", 4886 - "hotelClass": "5", 4887 - "hotelColor": "#000000", 4888 - "availabilityType": "FreeSale", 4889 - "availableRoomsCount": 0, 4890 - "fewRooms": true, 4891 - "roomCategoryCode": "97ccbf2f-7195-4eea-9d45-926fbe73b482", 4892 - "roomCategoryName": "Deluxe Guest Room", 4893 - "placementTypeName": "DBL", 4894 - "checkInDate": "2024-09-07T00:00:00", 4895 - "checkOutDate": "2024-09-14T00:00:00", 4896 - "adults": 2, 4897 - "children": 0, 4898 - "districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef", 4899 - "districtName": "Al Aqah", 4900 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 4901 - "cityName": "Fujairah", 4902 - "countryCode": "AE", 4903 - "countryName": "United Arab Emirates", 4904 - "hasAlcohol": true, 4905 - "hasFreeWifi": true, 4906 - "hasMetro": false, 4907 - "hasPool": true, 4908 - "hasMall": false, 4909 - "infantMaxAge": 1.99, 4910 - "childMinAge": 2.0, 4911 - "childMaxAge": 11.99, 4912 - "teenMinAge": 12.0, 4913 - "teenMaxAge": 15.99, 4914 - "adultMinAge": 16.0, 4915 - "cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 4916 - "cancellationPolicy": { 4917 - "noShowChargeValue": 100.0, 4918 - "noShowChargeValueType": "%", 4919 - "earlyDepartureChargeValue": 100.0, 4920 - "earlyDepartureChargeValueType": "%", 4921 - "conditions": [ 4922 - { 4923 - "timeunits": 3, 4924 - "timeunitType": "Day", 4925 - "timeOffsetTypeName": "Before Arrival", 4926 4926 "chargeValue": 1.0, 4927 4927 "chargeValueType": "Night" 4928 4928 } ... ... @@ -4930,11 +4930,11 @@ 4930 4930 } 4931 4931 }, 4932 4932 "flight": { 4933 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",4934 - "departureDate": "2024-0 9-07T00:00:00",4935 - "returnDate": "2024-0 9-14T00:00:00",4936 - "departureTicketsLeft": 24,4937 - "returnTicketsLeft": 17,4018 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 4019 + "departureDate": "2024-05-25T00:00:00.000", 4020 + "returnDate": "2024-06-01T00:00:00.000", 4021 + "departureTicketsLeft": 48, 4022 + "returnTicketsLeft": 33, 4938 4938 "departureAvailabilityType": "FreeSale", 4939 4939 "returnAvailabilityType": "FreeSale", 4940 4940 "isTwoWay": true, ... ... @@ -4950,13 +4950,13 @@ 4950 4950 "class": "Economy", 4951 4951 "lugageWeight": 20, 4952 4952 "handLugageWeight": 6, 4953 - "departureFlightDate": "2024-0 9-07T03:40:00.000",4038 + "departureFlightDate": "2024-05-25T03:35:00.000", 4954 4954 "departureCountryName": "Kazakhstan", 4955 4955 "departureCityName": "Almaty", 4956 4956 "departureAirportCode": "ALA", 4957 4957 "departureAirportName": "Almaty Intl Airport", 4958 4958 "departureTerminalCode": "ALA", 4959 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",4044 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 4960 4960 "arrivalCountryName": "United Arab Emirates", 4961 4961 "arrivalCityName": "Dubai", 4962 4962 "arrivalAirportCode": "DXB", ... ... @@ -4973,13 +4973,13 @@ 4973 4973 "class": "Economy", 4974 4974 "lugageWeight": 20, 4975 4975 "handLugageWeight": 6, 4976 - "departureFlightDate": "2024-0 9-14T21:30:00.000",4061 + "departureFlightDate": "2024-06-01T21:25:00.000", 4977 4977 "departureCountryName": "United Arab Emirates", 4978 4978 "departureCityName": "Dubai", 4979 4979 "departureAirportCode": "DXB", 4980 4980 "departureAirportName": "Dubai Intl Airport", 4981 4981 "departureTerminalCode": "DXB3", 4982 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",4067 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 4983 4983 "arrivalCountryName": "Kazakhstan", 4984 4984 "arrivalCityName": "Almaty", 4985 4985 "arrivalAirportCode": "ALA", ... ... @@ -4990,7 +4990,7 @@ 4990 4990 ], 4991 4991 "passengers": [ 4992 4992 { 4993 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",4078 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 4994 4994 "isAdult": true, 4995 4995 "selectedForwardBaggageCode": "INCLUDED", 4996 4996 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -5014,7 +5014,7 @@ 5014 5014 ] 5015 5015 }, 5016 5016 { 5017 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",4102 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 5018 5018 "isAdult": true, 5019 5019 "selectedForwardBaggageCode": "INCLUDED", 5020 5020 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -5040,59 +5040,65 @@ 5040 5040 ] 5041 5041 }, 5042 5042 "extraServices": [], 5043 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:21", 5044 - "sortCheckInOut": "07.09.2024-14.09.2024", 4128 + "insurancePrice": { 4129 + "name": "Medical INS (N10000)", 4130 + "price": 35.84, 4131 + "actualStartDate": "2024-05-25T00:00:00.000", 4132 + "actualEndDate": "2024-06-01T00:00:00.000", 4133 + "optional": false, 4134 + "includedInPackagePrice": true 4135 + }, 4136 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:21", 4137 + "sortCheckInOut": "25.05.2024-01.06.2024", 5045 5045 "sortAirline": "fly dubai", 5046 - "sortHotelName": "le meridien al aqah beach resort", 5047 - "sortDetails": "hb", 5048 - "sortPlacement": "deluxe guest room dbl", 5049 - "subList": [], 5050 - "exchangeRate": 480.0 4139 + "sortHotelName": "wyndham dubai deira", 4140 + "sortDetails": "ro", 4141 + "sortPlacement": "superior room city view dbl" 5051 5051 }, 5052 5052 { 5053 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:c4792901-dee4-45a0-a8c7-630bbcb976fc:04abb186-80f6-4808-bce4-ae97cef85c51",4144 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:f4a0acaf-fac1-4bf3-8ea4-88d221889c98:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 5054 5054 "priceCurrency": "USD", 5055 - "totalPrice": 1897.04,5056 - "agentCommissionPercent": 9.0,5057 - "agentCommissionAmount": 170.73,4146 + "totalPrice": 964.58, 4147 + "agentCommissionPercent": 0.0, 4148 + "agentCommissionAmount": 0.0, 5058 5058 "includedExtrasAmount": 0, 5059 5059 "priceDifference": 0, 5060 5060 "hotel": { 5061 - "hotelPriceId": " c4792901-dee4-45a0-a8c7-630bbcb976fc",5062 - "hotelName": " Fujairah Rotana ResortSpa",5063 - "hotelCode": "ca 511ddc-3ad8-46ed-8ad0-c68cc3e8488e",5064 - "nig hts": 7,5065 - "mealPlan": " HB",5066 - "hotelClass": " 5",4152 + "hotelPriceId": "f4a0acaf-fac1-4bf3-8ea4-88d221889c98", 4153 + "hotelName": "Nejoum Al Emarate Hotel", 4154 + "hotelCode": "2ec33ad4-e25d-4e14-aee8-4a899d592839", 4155 + "nigths": 7, 4156 + "mealPlan": "RO", 4157 + "hotelClass": "3", 5067 5067 "hotelColor": "#000000", 5068 - "availabilityType": " OnRequest",4159 + "availabilityType": "StopSale", 5069 5069 "availableRoomsCount": 0, 5070 5070 "fewRooms": true, 5071 - "roomCategoryCode": "8 a20d149-2bfc-4563-b43b-1b101410489f",5072 - "roomCategoryName": " OceanViewRoomKing",4162 + "roomCategoryCode": "1b5180d0-6afb-4465-9821-56ba6dd77220", 4163 + "roomCategoryName": "Standard Room", 5073 5073 "placementTypeName": "DBL", 5074 - "checkInDate": "2024-0 9-07T00:00:00",5075 - "checkOutDate": "2024-0 9-14T00:00:00",4165 + "checkInDate": "2024-05-25T00:00:00.000", 4166 + "checkOutDate": "2024-06-01T00:00:00.000", 5076 5076 "adults": 2, 5077 5077 "children": 0, 5078 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",5079 - "districtName": " Al Aqah",5080 - "cityUID": " 857a6d87-d1e4-4a17-a867-c65307559222",5081 - "cityName": " Fujairah",4169 + "districtUID": "7ac1bbc8-59ea-4977-b272-ed8553f94f9b", 4170 + "districtName": "Sharjah", 4171 + "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6", 4172 + "cityName": "Sharjah", 5082 5082 "countryCode": "AE", 5083 5083 "countryName": "United Arab Emirates", 5084 - "hasAlcohol": true,4175 + "hasAlcohol": false, 5085 5085 "hasFreeWifi": true, 5086 5086 "hasMetro": false, 5087 - "hasPool": true,4178 + "hasPool": false, 5088 5088 "hasMall": false, 5089 - "infantMaxAge": 1.99,5090 - "childMinAge": 2.0,5091 - "childMaxAge": 1 1.99,4180 + "infantMaxAge": 5.99, 4181 + "childMinAge": 6.0, 4182 + "childMaxAge": 10.99, 5092 5092 "teenMinAge": 0.0, 5093 5093 "teenMaxAge": 0.0, 5094 - "adultMinAge": 1 2.0,5095 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00%, Early Departure: 100.00 %, NoShow: 100.00 %",4185 + "adultMinAge": 11.0, 4186 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 5096 5096 "cancellationPolicy": { 5097 5097 "noShowChargeValue": 100.0, 5098 5098 "noShowChargeValueType": "%", ... ... @@ -5100,21 +5100,21 @@ 5100 5100 "earlyDepartureChargeValueType": "%", 5101 5101 "conditions": [ 5102 5102 { 5103 - "timeunits": 4,4194 + "timeunits": 1, 5104 5104 "timeunitType": "Day", 5105 5105 "timeOffsetTypeName": "Before Arrival", 5106 - "chargeValue": 1 00.0,5107 - "chargeValueType": " %"4197 + "chargeValue": 1.0, 4198 + "chargeValueType": "Night" 5108 5108 } 5109 5109 ] 5110 5110 } 5111 5111 }, 5112 5112 "flight": { 5113 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",5114 - "departureDate": "2024-0 9-07T00:00:00",5115 - "returnDate": "2024-0 9-14T00:00:00",5116 - "departureTicketsLeft": 24,5117 - "returnTicketsLeft": 17,4204 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 4205 + "departureDate": "2024-05-25T00:00:00.000", 4206 + "returnDate": "2024-06-01T00:00:00.000", 4207 + "departureTicketsLeft": 48, 4208 + "returnTicketsLeft": 33, 5118 5118 "departureAvailabilityType": "FreeSale", 5119 5119 "returnAvailabilityType": "FreeSale", 5120 5120 "isTwoWay": true, ... ... @@ -5130,13 +5130,13 @@ 5130 5130 "class": "Economy", 5131 5131 "lugageWeight": 20, 5132 5132 "handLugageWeight": 6, 5133 - "departureFlightDate": "2024-0 9-07T03:40:00.000",4224 + "departureFlightDate": "2024-05-25T03:35:00.000", 5134 5134 "departureCountryName": "Kazakhstan", 5135 5135 "departureCityName": "Almaty", 5136 5136 "departureAirportCode": "ALA", 5137 5137 "departureAirportName": "Almaty Intl Airport", 5138 5138 "departureTerminalCode": "ALA", 5139 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",4230 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 5140 5140 "arrivalCountryName": "United Arab Emirates", 5141 5141 "arrivalCityName": "Dubai", 5142 5142 "arrivalAirportCode": "DXB", ... ... @@ -5153,13 +5153,13 @@ 5153 5153 "class": "Economy", 5154 5154 "lugageWeight": 20, 5155 5155 "handLugageWeight": 6, 5156 - "departureFlightDate": "2024-0 9-14T21:30:00.000",4247 + "departureFlightDate": "2024-06-01T21:25:00.000", 5157 5157 "departureCountryName": "United Arab Emirates", 5158 5158 "departureCityName": "Dubai", 5159 5159 "departureAirportCode": "DXB", 5160 5160 "departureAirportName": "Dubai Intl Airport", 5161 5161 "departureTerminalCode": "DXB3", 5162 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",4253 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 5163 5163 "arrivalCountryName": "Kazakhstan", 5164 5164 "arrivalCityName": "Almaty", 5165 5165 "arrivalAirportCode": "ALA", ... ... @@ -5170,7 +5170,7 @@ 5170 5170 ], 5171 5171 "passengers": [ 5172 5172 { 5173 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",4264 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 5174 5174 "isAdult": true, 5175 5175 "selectedForwardBaggageCode": "INCLUDED", 5176 5176 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -5194,7 +5194,7 @@ 5194 5194 ] 5195 5195 }, 5196 5196 { 5197 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",4288 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 5198 5198 "isAdult": true, 5199 5199 "selectedForwardBaggageCode": "INCLUDED", 5200 5200 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -5220,59 +5220,65 @@ 5220 5220 ] 5221 5221 }, 5222 5222 "extraServices": [], 5223 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:22", 5224 - "sortCheckInOut": "07.09.2024-14.09.2024", 4314 + "insurancePrice": { 4315 + "name": "Medical INS (N10000)", 4316 + "price": 35.84, 4317 + "actualStartDate": "2024-05-25T00:00:00.000", 4318 + "actualEndDate": "2024-06-01T00:00:00.000", 4319 + "optional": false, 4320 + "includedInPackagePrice": true 4321 + }, 4322 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:22", 4323 + "sortCheckInOut": "25.05.2024-01.06.2024", 5225 5225 "sortAirline": "fly dubai", 5226 - "sortHotelName": "fujairah rotana resort spa", 5227 - "sortDetails": "hb", 5228 - "sortPlacement": "ocean view room king dbl", 5229 - "subList": [], 5230 - "exchangeRate": 480.0 4325 + "sortHotelName": "nejoum al emarate hotel", 4326 + "sortDetails": "ro", 4327 + "sortPlacement": "standard room dbl" 5231 5231 }, 5232 5232 { 5233 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:ac85dd61-4d7f-4bcf-880f-35c0578dd363:04abb186-80f6-4808-bce4-ae97cef85c51",4330 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:3eb56b26-4f40-4584-bb3c-14a4612392a0:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 5234 5234 "priceCurrency": "USD", 5235 - "totalPrice": 1897.04,5236 - "agentCommissionPercent": 9.0,5237 - "agentCommissionAmount": 170.73,4332 + "totalPrice": 964.99, 4333 + "agentCommissionPercent": 0.0, 4334 + "agentCommissionAmount": 0.0, 5238 5238 "includedExtrasAmount": 0, 5239 5239 "priceDifference": 0, 5240 5240 "hotel": { 5241 - "hotelPriceId": " ac85dd61-4d7f-4bcf-880f-35c0578dd363",5242 - "hotelName": " Fujairah RotanaResort Spa",5243 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",5244 - "nig hts": 7,5245 - "mealPlan": " HB",5246 - "hotelClass": " 5",4338 + "hotelPriceId": "3eb56b26-4f40-4584-bb3c-14a4612392a0", 4339 + "hotelName": "Golden Tulip Deira", 4340 + "hotelCode": "43208253-abb9-4325-868b-af8b157c7d6f", 4341 + "nigths": 7, 4342 + "mealPlan": "RO", 4343 + "hotelClass": "4", 5247 5247 "hotelColor": "#000000", 5248 5248 "availabilityType": "FreeSale", 5249 5249 "availableRoomsCount": 0, 5250 5250 "fewRooms": true, 5251 - "roomCategoryCode": " b84c625b-c941-48d9-93c9-f2e87e1ce099",5252 - "roomCategoryName": " Ocean ViewRoomTwin",4348 + "roomCategoryCode": "e283d2af-b1db-44a4-b15f-44866e4dd5f0", 4349 + "roomCategoryName": "Superior Room", 5253 5253 "placementTypeName": "DBL", 5254 - "checkInDate": "2024-0 9-07T00:00:00",5255 - "checkOutDate": "2024-0 9-14T00:00:00",4351 + "checkInDate": "2024-05-25T00:00:00.000", 4352 + "checkOutDate": "2024-06-01T00:00:00.000", 5256 5256 "adults": 2, 5257 5257 "children": 0, 5258 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",5259 - "districtName": " Al Aqah",5260 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",5261 - "cityName": " Fujairah",4355 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 4356 + "districtName": "Deira", 4357 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 4358 + "cityName": "Dubai", 5262 5262 "countryCode": "AE", 5263 5263 "countryName": "United Arab Emirates", 5264 5264 "hasAlcohol": true, 5265 5265 "hasFreeWifi": true, 5266 - "hasMetro": false,4363 + "hasMetro": true, 5267 5267 "hasPool": true, 5268 5268 "hasMall": false, 5269 - "infantMaxAge": 1.99,5270 - "childMinAge": 2.0,5271 - "childMaxAge": 1 1.99,4366 + "infantMaxAge": 4.99, 4367 + "childMinAge": 5.0, 4368 + "childMaxAge": 10.99, 5272 5272 "teenMinAge": 0.0, 5273 5273 "teenMaxAge": 0.0, 5274 - "adultMinAge": 1 2.0,5275 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day BeforeArrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",4371 + "adultMinAge": 11.0, 4372 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 5276 5276 "cancellationPolicy": { 5277 5277 "noShowChargeValue": 100.0, 5278 5278 "noShowChargeValueType": "%", ... ... @@ -5280,7 +5280,7 @@ 5280 5280 "earlyDepartureChargeValueType": "%", 5281 5281 "conditions": [ 5282 5282 { 5283 - "timeunits": 4,4380 + "timeunits": 365, 5284 5284 "timeunitType": "Day", 5285 5285 "timeOffsetTypeName": "Before Arrival", 5286 5286 "chargeValue": 100.0, ... ... @@ -5290,11 +5290,11 @@ 5290 5290 } 5291 5291 }, 5292 5292 "flight": { 5293 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",5294 - "departureDate": "2024-0 9-07T00:00:00",5295 - "returnDate": "2024-0 9-14T00:00:00",5296 - "departureTicketsLeft": 24,5297 - "returnTicketsLeft": 17,4390 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 4391 + "departureDate": "2024-05-25T00:00:00.000", 4392 + "returnDate": "2024-06-01T00:00:00.000", 4393 + "departureTicketsLeft": 48, 4394 + "returnTicketsLeft": 33, 5298 5298 "departureAvailabilityType": "FreeSale", 5299 5299 "returnAvailabilityType": "FreeSale", 5300 5300 "isTwoWay": true, ... ... @@ -5310,13 +5310,13 @@ 5310 5310 "class": "Economy", 5311 5311 "lugageWeight": 20, 5312 5312 "handLugageWeight": 6, 5313 - "departureFlightDate": "2024-0 9-07T03:40:00.000",4410 + "departureFlightDate": "2024-05-25T03:35:00.000", 5314 5314 "departureCountryName": "Kazakhstan", 5315 5315 "departureCityName": "Almaty", 5316 5316 "departureAirportCode": "ALA", 5317 5317 "departureAirportName": "Almaty Intl Airport", 5318 5318 "departureTerminalCode": "ALA", 5319 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",4416 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 5320 5320 "arrivalCountryName": "United Arab Emirates", 5321 5321 "arrivalCityName": "Dubai", 5322 5322 "arrivalAirportCode": "DXB", ... ... @@ -5333,13 +5333,13 @@ 5333 5333 "class": "Economy", 5334 5334 "lugageWeight": 20, 5335 5335 "handLugageWeight": 6, 5336 - "departureFlightDate": "2024-0 9-14T21:30:00.000",4433 + "departureFlightDate": "2024-06-01T21:25:00.000", 5337 5337 "departureCountryName": "United Arab Emirates", 5338 5338 "departureCityName": "Dubai", 5339 5339 "departureAirportCode": "DXB", 5340 5340 "departureAirportName": "Dubai Intl Airport", 5341 5341 "departureTerminalCode": "DXB3", 5342 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",4439 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 5343 5343 "arrivalCountryName": "Kazakhstan", 5344 5344 "arrivalCityName": "Almaty", 5345 5345 "arrivalAirportCode": "ALA", ... ... @@ -5350,7 +5350,7 @@ 5350 5350 ], 5351 5351 "passengers": [ 5352 5352 { 5353 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",4450 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 5354 5354 "isAdult": true, 5355 5355 "selectedForwardBaggageCode": "INCLUDED", 5356 5356 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -5374,7 +5374,7 @@ 5374 5374 ] 5375 5375 }, 5376 5376 { 5377 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",4474 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 5378 5378 "isAdult": true, 5379 5379 "selectedForwardBaggageCode": "INCLUDED", 5380 5380 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -5400,50 +5400,56 @@ 5400 5400 ] 5401 5401 }, 5402 5402 "extraServices": [], 5403 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:23", 5404 - "sortCheckInOut": "07.09.2024-14.09.2024", 4500 + "insurancePrice": { 4501 + "name": "Medical INS (N10000)", 4502 + "price": 35.84, 4503 + "actualStartDate": "2024-05-25T00:00:00.000", 4504 + "actualEndDate": "2024-06-01T00:00:00.000", 4505 + "optional": false, 4506 + "includedInPackagePrice": true 4507 + }, 4508 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:23", 4509 + "sortCheckInOut": "25.05.2024-01.06.2024", 5405 5405 "sortAirline": "fly dubai", 5406 - "sortHotelName": "fujairah rotana resort spa", 5407 - "sortDetails": "hb", 5408 - "sortPlacement": "ocean view room twin dbl", 5409 - "subList": [], 5410 - "exchangeRate": 480.0 4511 + "sortHotelName": "golden tulip deira", 4512 + "sortDetails": "ro", 4513 + "sortPlacement": "superior room dbl" 5411 5411 }, 5412 5412 { 5413 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:539ce7f0-6004-4eb0-b16f-253f0a688066:04abb186-80f6-4808-bce4-ae97cef85c51",4516 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:5549c887-6048-4d6e-93c7-d1a79f0075d3:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 5414 5414 "priceCurrency": "USD", 5415 - "totalPrice": 1897.04,5416 - "agentCommissionPercent": 9.0,5417 - "agentCommissionAmount": 170.73,4518 + "totalPrice": 970.1, 4519 + "agentCommissionPercent": 0.0, 4520 + "agentCommissionAmount": 0.0, 5418 5418 "includedExtrasAmount": 0, 5419 5419 "priceDifference": 0, 5420 5420 "hotel": { 5421 - "hotelPriceId": "5 39ce7f0-6004-4eb0-b16f-253f0a688066",5422 - "hotelName": " FujairahRotanaResortSpa",5423 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",5424 - "nig hts": 7,5425 - "mealPlan": " HB",5426 - "hotelClass": " 5",4524 + "hotelPriceId": "5549c887-6048-4d6e-93c7-d1a79f0075d3", 4525 + "hotelName": "Arabian Park Edge by Rotana", 4526 + "hotelCode": "3f0553d6-262b-402f-b164-6d1479282c3f", 4527 + "nigths": 7, 4528 + "mealPlan": "BB", 4529 + "hotelClass": "3", 5427 5427 "hotelColor": "#000000", 5428 5428 "availabilityType": "FreeSale", 5429 5429 "availableRoomsCount": 0, 5430 5430 "fewRooms": true, 5431 - "roomCategoryCode": " b84c625b-c941-48d9-93c9-f2e87e1ce099",5432 - "roomCategoryName": " OceanView RoomTwin",4534 + "roomCategoryCode": "c158e04d-9e48-4fde-a7a5-1519e7c39fba", 4535 + "roomCategoryName": "City View Room King Bed", 5433 5433 "placementTypeName": "DBL", 5434 - "checkInDate": "2024-0 9-07T00:00:00",5435 - "checkOutDate": "2024-0 9-14T00:00:00",4537 + "checkInDate": "2024-05-25T00:00:00.000", 4538 + "checkOutDate": "2024-06-01T00:00:00.000", 5436 5436 "adults": 2, 5437 5437 "children": 0, 5438 - "districtUID": "1 c118ac0-b44a-4cf5-9229-326a151b13ef",5439 - "districtName": "Al Aqah",5440 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",5441 - "cityName": " Fujairah",4541 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9", 4542 + "districtName": "Al Jaddaf", 4543 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 4544 + "cityName": "Dubai", 5442 5442 "countryCode": "AE", 5443 5443 "countryName": "United Arab Emirates", 5444 5444 "hasAlcohol": true, 5445 5445 "hasFreeWifi": true, 5446 - "hasMetro": false,4549 + "hasMetro": true, 5447 5447 "hasPool": true, 5448 5448 "hasMall": false, 5449 5449 "infantMaxAge": 1.99, ... ... @@ -5470,11 +5470,11 @@ 5470 5470 } 5471 5471 }, 5472 5472 "flight": { 5473 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",5474 - "departureDate": "2024-0 9-07T00:00:00",5475 - "returnDate": "2024-0 9-14T00:00:00",5476 - "departureTicketsLeft": 24,5477 - "returnTicketsLeft": 17,4576 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 4577 + "departureDate": "2024-05-25T00:00:00.000", 4578 + "returnDate": "2024-06-01T00:00:00.000", 4579 + "departureTicketsLeft": 48, 4580 + "returnTicketsLeft": 33, 5478 5478 "departureAvailabilityType": "FreeSale", 5479 5479 "returnAvailabilityType": "FreeSale", 5480 5480 "isTwoWay": true, ... ... @@ -5490,13 +5490,13 @@ 5490 5490 "class": "Economy", 5491 5491 "lugageWeight": 20, 5492 5492 "handLugageWeight": 6, 5493 - "departureFlightDate": "2024-0 9-07T03:40:00.000",4596 + "departureFlightDate": "2024-05-25T03:35:00.000", 5494 5494 "departureCountryName": "Kazakhstan", 5495 5495 "departureCityName": "Almaty", 5496 5496 "departureAirportCode": "ALA", 5497 5497 "departureAirportName": "Almaty Intl Airport", 5498 5498 "departureTerminalCode": "ALA", 5499 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",4602 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 5500 5500 "arrivalCountryName": "United Arab Emirates", 5501 5501 "arrivalCityName": "Dubai", 5502 5502 "arrivalAirportCode": "DXB", ... ... @@ -5513,13 +5513,13 @@ 5513 5513 "class": "Economy", 5514 5514 "lugageWeight": 20, 5515 5515 "handLugageWeight": 6, 5516 - "departureFlightDate": "2024-0 9-14T21:30:00.000",4619 + "departureFlightDate": "2024-06-01T21:25:00.000", 5517 5517 "departureCountryName": "United Arab Emirates", 5518 5518 "departureCityName": "Dubai", 5519 5519 "departureAirportCode": "DXB", 5520 5520 "departureAirportName": "Dubai Intl Airport", 5521 5521 "departureTerminalCode": "DXB3", 5522 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",4625 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 5523 5523 "arrivalCountryName": "Kazakhstan", 5524 5524 "arrivalCityName": "Almaty", 5525 5525 "arrivalAirportCode": "ALA", ... ... @@ -5530,7 +5530,7 @@ 5530 5530 ], 5531 5531 "passengers": [ 5532 5532 { 5533 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",4636 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 5534 5534 "isAdult": true, 5535 5535 "selectedForwardBaggageCode": "INCLUDED", 5536 5536 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -5554,7 +5554,7 @@ 5554 5554 ] 5555 5555 }, 5556 5556 { 5557 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",4660 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 5558 5558 "isAdult": true, 5559 5559 "selectedForwardBaggageCode": "INCLUDED", 5560 5560 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -5580,45 +5580,51 @@ 5580 5580 ] 5581 5581 }, 5582 5582 "extraServices": [], 5583 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:24", 5584 - "sortCheckInOut": "07.09.2024-14.09.2024", 4686 + "insurancePrice": { 4687 + "name": "Medical INS (N10000)", 4688 + "price": 35.84, 4689 + "actualStartDate": "2024-05-25T00:00:00.000", 4690 + "actualEndDate": "2024-06-01T00:00:00.000", 4691 + "optional": false, 4692 + "includedInPackagePrice": true 4693 + }, 4694 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:24", 4695 + "sortCheckInOut": "25.05.2024-01.06.2024", 5585 5585 "sortAirline": "fly dubai", 5586 - "sortHotelName": "fujairah rotana resort spa", 5587 - "sortDetails": "hb", 5588 - "sortPlacement": "ocean view room twin dbl", 5589 - "subList": [], 5590 - "exchangeRate": 480.0 4697 + "sortHotelName": "arabian park edge by rotana", 4698 + "sortDetails": "bb", 4699 + "sortPlacement": "city view room king bed dbl" 5591 5591 }, 5592 5592 { 5593 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:fc15523b-ccde-44a8-acc4-a75826077fd9:04abb186-80f6-4808-bce4-ae97cef85c51",4702 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:b12a8933-b108-42ba-9a4e-ac644789db77:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 5594 5594 "priceCurrency": "USD", 5595 - "totalPrice": 1897.04,5596 - "agentCommissionPercent": 9.0,5597 - "agentCommissionAmount": 170.73,4704 + "totalPrice": 970.1, 4705 + "agentCommissionPercent": 0.0, 4706 + "agentCommissionAmount": 0.0, 5598 5598 "includedExtrasAmount": 0, 5599 5599 "priceDifference": 0, 5600 5600 "hotel": { 5601 - "hotelPriceId": " fc15523b-ccde-44a8-acc4-a75826077fd9",5602 - "hotelName": " FujairahRotana ResortSpa",5603 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",5604 - "nig hts": 7,5605 - "mealPlan": " HB",5606 - "hotelClass": " 5",4710 + "hotelPriceId": "b12a8933-b108-42ba-9a4e-ac644789db77", 4711 + "hotelName": "Howard Johnson by Wyndham Bur Dubai", 4712 + "hotelCode": "d565d01b-a347-40dc-bc0b-71d6c8d6526b", 4713 + "nigths": 7, 4714 + "mealPlan": "RO", 4715 + "hotelClass": "3", 5607 5607 "hotelColor": "#000000", 5608 - "availabilityType": " OnRequest",4717 + "availabilityType": "FreeSale", 5609 5609 "availableRoomsCount": 0, 5610 5610 "fewRooms": true, 5611 - "roomCategoryCode": " 8a20d149-2bfc-4563-b43b-1b101410489f",5612 - "roomCategoryName": " OceanViewRoomKing",4720 + "roomCategoryCode": "1ba57a59-ef0d-42ae-8e14-bc01c11d1038", 4721 + "roomCategoryName": "Standard Room", 5613 5613 "placementTypeName": "DBL", 5614 - "checkInDate": "2024-0 9-07T00:00:00",5615 - "checkOutDate": "2024-0 9-14T00:00:00",4723 + "checkInDate": "2024-05-25T00:00:00.000", 4724 + "checkOutDate": "2024-06-01T00:00:00.000", 5616 5616 "adults": 2, 5617 5617 "children": 0, 5618 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",5619 - "districtName": " AlAqah",5620 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",5621 - "cityName": " Fujairah",4727 + "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992", 4728 + "districtName": "Bur Dubai", 4729 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 4730 + "cityName": "Dubai", 5622 5622 "countryCode": "AE", 5623 5623 "countryName": "United Arab Emirates", 5624 5624 "hasAlcohol": true, ... ... @@ -5626,13 +5626,13 @@ 5626 5626 "hasMetro": false, 5627 5627 "hasPool": true, 5628 5628 "hasMall": false, 5629 - "infantMaxAge": 1.99,5630 - "childMinAge": 2.0,5631 - "childMaxAge": 1 1.99,4738 + "infantMaxAge": 3.99, 4739 + "childMinAge": 4.0, 4740 + "childMaxAge": 10.99, 5632 5632 "teenMinAge": 0.0, 5633 5633 "teenMaxAge": 0.0, 5634 - "adultMinAge": 1 2.0,5635 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",4743 + "adultMinAge": 11.0, 4744 + "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 5636 5636 "cancellationPolicy": { 5637 5637 "noShowChargeValue": 100.0, 5638 5638 "noShowChargeValueType": "%", ... ... @@ -5640,7 +5640,7 @@ 5640 5640 "earlyDepartureChargeValueType": "%", 5641 5641 "conditions": [ 5642 5642 { 5643 - "timeunits": 4,4752 + "timeunits": 2, 5644 5644 "timeunitType": "Day", 5645 5645 "timeOffsetTypeName": "Before Arrival", 5646 5646 "chargeValue": 100.0, ... ... @@ -5650,11 +5650,11 @@ 5650 5650 } 5651 5651 }, 5652 5652 "flight": { 5653 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",5654 - "departureDate": "2024-0 9-07T00:00:00",5655 - "returnDate": "2024-0 9-14T00:00:00",5656 - "departureTicketsLeft": 24,5657 - "returnTicketsLeft": 17,4762 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 4763 + "departureDate": "2024-05-25T00:00:00.000", 4764 + "returnDate": "2024-06-01T00:00:00.000", 4765 + "departureTicketsLeft": 48, 4766 + "returnTicketsLeft": 33, 5658 5658 "departureAvailabilityType": "FreeSale", 5659 5659 "returnAvailabilityType": "FreeSale", 5660 5660 "isTwoWay": true, ... ... @@ -5670,13 +5670,13 @@ 5670 5670 "class": "Economy", 5671 5671 "lugageWeight": 20, 5672 5672 "handLugageWeight": 6, 5673 - "departureFlightDate": "2024-0 9-07T03:40:00.000",4782 + "departureFlightDate": "2024-05-25T03:35:00.000", 5674 5674 "departureCountryName": "Kazakhstan", 5675 5675 "departureCityName": "Almaty", 5676 5676 "departureAirportCode": "ALA", 5677 5677 "departureAirportName": "Almaty Intl Airport", 5678 5678 "departureTerminalCode": "ALA", 5679 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",4788 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 5680 5680 "arrivalCountryName": "United Arab Emirates", 5681 5681 "arrivalCityName": "Dubai", 5682 5682 "arrivalAirportCode": "DXB", ... ... @@ -5693,13 +5693,13 @@ 5693 5693 "class": "Economy", 5694 5694 "lugageWeight": 20, 5695 5695 "handLugageWeight": 6, 5696 - "departureFlightDate": "2024-0 9-14T21:30:00.000",4805 + "departureFlightDate": "2024-06-01T21:25:00.000", 5697 5697 "departureCountryName": "United Arab Emirates", 5698 5698 "departureCityName": "Dubai", 5699 5699 "departureAirportCode": "DXB", 5700 5700 "departureAirportName": "Dubai Intl Airport", 5701 5701 "departureTerminalCode": "DXB3", 5702 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",4811 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 5703 5703 "arrivalCountryName": "Kazakhstan", 5704 5704 "arrivalCityName": "Almaty", 5705 5705 "arrivalAirportCode": "ALA", ... ... @@ -5710,7 +5710,7 @@ 5710 5710 ], 5711 5711 "passengers": [ 5712 5712 { 5713 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",4822 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 5714 5714 "isAdult": true, 5715 5715 "selectedForwardBaggageCode": "INCLUDED", 5716 5716 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -5734,7 +5734,7 @@ 5734 5734 ] 5735 5735 }, 5736 5736 { 5737 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",4846 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 5738 5738 "isAdult": true, 5739 5739 "selectedForwardBaggageCode": "INCLUDED", 5740 5740 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -5760,20 +5760,26 @@ 5760 5760 ] 5761 5761 }, 5762 5762 "extraServices": [], 5763 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:25", 5764 - "sortCheckInOut": "07.09.2024-14.09.2024", 4872 + "insurancePrice": { 4873 + "name": "Medical INS (N10000)", 4874 + "price": 35.84, 4875 + "actualStartDate": "2024-05-25T00:00:00.000", 4876 + "actualEndDate": "2024-06-01T00:00:00.000", 4877 + "optional": false, 4878 + "includedInPackagePrice": true 4879 + }, 4880 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:25", 4881 + "sortCheckInOut": "25.05.2024-01.06.2024", 5765 5765 "sortAirline": "fly dubai", 5766 - "sortHotelName": "fujairah rotana resort spa", 5767 - "sortDetails": "hb", 5768 - "sortPlacement": "ocean view room king dbl", 5769 - "subList": [], 5770 - "exchangeRate": 480.0 4883 + "sortHotelName": "howard johnson by wyndham bur dubai", 4884 + "sortDetails": "ro", 4885 + "sortPlacement": "standard room dbl" 5771 5771 } 5772 5772 ], 5773 - "pagingId": " 5",4888 + "pagingId": "8", 5774 5774 "pageNumber": 1, 5775 - "pageCount": 5,5776 - "totalCount": 110,4890 + "pageCount": 36, 4891 + "totalCount": 883, 5777 5777 "error": false 5778 5778 } 5779 5779 {{/code}} ... ... @@ -6062,108 +6062,113 @@ 6062 6062 == Definitions == 6063 6063 6064 6064 6065 - ===**Request Parameters **===5180 +**Request Parameters ** 6066 6066 6067 6067 (% class="table-bordered" %) 6068 -|=Key|=Type|=Nullable|=Description 6069 -|departureCountryCode|String|No|The ISO 3166-1 alpha-2 code of the departure country. For example, "KZ" for Kazakhstan. 6070 -|departureCityUID|String (UUID)|No|The unique identifier of the departure city. This is a UUID, such as "f0ba6324-f337-405c-8cc7-23d62cf664e8". 6071 -|arrivalCountryCode|String|No|The ISO 3166-1 alpha-2 code of the arrival country. For example, "AE" for United Arab Emirates. 6072 -|adults|Integer|No|The number of adults for the trip. For example, 2 for two adults. 6073 -|children|Integer|No|The number of children for the trip. For example, 0 for no children. 6074 -|departureDate|String (date-time)|No|The departure date in ISO 8601 format. For example, "2024-05-25T00:00:00" for May 25, 2024. 6075 -|returnDate|String (date-time)|No|The return date in ISO 8601 format. For example, "2024-06-01T00:00:00" for June 1, 2024. 6076 -|departureAndReturnDaysCount|Integer|No|The total number of days for the departure and return trip. For example, 7 for a week-long trip. 6077 -|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. 6078 -|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. 6079 -|checkInAndCheckOutDaysCount|Integer|No|The total number of days for the hotel stay. For example, 7 for a week-long stay. 6080 -|directFlightsOnly|Boolean|No|Whether to search for direct flights only. For example, true to only search for direct flights. 6081 -|pageRowCount|Integer|No|The number of results to return per page. For example, 1 to return 1 result per page. 6082 -|searchCurrency|String|YES|The currency in which the search results should be displayed. For example, "USD" for United States Dollar. You can use this currencies for example - KZT - ₸ • USD - $ • RUB - ₽ • EUR - € • UZS - ЛВ • AZN - ₼. 5183 +|=Field|=Type|=Description 5184 +|departureCountryCode|string|The ISO 3166-1 alpha-2 country code for the departure country. For example, "KZ" for Kazakhstan. 5185 +|departureCityUID|string|The unique identifier for the departure city. 5186 +|arrivalCountryCode|string|The ISO 3166-1 alpha-2 country code for the arrival country. For example, "AE" for United Arab Emirates. 5187 +|arrivalLocations|array|An array of objects, each representing an arrival location. Each object contains: type (string) - The type of the location. This can be "city". label (string) - The name of the location. value (string) - The unique identifier for the location. tag (string) - A tag for the location. 5188 +|checkInDate|string|The check-in date in ISO 8601 format. 5189 +|checkInDateTo|string|The latest possible check-in date in ISO 8601 format. 5190 +|stayDays|integer|The minimum number of days to stay. 5191 +|stayDaysTo|integer|The maximum number of days to stay. 5192 +|airlineCode|string|The code of the airline. This field can be empty. 5193 +|ticketType|string|The type of the ticket. This field can be empty. 5194 +|directFlightsOnly|boolean|Indicates whether to search for direct flights only. 5195 +|longConnectTime|boolean|Indicates whether to include flights with long connection times. 5196 +|adults|integer|The number of adults. 5197 +|children|integer|The number of children. 5198 +|childrenAges|array|An array of integers, each representing the age of a child. 5199 +|extendedSearch|boolean|Indicates whether to perform an extended search. 5200 +|totalPriceFrom|float|The minimum total price. 5201 +|totalPriceTo|float|The maximum total price. 5202 +|recommended|boolean|Indicates whether to include recommended packages. 5203 +|popular|boolean|Indicates whether to include popular packages. 5204 +|freeSale|boolean|Indicates whether to include free sale packages. 5205 +|groupByHotel|boolean|Indicates whether to group the results by hotel. 5206 +|hotelCodes|array|An array of strings, each representing a hotel code. This field can be empty. 5207 +|mealPlans|array|An array of meal plans. This field can be empty. 5208 +|hotelClasses|array|An array of hotel classes. This field can be empty. 5209 +|hotelTypes|array|An array of hotel types. This field can be empty. 5210 +|hotelServices|array|An array of hotel services. This field can be empty. 5211 +|pagingId|string|The paging ID for paginated results. This field can be empty. 5212 +|pageNumber|integer|The page number for paginated results. 5213 +|pageRowCount|integer|The number of rows per page for paginated results. 6083 6083 6084 -=== **Response Parameters** === 5215 +(% class="wikigeneratedid" %) 5216 +**Response Parameters** 6085 6085 6086 6086 (% class="table-bordered" %) 6087 -|=Key|=Type|=Description 6088 -|packages|Array|An array of travel packages. Each package includes various details about the package. 6089 -|packages[].id|String|A unique identifier for the package. This is used to uniquely identify each package. 6090 -|packages[].priceCurrency|String|The currency in which the price is denoted. This could be • KZT - ₸ • USD - $ • RUB - ₽ • EUR - € • UZS - ЛВ • AZN - ₼. 6091 -|packages[].totalPrice|Number|The total price of the package. This includes all costs associated with the package. 6092 -|packages[].agentCommissionPercent|Number|The commission percentage for the agent. This is the percentage of the total price that the agent receives as commission. 6093 -|packages[].agentCommissionAmount|Number|The commission amount for the agent. This is the actual amount the agent receives as commission. 6094 -|packages[].includedExtrasAmount|Number|The amount for the included extras. This is the cost of any extra services included in the package. 6095 -|packages[].priceDifference|Number|The price difference. This could be a discount or a price increase. 6096 -|packages[].hotel|Object|An object containing details about the hotel included in the package. This includes information like the hotel name, class, availability, etc. 6097 -|packages[].hotel.hotelPriceId|String|The price ID of the hotel. This is used to uniquely identify the price for the hotel. 6098 -|packages[].hotel.hotelName|String|The name of the hotel. This is the actual name of the hotel. 6099 -|packages[].hotel.hotelCode|String|The code of the hotel. This is a unique code used to identify the hotel. 6100 -|packages[].hotel.nights|Number|The number of nights for the stay. This is the duration of the stay at the hotel. 6101 -|packages[].hotel.mealPlan|String|The meal plan for the stay. This could be breakfast included, all inclusive, etc. 6102 -|packages[].hotel.hotelClass|String|The class of the hotel. This could be 3-star, 4-star, 5-star, etc. 6103 -|packages[].hotel.hotelColor|String|The color associated with the hotel. This could be used for categorization or visualization purposes. 6104 -|packages[].hotel.availabilityType|String|The availability type of the hotel. This could be available, sold out, etc. 6105 -|packages[].hotel.availableRoomsCount|Number|The count of available rooms. This is the number of rooms that are currently available at the hotel. 6106 -|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. 6107 -|packages[].hotel.roomCategoryCode|String|The code of the room category. This is a unique code used to identify the room category. 6108 -|packages[].hotel.roomCategoryName|String|The name of the room category. This is the actual name of the room category. 6109 -|packages[].hotel.placementTypeName|String|The name of the placement type. This could be sea view, garden view, etc. 6110 -|packages[].hotel.placementDescription|String|The description of the placement. This provides more details about the placement type. 6111 -|packages[].hotel.checkInDate|String|The check-in date. This is the date when the stay at the hotel begins. 6112 -|packages[].hotel.checkOutDate|String|The check-out date. This is the date when the stay at the hotel ends. 6113 -|packages[].hotel.adults|Number|The number of adults. This is the number of adults that will be staying at the hotel. 6114 -|packages[].hotel.children|Number|The number of children. This is the number of children that will be staying at the hotel. 6115 -|packages[].hotel.districtUID|String|The UID of the district. This is a unique identifier for the district where the hotel is located. 6116 -|packages[].hotel.districtName|String|The name of the district. This is the actual name of the district where the hotel is located. 6117 -|packages[].hotel.cityUID|String|The UID of the city. This is a unique identifier for the city where the hotel is located. 6118 -|packages[].hotel.cityName|String|The name of the city. This is the actual name of the city where the hotel is located. 6119 -|packages[].hotel.countryCode|String|The code of the country. This is a unique code used to identify the country where the hotel is located. 6120 -|packages[].hotel.countryName|String|The name of the country. This is the actual name of the country where the hotel is located. 6121 -|packages[].hotel.hasAlcohol|Boolean|A boolean indicating if alcohol is available. If true, it means that alcohol is available at the hotel. 6122 -|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. 6123 -|packages[].hotel.hasMetro|Boolean|A boolean indicating if metro is available. If true, it means that there is a metro station near the hotel. 6124 -|packages[].hotel.hasPool|Boolean|A boolean indicating if a pool is available. If true, it means that the hotel has a pool. 6125 -|packages[].hotel.hasMall|Boolean|A boolean indicating if a mall is available. If true, it means that there is a mall near the hotel. 6126 -|packages[].hotel.infantMaxAge|Number|The maximum age for an infant. This is the maximum age at which a person is considered an infant. 6127 -|packages[].hotel.childMinAge|Number|The minimum age for a child. This is the minimum age at which a person is considered a child. 6128 -|packages[].hotel.childMaxAge|Number|The maximum age for a child. This is the maximum age at which a person is considered a child. 6129 -|packages[].hotel.teenMinAge|Number|The minimum age for a teen. This is the minimum age at which a person is considered a teen. 6130 -|packages[].hotel.teenMaxAge|Number|The maximum age for a teen. This is the maximum age at which a person is considered a teen. 6131 -|packages[].hotel.adultMinAge|Number|The minimum age for an adult. This is the minimum age at which a person is considered an adult. 6132 -|packages[].hotel.cancellationPolicyDescription|String|The description of the cancellation policy. This provides more details about the cancellation policy of the hotel. 6133 -|packages[].hotel.cancellationPolicy|Object|An object containing details about the cancellation policy. This includes information like the cancellation deadline, cancellation fee, etc. 6134 -|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. 6135 -|packages[].flight.id|String|The ID of the flight. This is used to uniquely identify the flight. 6136 -|packages[].flight.departureDate|String|The departure date of the flight. This is the date when the flight departs. 6137 -|packages[].flight.returnDate|String|The return date of the flight. This is the date when the flight returns. 6138 -|packages[].flight.departureTicketsLeft|Number|The number of departure tickets left. This is the number of tickets that are still available for the departure flight. 6139 -|packages[].flight.returnTicketsLeft|Number|The number of return tickets left. This is the number of tickets that are still available for the return flight. 6140 -|packages[].flight.departureAvailabilityType|String|The availability type of the departure flight. This could be available, sold out, etc. 6141 -|packages[].flight.returnAvailabilityType|String|The availability type of the return flight. This could be available, sold out, etc. 6142 -|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. 6143 -|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. 6144 -|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. 6145 -|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 6146 -|packages[].flight.class|String|The class of the flight. This could be economy, business, first class, etc. 6147 -|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. 6148 -|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. 6149 -|packages[].flight.passengers|Array|An array containing details about the passengers. Each passenger includes information like the passenger type, baggage allowance, etc. 6150 -|packages[].extraServices|Array|An array of any extra services included in the package. Each service includes information like the service name, service price, etc. 6151 -|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. 6152 -|packages[].cacheKey|String|The cache key. This is used to cache the package details for faster retrieval. 6153 -|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. 6154 -|packages[].sortAirline|String|The airline for sorting. This is used to sort the packages based on the airline. 6155 -|packages[].sortHotelName|String|The hotel name for sorting. This is used to sort the packages based on the hotel name. 6156 -|packages[].sortDetails|String|The details for sorting. This is used to sort the packages based on various details. 6157 -|packages[].sortPlacement|String|The placement for sorting. This is used to sort the packages based on the placement. 6158 -|pagingId|String|An identifier for the page. This is used to uniquely identify each page of results. 6159 -|pageNumber|Number|The current page number. This is the number of the current page of results. 6160 -|pageCount|Number|The total number of pages. This is the total number of pages of results. 6161 -|totalCount|Number|The total count of packages. This is the total number of packages in all pages of results. 6162 -|error|Boolean|A boolean indicating whether there was an error. If true, it means that there was an error in retrieving the packages. 6163 -|((( 6164 -exchangeRate 6165 -)))|Integer|For example "exchangeRate": 480.0 it means that exchange rate is 480 from KZT to USD , 1 USD-480KZT 5219 +|=Field|=Type|=Description 5220 +|packages|array|An array of packages available. Each package contains: 5221 +|cacheKey|string|A unique identifier for the cache. 5222 +|id|string|A unique identifier for the package. 5223 +|priceCurrency|string|The currency in which the price is displayed. 5224 +|totalPrice|float|The total price of the package. 5225 +|agentCommissionPercent|float|The commission percentage for the agent. 5226 +|agentCommissionAmount|float|The commission amount for the agent. 5227 +|includedExtrasAmount|integer|The amount of extras included in the package. 5228 +|priceDifference|integer|The difference in price from the original price. 5229 +|hotel|object|An object containing details about the hotel. 5230 +|hotelPriceId|string|A unique identifier for the hotel price. 5231 +|providerId|integer|A unique identifier for the provider. 5232 +|hotelName|string|The name of the hotel. 5233 +|hotelCode|string|A unique code for the hotel. 5234 +|nigths|integer|The number of nights for the stay. 5235 +|mealPlan|string|The meal plan for the stay. 5236 +|hotelClass|string|The class or rating of the hotel. 5237 +|availabilityType|string|The availability type of the hotel. 5238 +|availableRoomsCount|integer|The number of available rooms in the hotel. 5239 +|fewRooms|boolean|Indicates whether there are few rooms left. 5240 +|roomCategoryCode|string|A unique code for the room category. 5241 +|roomCategoryName|string|The name of the room category. 5242 +|placementTypeName|string|The name of the placement type. 5243 +|checkInDate|string|The check-in date in ISO 8601 format. 5244 +|checkOutDate|string|The check-out date in ISO 8601 format. 5245 +|adults|integer|The number of adults for the stay. 5246 +|children|integer|The number of children for the stay. 5247 +|districtUID|string|A unique identifier for the district. 5248 +|districtName|string|The name of the district. 5249 +|cityUID|string|A unique identifier for the city. 5250 +|cityName|string|The name of the city. 5251 +|countryCode|string|The ISO 3166-1 alpha-2 country code. 5252 +|countryName|string|The name of the country. 5253 +|hasAlcohol|boolean|Indicates whether the hotel serves alcohol. 5254 +|hasFreeWifi|boolean|Indicates whether the hotel offers free Wi-Fi. 5255 +|hasMetro|boolean|Indicates whether the hotel is near a metro station. 5256 +|hasPool|boolean|Indicates whether the hotel has a pool. 5257 +|hasMall|boolean|Indicates whether the hotel is near a shopping mall. 5258 +|cancellationPolicyDescription|string|The description of the cancellation policy. 5259 +|cancellationPolicy|object|An object containing details about the cancellation policy. 5260 +|flight|object|An object containing details about the flight. 5261 +|id|string|A unique identifier for the flight. 5262 +|departureDate|string|The departure date in ISO 8601 format. 5263 +|returnDate|string|The return date in ISO 8601 format. 5264 +|departureTicketsLeft|integer|The number of departure tickets left. 5265 +|returnTicketsLeft|integer|The number of return tickets left. 5266 +|departureAvailabilityType|string|The availability type of the departure flight. 5267 +|returnAvailabilityType|string|The availability type of the return flight. 5268 +|isTwoWay|boolean|Indicates whether the flight is two-way. 5269 +|sameBaggageForAll|boolean|Indicates whether the same baggage is applicable for all passengers. 5270 +|totalBaggage|boolean|Indicates whether total baggage is included. 5271 +|departureSegments|array|An array of objects, each representing a departure segment. 5272 +|returnSegments|array|An array of objects, each representing a return segment. 5273 +|passengers|array|An array of objects, each representing a passenger. 5274 +|extraServices|array|An array of extra services included in the package. 5275 +|insurancePrice|object|An object containing details about the insurance price. 5276 +|pagingId|string|The paging ID for paginated results. 5277 +|pageNumber|integer|The page number for paginated results. 5278 +|pageCount|integer|The total number of pages. 5279 +|totalCount|integer|The total count of packages. 5280 +|error|boolean|Indicates whether there was an error. 6166 6166 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 + 6167 6167 ==== first request ==== 6168 6168 6169 6169 {{code language="Json"}} ... ... @@ -6174,12 +6174,10 @@ 6174 6174 } 6175 6175 {{/code}} 6176 6176 6177 -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. 6178 6178 6179 - 6180 6180 ==== Request with caching ==== 6181 6181 6182 -a fterreceivingresponsefrom first search request, in the end we can see pagingId- number,wchich we can use for caching, and(pageinatoin)forswitch pagenumbers, and displaying results as we whant.For cleaning cache, it's important to make new request withoutcllearpagingID, like this "pagingId": "",5300 +as we receive response, in the end we can see pagingId- number, chich we can use for caching, and then just switch pagenumbers. for cleaning cache, it's important to make new request without pagingID 6183 6183 6184 6184 {{code language="Json"}} 6185 6185 { ... ... @@ -6190,56 +6190,6 @@ 6190 6190 {{/code}} 6191 6191 6192 6192 6193 -**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. 6194 - 6195 -**Initial Request:** 6196 - 6197 -* **Purpose**: The first request initiates the paging process and is designed to fetch the initial set of data without utilizing a pagingId. 6198 -* **Parameters**: 6199 -** pagingId: Should be set to an empty string ("") to indicate that this is the initial request. 6200 -** pageNumber: Indicates the specific page of data to retrieve, starting with 1. 6201 -** pageRowCount: Specifies the number of results to be included on each page. 6202 - 6203 -**Example - First Request**: 6204 - 6205 -{{{{ 6206 - "pagingId": "", 6207 - "pageNumber": 1, 6208 - "pageRowCount": 10 6209 -} 6210 -}}} 6211 - 6212 - 6213 -**Subsequent Requests with Caching:** 6214 - 6215 -* **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. 6216 -* **Cache Utilization**: 6217 -** Upon receiving a response, a pagingId value is provided. This pagingId should be used in subsequent requests to reference the cached data. 6218 -** To navigate through the dataset, adjust the pageNumber while keeping the pagingId constant. 6219 -** To refresh the dataset and clear the cache, initiate a new request without a pagingId. 6220 - 6221 -**Example - Request with Caching**: 6222 - 6223 -{{{ { 6224 - "pagingId": "80", 6225 - "pageNumber": 2, // Adjusted to fetch the next page 6226 - "pageRowCount": 10 6227 - } 6228 -}}} 6229 - 6230 - 6231 -**Cache Management:** 6232 - 6233 -* 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. 6234 - 6235 -**Implementation Notes**: 6236 - 6237 -* The paging and caching mechanism significantly enhances data retrieval efficiency by minimizing server load and optimizing response times. 6238 -* Developers should ensure that the pagingId is correctly managed between requests to maintain session continuity and data consistency. 6239 - 6240 -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. 6241 - 6242 - 6243 6243 === search parameter options === 6244 6244 6245 6245 in the request body it's available to filter search results with parameters. parameter examples: ... ... @@ -6278,38 +6278,22 @@ 6278 6278 {{/code}} 6279 6279 6280 6280 6281 -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. 6282 -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. 6283 -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. 6284 -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. 6285 -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. 6286 6286 6287 6287 == Important == 6288 6288 6289 6289 {{error}} 6290 - ===ImplementingAuthorizationinSubsequentRequests===5353 +It's Important to in every other request header, put Auth token 6291 6291 6292 - Forevery API requestafter the initial authentication, it's crucial to include the authorizationtoken in the request header. This ensures your requests are authorized and can access the necessary resources. Here's how to properly include your token:5355 +**Key **- Authorization 6293 6293 6294 -* **Header Key:** Authorization 6295 -* **Header Value:** Bearer [Your Token Here] - Use the bearer token provided in the initial authentication response. The authorization type should be specified as Bearer Token. 5357 +**Value **- Bearer Token what is given in this response. 6296 6296 6297 -Additionally, to ensure your requests are properly formatted and recognized, include the following headers: 6298 6298 6299 -* **Content-Type:** Specify this header as application/json to indicate the format of the request body. 6300 -* **Header Key:** X-nugios-timezone 6301 -* **Header Value:** 240 - Adjust this value to match your local timezone offset in minutes. 5360 +**also note in headers that:** 6302 6302 6303 -Incorporating these headers with their respective values is essential for the successful processing of your API requests. 6304 -{{/error}} 5362 +Content-Type - application/json 6305 6305 5364 +**Key - **X-nugios-timezone 6306 6306 6307 - 6308 -(% class="box errormessage" %) 6309 -((( 6310 -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: 6311 - 6312 -[[image:https://xwiki.nugios.com/xwiki/bin/download/APIs/Online%20API/TourPackages/WebHome/1713191255012-154.png?rev=1.1||alt="1713191255012-154.png"]] 6313 - 6314 -in the given example it means that insurance service is mandatory for the tourpackage. 6315 -))) 5366 +**Value **- 240 5367 +{{/error}}