Changes for page SearchTourPackages - Basic Version
Last modified by Giorgi Mdivnishvili on 2025/10/22 13:39
From version 23.1
edited by Giorgi Mdivnishvili
on 2024/07/11 12:44
on 2024/07/11 12:44
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,32 +6,11 @@ 6 6 7 7 = Method Description = 8 8 9 +Tour package mean, tour with hotel and flight together. Using this method gives data about full package availability with flight and hotel options. 9 9 10 - ===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 - 35 35 == Endpoint URL - [POST] == 36 36 37 37 {{info}} ... ... @@ -67,38 +67,7 @@ 67 67 } 68 68 {{/code}} 69 69 70 -== Request example for 2Adults 2Child == 71 71 72 -{{code language="Json"}} 73 - 74 - 75 -{ 76 - "departureCountryCode": "KZ", 77 - "departureCityUID": "f0ba6324-f337-405c-8cc7-23d62cf664e8", 78 - "arrivalCountryCode": "AE", 79 - "adults": 2, 80 - "children": 2, 81 - "childrenAges": [ 82 - 4, 83 - 8 84 - ], 85 - "departureDate": "2024-08-26T00:00:00", 86 - "returnDate": "2024-09-02T00:00:00", 87 - "departureAndReturnDaysCount": 7, 88 - "checkInDate": "2024-08-26T00:00:00", 89 - "checkOutDate": "2024-09-02T00:00:00", 90 - "checkInAndCheckOutDaysCount": 7, 91 - "directFlightsOnly": true, 92 - "searchCurrency": "KZT", 93 - 94 - "pagingId": "", 95 - "pageNumber": 1, 96 - "pageRowCount":5 97 - 98 -} 99 -{{/code}} 100 - 101 - 102 102 == Response Body == 103 103 104 104 {{code language="json"}} ... ... @@ -284,71 +284,72 @@ 284 284 { 285 285 "packages": [ 286 286 { 287 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:956bd513-fd7f-4f58-a08d-78a5f0e342c5:04abb186-80f6-4808-bce4-ae97cef85c51",235 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:3a85de4a-96e0-4ca8-b116-412a2a5c6bd3:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 288 288 "priceCurrency": "USD", 289 - "totalPrice": 1470.11,290 - "agentCommissionPercent": 9.0,291 - "agentCommissionAmount": 132.31,237 + "totalPrice": 909.78, 238 + "agentCommissionPercent": 0.0, 239 + "agentCommissionAmount": 0.0, 292 292 "includedExtrasAmount": 0, 293 293 "priceDifference": 0, 294 294 "hotel": { 295 - "hotelPriceId": " 956bd513-fd7f-4f58-a08d-78a5f0e342c5",296 - "hotelName": " Fujairah RotanaResortSpa",297 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",298 - "nig hts": 7,243 + "hotelPriceId": "3a85de4a-96e0-4ca8-b116-412a2a5c6bd3", 244 + "hotelName": "CityMax Sharjah", 245 + "hotelCode": "CMAXBSHJNUG", 246 + "nigths": 7, 299 299 "mealPlan": "BB", 300 - "hotelClass": " 5",301 - "hotelColor": "# 000000",248 + "hotelClass": "3", 249 + "hotelColor": "#228B22", 302 302 "availabilityType": "FreeSale", 303 303 "availableRoomsCount": 0, 304 304 "fewRooms": true, 305 - "roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076", 306 - "roomCategoryName": "King Guest Room", 307 - "placementTypeName": "DBL", 308 - "checkInDate": "2024-09-07T00:00:00", 309 - "checkOutDate": "2024-09-14T00:00:00", 253 + "roomCategoryCode": "DBL", 254 + "roomCategoryName": "Standard Room", 255 + "placementTypeName": "2 Adults", 256 + "placementDescription": "MARPROMDMC02/RUS", 257 + "checkInDate": "2024-05-25T00:00:00.000", 258 + "checkOutDate": "2024-06-01T00:00:00.000", 310 310 "adults": 2, 311 311 "children": 0, 312 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",313 - "districtName": " Al Aqah",314 - "cityUID": " 857a6d87-d1e4-4a17-a867-c65307559222",315 - "cityName": " Fujairah",261 + "districtUID": "7ac1bbc8-59ea-4977-b272-ed8553f94f9b", 262 + "districtName": "Sharjah", 263 + "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6", 264 + "cityName": "Sharjah", 316 316 "countryCode": "AE", 317 317 "countryName": "United Arab Emirates", 318 - "hasAlcohol": true,267 + "hasAlcohol": false, 319 319 "hasFreeWifi": true, 320 320 "hasMetro": false, 321 - "hasPool": true,322 - "hasMall": false,323 - "infantMaxAge": 1.99,324 - "childMinAge": 2.0,270 + "hasPool": false, 271 + "hasMall": true, 272 + "infantMaxAge": 4.99, 273 + "childMinAge": 5.0, 325 325 "childMaxAge": 11.99, 326 326 "teenMinAge": 0.0, 327 327 "teenMaxAge": 0.0, 328 328 "adultMinAge": 12.0, 329 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00%, Early Departure: 100.00%, NoShow: 100.00%",278 + "cancellationPolicyDescription": "Cancellation Policy: 2 Day Before Arrival: 1.00 Night, Early Departure: 1.00 Night, NoShow: 1.00 Night", 330 330 "cancellationPolicy": { 331 - "noShowChargeValue": 1 00.0,332 - "noShowChargeValueType": " %",333 - "earlyDepartureChargeValue": 1 00.0,334 - "earlyDepartureChargeValueType": " %",280 + "noShowChargeValue": 1.0, 281 + "noShowChargeValueType": "Night", 282 + "earlyDepartureChargeValue": 1.0, 283 + "earlyDepartureChargeValueType": "Night", 335 335 "conditions": [ 336 336 { 337 - "timeunits": 4,286 + "timeunits": 2, 338 338 "timeunitType": "Day", 339 339 "timeOffsetTypeName": "Before Arrival", 340 - "chargeValue": 1 00.0,341 - "chargeValueType": " %"289 + "chargeValue": 1.0, 290 + "chargeValueType": "Night" 342 342 } 343 343 ] 344 344 } 345 345 }, 346 346 "flight": { 347 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",348 - "departureDate": "2024-0 9-07T00:00:00",349 - "returnDate": "2024-0 9-14T00:00:00",350 - "departureTicketsLeft": 24,351 - "returnTicketsLeft": 17,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, 352 352 "departureAvailabilityType": "FreeSale", 353 353 "returnAvailabilityType": "FreeSale", 354 354 "isTwoWay": true, ... ... @@ -364,13 +364,13 @@ 364 364 "class": "Economy", 365 365 "lugageWeight": 20, 366 366 "handLugageWeight": 6, 367 - "departureFlightDate": "2024-0 9-07T03:40:00.000",316 + "departureFlightDate": "2024-05-25T03:35:00.000", 368 368 "departureCountryName": "Kazakhstan", 369 369 "departureCityName": "Almaty", 370 370 "departureAirportCode": "ALA", 371 371 "departureAirportName": "Almaty Intl Airport", 372 372 "departureTerminalCode": "ALA", 373 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",322 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 374 374 "arrivalCountryName": "United Arab Emirates", 375 375 "arrivalCityName": "Dubai", 376 376 "arrivalAirportCode": "DXB", ... ... @@ -387,13 +387,13 @@ 387 387 "class": "Economy", 388 388 "lugageWeight": 20, 389 389 "handLugageWeight": 6, 390 - "departureFlightDate": "2024-0 9-14T21:30:00.000",339 + "departureFlightDate": "2024-06-01T21:25:00.000", 391 391 "departureCountryName": "United Arab Emirates", 392 392 "departureCityName": "Dubai", 393 393 "departureAirportCode": "DXB", 394 394 "departureAirportName": "Dubai Intl Airport", 395 395 "departureTerminalCode": "DXB3", 396 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",345 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 397 397 "arrivalCountryName": "Kazakhstan", 398 398 "arrivalCityName": "Almaty", 399 399 "arrivalAirportCode": "ALA", ... ... @@ -404,7 +404,7 @@ 404 404 ], 405 405 "passengers": [ 406 406 { 407 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",356 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 408 408 "isAdult": true, 409 409 "selectedForwardBaggageCode": "INCLUDED", 410 410 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -428,7 +428,7 @@ 428 428 ] 429 429 }, 430 430 { 431 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",380 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 432 432 "isAdult": true, 433 433 "selectedForwardBaggageCode": "INCLUDED", 434 434 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -454,59 +454,65 @@ 454 454 ] 455 455 }, 456 456 "extraServices": [], 457 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:1", 458 - "sortCheckInOut": "07.09.2024-14.09.2024", 406 + "insurancePrice": { 407 + "name": "Medical INS (N10000)", 408 + "price": 35.84, 409 + "actualStartDate": "2024-05-25T00:00:00.000", 410 + "actualEndDate": "2024-06-01T00:00:00.000", 411 + "optional": false, 412 + "includedInPackagePrice": true 413 + }, 414 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:1", 415 + "sortCheckInOut": "25.05.2024-01.06.2024", 459 459 "sortAirline": "fly dubai", 460 - "sortHotelName": " fujairah rotanaresort spa",417 + "sortHotelName": "citymax sharjah", 461 461 "sortDetails": "bb", 462 - "sortPlacement": "king guest room dbl", 463 - "subList": [], 464 - "exchangeRate": 480.0 419 + "sortPlacement": "standard room 2 adults" 465 465 }, 466 466 { 467 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:021039ae-7ff6-41dd-813a-f1905665a133:04abb186-80f6-4808-bce4-ae97cef85c51",422 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:8a3333d9-d194-4ddc-a248-1c426455ff2c:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 468 468 "priceCurrency": "USD", 469 - "totalPrice": 1 470.11,470 - "agentCommissionPercent": 9.0,471 - "agentCommissionAmount": 132.31,424 + "totalPrice": 915.64, 425 + "agentCommissionPercent": 0.0, 426 + "agentCommissionAmount": 0.0, 472 472 "includedExtrasAmount": 0, 473 473 "priceDifference": 0, 474 474 "hotel": { 475 - "hotelPriceId": " 021039ae-7ff6-41dd-813a-f1905665a133",476 - "hotelName": " FujairahRotanaResort Spa",477 - "hotelCode": "c a511ddc-3ad8-46ed-8ad0-c68cc3e8488e",478 - "nig hts": 7,479 - "mealPlan": " BB",480 - "hotelClass": " 5",430 + "hotelPriceId": "8a3333d9-d194-4ddc-a248-1c426455ff2c", 431 + "hotelName": "Super 8 by Wyndham Dubai", 432 + "hotelCode": "b2cbbd4b-5723-4ca0-a390-94c541bb8e5e", 433 + "nigths": 7, 434 + "mealPlan": "RO", 435 + "hotelClass": "2", 481 481 "hotelColor": "#000000", 482 482 "availabilityType": "FreeSale", 483 483 "availableRoomsCount": 0, 484 484 "fewRooms": true, 485 - "roomCategoryCode": " e6019a5a-760a-4cb1-9117-643ced101fb5",486 - "roomCategoryName": " Twin GuestRoom",440 + "roomCategoryCode": "c1c63fa2-bb58-4604-8496-a2b76627214d", 441 + "roomCategoryName": "Superior room souk view", 487 487 "placementTypeName": "DBL", 488 - "checkInDate": "2024-0 9-07T00:00:00",489 - "checkOutDate": "2024-0 9-14T00:00:00",443 + "checkInDate": "2024-05-25T00:00:00.000", 444 + "checkOutDate": "2024-06-01T00:00:00.000", 490 490 "adults": 2, 491 491 "children": 0, 492 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",493 - "districtName": " Al Aqah",494 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",495 - "cityName": " Fujairah",447 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 448 + "districtName": "Deira", 449 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 450 + "cityName": "Dubai", 496 496 "countryCode": "AE", 497 497 "countryName": "United Arab Emirates", 498 - "hasAlcohol": true,453 + "hasAlcohol": false, 499 499 "hasFreeWifi": true, 500 500 "hasMetro": false, 501 - "hasPool": true,456 + "hasPool": false, 502 502 "hasMall": false, 503 - "infantMaxAge": 1.99,504 - "childMinAge": 2.0,458 + "infantMaxAge": 5.99, 459 + "childMinAge": 6.0, 505 505 "childMaxAge": 11.99, 506 506 "teenMinAge": 0.0, 507 507 "teenMaxAge": 0.0, 508 508 "adultMinAge": 12.0, 509 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00%, Early Departure: 100.00 %, NoShow: 100.00 %",464 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 510 510 "cancellationPolicy": { 511 511 "noShowChargeValue": 100.0, 512 512 "noShowChargeValueType": "%", ... ... @@ -514,21 +514,21 @@ 514 514 "earlyDepartureChargeValueType": "%", 515 515 "conditions": [ 516 516 { 517 - "timeunits": 4,472 + "timeunits": 1, 518 518 "timeunitType": "Day", 519 519 "timeOffsetTypeName": "Before Arrival", 520 - "chargeValue": 1 00.0,521 - "chargeValueType": " %"475 + "chargeValue": 1.0, 476 + "chargeValueType": "Night" 522 522 } 523 523 ] 524 524 } 525 525 }, 526 526 "flight": { 527 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",528 - "departureDate": "2024-0 9-07T00:00:00",529 - "returnDate": "2024-0 9-14T00:00:00",530 - "departureTicketsLeft": 24,531 - "returnTicketsLeft": 17,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, 532 532 "departureAvailabilityType": "FreeSale", 533 533 "returnAvailabilityType": "FreeSale", 534 534 "isTwoWay": true, ... ... @@ -544,13 +544,13 @@ 544 544 "class": "Economy", 545 545 "lugageWeight": 20, 546 546 "handLugageWeight": 6, 547 - "departureFlightDate": "2024-0 9-07T03:40:00.000",502 + "departureFlightDate": "2024-05-25T03:35:00.000", 548 548 "departureCountryName": "Kazakhstan", 549 549 "departureCityName": "Almaty", 550 550 "departureAirportCode": "ALA", 551 551 "departureAirportName": "Almaty Intl Airport", 552 552 "departureTerminalCode": "ALA", 553 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",508 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 554 554 "arrivalCountryName": "United Arab Emirates", 555 555 "arrivalCityName": "Dubai", 556 556 "arrivalAirportCode": "DXB", ... ... @@ -567,13 +567,13 @@ 567 567 "class": "Economy", 568 568 "lugageWeight": 20, 569 569 "handLugageWeight": 6, 570 - "departureFlightDate": "2024-0 9-14T21:30:00.000",525 + "departureFlightDate": "2024-06-01T21:25:00.000", 571 571 "departureCountryName": "United Arab Emirates", 572 572 "departureCityName": "Dubai", 573 573 "departureAirportCode": "DXB", 574 574 "departureAirportName": "Dubai Intl Airport", 575 575 "departureTerminalCode": "DXB3", 576 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",531 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 577 577 "arrivalCountryName": "Kazakhstan", 578 578 "arrivalCityName": "Almaty", 579 579 "arrivalAirportCode": "ALA", ... ... @@ -584,7 +584,7 @@ 584 584 ], 585 585 "passengers": [ 586 586 { 587 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",542 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 588 588 "isAdult": true, 589 589 "selectedForwardBaggageCode": "INCLUDED", 590 590 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -608,7 +608,7 @@ 608 608 ] 609 609 }, 610 610 { 611 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",566 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 612 612 "isAdult": true, 613 613 "selectedForwardBaggageCode": "INCLUDED", 614 614 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -634,59 +634,65 @@ 634 634 ] 635 635 }, 636 636 "extraServices": [], 637 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:2", 638 - "sortCheckInOut": "07.09.2024-14.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", 639 639 "sortAirline": "fly dubai", 640 - "sortHotelName": "fujairah rotana resort spa", 641 - "sortDetails": "bb", 642 - "sortPlacement": "twin guest room dbl", 643 - "subList": [], 644 - "exchangeRate": 480.0 603 + "sortHotelName": "super 8 by wyndham dubai", 604 + "sortDetails": "ro", 605 + "sortPlacement": "superior room souk view dbl" 645 645 }, 646 646 { 647 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:4e5c12ae-c66d-41f8-9a57-44f265cfb1a4:04abb186-80f6-4808-bce4-ae97cef85c51",608 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:5407fa92-2e95-4c8b-9934-c9c15a289a31:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 648 648 "priceCurrency": "USD", 649 - "totalPrice": 1470.11,650 - "agentCommissionPercent": 9.0,651 - "agentCommissionAmount": 132.31,610 + "totalPrice": 929.99, 611 + "agentCommissionPercent": 0.0, 612 + "agentCommissionAmount": 0.0, 652 652 "includedExtrasAmount": 0, 653 653 "priceDifference": 0, 654 654 "hotel": { 655 - "hotelPriceId": " 4e5c12ae-c66d-41f8-9a57-44f265cfb1a4",656 - "hotelName": " FujairahRotana Resort Spa",657 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",658 - "nig hts": 7,659 - "mealPlan": " BB",660 - "hotelClass": " 5",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, 620 + "mealPlan": "RO", 621 + "hotelClass": "3", 661 661 "hotelColor": "#000000", 662 662 "availabilityType": "FreeSale", 663 663 "availableRoomsCount": 0, 664 664 "fewRooms": true, 665 - "roomCategoryCode": " e6019a5a-760a-4cb1-9117-643ced101fb5",666 - "roomCategoryName": " Twin GuestRoom",626 + "roomCategoryCode": "d0f5631f-aefd-4ddc-8f90-9ae0c18730af", 627 + "roomCategoryName": "Superior City View King", 667 667 "placementTypeName": "DBL", 668 - "checkInDate": "2024-0 9-07T00:00:00",669 - "checkOutDate": "2024-0 9-14T00:00:00",629 + "checkInDate": "2024-05-25T00:00:00.000", 630 + "checkOutDate": "2024-06-01T00:00:00.000", 670 670 "adults": 2, 671 671 "children": 0, 672 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",673 - "districtName": " Al Aqah",674 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",675 - "cityName": " Fujairah",633 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 634 + "districtName": "Deira", 635 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 636 + "cityName": "Dubai", 676 676 "countryCode": "AE", 677 677 "countryName": "United Arab Emirates", 678 - "hasAlcohol": true,639 + "hasAlcohol": false, 679 679 "hasFreeWifi": true, 680 - "hasMetro": false,681 - "hasPool": true,641 + "hasMetro": true, 642 + "hasPool": false, 682 682 "hasMall": false, 683 - "infantMaxAge": 1.99,684 - "childMinAge": 2.0,644 + "infantMaxAge": 5.99, 645 + "childMinAge": 6.0, 685 685 "childMaxAge": 11.99, 686 686 "teenMinAge": 0.0, 687 687 "teenMaxAge": 0.0, 688 688 "adultMinAge": 12.0, 689 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00%, Early Departure: 100.00 %, NoShow: 100.00 %",650 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 690 690 "cancellationPolicy": { 691 691 "noShowChargeValue": 100.0, 692 692 "noShowChargeValueType": "%", ... ... @@ -694,21 +694,21 @@ 694 694 "earlyDepartureChargeValueType": "%", 695 695 "conditions": [ 696 696 { 697 - "timeunits": 4,658 + "timeunits": 1, 698 698 "timeunitType": "Day", 699 699 "timeOffsetTypeName": "Before Arrival", 700 - "chargeValue": 1 00.0,701 - "chargeValueType": " %"661 + "chargeValue": 1.0, 662 + "chargeValueType": "Night" 702 702 } 703 703 ] 704 704 } 705 705 }, 706 706 "flight": { 707 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",708 - "departureDate": "2024-0 9-07T00:00:00",709 - "returnDate": "2024-0 9-14T00:00:00",710 - "departureTicketsLeft": 24,711 - "returnTicketsLeft": 17,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, 712 712 "departureAvailabilityType": "FreeSale", 713 713 "returnAvailabilityType": "FreeSale", 714 714 "isTwoWay": true, ... ... @@ -724,13 +724,13 @@ 724 724 "class": "Economy", 725 725 "lugageWeight": 20, 726 726 "handLugageWeight": 6, 727 - "departureFlightDate": "2024-0 9-07T03:40:00.000",688 + "departureFlightDate": "2024-05-25T03:35:00.000", 728 728 "departureCountryName": "Kazakhstan", 729 729 "departureCityName": "Almaty", 730 730 "departureAirportCode": "ALA", 731 731 "departureAirportName": "Almaty Intl Airport", 732 732 "departureTerminalCode": "ALA", 733 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",694 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 734 734 "arrivalCountryName": "United Arab Emirates", 735 735 "arrivalCityName": "Dubai", 736 736 "arrivalAirportCode": "DXB", ... ... @@ -747,13 +747,13 @@ 747 747 "class": "Economy", 748 748 "lugageWeight": 20, 749 749 "handLugageWeight": 6, 750 - "departureFlightDate": "2024-0 9-14T21:30:00.000",711 + "departureFlightDate": "2024-06-01T21:25:00.000", 751 751 "departureCountryName": "United Arab Emirates", 752 752 "departureCityName": "Dubai", 753 753 "departureAirportCode": "DXB", 754 754 "departureAirportName": "Dubai Intl Airport", 755 755 "departureTerminalCode": "DXB3", 756 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",717 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 757 757 "arrivalCountryName": "Kazakhstan", 758 758 "arrivalCityName": "Almaty", 759 759 "arrivalAirportCode": "ALA", ... ... @@ -764,7 +764,7 @@ 764 764 ], 765 765 "passengers": [ 766 766 { 767 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",728 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 768 768 "isAdult": true, 769 769 "selectedForwardBaggageCode": "INCLUDED", 770 770 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -788,7 +788,7 @@ 788 788 ] 789 789 }, 790 790 { 791 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",752 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 792 792 "isAdult": true, 793 793 "selectedForwardBaggageCode": "INCLUDED", 794 794 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -814,59 +814,65 @@ 814 814 ] 815 815 }, 816 816 "extraServices": [], 817 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:3", 818 - "sortCheckInOut": "07.09.2024-14.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", 819 819 "sortAirline": "fly dubai", 820 - "sortHotelName": "fujairah rotana resort spa", 821 - "sortDetails": "bb", 822 - "sortPlacement": "twin guest room dbl", 823 - "subList": [], 824 - "exchangeRate": 480.0 789 + "sortHotelName": "days by wyndham dubai deira hotel", 790 + "sortDetails": "ro", 791 + "sortPlacement": "superior city view king dbl" 825 825 }, 826 826 { 827 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:041b1313-3161-4bef-b77b-175364412285:04abb186-80f6-4808-bce4-ae97cef85c51",794 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:a05a7dbf-9618-467e-b9db-018bda3057dd:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 828 828 "priceCurrency": "USD", 829 - "totalPrice": 1470.11,830 - "agentCommissionPercent": 9.0,831 - "agentCommissionAmount": 132.31,796 + "totalPrice": 929.99, 797 + "agentCommissionPercent": 0.0, 798 + "agentCommissionAmount": 0.0, 832 832 "includedExtrasAmount": 0, 833 833 "priceDifference": 0, 834 834 "hotel": { 835 - "hotelPriceId": "0 41b1313-3161-4bef-b77b-175364412285",836 - "hotelName": " FujairahRotana Resort Spa",837 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",838 - "nig hts": 7,839 - "mealPlan": " BB",840 - "hotelClass": " 5",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, 806 + "mealPlan": "RO", 807 + "hotelClass": "3", 841 841 "hotelColor": "#000000", 842 842 "availabilityType": "FreeSale", 843 843 "availableRoomsCount": 0, 844 844 "fewRooms": true, 845 - "roomCategoryCode": " 53bd7e89-2c04-4944-b706-be67857fc076",846 - "roomCategoryName": " King GuestRoom",812 + "roomCategoryCode": "c472d23f-b127-467f-8098-300012b05f48", 813 + "roomCategoryName": "Superior City View Twin", 847 847 "placementTypeName": "DBL", 848 - "checkInDate": "2024-0 9-07T00:00:00",849 - "checkOutDate": "2024-0 9-14T00:00:00",815 + "checkInDate": "2024-05-25T00:00:00.000", 816 + "checkOutDate": "2024-06-01T00:00:00.000", 850 850 "adults": 2, 851 851 "children": 0, 852 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",853 - "districtName": " Al Aqah",854 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",855 - "cityName": " Fujairah",819 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 820 + "districtName": "Deira", 821 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 822 + "cityName": "Dubai", 856 856 "countryCode": "AE", 857 857 "countryName": "United Arab Emirates", 858 - "hasAlcohol": true,825 + "hasAlcohol": false, 859 859 "hasFreeWifi": true, 860 - "hasMetro": false,861 - "hasPool": true,827 + "hasMetro": true, 828 + "hasPool": false, 862 862 "hasMall": false, 863 - "infantMaxAge": 1.99,864 - "childMinAge": 2.0,830 + "infantMaxAge": 5.99, 831 + "childMinAge": 6.0, 865 865 "childMaxAge": 11.99, 866 866 "teenMinAge": 0.0, 867 867 "teenMaxAge": 0.0, 868 868 "adultMinAge": 12.0, 869 - "cancellationPolicyDescription": "Cancellation Policy: 4Day Before Arrival: 100.00%, Early Departure: 100.00 %, NoShow: 100.00 %",836 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 870 870 "cancellationPolicy": { 871 871 "noShowChargeValue": 100.0, 872 872 "noShowChargeValueType": "%", ... ... @@ -874,21 +874,21 @@ 874 874 "earlyDepartureChargeValueType": "%", 875 875 "conditions": [ 876 876 { 877 - "timeunits": 4,844 + "timeunits": 1, 878 878 "timeunitType": "Day", 879 879 "timeOffsetTypeName": "Before Arrival", 880 - "chargeValue": 1 00.0,881 - "chargeValueType": " %"847 + "chargeValue": 1.0, 848 + "chargeValueType": "Night" 882 882 } 883 883 ] 884 884 } 885 885 }, 886 886 "flight": { 887 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",888 - "departureDate": "2024-0 9-07T00:00:00",889 - "returnDate": "2024-0 9-14T00:00:00",890 - "departureTicketsLeft": 24,891 - "returnTicketsLeft": 17,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, 892 892 "departureAvailabilityType": "FreeSale", 893 893 "returnAvailabilityType": "FreeSale", 894 894 "isTwoWay": true, ... ... @@ -904,13 +904,13 @@ 904 904 "class": "Economy", 905 905 "lugageWeight": 20, 906 906 "handLugageWeight": 6, 907 - "departureFlightDate": "2024-0 9-07T03:40:00.000",874 + "departureFlightDate": "2024-05-25T03:35:00.000", 908 908 "departureCountryName": "Kazakhstan", 909 909 "departureCityName": "Almaty", 910 910 "departureAirportCode": "ALA", 911 911 "departureAirportName": "Almaty Intl Airport", 912 912 "departureTerminalCode": "ALA", 913 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",880 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 914 914 "arrivalCountryName": "United Arab Emirates", 915 915 "arrivalCityName": "Dubai", 916 916 "arrivalAirportCode": "DXB", ... ... @@ -927,13 +927,13 @@ 927 927 "class": "Economy", 928 928 "lugageWeight": 20, 929 929 "handLugageWeight": 6, 930 - "departureFlightDate": "2024-0 9-14T21:30:00.000",897 + "departureFlightDate": "2024-06-01T21:25:00.000", 931 931 "departureCountryName": "United Arab Emirates", 932 932 "departureCityName": "Dubai", 933 933 "departureAirportCode": "DXB", 934 934 "departureAirportName": "Dubai Intl Airport", 935 935 "departureTerminalCode": "DXB3", 936 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",903 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 937 937 "arrivalCountryName": "Kazakhstan", 938 938 "arrivalCityName": "Almaty", 939 939 "arrivalAirportCode": "ALA", ... ... @@ -944,7 +944,7 @@ 944 944 ], 945 945 "passengers": [ 946 946 { 947 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",914 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 948 948 "isAdult": true, 949 949 "selectedForwardBaggageCode": "INCLUDED", 950 950 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -968,7 +968,7 @@ 968 968 ] 969 969 }, 970 970 { 971 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",938 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 972 972 "isAdult": true, 973 973 "selectedForwardBaggageCode": "INCLUDED", 974 974 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -994,58 +994,64 @@ 994 994 ] 995 995 }, 996 996 "extraServices": [], 997 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:4", 998 - "sortCheckInOut": "07.09.2024-14.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", 999 999 "sortAirline": "fly dubai", 1000 - "sortHotelName": "fujairah rotana resort spa", 1001 - "sortDetails": "bb", 1002 - "sortPlacement": "king guest room dbl", 1003 - "subList": [], 1004 - "exchangeRate": 480.0 975 + "sortHotelName": "days by wyndham dubai deira hotel", 976 + "sortDetails": "ro", 977 + "sortPlacement": "superior city view twin dbl" 1005 1005 }, 1006 1006 { 1007 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:e07af67f-48e8-493f-bc5e-c2d6aa711298:04abb186-80f6-4808-bce4-ae97cef85c51",980 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:f390546d-c849-4c7f-859d-941993d48cef:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1008 1008 "priceCurrency": "USD", 1009 - "totalPrice": 1494.11,1010 - "agentCommissionPercent": 9.0,1011 - "agentCommissionAmount": 134.47,982 + "totalPrice": 935.88, 983 + "agentCommissionPercent": 0.0, 984 + "agentCommissionAmount": 0.0, 1012 1012 "includedExtrasAmount": 0, 1013 1013 "priceDifference": 0, 1014 1014 "hotel": { 1015 - "hotelPriceId": " e07af67f-48e8-493f-bc5e-c2d6aa711298",1016 - "hotelName": " Le Meridien Al AqahBeachResort",1017 - "hotelCode": " 63300069-0631-4c34-946e-d2ca9753ff6e",1018 - "nig hts": 7,988 + "hotelPriceId": "f390546d-c849-4c7f-859d-941993d48cef", 989 + "hotelName": "CityMax Sharjah", 990 + "hotelCode": "f10768c7-00e3-4eb5-a406-769f379884f2", 991 + "nigths": 7, 1019 1019 "mealPlan": "BB", 1020 - "hotelClass": " 5",993 + "hotelClass": "3", 1021 1021 "hotelColor": "#000000", 1022 1022 "availabilityType": "FreeSale", 1023 1023 "availableRoomsCount": 0, 1024 1024 "fewRooms": true, 1025 - "roomCategoryCode": " 97ccbf2f-7195-4eea-9d45-926fbe73b482",1026 - "roomCategoryName": " Deluxe Guest Room",998 + "roomCategoryCode": "bc42c036-9a73-48e4-b4d0-4749e6172dc1", 999 + "roomCategoryName": "Standard Room", 1027 1027 "placementTypeName": "DBL", 1028 - "checkInDate": "2024-0 9-07T00:00:00",1029 - "checkOutDate": "2024-0 9-14T00:00:00",1001 + "checkInDate": "2024-05-25T00:00:00.000", 1002 + "checkOutDate": "2024-06-01T00:00:00.000", 1030 1030 "adults": 2, 1031 1031 "children": 0, 1032 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",1033 - "districtName": " Al Aqah",1034 - "cityUID": " 857a6d87-d1e4-4a17-a867-c65307559222",1035 - "cityName": " Fujairah",1005 + "districtUID": "7ac1bbc8-59ea-4977-b272-ed8553f94f9b", 1006 + "districtName": "Sharjah", 1007 + "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6", 1008 + "cityName": "Sharjah", 1036 1036 "countryCode": "AE", 1037 1037 "countryName": "United Arab Emirates", 1038 - "hasAlcohol": true,1011 + "hasAlcohol": false, 1039 1039 "hasFreeWifi": true, 1040 1040 "hasMetro": false, 1041 - "hasPool": true,1042 - "hasMall": false,1043 - "infantMaxAge": 1.99,1044 - "childMinAge": 2.0,1014 + "hasPool": false, 1015 + "hasMall": true, 1016 + "infantMaxAge": 4.99, 1017 + "childMinAge": 5.0, 1045 1045 "childMaxAge": 11.99, 1046 - "teenMinAge": 12.0,1047 - "teenMaxAge": 15.99,1048 - "adultMinAge": 1 6.0,1019 + "teenMinAge": 0.0, 1020 + "teenMaxAge": 0.0, 1021 + "adultMinAge": 12.0, 1049 1049 "cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 1050 1050 "cancellationPolicy": { 1051 1051 "noShowChargeValue": 100.0, ... ... @@ -1064,11 +1064,11 @@ 1064 1064 } 1065 1065 }, 1066 1066 "flight": { 1067 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",1068 - "departureDate": "2024-0 9-07T00:00:00",1069 - "returnDate": "2024-0 9-14T00:00:00",1070 - "departureTicketsLeft": 24,1071 - "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, 1072 1072 "departureAvailabilityType": "FreeSale", 1073 1073 "returnAvailabilityType": "FreeSale", 1074 1074 "isTwoWay": true, ... ... @@ -1084,13 +1084,13 @@ 1084 1084 "class": "Economy", 1085 1085 "lugageWeight": 20, 1086 1086 "handLugageWeight": 6, 1087 - "departureFlightDate": "2024-0 9-07T03:40:00.000",1060 + "departureFlightDate": "2024-05-25T03:35:00.000", 1088 1088 "departureCountryName": "Kazakhstan", 1089 1089 "departureCityName": "Almaty", 1090 1090 "departureAirportCode": "ALA", 1091 1091 "departureAirportName": "Almaty Intl Airport", 1092 1092 "departureTerminalCode": "ALA", 1093 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",1066 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 1094 1094 "arrivalCountryName": "United Arab Emirates", 1095 1095 "arrivalCityName": "Dubai", 1096 1096 "arrivalAirportCode": "DXB", ... ... @@ -1107,13 +1107,13 @@ 1107 1107 "class": "Economy", 1108 1108 "lugageWeight": 20, 1109 1109 "handLugageWeight": 6, 1110 - "departureFlightDate": "2024-0 9-14T21:30:00.000",1083 + "departureFlightDate": "2024-06-01T21:25:00.000", 1111 1111 "departureCountryName": "United Arab Emirates", 1112 1112 "departureCityName": "Dubai", 1113 1113 "departureAirportCode": "DXB", 1114 1114 "departureAirportName": "Dubai Intl Airport", 1115 1115 "departureTerminalCode": "DXB3", 1116 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",1089 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 1117 1117 "arrivalCountryName": "Kazakhstan", 1118 1118 "arrivalCityName": "Almaty", 1119 1119 "arrivalAirportCode": "ALA", ... ... @@ -1124,7 +1124,7 @@ 1124 1124 ], 1125 1125 "passengers": [ 1126 1126 { 1127 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",1100 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 1128 1128 "isAdult": true, 1129 1129 "selectedForwardBaggageCode": "INCLUDED", 1130 1130 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1148,7 +1148,7 @@ 1148 1148 ] 1149 1149 }, 1150 1150 { 1151 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",1124 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 1152 1152 "isAdult": true, 1153 1153 "selectedForwardBaggageCode": "INCLUDED", 1154 1154 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1174,59 +1174,65 @@ 1174 1174 ] 1175 1175 }, 1176 1176 "extraServices": [], 1177 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:5", 1178 - "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", 1179 1179 "sortAirline": "fly dubai", 1180 - "sortHotelName": " le meridienalaqahbeachresort",1161 + "sortHotelName": "citymax sharjah", 1181 1181 "sortDetails": "bb", 1182 - "sortPlacement": "deluxe guest room dbl", 1183 - "subList": [], 1184 - "exchangeRate": 480.0 1163 + "sortPlacement": "standard room dbl" 1185 1185 }, 1186 1186 { 1187 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:fb824f96-2de4-4b36-a9dc-c71633ec9d89:04abb186-80f6-4808-bce4-ae97cef85c51",1166 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:0df7a96e-1c3c-4484-b7c7-b5a7d79635c5:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1188 1188 "priceCurrency": "USD", 1189 - "totalPrice": 1588.57,1190 - "agentCommissionPercent": 9.0,1191 - "agentCommissionAmount": 142.97,1168 + "totalPrice": 945.47, 1169 + "agentCommissionPercent": 0.0, 1170 + "agentCommissionAmount": 0.0, 1192 1192 "includedExtrasAmount": 0, 1193 1193 "priceDifference": 0, 1194 1194 "hotel": { 1195 - "hotelPriceId": "f b824f96-2de4-4b36-a9dc-c71633ec9d89",1196 - "hotelName": " LeMeridienAlAqahBeachResort",1197 - "hotelCode": "63 300069-0631-4c34-946e-d2ca9753ff6e",1198 - "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, 1199 1199 "mealPlan": "BB", 1200 - "hotelClass": " 5",1179 + "hotelClass": "3", 1201 1201 "hotelColor": "#000000", 1202 1202 "availabilityType": "FreeSale", 1203 1203 "availableRoomsCount": 0, 1204 1204 "fewRooms": true, 1205 - "roomCategoryCode": " 04b0d2ba-b3b1-4858-a5c5-251279680430",1206 - "roomCategoryName": " Deluxe Guest Roomwith Balcony",1184 + "roomCategoryCode": "8c635457-5784-4fbd-a20b-b955b69b184c", 1185 + "roomCategoryName": "Standard Room", 1207 1207 "placementTypeName": "DBL", 1208 - "checkInDate": "2024-0 9-07T00:00:00",1209 - "checkOutDate": "2024-0 9-14T00:00:00",1187 + "checkInDate": "2024-05-25T00:00:00.000", 1188 + "checkOutDate": "2024-06-01T00:00:00.000", 1210 1210 "adults": 2, 1211 1211 "children": 0, 1212 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",1213 - "districtName": "Al Aqah",1214 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",1215 - "cityName": " Fujairah",1191 + "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e", 1192 + "districtName": "Al Barsha", 1193 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 1194 + "cityName": "Dubai", 1216 1216 "countryCode": "AE", 1217 1217 "countryName": "United Arab Emirates", 1218 1218 "hasAlcohol": true, 1219 1219 "hasFreeWifi": true, 1220 1220 "hasMetro": false, 1221 - "hasPool": true,1200 + "hasPool": false, 1222 1222 "hasMall": false, 1223 - "infantMaxAge": 1.99,1224 - "childMinAge": 2.0,1225 - "childMaxAge": 11.99,1226 - "teenMinAge": 12.0,1227 - "teenMaxAge": 15.99,1228 - "adultMinAge": 16.0,1229 - "cancellationPolicyDescription": "Cancellation Policy: 3Day Before Arrival: 1.00Night, Early Departure: 100.00 %, NoShow: 100.00 %",1202 + "infantMaxAge": 3.99, 1203 + "childMinAge": 4.0, 1204 + "childMaxAge": 5.99, 1205 + "teenMinAge": 0.0, 1206 + "teenMaxAge": 0.0, 1207 + "adultMinAge": 6.0, 1208 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 1230 1230 "cancellationPolicy": { 1231 1231 "noShowChargeValue": 100.0, 1232 1232 "noShowChargeValueType": "%", ... ... @@ -1234,21 +1234,21 @@ 1234 1234 "earlyDepartureChargeValueType": "%", 1235 1235 "conditions": [ 1236 1236 { 1237 - "timeunits": 3,1216 + "timeunits": 1, 1238 1238 "timeunitType": "Day", 1239 1239 "timeOffsetTypeName": "Before Arrival", 1240 - "chargeValue": 1.0, 1241 - "chargeValueType": " Night"1219 + "chargeValue": 100.0, 1220 + "chargeValueType": "%" 1242 1242 } 1243 1243 ] 1244 1244 } 1245 1245 }, 1246 1246 "flight": { 1247 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",1248 - "departureDate": "2024-0 9-07T00:00:00",1249 - "returnDate": "2024-0 9-14T00:00:00",1250 - "departureTicketsLeft": 24,1251 - "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, 1252 1252 "departureAvailabilityType": "FreeSale", 1253 1253 "returnAvailabilityType": "FreeSale", 1254 1254 "isTwoWay": true, ... ... @@ -1264,13 +1264,13 @@ 1264 1264 "class": "Economy", 1265 1265 "lugageWeight": 20, 1266 1266 "handLugageWeight": 6, 1267 - "departureFlightDate": "2024-0 9-07T03:40:00.000",1246 + "departureFlightDate": "2024-05-25T03:35:00.000", 1268 1268 "departureCountryName": "Kazakhstan", 1269 1269 "departureCityName": "Almaty", 1270 1270 "departureAirportCode": "ALA", 1271 1271 "departureAirportName": "Almaty Intl Airport", 1272 1272 "departureTerminalCode": "ALA", 1273 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",1252 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 1274 1274 "arrivalCountryName": "United Arab Emirates", 1275 1275 "arrivalCityName": "Dubai", 1276 1276 "arrivalAirportCode": "DXB", ... ... @@ -1287,13 +1287,13 @@ 1287 1287 "class": "Economy", 1288 1288 "lugageWeight": 20, 1289 1289 "handLugageWeight": 6, 1290 - "departureFlightDate": "2024-0 9-14T21:30:00.000",1269 + "departureFlightDate": "2024-06-01T21:25:00.000", 1291 1291 "departureCountryName": "United Arab Emirates", 1292 1292 "departureCityName": "Dubai", 1293 1293 "departureAirportCode": "DXB", 1294 1294 "departureAirportName": "Dubai Intl Airport", 1295 1295 "departureTerminalCode": "DXB3", 1296 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",1275 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 1297 1297 "arrivalCountryName": "Kazakhstan", 1298 1298 "arrivalCityName": "Almaty", 1299 1299 "arrivalAirportCode": "ALA", ... ... @@ -1304,7 +1304,7 @@ 1304 1304 ], 1305 1305 "passengers": [ 1306 1306 { 1307 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",1286 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 1308 1308 "isAdult": true, 1309 1309 "selectedForwardBaggageCode": "INCLUDED", 1310 1310 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1328,7 +1328,7 @@ 1328 1328 ] 1329 1329 }, 1330 1330 { 1331 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",1310 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 1332 1332 "isAdult": true, 1333 1333 "selectedForwardBaggageCode": "INCLUDED", 1334 1334 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1354,59 +1354,65 @@ 1354 1354 ] 1355 1355 }, 1356 1356 "extraServices": [], 1357 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:6", 1358 - "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", 1359 1359 "sortAirline": "fly dubai", 1360 - "sortHotelName": " le meridienal aqah beach resort",1347 + "sortHotelName": "ibis hotel al barsha dubai", 1361 1361 "sortDetails": "bb", 1362 - "sortPlacement": "deluxe guest room with balcony dbl", 1363 - "subList": [], 1364 - "exchangeRate": 480.0 1349 + "sortPlacement": "standard room dbl" 1365 1365 }, 1366 1366 { 1367 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:959cff0a-2a1b-4acc-ad05-661f2aad3fad:04abb186-80f6-4808-bce4-ae97cef85c51",1352 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:02146036-2660-4ba4-be40-851727962e24:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1368 1368 "priceCurrency": "USD", 1369 - "totalPrice": 1597.04,1370 - "agentCommissionPercent": 9.0,1371 - "agentCommissionAmount": 143.73,1354 + "totalPrice": 947.91, 1355 + "agentCommissionPercent": 0.0, 1356 + "agentCommissionAmount": 0.0, 1372 1372 "includedExtrasAmount": 0, 1373 1373 "priceDifference": 0, 1374 1374 "hotel": { 1375 - "hotelPriceId": " 959cff0a-2a1b-4acc-ad05-661f2aad3fad",1376 - "hotelName": " FujairahRotana Resort Spa",1377 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",1378 - "nig hts": 7,1379 - "mealPlan": " BB",1380 - "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", 1381 1381 "hotelColor": "#000000", 1382 1382 "availabilityType": "FreeSale", 1383 1383 "availableRoomsCount": 0, 1384 1384 "fewRooms": true, 1385 - "roomCategoryCode": " b84c625b-c941-48d9-93c9-f2e87e1ce099",1386 - "roomCategoryName": " Ocean ViewRoom Twin",1370 + "roomCategoryCode": "f9948ad5-5489-47b7-9971-7ab26487c6c1", 1371 + "roomCategoryName": "Deluxe Skyline View King", 1387 1387 "placementTypeName": "DBL", 1388 - "checkInDate": "2024-0 9-07T00:00:00",1389 - "checkOutDate": "2024-0 9-14T00:00:00",1373 + "checkInDate": "2024-05-25T00:00:00.000", 1374 + "checkOutDate": "2024-06-01T00:00:00.000", 1390 1390 "adults": 2, 1391 1391 "children": 0, 1392 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",1393 - "districtName": " Al Aqah",1394 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",1395 - "cityName": " Fujairah",1377 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 1378 + "districtName": "Deira", 1379 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 1380 + "cityName": "Dubai", 1396 1396 "countryCode": "AE", 1397 1397 "countryName": "United Arab Emirates", 1398 - "hasAlcohol": true,1383 + "hasAlcohol": false, 1399 1399 "hasFreeWifi": true, 1400 - "hasMetro": false,1401 - "hasPool": true,1385 + "hasMetro": true, 1386 + "hasPool": false, 1402 1402 "hasMall": false, 1403 - "infantMaxAge": 1.99,1404 - "childMinAge": 2.0,1388 + "infantMaxAge": 5.99, 1389 + "childMinAge": 6.0, 1405 1405 "childMaxAge": 11.99, 1406 1406 "teenMinAge": 0.0, 1407 1407 "teenMaxAge": 0.0, 1408 1408 "adultMinAge": 12.0, 1409 - "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 %", 1410 1410 "cancellationPolicy": { 1411 1411 "noShowChargeValue": 100.0, 1412 1412 "noShowChargeValueType": "%", ... ... @@ -1414,21 +1414,21 @@ 1414 1414 "earlyDepartureChargeValueType": "%", 1415 1415 "conditions": [ 1416 1416 { 1417 - "timeunits": 4,1402 + "timeunits": 1, 1418 1418 "timeunitType": "Day", 1419 1419 "timeOffsetTypeName": "Before Arrival", 1420 - "chargeValue": 1 00.0,1421 - "chargeValueType": " %"1405 + "chargeValue": 1.0, 1406 + "chargeValueType": "Night" 1422 1422 } 1423 1423 ] 1424 1424 } 1425 1425 }, 1426 1426 "flight": { 1427 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",1428 - "departureDate": "2024-0 9-07T00:00:00",1429 - "returnDate": "2024-0 9-14T00:00:00",1430 - "departureTicketsLeft": 24,1431 - "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, 1432 1432 "departureAvailabilityType": "FreeSale", 1433 1433 "returnAvailabilityType": "FreeSale", 1434 1434 "isTwoWay": true, ... ... @@ -1444,13 +1444,13 @@ 1444 1444 "class": "Economy", 1445 1445 "lugageWeight": 20, 1446 1446 "handLugageWeight": 6, 1447 - "departureFlightDate": "2024-0 9-07T03:40:00.000",1432 + "departureFlightDate": "2024-05-25T03:35:00.000", 1448 1448 "departureCountryName": "Kazakhstan", 1449 1449 "departureCityName": "Almaty", 1450 1450 "departureAirportCode": "ALA", 1451 1451 "departureAirportName": "Almaty Intl Airport", 1452 1452 "departureTerminalCode": "ALA", 1453 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",1438 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 1454 1454 "arrivalCountryName": "United Arab Emirates", 1455 1455 "arrivalCityName": "Dubai", 1456 1456 "arrivalAirportCode": "DXB", ... ... @@ -1467,13 +1467,13 @@ 1467 1467 "class": "Economy", 1468 1468 "lugageWeight": 20, 1469 1469 "handLugageWeight": 6, 1470 - "departureFlightDate": "2024-0 9-14T21:30:00.000",1455 + "departureFlightDate": "2024-06-01T21:25:00.000", 1471 1471 "departureCountryName": "United Arab Emirates", 1472 1472 "departureCityName": "Dubai", 1473 1473 "departureAirportCode": "DXB", 1474 1474 "departureAirportName": "Dubai Intl Airport", 1475 1475 "departureTerminalCode": "DXB3", 1476 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",1461 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 1477 1477 "arrivalCountryName": "Kazakhstan", 1478 1478 "arrivalCityName": "Almaty", 1479 1479 "arrivalAirportCode": "ALA", ... ... @@ -1484,7 +1484,7 @@ 1484 1484 ], 1485 1485 "passengers": [ 1486 1486 { 1487 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",1472 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 1488 1488 "isAdult": true, 1489 1489 "selectedForwardBaggageCode": "INCLUDED", 1490 1490 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1508,7 +1508,7 @@ 1508 1508 ] 1509 1509 }, 1510 1510 { 1511 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",1496 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 1512 1512 "isAdult": true, 1513 1513 "selectedForwardBaggageCode": "INCLUDED", 1514 1514 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1534,59 +1534,65 @@ 1534 1534 ] 1535 1535 }, 1536 1536 "extraServices": [], 1537 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:7", 1538 - "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", 1539 1539 "sortAirline": "fly dubai", 1540 - "sortHotelName": "fujairah rotana resort spa", 1541 - "sortDetails": "bb", 1542 - "sortPlacement": "ocean view room twin dbl", 1543 - "subList": [], 1544 - "exchangeRate": 480.0 1533 + "sortHotelName": "days by wyndham dubai deira hotel", 1534 + "sortDetails": "ro", 1535 + "sortPlacement": "deluxe skyline view king dbl" 1545 1545 }, 1546 1546 { 1547 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:7bfa40fa-6a67-4ab5-998f-a59e3d669aef:04abb186-80f6-4808-bce4-ae97cef85c51",1538 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:25c1059b-ed78-4fa4-9342-1ac6a2bc8c6a:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1548 1548 "priceCurrency": "USD", 1549 - "totalPrice": 1597.04,1550 - "agentCommissionPercent": 9.0,1551 - "agentCommissionAmount": 143.73,1540 + "totalPrice": 947.91, 1541 + "agentCommissionPercent": 0.0, 1542 + "agentCommissionAmount": 0.0, 1552 1552 "includedExtrasAmount": 0, 1553 1553 "priceDifference": 0, 1554 1554 "hotel": { 1555 - "hotelPriceId": " 7bfa40fa-6a67-4ab5-998f-a59e3d669aef",1556 - "hotelName": " FujairahRotana Resort Spa",1557 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",1558 - "nig hts": 7,1559 - "mealPlan": " BB",1560 - "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", 1561 1561 "hotelColor": "#000000", 1562 - "availabilityType": " OnRequest",1553 + "availabilityType": "FreeSale", 1563 1563 "availableRoomsCount": 0, 1564 1564 "fewRooms": true, 1565 - "roomCategoryCode": " 8a20d149-2bfc-4563-b43b-1b101410489f",1566 - "roomCategoryName": " Ocean ViewRoom King",1556 + "roomCategoryCode": "ace81545-5d34-40cc-899a-12fef1f8b36e", 1557 + "roomCategoryName": "Deluxe Skyline View Twin", 1567 1567 "placementTypeName": "DBL", 1568 - "checkInDate": "2024-0 9-07T00:00:00",1569 - "checkOutDate": "2024-0 9-14T00:00:00",1559 + "checkInDate": "2024-05-25T00:00:00.000", 1560 + "checkOutDate": "2024-06-01T00:00:00.000", 1570 1570 "adults": 2, 1571 1571 "children": 0, 1572 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",1573 - "districtName": " Al Aqah",1574 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",1575 - "cityName": " Fujairah",1563 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 1564 + "districtName": "Deira", 1565 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 1566 + "cityName": "Dubai", 1576 1576 "countryCode": "AE", 1577 1577 "countryName": "United Arab Emirates", 1578 - "hasAlcohol": true,1569 + "hasAlcohol": false, 1579 1579 "hasFreeWifi": true, 1580 - "hasMetro": false,1581 - "hasPool": true,1571 + "hasMetro": true, 1572 + "hasPool": false, 1582 1582 "hasMall": false, 1583 - "infantMaxAge": 1.99,1584 - "childMinAge": 2.0,1574 + "infantMaxAge": 5.99, 1575 + "childMinAge": 6.0, 1585 1585 "childMaxAge": 11.99, 1586 1586 "teenMinAge": 0.0, 1587 1587 "teenMaxAge": 0.0, 1588 1588 "adultMinAge": 12.0, 1589 - "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 %", 1590 1590 "cancellationPolicy": { 1591 1591 "noShowChargeValue": 100.0, 1592 1592 "noShowChargeValueType": "%", ... ... @@ -1594,21 +1594,21 @@ 1594 1594 "earlyDepartureChargeValueType": "%", 1595 1595 "conditions": [ 1596 1596 { 1597 - "timeunits": 4,1588 + "timeunits": 1, 1598 1598 "timeunitType": "Day", 1599 1599 "timeOffsetTypeName": "Before Arrival", 1600 - "chargeValue": 1 00.0,1601 - "chargeValueType": " %"1591 + "chargeValue": 1.0, 1592 + "chargeValueType": "Night" 1602 1602 } 1603 1603 ] 1604 1604 } 1605 1605 }, 1606 1606 "flight": { 1607 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",1608 - "departureDate": "2024-0 9-07T00:00:00",1609 - "returnDate": "2024-0 9-14T00:00:00",1610 - "departureTicketsLeft": 24,1611 - "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, 1612 1612 "departureAvailabilityType": "FreeSale", 1613 1613 "returnAvailabilityType": "FreeSale", 1614 1614 "isTwoWay": true, ... ... @@ -1624,13 +1624,13 @@ 1624 1624 "class": "Economy", 1625 1625 "lugageWeight": 20, 1626 1626 "handLugageWeight": 6, 1627 - "departureFlightDate": "2024-0 9-07T03:40:00.000",1618 + "departureFlightDate": "2024-05-25T03:35:00.000", 1628 1628 "departureCountryName": "Kazakhstan", 1629 1629 "departureCityName": "Almaty", 1630 1630 "departureAirportCode": "ALA", 1631 1631 "departureAirportName": "Almaty Intl Airport", 1632 1632 "departureTerminalCode": "ALA", 1633 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",1624 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 1634 1634 "arrivalCountryName": "United Arab Emirates", 1635 1635 "arrivalCityName": "Dubai", 1636 1636 "arrivalAirportCode": "DXB", ... ... @@ -1647,13 +1647,13 @@ 1647 1647 "class": "Economy", 1648 1648 "lugageWeight": 20, 1649 1649 "handLugageWeight": 6, 1650 - "departureFlightDate": "2024-0 9-14T21:30:00.000",1641 + "departureFlightDate": "2024-06-01T21:25:00.000", 1651 1651 "departureCountryName": "United Arab Emirates", 1652 1652 "departureCityName": "Dubai", 1653 1653 "departureAirportCode": "DXB", 1654 1654 "departureAirportName": "Dubai Intl Airport", 1655 1655 "departureTerminalCode": "DXB3", 1656 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",1647 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 1657 1657 "arrivalCountryName": "Kazakhstan", 1658 1658 "arrivalCityName": "Almaty", 1659 1659 "arrivalAirportCode": "ALA", ... ... @@ -1664,7 +1664,7 @@ 1664 1664 ], 1665 1665 "passengers": [ 1666 1666 { 1667 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",1658 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 1668 1668 "isAdult": true, 1669 1669 "selectedForwardBaggageCode": "INCLUDED", 1670 1670 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1688,7 +1688,7 @@ 1688 1688 ] 1689 1689 }, 1690 1690 { 1691 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",1682 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 1692 1692 "isAdult": true, 1693 1693 "selectedForwardBaggageCode": "INCLUDED", 1694 1694 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1714,59 +1714,65 @@ 1714 1714 ] 1715 1715 }, 1716 1716 "extraServices": [], 1717 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:8", 1718 - "sortCheckInOut": "07.09.2024-14.09.2024", 1708 + "insurancePrice": { 1709 + "name": "Medical INS (N10000)", 1710 + "price": 35.84, 1711 + "actualStartDate": "2024-05-25T00:00:00.000", 1712 + "actualEndDate": "2024-06-01T00:00:00.000", 1713 + "optional": false, 1714 + "includedInPackagePrice": true 1715 + }, 1716 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:8", 1717 + "sortCheckInOut": "25.05.2024-01.06.2024", 1719 1719 "sortAirline": "fly dubai", 1720 - "sortHotelName": "fujairah rotana resort spa", 1721 - "sortDetails": "bb", 1722 - "sortPlacement": "ocean view room king dbl", 1723 - "subList": [], 1724 - "exchangeRate": 480.0 1719 + "sortHotelName": "days by wyndham dubai deira hotel", 1720 + "sortDetails": "ro", 1721 + "sortPlacement": "deluxe skyline view twin dbl" 1725 1725 }, 1726 1726 { 1727 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:d5469b2f-d5f1-405c-aa79-49f89630c270:04abb186-80f6-4808-bce4-ae97cef85c51",1724 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:a31007e3-cdd1-4691-9af4-0434c21cf127:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1728 1728 "priceCurrency": "USD", 1729 - "totalPrice": 1597.04,1730 - "agentCommissionPercent": 9.0,1731 - "agentCommissionAmount": 143.73,1726 + "totalPrice": 950.3, 1727 + "agentCommissionPercent": 0.0, 1728 + "agentCommissionAmount": 0.0, 1732 1732 "includedExtrasAmount": 0, 1733 1733 "priceDifference": 0, 1734 1734 "hotel": { 1735 - "hotelPriceId": " d5469b2f-d5f1-405c-aa79-49f89630c270",1736 - "hotelName": " FujairahRotanaResortSpa",1737 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",1738 - "nig hts": 7,1739 - "mealPlan": " BB",1740 - "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", 1741 1741 "hotelColor": "#000000", 1742 - "availabilityType": " OnRequest",1739 + "availabilityType": "FreeSale", 1743 1743 "availableRoomsCount": 0, 1744 1744 "fewRooms": true, 1745 - "roomCategoryCode": " 8a20d149-2bfc-4563-b43b-1b101410489f",1746 - "roomCategoryName": " OceanViewRoomKing",1742 + "roomCategoryCode": "dd7b79a3-b72b-49bf-a16e-801aa6b64832", 1743 + "roomCategoryName": "Standard Room", 1747 1747 "placementTypeName": "DBL", 1748 - "checkInDate": "2024-0 9-07T00:00:00",1749 - "checkOutDate": "2024-0 9-14T00:00:00",1745 + "checkInDate": "2024-05-25T00:00:00.000", 1746 + "checkOutDate": "2024-06-01T00:00:00.000", 1750 1750 "adults": 2, 1751 1751 "children": 0, 1752 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",1753 - "districtName": " AlAqah",1754 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",1755 - "cityName": " Fujairah",1749 + "districtUID": "853efcd4-6828-4878-aa01-2bb05b55e520", 1750 + "districtName": "Dubai World Central", 1751 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 1752 + "cityName": "Dubai", 1756 1756 "countryCode": "AE", 1757 1757 "countryName": "United Arab Emirates", 1758 - "hasAlcohol": true,1755 + "hasAlcohol": false, 1759 1759 "hasFreeWifi": true, 1760 1760 "hasMetro": false, 1761 - "hasPool": true,1758 + "hasPool": false, 1762 1762 "hasMall": false, 1763 - "infantMaxAge": 1.99,1764 - "childMinAge": 2.0,1760 + "infantMaxAge": 5.99, 1761 + "childMinAge": 6.0, 1765 1765 "childMaxAge": 11.99, 1766 1766 "teenMinAge": 0.0, 1767 1767 "teenMaxAge": 0.0, 1768 1768 "adultMinAge": 12.0, 1769 - "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 %", 1770 1770 "cancellationPolicy": { 1771 1771 "noShowChargeValue": 100.0, 1772 1772 "noShowChargeValueType": "%", ... ... @@ -1774,21 +1774,21 @@ 1774 1774 "earlyDepartureChargeValueType": "%", 1775 1775 "conditions": [ 1776 1776 { 1777 - "timeunits": 4,1774 + "timeunits": 1, 1778 1778 "timeunitType": "Day", 1779 1779 "timeOffsetTypeName": "Before Arrival", 1780 - "chargeValue": 1 00.0,1781 - "chargeValueType": " %"1777 + "chargeValue": 1.0, 1778 + "chargeValueType": "Night" 1782 1782 } 1783 1783 ] 1784 1784 } 1785 1785 }, 1786 1786 "flight": { 1787 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",1788 - "departureDate": "2024-0 9-07T00:00:00",1789 - "returnDate": "2024-0 9-14T00:00:00",1790 - "departureTicketsLeft": 24,1791 - "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, 1792 1792 "departureAvailabilityType": "FreeSale", 1793 1793 "returnAvailabilityType": "FreeSale", 1794 1794 "isTwoWay": true, ... ... @@ -1804,13 +1804,13 @@ 1804 1804 "class": "Economy", 1805 1805 "lugageWeight": 20, 1806 1806 "handLugageWeight": 6, 1807 - "departureFlightDate": "2024-0 9-07T03:40:00.000",1804 + "departureFlightDate": "2024-05-25T03:35:00.000", 1808 1808 "departureCountryName": "Kazakhstan", 1809 1809 "departureCityName": "Almaty", 1810 1810 "departureAirportCode": "ALA", 1811 1811 "departureAirportName": "Almaty Intl Airport", 1812 1812 "departureTerminalCode": "ALA", 1813 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",1810 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 1814 1814 "arrivalCountryName": "United Arab Emirates", 1815 1815 "arrivalCityName": "Dubai", 1816 1816 "arrivalAirportCode": "DXB", ... ... @@ -1827,13 +1827,13 @@ 1827 1827 "class": "Economy", 1828 1828 "lugageWeight": 20, 1829 1829 "handLugageWeight": 6, 1830 - "departureFlightDate": "2024-0 9-14T21:30:00.000",1827 + "departureFlightDate": "2024-06-01T21:25:00.000", 1831 1831 "departureCountryName": "United Arab Emirates", 1832 1832 "departureCityName": "Dubai", 1833 1833 "departureAirportCode": "DXB", 1834 1834 "departureAirportName": "Dubai Intl Airport", 1835 1835 "departureTerminalCode": "DXB3", 1836 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",1833 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 1837 1837 "arrivalCountryName": "Kazakhstan", 1838 1838 "arrivalCityName": "Almaty", 1839 1839 "arrivalAirportCode": "ALA", ... ... @@ -1844,7 +1844,7 @@ 1844 1844 ], 1845 1845 "passengers": [ 1846 1846 { 1847 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",1844 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 1848 1848 "isAdult": true, 1849 1849 "selectedForwardBaggageCode": "INCLUDED", 1850 1850 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1868,7 +1868,7 @@ 1868 1868 ] 1869 1869 }, 1870 1870 { 1871 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",1868 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 1872 1872 "isAdult": true, 1873 1873 "selectedForwardBaggageCode": "INCLUDED", 1874 1874 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -1894,59 +1894,65 @@ 1894 1894 ] 1895 1895 }, 1896 1896 "extraServices": [], 1897 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:9", 1898 - "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", 1899 1899 "sortAirline": "fly dubai", 1900 - "sortHotelName": "fujairah rotana resort spa", 1901 - "sortDetails": "bb", 1902 - "sortPlacement": "ocean view room king dbl", 1903 - "subList": [], 1904 - "exchangeRate": 480.0 1905 + "sortHotelName": "holiday inn dubai al maktoum airport", 1906 + "sortDetails": "ro", 1907 + "sortPlacement": "standard room dbl" 1905 1905 }, 1906 1906 { 1907 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:6b9bc85f-38e9-4096-b8cd-e36e7f5204f1:04abb186-80f6-4808-bce4-ae97cef85c51",1910 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:548b1992-812d-4b78-b164-c202addf37fb:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 1908 1908 "priceCurrency": "USD", 1909 - "totalPrice": 1597.04,1910 - "agentCommissionPercent": 9.0,1911 - "agentCommissionAmount": 143.73,1912 + "totalPrice": 950.99, 1913 + "agentCommissionPercent": 0.0, 1914 + "agentCommissionAmount": 0.0, 1912 1912 "includedExtrasAmount": 0, 1913 1913 "priceDifference": 0, 1914 1914 "hotel": { 1915 - "hotelPriceId": " 6b9bc85f-38e9-4096-b8cd-e36e7f5204f1",1916 - "hotelName": " Fujairah RotanaResortSpa",1917 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",1918 - "nig hts": 7,1919 - "mealPlan": " BB",1920 - "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", 1921 1921 "hotelColor": "#000000", 1922 1922 "availabilityType": "FreeSale", 1923 1923 "availableRoomsCount": 0, 1924 1924 "fewRooms": true, 1925 - "roomCategoryCode": " b84c625b-c941-48d9-93c9-f2e87e1ce099",1926 - "roomCategoryName": " OceanViewRoomTwin",1928 + "roomCategoryCode": "53e577d4-d45c-405f-867f-d367582227a1", 1929 + "roomCategoryName": "Standard Room City View", 1927 1927 "placementTypeName": "DBL", 1928 - "checkInDate": "2024-0 9-07T00:00:00",1929 - "checkOutDate": "2024-0 9-14T00:00:00",1931 + "checkInDate": "2024-05-25T00:00:00.000", 1932 + "checkOutDate": "2024-06-01T00:00:00.000", 1930 1930 "adults": 2, 1931 1931 "children": 0, 1932 - "districtUID": "1 c118ac0-b44a-4cf5-9229-326a151b13ef",1933 - "districtName": "Al Aqah",1934 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",1935 - "cityName": " Fujairah",1935 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9", 1936 + "districtName": "Al Jaddaf", 1937 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 1938 + "cityName": "Dubai", 1936 1936 "countryCode": "AE", 1937 1937 "countryName": "United Arab Emirates", 1938 - "hasAlcohol": true,1941 + "hasAlcohol": false, 1939 1939 "hasFreeWifi": true, 1940 1940 "hasMetro": false, 1941 - "hasPool": true,1944 + "hasPool": false, 1942 1942 "hasMall": false, 1943 - "infantMaxAge": 1.99,1944 - "childMinAge": 2.0,1946 + "infantMaxAge": 5.99, 1947 + "childMinAge": 6.0, 1945 1945 "childMaxAge": 11.99, 1946 1946 "teenMinAge": 0.0, 1947 1947 "teenMaxAge": 0.0, 1948 1948 "adultMinAge": 12.0, 1949 - "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 %", 1950 1950 "cancellationPolicy": { 1951 1951 "noShowChargeValue": 100.0, 1952 1952 "noShowChargeValueType": "%", ... ... @@ -1954,21 +1954,21 @@ 1954 1954 "earlyDepartureChargeValueType": "%", 1955 1955 "conditions": [ 1956 1956 { 1957 - "timeunits": 4,1960 + "timeunits": 1, 1958 1958 "timeunitType": "Day", 1959 1959 "timeOffsetTypeName": "Before Arrival", 1960 - "chargeValue": 1 00.0,1961 - "chargeValueType": " %"1963 + "chargeValue": 1.0, 1964 + "chargeValueType": "Night" 1962 1962 } 1963 1963 ] 1964 1964 } 1965 1965 }, 1966 1966 "flight": { 1967 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",1968 - "departureDate": "2024-0 9-07T00:00:00",1969 - "returnDate": "2024-0 9-14T00:00:00",1970 - "departureTicketsLeft": 24,1971 - "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, 1972 1972 "departureAvailabilityType": "FreeSale", 1973 1973 "returnAvailabilityType": "FreeSale", 1974 1974 "isTwoWay": true, ... ... @@ -1984,13 +1984,13 @@ 1984 1984 "class": "Economy", 1985 1985 "lugageWeight": 20, 1986 1986 "handLugageWeight": 6, 1987 - "departureFlightDate": "2024-0 9-07T03:40:00.000",1990 + "departureFlightDate": "2024-05-25T03:35:00.000", 1988 1988 "departureCountryName": "Kazakhstan", 1989 1989 "departureCityName": "Almaty", 1990 1990 "departureAirportCode": "ALA", 1991 1991 "departureAirportName": "Almaty Intl Airport", 1992 1992 "departureTerminalCode": "ALA", 1993 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",1996 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 1994 1994 "arrivalCountryName": "United Arab Emirates", 1995 1995 "arrivalCityName": "Dubai", 1996 1996 "arrivalAirportCode": "DXB", ... ... @@ -2007,13 +2007,13 @@ 2007 2007 "class": "Economy", 2008 2008 "lugageWeight": 20, 2009 2009 "handLugageWeight": 6, 2010 - "departureFlightDate": "2024-0 9-14T21:30:00.000",2013 + "departureFlightDate": "2024-06-01T21:25:00.000", 2011 2011 "departureCountryName": "United Arab Emirates", 2012 2012 "departureCityName": "Dubai", 2013 2013 "departureAirportCode": "DXB", 2014 2014 "departureAirportName": "Dubai Intl Airport", 2015 2015 "departureTerminalCode": "DXB3", 2016 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",2019 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 2017 2017 "arrivalCountryName": "Kazakhstan", 2018 2018 "arrivalCityName": "Almaty", 2019 2019 "arrivalAirportCode": "ALA", ... ... @@ -2024,7 +2024,7 @@ 2024 2024 ], 2025 2025 "passengers": [ 2026 2026 { 2027 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",2030 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 2028 2028 "isAdult": true, 2029 2029 "selectedForwardBaggageCode": "INCLUDED", 2030 2030 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2048,7 +2048,7 @@ 2048 2048 ] 2049 2049 }, 2050 2050 { 2051 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",2054 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 2052 2052 "isAdult": true, 2053 2053 "selectedForwardBaggageCode": "INCLUDED", 2054 2054 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2074,59 +2074,65 @@ 2074 2074 ] 2075 2075 }, 2076 2076 "extraServices": [], 2077 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:10", 2078 - "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", 2079 2079 "sortAirline": "fly dubai", 2080 - "sortHotelName": "fujairah rotana resort spa", 2081 - "sortDetails": "bb", 2082 - "sortPlacement": "ocean view room twin dbl", 2083 - "subList": [], 2084 - "exchangeRate": 480.0 2091 + "sortHotelName": "kingsgate al jadaf hotel", 2092 + "sortDetails": "ro", 2093 + "sortPlacement": "standard room city view dbl" 2085 2085 }, 2086 2086 { 2087 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:fc3edcab-fad9-41a7-a03a-095db2c323fd:04abb186-80f6-4808-bce4-ae97cef85c51",2096 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:2d79071b-9015-43cb-b68d-fa15bca7142d:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 2088 2088 "priceCurrency": "USD", 2089 - "totalPrice": 1672.57,2090 - "agentCommissionPercent": 9.0,2091 - "agentCommissionAmount": 150.53,2098 + "totalPrice": 950.99, 2099 + "agentCommissionPercent": 0.0, 2100 + "agentCommissionAmount": 0.0, 2092 2092 "includedExtrasAmount": 0, 2093 2093 "priceDifference": 0, 2094 2094 "hotel": { 2095 - "hotelPriceId": " fc3edcab-fad9-41a7-a03a-095db2c323fd",2096 - "hotelName": " FujairahRotana ResortSpa",2097 - "hotelCode": "c a511ddc-3ad8-46ed-8ad0-c68cc3e8488e",2098 - "nig hts": 7,2099 - "mealPlan": " BB",2100 - "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", 2101 2101 "hotelColor": "#000000", 2102 - "availabilityType": " FreeSale",2111 + "availabilityType": "StopSale", 2103 2103 "availableRoomsCount": 0, 2104 2104 "fewRooms": true, 2105 - "roomCategoryCode": " d544f59a-df57-4dc4-b1cd-b7263c02a5cc",2106 - "roomCategoryName": " Garden ViewRoomTwin with Terrace",2114 + "roomCategoryCode": "777a1e83-489c-45b5-89e1-7d4eb81e7f56", 2115 + "roomCategoryName": "Deluxe Room ", 2107 2107 "placementTypeName": "DBL", 2108 - "checkInDate": "2024-0 9-07T00:00:00",2109 - "checkOutDate": "2024-0 9-14T00:00:00",2117 + "checkInDate": "2024-05-25T00:00:00.000", 2118 + "checkOutDate": "2024-06-01T00:00:00.000", 2110 2110 "adults": 2, 2111 2111 "children": 0, 2112 - "districtUID": "1 c118ac0-b44a-4cf5-9229-326a151b13ef",2113 - "districtName": "Al Aqah",2114 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",2115 - "cityName": " Fujairah",2121 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9", 2122 + "districtName": "Al Jaddaf", 2123 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 2124 + "cityName": "Dubai", 2116 2116 "countryCode": "AE", 2117 2117 "countryName": "United Arab Emirates", 2118 - "hasAlcohol": true,2127 + "hasAlcohol": false, 2119 2119 "hasFreeWifi": true, 2120 2120 "hasMetro": false, 2121 2121 "hasPool": true, 2122 2122 "hasMall": false, 2123 - "infantMaxAge": 1.99,2124 - "childMinAge": 2.0,2132 + "infantMaxAge": 5.99, 2133 + "childMinAge": 6.0, 2125 2125 "childMaxAge": 11.99, 2126 2126 "teenMinAge": 0.0, 2127 2127 "teenMaxAge": 0.0, 2128 2128 "adultMinAge": 12.0, 2129 - "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 %", 2130 2130 "cancellationPolicy": { 2131 2131 "noShowChargeValue": 100.0, 2132 2132 "noShowChargeValueType": "%", ... ... @@ -2134,21 +2134,21 @@ 2134 2134 "earlyDepartureChargeValueType": "%", 2135 2135 "conditions": [ 2136 2136 { 2137 - "timeunits": 4,2146 + "timeunits": 2, 2138 2138 "timeunitType": "Day", 2139 2139 "timeOffsetTypeName": "Before Arrival", 2140 - "chargeValue": 1 00.0,2141 - "chargeValueType": " %"2149 + "chargeValue": 1.0, 2150 + "chargeValueType": "Night" 2142 2142 } 2143 2143 ] 2144 2144 } 2145 2145 }, 2146 2146 "flight": { 2147 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",2148 - "departureDate": "2024-0 9-07T00:00:00",2149 - "returnDate": "2024-0 9-14T00:00:00",2150 - "departureTicketsLeft": 24,2151 - "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, 2152 2152 "departureAvailabilityType": "FreeSale", 2153 2153 "returnAvailabilityType": "FreeSale", 2154 2154 "isTwoWay": true, ... ... @@ -2164,13 +2164,13 @@ 2164 2164 "class": "Economy", 2165 2165 "lugageWeight": 20, 2166 2166 "handLugageWeight": 6, 2167 - "departureFlightDate": "2024-0 9-07T03:40:00.000",2176 + "departureFlightDate": "2024-05-25T03:35:00.000", 2168 2168 "departureCountryName": "Kazakhstan", 2169 2169 "departureCityName": "Almaty", 2170 2170 "departureAirportCode": "ALA", 2171 2171 "departureAirportName": "Almaty Intl Airport", 2172 2172 "departureTerminalCode": "ALA", 2173 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",2182 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 2174 2174 "arrivalCountryName": "United Arab Emirates", 2175 2175 "arrivalCityName": "Dubai", 2176 2176 "arrivalAirportCode": "DXB", ... ... @@ -2187,13 +2187,13 @@ 2187 2187 "class": "Economy", 2188 2188 "lugageWeight": 20, 2189 2189 "handLugageWeight": 6, 2190 - "departureFlightDate": "2024-0 9-14T21:30:00.000",2199 + "departureFlightDate": "2024-06-01T21:25:00.000", 2191 2191 "departureCountryName": "United Arab Emirates", 2192 2192 "departureCityName": "Dubai", 2193 2193 "departureAirportCode": "DXB", 2194 2194 "departureAirportName": "Dubai Intl Airport", 2195 2195 "departureTerminalCode": "DXB3", 2196 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",2205 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 2197 2197 "arrivalCountryName": "Kazakhstan", 2198 2198 "arrivalCityName": "Almaty", 2199 2199 "arrivalAirportCode": "ALA", ... ... @@ -2204,7 +2204,7 @@ 2204 2204 ], 2205 2205 "passengers": [ 2206 2206 { 2207 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",2216 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 2208 2208 "isAdult": true, 2209 2209 "selectedForwardBaggageCode": "INCLUDED", 2210 2210 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2228,7 +2228,7 @@ 2228 2228 ] 2229 2229 }, 2230 2230 { 2231 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",2240 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 2232 2232 "isAdult": true, 2233 2233 "selectedForwardBaggageCode": "INCLUDED", 2234 2234 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2254,59 +2254,65 @@ 2254 2254 ] 2255 2255 }, 2256 2256 "extraServices": [], 2257 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:11", 2258 - "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", 2259 2259 "sortAirline": "fly dubai", 2260 - "sortHotelName": "fujairah rotana resort spa", 2261 - "sortDetails": "bb", 2262 - "sortPlacement": "garden view room twin with terrace dbl", 2263 - "subList": [], 2264 - "exchangeRate": 480.0 2277 + "sortHotelName": "reflections hotel", 2278 + "sortDetails": "ro", 2279 + "sortPlacement": "deluxe room dbl" 2265 2265 }, 2266 2266 { 2267 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:07655d65-2000-45cd-b370-8abef039af1f:04abb186-80f6-4808-bce4-ae97cef85c51",2282 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:fd0d752a-b5ac-4bf9-b46b-dc0bf3b2ca1e:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 2268 2268 "priceCurrency": "USD", 2269 - "totalPrice": 1672.57,2270 - "agentCommissionPercent": 9.0,2271 - "agentCommissionAmount": 150.53,2284 + "totalPrice": 950.99, 2285 + "agentCommissionPercent": 0.0, 2286 + "agentCommissionAmount": 0.0, 2272 2272 "includedExtrasAmount": 0, 2273 2273 "priceDifference": 0, 2274 2274 "hotel": { 2275 - "hotelPriceId": "07 655d65-2000-45cd-b370-8abef039af1f",2276 - "hotelName": " FujairahRotanaResortSpa",2277 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",2278 - "nig hts": 7,2279 - "mealPlan": " BB",2280 - "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", 2281 2281 "hotelColor": "#000000", 2282 2282 "availabilityType": "FreeSale", 2283 2283 "availableRoomsCount": 0, 2284 2284 "fewRooms": true, 2285 - "roomCategoryCode": " 65a0dc25-b738-4c5a-838c-2f3b30b6427e",2286 - "roomCategoryName": " GardenViewRoomKing with Terrace",2300 + "roomCategoryCode": "354f39a8-2b3a-4d88-8ac8-e74ba98a4995", 2301 + "roomCategoryName": "Standard Room", 2287 2287 "placementTypeName": "DBL", 2288 - "checkInDate": "2024-0 9-07T00:00:00",2289 - "checkOutDate": "2024-0 9-14T00:00:00",2303 + "checkInDate": "2024-05-25T00:00:00.000", 2304 + "checkOutDate": "2024-06-01T00:00:00.000", 2290 2290 "adults": 2, 2291 2291 "children": 0, 2292 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",2293 - "districtName": " AlAqah",2294 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",2295 - "cityName": " Fujairah",2307 + "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992", 2308 + "districtName": "Bur Dubai", 2309 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 2310 + "cityName": "Dubai", 2296 2296 "countryCode": "AE", 2297 2297 "countryName": "United Arab Emirates", 2298 2298 "hasAlcohol": true, 2299 2299 "hasFreeWifi": true, 2300 2300 "hasMetro": false, 2301 - "hasPool": true,2316 + "hasPool": false, 2302 2302 "hasMall": false, 2303 - "infantMaxAge": 1.99,2304 - "childMinAge": 2.0,2318 + "infantMaxAge": 4.99, 2319 + "childMinAge": 5.0, 2305 2305 "childMaxAge": 11.99, 2306 2306 "teenMinAge": 0.0, 2307 2307 "teenMaxAge": 0.0, 2308 2308 "adultMinAge": 12.0, 2309 - "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 %", 2310 2310 "cancellationPolicy": { 2311 2311 "noShowChargeValue": 100.0, 2312 2312 "noShowChargeValueType": "%", ... ... @@ -2314,7 +2314,7 @@ 2314 2314 "earlyDepartureChargeValueType": "%", 2315 2315 "conditions": [ 2316 2316 { 2317 - "timeunits": 4,2332 + "timeunits": 2, 2318 2318 "timeunitType": "Day", 2319 2319 "timeOffsetTypeName": "Before Arrival", 2320 2320 "chargeValue": 100.0, ... ... @@ -2324,11 +2324,11 @@ 2324 2324 } 2325 2325 }, 2326 2326 "flight": { 2327 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",2328 - "departureDate": "2024-0 9-07T00:00:00",2329 - "returnDate": "2024-0 9-14T00:00:00",2330 - "departureTicketsLeft": 24,2331 - "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, 2332 2332 "departureAvailabilityType": "FreeSale", 2333 2333 "returnAvailabilityType": "FreeSale", 2334 2334 "isTwoWay": true, ... ... @@ -2344,13 +2344,13 @@ 2344 2344 "class": "Economy", 2345 2345 "lugageWeight": 20, 2346 2346 "handLugageWeight": 6, 2347 - "departureFlightDate": "2024-0 9-07T03:40:00.000",2362 + "departureFlightDate": "2024-05-25T03:35:00.000", 2348 2348 "departureCountryName": "Kazakhstan", 2349 2349 "departureCityName": "Almaty", 2350 2350 "departureAirportCode": "ALA", 2351 2351 "departureAirportName": "Almaty Intl Airport", 2352 2352 "departureTerminalCode": "ALA", 2353 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",2368 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 2354 2354 "arrivalCountryName": "United Arab Emirates", 2355 2355 "arrivalCityName": "Dubai", 2356 2356 "arrivalAirportCode": "DXB", ... ... @@ -2367,13 +2367,13 @@ 2367 2367 "class": "Economy", 2368 2368 "lugageWeight": 20, 2369 2369 "handLugageWeight": 6, 2370 - "departureFlightDate": "2024-0 9-14T21:30:00.000",2385 + "departureFlightDate": "2024-06-01T21:25:00.000", 2371 2371 "departureCountryName": "United Arab Emirates", 2372 2372 "departureCityName": "Dubai", 2373 2373 "departureAirportCode": "DXB", 2374 2374 "departureAirportName": "Dubai Intl Airport", 2375 2375 "departureTerminalCode": "DXB3", 2376 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",2391 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 2377 2377 "arrivalCountryName": "Kazakhstan", 2378 2378 "arrivalCityName": "Almaty", 2379 2379 "arrivalAirportCode": "ALA", ... ... @@ -2384,7 +2384,7 @@ 2384 2384 ], 2385 2385 "passengers": [ 2386 2386 { 2387 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",2402 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 2388 2388 "isAdult": true, 2389 2389 "selectedForwardBaggageCode": "INCLUDED", 2390 2390 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2408,7 +2408,7 @@ 2408 2408 ] 2409 2409 }, 2410 2410 { 2411 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",2426 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 2412 2412 "isAdult": true, 2413 2413 "selectedForwardBaggageCode": "INCLUDED", 2414 2414 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2434,59 +2434,65 @@ 2434 2434 ] 2435 2435 }, 2436 2436 "extraServices": [], 2437 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:12", 2438 - "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", 2439 2439 "sortAirline": "fly dubai", 2440 - "sortHotelName": "fujairah rotana resort spa", 2441 - "sortDetails": "bb", 2442 - "sortPlacement": "garden view room king with terrace dbl", 2443 - "subList": [], 2444 - "exchangeRate": 480.0 2463 + "sortHotelName": "concorde palace hotel dubai", 2464 + "sortDetails": "ro", 2465 + "sortPlacement": "standard room dbl" 2445 2445 }, 2446 2446 { 2447 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:1aa18de2-a9f5-4fe6-83dd-67cf4a35690c:04abb186-80f6-4808-bce4-ae97cef85c51",2468 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:f6fa63f7-25d2-440d-8c90-acd6965c5dbc:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 2448 2448 "priceCurrency": "USD", 2449 - "totalPrice": 1672.57,2450 - "agentCommissionPercent": 9.0,2451 - "agentCommissionAmount": 150.53,2470 + "totalPrice": 950.99, 2471 + "agentCommissionPercent": 0.0, 2472 + "agentCommissionAmount": 0.0, 2452 2452 "includedExtrasAmount": 0, 2453 2453 "priceDifference": 0, 2454 2454 "hotel": { 2455 - "hotelPriceId": " 1aa18de2-a9f5-4fe6-83dd-67cf4a35690c",2456 - "hotelName": " Fujairah RotanaResortSpa",2457 - "hotelCode": "c a511ddc-3ad8-46ed-8ad0-c68cc3e8488e",2458 - "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, 2459 2459 "mealPlan": "BB", 2460 - "hotelClass": " 5",2481 + "hotelClass": "3", 2461 2461 "hotelColor": "#000000", 2462 2462 "availabilityType": "FreeSale", 2463 2463 "availableRoomsCount": 0, 2464 2464 "fewRooms": true, 2465 - "roomCategoryCode": " 65a0dc25-b738-4c5a-838c-2f3b30b6427e",2466 - "roomCategoryName": " GardenViewRoomKing with Terrace",2486 + "roomCategoryCode": "a1ef1c0c-7427-407e-a08e-791c44d50796", 2487 + "roomCategoryName": "Standard Room", 2467 2467 "placementTypeName": "DBL", 2468 - "checkInDate": "2024-0 9-07T00:00:00",2469 - "checkOutDate": "2024-0 9-14T00:00:00",2489 + "checkInDate": "2024-05-25T00:00:00.000", 2490 + "checkOutDate": "2024-06-01T00:00:00.000", 2470 2470 "adults": 2, 2471 2471 "children": 0, 2472 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",2473 - "districtName": " AlAqah",2474 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",2475 - "cityName": " Fujairah",2493 + "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992", 2494 + "districtName": "Bur Dubai", 2495 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 2496 + "cityName": "Dubai", 2476 2476 "countryCode": "AE", 2477 2477 "countryName": "United Arab Emirates", 2478 2478 "hasAlcohol": true, 2479 2479 "hasFreeWifi": true, 2480 - "hasMetro": false,2501 + "hasMetro": true, 2481 2481 "hasPool": true, 2482 2482 "hasMall": false, 2483 - "infantMaxAge": 1.99,2484 - "childMinAge": 2.0,2504 + "infantMaxAge": 4.99, 2505 + "childMinAge": 5.0, 2485 2485 "childMaxAge": 11.99, 2486 2486 "teenMinAge": 0.0, 2487 2487 "teenMaxAge": 0.0, 2488 2488 "adultMinAge": 12.0, 2489 - "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 %", 2490 2490 "cancellationPolicy": { 2491 2491 "noShowChargeValue": 100.0, 2492 2492 "noShowChargeValueType": "%", ... ... @@ -2494,21 +2494,21 @@ 2494 2494 "earlyDepartureChargeValueType": "%", 2495 2495 "conditions": [ 2496 2496 { 2497 - "timeunits": 4,2518 + "timeunits": 3, 2498 2498 "timeunitType": "Day", 2499 2499 "timeOffsetTypeName": "Before Arrival", 2500 - "chargeValue": 1 00.0,2501 - "chargeValueType": " %"2521 + "chargeValue": 1.0, 2522 + "chargeValueType": "Night" 2502 2502 } 2503 2503 ] 2504 2504 } 2505 2505 }, 2506 2506 "flight": { 2507 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",2508 - "departureDate": "2024-0 9-07T00:00:00",2509 - "returnDate": "2024-0 9-14T00:00:00",2510 - "departureTicketsLeft": 24,2511 - "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, 2512 2512 "departureAvailabilityType": "FreeSale", 2513 2513 "returnAvailabilityType": "FreeSale", 2514 2514 "isTwoWay": true, ... ... @@ -2524,13 +2524,13 @@ 2524 2524 "class": "Economy", 2525 2525 "lugageWeight": 20, 2526 2526 "handLugageWeight": 6, 2527 - "departureFlightDate": "2024-0 9-07T03:40:00.000",2548 + "departureFlightDate": "2024-05-25T03:35:00.000", 2528 2528 "departureCountryName": "Kazakhstan", 2529 2529 "departureCityName": "Almaty", 2530 2530 "departureAirportCode": "ALA", 2531 2531 "departureAirportName": "Almaty Intl Airport", 2532 2532 "departureTerminalCode": "ALA", 2533 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",2554 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 2534 2534 "arrivalCountryName": "United Arab Emirates", 2535 2535 "arrivalCityName": "Dubai", 2536 2536 "arrivalAirportCode": "DXB", ... ... @@ -2547,13 +2547,13 @@ 2547 2547 "class": "Economy", 2548 2548 "lugageWeight": 20, 2549 2549 "handLugageWeight": 6, 2550 - "departureFlightDate": "2024-0 9-14T21:30:00.000",2571 + "departureFlightDate": "2024-06-01T21:25:00.000", 2551 2551 "departureCountryName": "United Arab Emirates", 2552 2552 "departureCityName": "Dubai", 2553 2553 "departureAirportCode": "DXB", 2554 2554 "departureAirportName": "Dubai Intl Airport", 2555 2555 "departureTerminalCode": "DXB3", 2556 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",2577 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 2557 2557 "arrivalCountryName": "Kazakhstan", 2558 2558 "arrivalCityName": "Almaty", 2559 2559 "arrivalAirportCode": "ALA", ... ... @@ -2564,7 +2564,7 @@ 2564 2564 ], 2565 2565 "passengers": [ 2566 2566 { 2567 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",2588 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 2568 2568 "isAdult": true, 2569 2569 "selectedForwardBaggageCode": "INCLUDED", 2570 2570 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2588,7 +2588,7 @@ 2588 2588 ] 2589 2589 }, 2590 2590 { 2591 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",2612 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 2592 2592 "isAdult": true, 2593 2593 "selectedForwardBaggageCode": "INCLUDED", 2594 2594 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2614,59 +2614,65 @@ 2614 2614 ] 2615 2615 }, 2616 2616 "extraServices": [], 2617 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:13", 2618 - "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", 2619 2619 "sortAirline": "fly dubai", 2620 - "sortHotelName": " fujairah rotanaresortspa",2649 + "sortHotelName": "citymax bur dubai", 2621 2621 "sortDetails": "bb", 2622 - "sortPlacement": "garden view room king with terrace dbl", 2623 - "subList": [], 2624 - "exchangeRate": 480.0 2651 + "sortPlacement": "standard room dbl" 2625 2625 }, 2626 2626 { 2627 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:828e9137-9b6d-4bde-96b6-fa81d41c455f:04abb186-80f6-4808-bce4-ae97cef85c51",2654 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:28a7bc68-07b6-4401-af7a-f126d7c8eb7d:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 2628 2628 "priceCurrency": "USD", 2629 - "totalPrice": 1672.57,2630 - "agentCommissionPercent": 9.0,2631 - "agentCommissionAmount": 150.53,2656 + "totalPrice": 950.99, 2657 + "agentCommissionPercent": 0.0, 2658 + "agentCommissionAmount": 0.0, 2632 2632 "includedExtrasAmount": 0, 2633 2633 "priceDifference": 0, 2634 2634 "hotel": { 2635 - "hotelPriceId": " 828e9137-9b6d-4bde-96b6-fa81d41c455f",2636 - "hotelName": " FujairahRotana ResortSpa",2637 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",2638 - "nig hts": 7,2639 - "mealPlan": " BB",2640 - "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", 2641 2641 "hotelColor": "#000000", 2642 2642 "availabilityType": "FreeSale", 2643 2643 "availableRoomsCount": 0, 2644 2644 "fewRooms": true, 2645 - "roomCategoryCode": " d544f59a-df57-4dc4-b1cd-b7263c02a5cc",2646 - "roomCategoryName": " GardenViewRoomTwin with Terrace",2672 + "roomCategoryCode": "0354ade3-baad-4a1a-a2e7-cd011afd68ba", 2673 + "roomCategoryName": "Superior (Standard) Room", 2647 2647 "placementTypeName": "DBL", 2648 - "checkInDate": "2024-0 9-07T00:00:00",2649 - "checkOutDate": "2024-0 9-14T00:00:00",2675 + "checkInDate": "2024-05-25T00:00:00.000", 2676 + "checkOutDate": "2024-06-01T00:00:00.000", 2650 2650 "adults": 2, 2651 2651 "children": 0, 2652 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",2653 - "districtName": " Al Aqah",2654 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",2655 - "cityName": " Fujairah",2679 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 2680 + "districtName": "Deira", 2681 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 2682 + "cityName": "Dubai", 2656 2656 "countryCode": "AE", 2657 2657 "countryName": "United Arab Emirates", 2658 - "hasAlcohol": true,2685 + "hasAlcohol": false, 2659 2659 "hasFreeWifi": true, 2660 2660 "hasMetro": false, 2661 2661 "hasPool": true, 2662 2662 "hasMall": false, 2663 - "infantMaxAge": 1.99,2664 - "childMinAge": 2.0,2690 + "infantMaxAge": 4.99, 2691 + "childMinAge": 5.0, 2665 2665 "childMaxAge": 11.99, 2666 2666 "teenMinAge": 0.0, 2667 2667 "teenMaxAge": 0.0, 2668 2668 "adultMinAge": 12.0, 2669 - "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 %", 2670 2670 "cancellationPolicy": { 2671 2671 "noShowChargeValue": 100.0, 2672 2672 "noShowChargeValueType": "%", ... ... @@ -2674,21 +2674,21 @@ 2674 2674 "earlyDepartureChargeValueType": "%", 2675 2675 "conditions": [ 2676 2676 { 2677 - "timeunits": 4,2704 + "timeunits": 1, 2678 2678 "timeunitType": "Day", 2679 2679 "timeOffsetTypeName": "Before Arrival", 2680 - "chargeValue": 1 00.0,2681 - "chargeValueType": " %"2707 + "chargeValue": 1.0, 2708 + "chargeValueType": "Night" 2682 2682 } 2683 2683 ] 2684 2684 } 2685 2685 }, 2686 2686 "flight": { 2687 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",2688 - "departureDate": "2024-0 9-07T00:00:00",2689 - "returnDate": "2024-0 9-14T00:00:00",2690 - "departureTicketsLeft": 24,2691 - "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, 2692 2692 "departureAvailabilityType": "FreeSale", 2693 2693 "returnAvailabilityType": "FreeSale", 2694 2694 "isTwoWay": true, ... ... @@ -2704,13 +2704,13 @@ 2704 2704 "class": "Economy", 2705 2705 "lugageWeight": 20, 2706 2706 "handLugageWeight": 6, 2707 - "departureFlightDate": "2024-0 9-07T03:40:00.000",2734 + "departureFlightDate": "2024-05-25T03:35:00.000", 2708 2708 "departureCountryName": "Kazakhstan", 2709 2709 "departureCityName": "Almaty", 2710 2710 "departureAirportCode": "ALA", 2711 2711 "departureAirportName": "Almaty Intl Airport", 2712 2712 "departureTerminalCode": "ALA", 2713 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",2740 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 2714 2714 "arrivalCountryName": "United Arab Emirates", 2715 2715 "arrivalCityName": "Dubai", 2716 2716 "arrivalAirportCode": "DXB", ... ... @@ -2727,13 +2727,13 @@ 2727 2727 "class": "Economy", 2728 2728 "lugageWeight": 20, 2729 2729 "handLugageWeight": 6, 2730 - "departureFlightDate": "2024-0 9-14T21:30:00.000",2757 + "departureFlightDate": "2024-06-01T21:25:00.000", 2731 2731 "departureCountryName": "United Arab Emirates", 2732 2732 "departureCityName": "Dubai", 2733 2733 "departureAirportCode": "DXB", 2734 2734 "departureAirportName": "Dubai Intl Airport", 2735 2735 "departureTerminalCode": "DXB3", 2736 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",2763 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 2737 2737 "arrivalCountryName": "Kazakhstan", 2738 2738 "arrivalCityName": "Almaty", 2739 2739 "arrivalAirportCode": "ALA", ... ... @@ -2744,7 +2744,7 @@ 2744 2744 ], 2745 2745 "passengers": [ 2746 2746 { 2747 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",2774 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 2748 2748 "isAdult": true, 2749 2749 "selectedForwardBaggageCode": "INCLUDED", 2750 2750 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2768,7 +2768,7 @@ 2768 2768 ] 2769 2769 }, 2770 2770 { 2771 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",2798 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 2772 2772 "isAdult": true, 2773 2773 "selectedForwardBaggageCode": "INCLUDED", 2774 2774 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2794,45 +2794,51 @@ 2794 2794 ] 2795 2795 }, 2796 2796 "extraServices": [], 2797 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:14", 2798 - "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", 2799 2799 "sortAirline": "fly dubai", 2800 - "sortHotelName": "fujairah rotana resort spa", 2801 - "sortDetails": "bb", 2802 - "sortPlacement": "garden view room twin with terrace dbl", 2803 - "subList": [], 2804 - "exchangeRate": 480.0 2835 + "sortHotelName": "pearl swiss hotel", 2836 + "sortDetails": "ro", 2837 + "sortPlacement": "superior standard room dbl" 2805 2805 }, 2806 2806 { 2807 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:8b389dd6-3040-444a-8d21-c9d20a7718c5:04abb186-80f6-4808-bce4-ae97cef85c51",2840 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:1b727487-ed18-4dbc-83d7-4d1ca358c20f:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 2808 2808 "priceCurrency": "USD", 2809 - "totalPrice": 1770.11,2810 - "agentCommissionPercent": 9.0,2811 - "agentCommissionAmount": 159.31,2842 + "totalPrice": 954.99, 2843 + "agentCommissionPercent": 0.0, 2844 + "agentCommissionAmount": 0.0, 2812 2812 "includedExtrasAmount": 0, 2813 2813 "priceDifference": 0, 2814 2814 "hotel": { 2815 - "hotelPriceId": " 8b389dd6-3040-444a-8d21-c9d20a7718c5",2816 - "hotelName": " FujairahRotana ResortSpa",2817 - "hotelCode": "c a511ddc-3ad8-46ed-8ad0-c68cc3e8488e",2818 - "nig hts": 7,2819 - "mealPlan": " HB",2820 - "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", 2821 2821 "hotelColor": "#000000", 2822 2822 "availabilityType": "FreeSale", 2823 2823 "availableRoomsCount": 0, 2824 2824 "fewRooms": true, 2825 - "roomCategoryCode": "5 3bd7e89-2c04-4944-b706-be67857fc076",2826 - "roomCategoryName": " King GuestRoom",2858 + "roomCategoryCode": "afa5f047-ad92-4290-b06d-f5a44eed782e", 2859 + "roomCategoryName": "Deluxe Suite", 2827 2827 "placementTypeName": "DBL", 2828 - "checkInDate": "2024-0 9-07T00:00:00",2829 - "checkOutDate": "2024-0 9-14T00:00:00",2861 + "checkInDate": "2024-05-25T00:00:00.000", 2862 + "checkOutDate": "2024-06-01T00:00:00.000", 2830 2830 "adults": 2, 2831 2831 "children": 0, 2832 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",2833 - "districtName": " Al Aqah",2834 - "cityUID": " 857a6d87-d1e4-4a17-a867-c65307559222",2835 - "cityName": " Fujairah",2865 + "districtUID": "7ac1bbc8-59ea-4977-b272-ed8553f94f9b", 2866 + "districtName": "Sharjah", 2867 + "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6", 2868 + "cityName": "Sharjah", 2836 2836 "countryCode": "AE", 2837 2837 "countryName": "United Arab Emirates", 2838 2838 "hasAlcohol": true, ... ... @@ -2840,13 +2840,13 @@ 2840 2840 "hasMetro": false, 2841 2841 "hasPool": true, 2842 2842 "hasMall": false, 2843 - "infantMaxAge": 1.99,2844 - "childMinAge": 2.0,2876 + "infantMaxAge": 5.99, 2877 + "childMinAge": 6.0, 2845 2845 "childMaxAge": 11.99, 2846 2846 "teenMinAge": 0.0, 2847 2847 "teenMaxAge": 0.0, 2848 2848 "adultMinAge": 12.0, 2849 - "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 %", 2850 2850 "cancellationPolicy": { 2851 2851 "noShowChargeValue": 100.0, 2852 2852 "noShowChargeValueType": "%", ... ... @@ -2854,7 +2854,7 @@ 2854 2854 "earlyDepartureChargeValueType": "%", 2855 2855 "conditions": [ 2856 2856 { 2857 - "timeunits": 4,2890 + "timeunits": 2, 2858 2858 "timeunitType": "Day", 2859 2859 "timeOffsetTypeName": "Before Arrival", 2860 2860 "chargeValue": 100.0, ... ... @@ -2864,11 +2864,11 @@ 2864 2864 } 2865 2865 }, 2866 2866 "flight": { 2867 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",2868 - "departureDate": "2024-0 9-07T00:00:00",2869 - "returnDate": "2024-0 9-14T00:00:00",2870 - "departureTicketsLeft": 24,2871 - "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, 2872 2872 "departureAvailabilityType": "FreeSale", 2873 2873 "returnAvailabilityType": "FreeSale", 2874 2874 "isTwoWay": true, ... ... @@ -2884,13 +2884,13 @@ 2884 2884 "class": "Economy", 2885 2885 "lugageWeight": 20, 2886 2886 "handLugageWeight": 6, 2887 - "departureFlightDate": "2024-0 9-07T03:40:00.000",2920 + "departureFlightDate": "2024-05-25T03:35:00.000", 2888 2888 "departureCountryName": "Kazakhstan", 2889 2889 "departureCityName": "Almaty", 2890 2890 "departureAirportCode": "ALA", 2891 2891 "departureAirportName": "Almaty Intl Airport", 2892 2892 "departureTerminalCode": "ALA", 2893 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",2926 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 2894 2894 "arrivalCountryName": "United Arab Emirates", 2895 2895 "arrivalCityName": "Dubai", 2896 2896 "arrivalAirportCode": "DXB", ... ... @@ -2907,13 +2907,13 @@ 2907 2907 "class": "Economy", 2908 2908 "lugageWeight": 20, 2909 2909 "handLugageWeight": 6, 2910 - "departureFlightDate": "2024-0 9-14T21:30:00.000",2943 + "departureFlightDate": "2024-06-01T21:25:00.000", 2911 2911 "departureCountryName": "United Arab Emirates", 2912 2912 "departureCityName": "Dubai", 2913 2913 "departureAirportCode": "DXB", 2914 2914 "departureAirportName": "Dubai Intl Airport", 2915 2915 "departureTerminalCode": "DXB3", 2916 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",2949 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 2917 2917 "arrivalCountryName": "Kazakhstan", 2918 2918 "arrivalCityName": "Almaty", 2919 2919 "arrivalAirportCode": "ALA", ... ... @@ -2924,7 +2924,7 @@ 2924 2924 ], 2925 2925 "passengers": [ 2926 2926 { 2927 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",2960 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 2928 2928 "isAdult": true, 2929 2929 "selectedForwardBaggageCode": "INCLUDED", 2930 2930 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2948,7 +2948,7 @@ 2948 2948 ] 2949 2949 }, 2950 2950 { 2951 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",2984 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 2952 2952 "isAdult": true, 2953 2953 "selectedForwardBaggageCode": "INCLUDED", 2954 2954 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -2974,59 +2974,65 @@ 2974 2974 ] 2975 2975 }, 2976 2976 "extraServices": [], 2977 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:15", 2978 - "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", 2979 2979 "sortAirline": "fly dubai", 2980 - "sortHotelName": "fujairah rotana resort spa", 2981 - "sortDetails": "hb", 2982 - "sortPlacement": "king guest room dbl", 2983 - "subList": [], 2984 - "exchangeRate": 480.0 3021 + "sortHotelName": "red castle hotel sharjah", 3022 + "sortDetails": "ro", 3023 + "sortPlacement": "deluxe suite dbl" 2985 2985 }, 2986 2986 { 2987 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:91a303cb-ca93-4408-8dc5-1d1134fa59e8:04abb186-80f6-4808-bce4-ae97cef85c51",3026 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:a8f703f8-207f-4e48-89f8-b03720d83da2:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 2988 2988 "priceCurrency": "USD", 2989 - "totalPrice": 1770.11,2990 - "agentCommissionPercent": 9.0,2991 - "agentCommissionAmount": 159.31,3028 + "totalPrice": 955.47, 3029 + "agentCommissionPercent": 0.0, 3030 + "agentCommissionAmount": 0.0, 2992 2992 "includedExtrasAmount": 0, 2993 2993 "priceDifference": 0, 2994 2994 "hotel": { 2995 - "hotelPriceId": " 91a303cb-ca93-4408-8dc5-1d1134fa59e8",2996 - "hotelName": " Fujairah Rotana ResortSpa",2997 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",2998 - "nig hts": 7,2999 - "mealPlan": " HB",3000 - "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", 3001 3001 "hotelColor": "#000000", 3002 3002 "availabilityType": "FreeSale", 3003 3003 "availableRoomsCount": 0, 3004 3004 "fewRooms": true, 3005 - "roomCategoryCode": " e6019a5a-760a-4cb1-9117-643ced101fb5",3006 - "roomCategoryName": " TwinGuestRoom",3044 + "roomCategoryCode": "2af2f9cf-90f9-4045-8a27-2808f860cfdb", 3045 + "roomCategoryName": "Standard Room", 3007 3007 "placementTypeName": "DBL", 3008 - "checkInDate": "2024-0 9-07T00:00:00",3009 - "checkOutDate": "2024-0 9-14T00:00:00",3047 + "checkInDate": "2024-05-25T00:00:00.000", 3048 + "checkOutDate": "2024-06-01T00:00:00.000", 3010 3010 "adults": 2, 3011 3011 "children": 0, 3012 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",3013 - "districtName": " AlAqah",3014 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",3015 - "cityName": " Fujairah",3051 + "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992", 3052 + "districtName": "Bur Dubai", 3053 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 3054 + "cityName": "Dubai", 3016 3016 "countryCode": "AE", 3017 3017 "countryName": "United Arab Emirates", 3018 - "hasAlcohol": true,3057 + "hasAlcohol": false, 3019 3019 "hasFreeWifi": true, 3020 3020 "hasMetro": false, 3021 - "hasPool": true,3060 + "hasPool": false, 3022 3022 "hasMall": false, 3023 - "infantMaxAge": 1.99,3024 - "childMinAge": 2.0,3025 - "childMaxAge": 1 1.99,3062 + "infantMaxAge": 4.99, 3063 + "childMinAge": 5.0, 3064 + "childMaxAge": 10.99, 3026 3026 "teenMinAge": 0.0, 3027 3027 "teenMaxAge": 0.0, 3028 - "adultMinAge": 1 2.0,3029 - "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", 3030 3030 "cancellationPolicy": { 3031 3031 "noShowChargeValue": 100.0, 3032 3032 "noShowChargeValueType": "%", ... ... @@ -3034,7 +3034,7 @@ 3034 3034 "earlyDepartureChargeValueType": "%", 3035 3035 "conditions": [ 3036 3036 { 3037 - "timeunits": 4,3076 + "timeunits": 365, 3038 3038 "timeunitType": "Day", 3039 3039 "timeOffsetTypeName": "Before Arrival", 3040 3040 "chargeValue": 100.0, ... ... @@ -3044,11 +3044,11 @@ 3044 3044 } 3045 3045 }, 3046 3046 "flight": { 3047 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",3048 - "departureDate": "2024-0 9-07T00:00:00",3049 - "returnDate": "2024-0 9-14T00:00:00",3050 - "departureTicketsLeft": 24,3051 - "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, 3052 3052 "departureAvailabilityType": "FreeSale", 3053 3053 "returnAvailabilityType": "FreeSale", 3054 3054 "isTwoWay": true, ... ... @@ -3064,13 +3064,13 @@ 3064 3064 "class": "Economy", 3065 3065 "lugageWeight": 20, 3066 3066 "handLugageWeight": 6, 3067 - "departureFlightDate": "2024-0 9-07T03:40:00.000",3106 + "departureFlightDate": "2024-05-25T03:35:00.000", 3068 3068 "departureCountryName": "Kazakhstan", 3069 3069 "departureCityName": "Almaty", 3070 3070 "departureAirportCode": "ALA", 3071 3071 "departureAirportName": "Almaty Intl Airport", 3072 3072 "departureTerminalCode": "ALA", 3073 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",3112 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 3074 3074 "arrivalCountryName": "United Arab Emirates", 3075 3075 "arrivalCityName": "Dubai", 3076 3076 "arrivalAirportCode": "DXB", ... ... @@ -3087,13 +3087,13 @@ 3087 3087 "class": "Economy", 3088 3088 "lugageWeight": 20, 3089 3089 "handLugageWeight": 6, 3090 - "departureFlightDate": "2024-0 9-14T21:30:00.000",3129 + "departureFlightDate": "2024-06-01T21:25:00.000", 3091 3091 "departureCountryName": "United Arab Emirates", 3092 3092 "departureCityName": "Dubai", 3093 3093 "departureAirportCode": "DXB", 3094 3094 "departureAirportName": "Dubai Intl Airport", 3095 3095 "departureTerminalCode": "DXB3", 3096 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",3135 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 3097 3097 "arrivalCountryName": "Kazakhstan", 3098 3098 "arrivalCityName": "Almaty", 3099 3099 "arrivalAirportCode": "ALA", ... ... @@ -3104,7 +3104,7 @@ 3104 3104 ], 3105 3105 "passengers": [ 3106 3106 { 3107 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",3146 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 3108 3108 "isAdult": true, 3109 3109 "selectedForwardBaggageCode": "INCLUDED", 3110 3110 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3128,7 +3128,7 @@ 3128 3128 ] 3129 3129 }, 3130 3130 { 3131 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",3170 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 3132 3132 "isAdult": true, 3133 3133 "selectedForwardBaggageCode": "INCLUDED", 3134 3134 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3154,59 +3154,65 @@ 3154 3154 ] 3155 3155 }, 3156 3156 "extraServices": [], 3157 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:16", 3158 - "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", 3159 3159 "sortAirline": "fly dubai", 3160 - "sortHotelName": "fujairah rotana resort spa", 3161 - "sortDetails": "hb", 3162 - "sortPlacement": "twin guest room dbl", 3163 - "subList": [], 3164 - "exchangeRate": 480.0 3207 + "sortHotelName": "concorde inn hotel", 3208 + "sortDetails": "ro", 3209 + "sortPlacement": "standard room dbl" 3165 3165 }, 3166 3166 { 3167 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:11f99f2c-9648-4c18-b650-3ce7ca27b709:04abb186-80f6-4808-bce4-ae97cef85c51",3212 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:5f6de21e-6d76-4120-b9d4-c1356c6e3a06:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 3168 3168 "priceCurrency": "USD", 3169 - "totalPrice": 1770.11,3170 - "agentCommissionPercent": 9.0,3171 - "agentCommissionAmount": 159.31,3214 + "totalPrice": 960.58, 3215 + "agentCommissionPercent": 0.0, 3216 + "agentCommissionAmount": 0.0, 3172 3172 "includedExtrasAmount": 0, 3173 3173 "priceDifference": 0, 3174 3174 "hotel": { 3175 - "hotelPriceId": " 11f99f2c-9648-4c18-b650-3ce7ca27b709",3176 - "hotelName": " Fujairah RotanaResortSpa",3177 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",3178 - "nig hts": 7,3179 - "mealPlan": " HB",3180 - "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", 3181 3181 "hotelColor": "#000000", 3182 3182 "availabilityType": "FreeSale", 3183 3183 "availableRoomsCount": 0, 3184 3184 "fewRooms": true, 3185 - "roomCategoryCode": " e6019a5a-760a-4cb1-9117-643ced101fb5",3186 - "roomCategoryName": " TwinGuestRoom",3230 + "roomCategoryCode": "22438123-aecc-4f61-9cd3-ab2c7de4a11f", 3231 + "roomCategoryName": "Standard Room City View", 3187 3187 "placementTypeName": "DBL", 3188 - "checkInDate": "2024-0 9-07T00:00:00",3189 - "checkOutDate": "2024-0 9-14T00:00:00",3233 + "checkInDate": "2024-05-25T00:00:00.000", 3234 + "checkOutDate": "2024-06-01T00:00:00.000", 3190 3190 "adults": 2, 3191 3191 "children": 0, 3192 - "districtUID": "1 c118ac0-b44a-4cf5-9229-326a151b13ef",3193 - "districtName": "Al Aqah",3194 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",3195 - "cityName": " Fujairah",3237 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9", 3238 + "districtName": "Al Jaddaf", 3239 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 3240 + "cityName": "Dubai", 3196 3196 "countryCode": "AE", 3197 3197 "countryName": "United Arab Emirates", 3198 - "hasAlcohol": true,3243 + "hasAlcohol": false, 3199 3199 "hasFreeWifi": true, 3200 3200 "hasMetro": false, 3201 - "hasPool": true,3246 + "hasPool": false, 3202 3202 "hasMall": false, 3203 - "infantMaxAge": 1.99,3204 - "childMinAge": 2.0,3248 + "infantMaxAge": 5.99, 3249 + "childMinAge": 6.0, 3205 3205 "childMaxAge": 11.99, 3206 3206 "teenMinAge": 0.0, 3207 3207 "teenMaxAge": 0.0, 3208 3208 "adultMinAge": 12.0, 3209 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day BeforeArrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",3254 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 3210 3210 "cancellationPolicy": { 3211 3211 "noShowChargeValue": 100.0, 3212 3212 "noShowChargeValueType": "%", ... ... @@ -3214,7 +3214,7 @@ 3214 3214 "earlyDepartureChargeValueType": "%", 3215 3215 "conditions": [ 3216 3216 { 3217 - "timeunits": 4,3262 + "timeunits": 365, 3218 3218 "timeunitType": "Day", 3219 3219 "timeOffsetTypeName": "Before Arrival", 3220 3220 "chargeValue": 100.0, ... ... @@ -3224,11 +3224,11 @@ 3224 3224 } 3225 3225 }, 3226 3226 "flight": { 3227 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",3228 - "departureDate": "2024-0 9-07T00:00:00",3229 - "returnDate": "2024-0 9-14T00:00:00",3230 - "departureTicketsLeft": 24,3231 - "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, 3232 3232 "departureAvailabilityType": "FreeSale", 3233 3233 "returnAvailabilityType": "FreeSale", 3234 3234 "isTwoWay": true, ... ... @@ -3244,13 +3244,13 @@ 3244 3244 "class": "Economy", 3245 3245 "lugageWeight": 20, 3246 3246 "handLugageWeight": 6, 3247 - "departureFlightDate": "2024-0 9-07T03:40:00.000",3292 + "departureFlightDate": "2024-05-25T03:35:00.000", 3248 3248 "departureCountryName": "Kazakhstan", 3249 3249 "departureCityName": "Almaty", 3250 3250 "departureAirportCode": "ALA", 3251 3251 "departureAirportName": "Almaty Intl Airport", 3252 3252 "departureTerminalCode": "ALA", 3253 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",3298 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 3254 3254 "arrivalCountryName": "United Arab Emirates", 3255 3255 "arrivalCityName": "Dubai", 3256 3256 "arrivalAirportCode": "DXB", ... ... @@ -3267,13 +3267,13 @@ 3267 3267 "class": "Economy", 3268 3268 "lugageWeight": 20, 3269 3269 "handLugageWeight": 6, 3270 - "departureFlightDate": "2024-0 9-14T21:30:00.000",3315 + "departureFlightDate": "2024-06-01T21:25:00.000", 3271 3271 "departureCountryName": "United Arab Emirates", 3272 3272 "departureCityName": "Dubai", 3273 3273 "departureAirportCode": "DXB", 3274 3274 "departureAirportName": "Dubai Intl Airport", 3275 3275 "departureTerminalCode": "DXB3", 3276 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",3321 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 3277 3277 "arrivalCountryName": "Kazakhstan", 3278 3278 "arrivalCityName": "Almaty", 3279 3279 "arrivalAirportCode": "ALA", ... ... @@ -3284,7 +3284,7 @@ 3284 3284 ], 3285 3285 "passengers": [ 3286 3286 { 3287 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",3332 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 3288 3288 "isAdult": true, 3289 3289 "selectedForwardBaggageCode": "INCLUDED", 3290 3290 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3308,7 +3308,7 @@ 3308 3308 ] 3309 3309 }, 3310 3310 { 3311 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",3356 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 3312 3312 "isAdult": true, 3313 3313 "selectedForwardBaggageCode": "INCLUDED", 3314 3314 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3334,59 +3334,65 @@ 3334 3334 ] 3335 3335 }, 3336 3336 "extraServices": [], 3337 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:17", 3338 - "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", 3339 3339 "sortAirline": "fly dubai", 3340 - "sortHotelName": "fujairah rotana resort spa", 3341 - "sortDetails": "hb", 3342 - "sortPlacement": "twin guest room dbl", 3343 - "subList": [], 3344 - "exchangeRate": 480.0 3393 + "sortHotelName": "kingsgate canal by millennium hotel", 3394 + "sortDetails": "ro", 3395 + "sortPlacement": "standard room city view dbl" 3345 3345 }, 3346 3346 { 3347 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:c8c707d3-f061-4fa2-a7b3-ba5d42c67d03:04abb186-80f6-4808-bce4-ae97cef85c51",3398 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:92bcda0e-333a-4daa-976e-8eef81653c01:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 3348 3348 "priceCurrency": "USD", 3349 - "totalPrice": 1770.11,3350 - "agentCommissionPercent": 9.0,3351 - "agentCommissionAmount": 159.31,3400 + "totalPrice": 960.58, 3401 + "agentCommissionPercent": 0.0, 3402 + "agentCommissionAmount": 0.0, 3352 3352 "includedExtrasAmount": 0, 3353 3353 "priceDifference": 0, 3354 3354 "hotel": { 3355 - "hotelPriceId": "c 8c707d3-f061-4fa2-a7b3-ba5d42c67d03",3356 - "hotelName": " FujairahRotana Resort Spa",3357 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",3358 - "nig hts": 7,3359 - "mealPlan": " HB",3360 - "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", 3361 3361 "hotelColor": "#000000", 3362 - "availabilityType": " FreeSale",3413 + "availabilityType": "OnRequest", 3363 3363 "availableRoomsCount": 0, 3364 3364 "fewRooms": true, 3365 - "roomCategoryCode": "5 3bd7e89-2c04-4944-b706-be67857fc076",3366 - "roomCategoryName": " King GuestRoom",3416 + "roomCategoryCode": "590e8140-20fd-4a8f-8e6c-cfd9919935a3", 3417 + "roomCategoryName": "Superior Room", 3367 3367 "placementTypeName": "DBL", 3368 - "checkInDate": "2024-0 9-07T00:00:00",3369 - "checkOutDate": "2024-0 9-14T00:00:00",3419 + "checkInDate": "2024-05-25T00:00:00.000", 3420 + "checkOutDate": "2024-06-01T00:00:00.000", 3370 3370 "adults": 2, 3371 3371 "children": 0, 3372 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",3373 - "districtName": " Al Aqah",3374 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",3375 - "cityName": " Fujairah",3423 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 3424 + "districtName": "Deira", 3425 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 3426 + "cityName": "Dubai", 3376 3376 "countryCode": "AE", 3377 3377 "countryName": "United Arab Emirates", 3378 - "hasAlcohol": true,3429 + "hasAlcohol": false, 3379 3379 "hasFreeWifi": true, 3380 3380 "hasMetro": false, 3381 3381 "hasPool": true, 3382 3382 "hasMall": false, 3383 - "infantMaxAge": 1.99,3384 - "childMinAge": 2.0,3434 + "infantMaxAge": 5.99, 3435 + "childMinAge": 6.0, 3385 3385 "childMaxAge": 11.99, 3386 3386 "teenMinAge": 0.0, 3387 3387 "teenMaxAge": 0.0, 3388 3388 "adultMinAge": 12.0, 3389 - "cancellationPolicyDescription": "Cancellation Policy: 4 Day BeforeArrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",3440 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 3390 3390 "cancellationPolicy": { 3391 3391 "noShowChargeValue": 100.0, 3392 3392 "noShowChargeValueType": "%", ... ... @@ -3394,7 +3394,7 @@ 3394 3394 "earlyDepartureChargeValueType": "%", 3395 3395 "conditions": [ 3396 3396 { 3397 - "timeunits": 4,3448 + "timeunits": 365, 3398 3398 "timeunitType": "Day", 3399 3399 "timeOffsetTypeName": "Before Arrival", 3400 3400 "chargeValue": 100.0, ... ... @@ -3404,11 +3404,11 @@ 3404 3404 } 3405 3405 }, 3406 3406 "flight": { 3407 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",3408 - "departureDate": "2024-0 9-07T00:00:00",3409 - "returnDate": "2024-0 9-14T00:00:00",3410 - "departureTicketsLeft": 24,3411 - "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, 3412 3412 "departureAvailabilityType": "FreeSale", 3413 3413 "returnAvailabilityType": "FreeSale", 3414 3414 "isTwoWay": true, ... ... @@ -3424,13 +3424,13 @@ 3424 3424 "class": "Economy", 3425 3425 "lugageWeight": 20, 3426 3426 "handLugageWeight": 6, 3427 - "departureFlightDate": "2024-0 9-07T03:40:00.000",3478 + "departureFlightDate": "2024-05-25T03:35:00.000", 3428 3428 "departureCountryName": "Kazakhstan", 3429 3429 "departureCityName": "Almaty", 3430 3430 "departureAirportCode": "ALA", 3431 3431 "departureAirportName": "Almaty Intl Airport", 3432 3432 "departureTerminalCode": "ALA", 3433 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",3484 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 3434 3434 "arrivalCountryName": "United Arab Emirates", 3435 3435 "arrivalCityName": "Dubai", 3436 3436 "arrivalAirportCode": "DXB", ... ... @@ -3447,13 +3447,13 @@ 3447 3447 "class": "Economy", 3448 3448 "lugageWeight": 20, 3449 3449 "handLugageWeight": 6, 3450 - "departureFlightDate": "2024-0 9-14T21:30:00.000",3501 + "departureFlightDate": "2024-06-01T21:25:00.000", 3451 3451 "departureCountryName": "United Arab Emirates", 3452 3452 "departureCityName": "Dubai", 3453 3453 "departureAirportCode": "DXB", 3454 3454 "departureAirportName": "Dubai Intl Airport", 3455 3455 "departureTerminalCode": "DXB3", 3456 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",3507 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 3457 3457 "arrivalCountryName": "Kazakhstan", 3458 3458 "arrivalCityName": "Almaty", 3459 3459 "arrivalAirportCode": "ALA", ... ... @@ -3464,7 +3464,7 @@ 3464 3464 ], 3465 3465 "passengers": [ 3466 3466 { 3467 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",3518 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 3468 3468 "isAdult": true, 3469 3469 "selectedForwardBaggageCode": "INCLUDED", 3470 3470 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3488,7 +3488,7 @@ 3488 3488 ] 3489 3489 }, 3490 3490 { 3491 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",3542 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 3492 3492 "isAdult": true, 3493 3493 "selectedForwardBaggageCode": "INCLUDED", 3494 3494 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3514,50 +3514,57 @@ 3514 3514 ] 3515 3515 }, 3516 3516 "extraServices": [], 3517 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:18", 3518 - "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", 3519 3519 "sortAirline": "fly dubai", 3520 - "sortHotelName": "fujairah rotana resort spa", 3521 - "sortDetails": "hb", 3522 - "sortPlacement": "king guest room dbl", 3523 - "subList": [], 3524 - "exchangeRate": 480.0 3579 + "sortHotelName": "aavri hotel", 3580 + "sortDetails": "ro", 3581 + "sortPlacement": "superior room dbl" 3525 3525 }, 3526 3526 { 3527 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:e1089e11-02d6-4b38-9829-73d36f582c4e:04abb186-80f6-4808-bce4-ae97cef85c51",3584 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:7b0d97af-7b56-4d83-880a-32bb55b045df:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 3528 3528 "priceCurrency": "USD", 3529 - "totalPrice": 1875.11,3530 - "agentCommissionPercent": 9.0,3531 - "agentCommissionAmount": 168.76,3586 + "totalPrice": 960.97, 3587 + "agentCommissionPercent": 0.0, 3588 + "agentCommissionAmount": 0.0, 3532 3532 "includedExtrasAmount": 0, 3533 3533 "priceDifference": 0, 3534 3534 "hotel": { 3535 - "hotelPriceId": " e1089e11-02d6-4b38-9829-73d36f582c4e",3536 - "hotelName": " FujairahRotanaResortSpa",3537 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",3538 - "nig hts": 7,3539 - "mealPlan": " BB",3540 - "hotelClass": " 5",3541 - "hotelColor": "# 000000",3542 - "availabilityType": " OnRequest",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", 3599 + "availabilityType": "FreeSale", 3543 3543 "availableRoomsCount": 0, 3544 3544 "fewRooms": true, 3545 - "roomCategoryCode": "4aa88c0e-b196-4346-bd2a-c0252a925ba1", 3546 - "roomCategoryName": "Spacious Garden View Room", 3547 - "placementTypeName": "DBL", 3548 - "checkInDate": "2024-09-07T00:00:00", 3549 - "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", 3550 3550 "adults": 2, 3551 3551 "children": 0, 3552 - "districtUID": "1 c118ac0-b44a-4cf5-9229-326a151b13ef",3553 - "districtName": "Al Aqah",3554 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",3555 - "cityName": " Fujairah",3610 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9", 3611 + "districtName": "Al Jaddaf", 3612 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 3613 + "cityName": "Dubai", 3556 3556 "countryCode": "AE", 3557 3557 "countryName": "United Arab Emirates", 3558 3558 "hasAlcohol": true, 3559 3559 "hasFreeWifi": true, 3560 - "hasMetro": false,3618 + "hasMetro": true, 3561 3561 "hasPool": true, 3562 3562 "hasMall": false, 3563 3563 "infantMaxAge": 1.99, ... ... @@ -3566,18 +3566,18 @@ 3566 3566 "teenMinAge": 0.0, 3567 3567 "teenMaxAge": 0.0, 3568 3568 "adultMinAge": 12.0, 3569 - "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 %", 3570 3570 "cancellationPolicy": { 3571 - "noShowChargeValue": 100 .0,3629 + "noShowChargeValue": 100, 3572 3572 "noShowChargeValueType": "%", 3573 - "earlyDepartureChargeValue": 100 .0,3631 + "earlyDepartureChargeValue": 100, 3574 3574 "earlyDepartureChargeValueType": "%", 3575 3575 "conditions": [ 3576 3576 { 3577 - "timeunits": 4,3635 + "timeunits": 0, 3578 3578 "timeunitType": "Day", 3579 3579 "timeOffsetTypeName": "Before Arrival", 3580 - "chargeValue": 100.0,3638 + "chargeValue": 0, 3581 3581 "chargeValueType": "%" 3582 3582 } 3583 3583 ] ... ... @@ -3584,11 +3584,11 @@ 3584 3584 } 3585 3585 }, 3586 3586 "flight": { 3587 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",3588 - "departureDate": "2024-0 9-07T00:00:00",3589 - "returnDate": "2024-0 9-14T00:00:00",3590 - "departureTicketsLeft": 24,3591 - "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, 3592 3592 "departureAvailabilityType": "FreeSale", 3593 3593 "returnAvailabilityType": "FreeSale", 3594 3594 "isTwoWay": true, ... ... @@ -3604,13 +3604,13 @@ 3604 3604 "class": "Economy", 3605 3605 "lugageWeight": 20, 3606 3606 "handLugageWeight": 6, 3607 - "departureFlightDate": "2024-0 9-07T03:40:00.000",3665 + "departureFlightDate": "2024-05-25T03:35:00.000", 3608 3608 "departureCountryName": "Kazakhstan", 3609 3609 "departureCityName": "Almaty", 3610 3610 "departureAirportCode": "ALA", 3611 3611 "departureAirportName": "Almaty Intl Airport", 3612 3612 "departureTerminalCode": "ALA", 3613 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",3671 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 3614 3614 "arrivalCountryName": "United Arab Emirates", 3615 3615 "arrivalCityName": "Dubai", 3616 3616 "arrivalAirportCode": "DXB", ... ... @@ -3627,13 +3627,13 @@ 3627 3627 "class": "Economy", 3628 3628 "lugageWeight": 20, 3629 3629 "handLugageWeight": 6, 3630 - "departureFlightDate": "2024-0 9-14T21:30:00.000",3688 + "departureFlightDate": "2024-06-01T21:25:00.000", 3631 3631 "departureCountryName": "United Arab Emirates", 3632 3632 "departureCityName": "Dubai", 3633 3633 "departureAirportCode": "DXB", 3634 3634 "departureAirportName": "Dubai Intl Airport", 3635 3635 "departureTerminalCode": "DXB3", 3636 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",3694 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 3637 3637 "arrivalCountryName": "Kazakhstan", 3638 3638 "arrivalCityName": "Almaty", 3639 3639 "arrivalAirportCode": "ALA", ... ... @@ -3644,7 +3644,7 @@ 3644 3644 ], 3645 3645 "passengers": [ 3646 3646 { 3647 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",3705 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 3648 3648 "isAdult": true, 3649 3649 "selectedForwardBaggageCode": "INCLUDED", 3650 3650 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3668,7 +3668,7 @@ 3668 3668 ] 3669 3669 }, 3670 3670 { 3671 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",3729 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 3672 3672 "isAdult": true, 3673 3673 "selectedForwardBaggageCode": "INCLUDED", 3674 3674 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3694,50 +3694,57 @@ 3694 3694 ] 3695 3695 }, 3696 3696 "extraServices": [], 3697 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:19", 3698 - "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", 3699 3699 "sortAirline": "fly dubai", 3700 - "sortHotelName": "fujairah rotana resort spa", 3701 - "sortDetails": "bb", 3702 - "sortPlacement": "spacious garden view room dbl", 3703 - "subList": [], 3704 - "exchangeRate": 480.0 3766 + "sortHotelName": "arabian park edge by rotana", 3767 + "sortDetails": "ro", 3768 + "sortPlacement": "city view room twin beds 2 adults" 3705 3705 }, 3706 3706 { 3707 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:7d197efc-48d0-40c5-9752-a5a15ada6361:04abb186-80f6-4808-bce4-ae97cef85c51",3771 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:b37b3b08-ba61-47d6-958a-6d4236cd4f57:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 3708 3708 "priceCurrency": "USD", 3709 - "totalPrice": 1875.11,3710 - "agentCommissionPercent": 9.0,3711 - "agentCommissionAmount": 168.76,3773 + "totalPrice": 960.97, 3774 + "agentCommissionPercent": 0.0, 3775 + "agentCommissionAmount": 0.0, 3712 3712 "includedExtrasAmount": 0, 3713 3713 "priceDifference": 0, 3714 3714 "hotel": { 3715 - "hotelPriceId": "7 d197efc-48d0-40c5-9752-a5a15ada6361",3716 - "hotelName": " FujairahRotanaResortSpa",3717 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",3718 - "nig hts": 7,3719 - "mealPlan": " BB",3720 - "hotelClass": " 5",3721 - "hotelColor": "# 000000",3722 - "availabilityType": " OnRequest",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", 3786 + "availabilityType": "FreeSale", 3723 3723 "availableRoomsCount": 0, 3724 3724 "fewRooms": true, 3725 - "roomCategoryCode": "4aa88c0e-b196-4346-bd2a-c0252a925ba1", 3726 - "roomCategoryName": "Spacious Garden View Room", 3727 - "placementTypeName": "DBL", 3728 - "checkInDate": "2024-09-07T00:00:00", 3729 - "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", 3730 3730 "adults": 2, 3731 3731 "children": 0, 3732 - "districtUID": "1 c118ac0-b44a-4cf5-9229-326a151b13ef",3733 - "districtName": "Al Aqah",3734 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",3735 - "cityName": " Fujairah",3797 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9", 3798 + "districtName": "Al Jaddaf", 3799 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 3800 + "cityName": "Dubai", 3736 3736 "countryCode": "AE", 3737 3737 "countryName": "United Arab Emirates", 3738 3738 "hasAlcohol": true, 3739 3739 "hasFreeWifi": true, 3740 - "hasMetro": false,3805 + "hasMetro": true, 3741 3741 "hasPool": true, 3742 3742 "hasMall": false, 3743 3743 "infantMaxAge": 1.99, ... ... @@ -3746,18 +3746,18 @@ 3746 3746 "teenMinAge": 0.0, 3747 3747 "teenMaxAge": 0.0, 3748 3748 "adultMinAge": 12.0, 3749 - "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 %", 3750 3750 "cancellationPolicy": { 3751 - "noShowChargeValue": 100 .0,3816 + "noShowChargeValue": 100, 3752 3752 "noShowChargeValueType": "%", 3753 - "earlyDepartureChargeValue": 100 .0,3818 + "earlyDepartureChargeValue": 100, 3754 3754 "earlyDepartureChargeValueType": "%", 3755 3755 "conditions": [ 3756 3756 { 3757 - "timeunits": 4,3822 + "timeunits": 0, 3758 3758 "timeunitType": "Day", 3759 3759 "timeOffsetTypeName": "Before Arrival", 3760 - "chargeValue": 100.0,3825 + "chargeValue": 0, 3761 3761 "chargeValueType": "%" 3762 3762 } 3763 3763 ] ... ... @@ -3764,11 +3764,11 @@ 3764 3764 } 3765 3765 }, 3766 3766 "flight": { 3767 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",3768 - "departureDate": "2024-0 9-07T00:00:00",3769 - "returnDate": "2024-0 9-14T00:00:00",3770 - "departureTicketsLeft": 24,3771 - "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, 3772 3772 "departureAvailabilityType": "FreeSale", 3773 3773 "returnAvailabilityType": "FreeSale", 3774 3774 "isTwoWay": true, ... ... @@ -3784,13 +3784,13 @@ 3784 3784 "class": "Economy", 3785 3785 "lugageWeight": 20, 3786 3786 "handLugageWeight": 6, 3787 - "departureFlightDate": "2024-0 9-07T03:40:00.000",3852 + "departureFlightDate": "2024-05-25T03:35:00.000", 3788 3788 "departureCountryName": "Kazakhstan", 3789 3789 "departureCityName": "Almaty", 3790 3790 "departureAirportCode": "ALA", 3791 3791 "departureAirportName": "Almaty Intl Airport", 3792 3792 "departureTerminalCode": "ALA", 3793 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",3858 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 3794 3794 "arrivalCountryName": "United Arab Emirates", 3795 3795 "arrivalCityName": "Dubai", 3796 3796 "arrivalAirportCode": "DXB", ... ... @@ -3807,13 +3807,13 @@ 3807 3807 "class": "Economy", 3808 3808 "lugageWeight": 20, 3809 3809 "handLugageWeight": 6, 3810 - "departureFlightDate": "2024-0 9-14T21:30:00.000",3875 + "departureFlightDate": "2024-06-01T21:25:00.000", 3811 3811 "departureCountryName": "United Arab Emirates", 3812 3812 "departureCityName": "Dubai", 3813 3813 "departureAirportCode": "DXB", 3814 3814 "departureAirportName": "Dubai Intl Airport", 3815 3815 "departureTerminalCode": "DXB3", 3816 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",3881 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 3817 3817 "arrivalCountryName": "Kazakhstan", 3818 3818 "arrivalCityName": "Almaty", 3819 3819 "arrivalAirportCode": "ALA", ... ... @@ -3824,7 +3824,7 @@ 3824 3824 ], 3825 3825 "passengers": [ 3826 3826 { 3827 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",3892 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 3828 3828 "isAdult": true, 3829 3829 "selectedForwardBaggageCode": "INCLUDED", 3830 3830 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3848,7 +3848,7 @@ 3848 3848 ] 3849 3849 }, 3850 3850 { 3851 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",3916 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 3852 3852 "isAdult": true, 3853 3853 "selectedForwardBaggageCode": "INCLUDED", 3854 3854 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -3874,59 +3874,65 @@ 3874 3874 ] 3875 3875 }, 3876 3876 "extraServices": [], 3877 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:20", 3878 - "sortCheckInOut": "07.09.2024-14.09.2024", 3942 + "insurancePrice": { 3943 + "name": "Medical INS (N10000)", 3944 + "price": 35.84, 3945 + "actualStartDate": "2024-05-25T00:00:00.000", 3946 + "actualEndDate": "2024-06-01T00:00:00.000", 3947 + "optional": false, 3948 + "includedInPackagePrice": true 3949 + }, 3950 + "cacheKey": "bd7e9a28fb744528a2deb043f05e0502602ea56f943a4dc9805321db85d51137:{8}:i:20", 3951 + "sortCheckInOut": "25.05.2024-01.06.2024", 3879 3879 "sortAirline": "fly dubai", 3880 - "sortHotelName": "fujairah rotana resort spa", 3881 - "sortDetails": "bb", 3882 - "sortPlacement": "spacious garden view room dbl", 3883 - "subList": [], 3884 - "exchangeRate": 480.0 3953 + "sortHotelName": "arabian park edge by rotana", 3954 + "sortDetails": "ro", 3955 + "sortPlacement": "city view room king bed 2 adults" 3885 3885 }, 3886 3886 { 3887 - "id": "tour: 001f5ee6-7ea9-4292-a4f4-07444b378692:eb7f1ac9-25b3-453b-9bec-e5a27610d8ea:04abb186-80f6-4808-bce4-ae97cef85c51",3958 + "id": "tour:5752cd54-45fa-481d-9b7e-3d8c4bf208a6:694ac032-e54d-4126-aa0e-bb0777dfc362:ac72e6c8-2b76-4840-b8fc-49a3e2e73203", 3888 3888 "priceCurrency": "USD", 3889 - "totalPrice": 1876.96,3890 - "agentCommissionPercent": 9.0,3891 - "agentCommissionAmount": 168.93,3960 + "totalPrice": 962.33, 3961 + "agentCommissionPercent": 0.0, 3962 + "agentCommissionAmount": 0.0, 3892 3892 "includedExtrasAmount": 0, 3893 3893 "priceDifference": 0, 3894 3894 "hotel": { 3895 - "hotelPriceId": " eb7f1ac9-25b3-453b-9bec-e5a27610d8ea",3896 - "hotelName": " Le MeridienAl AqahBeachResort",3897 - "hotelCode": "6 3300069-0631-4c34-946e-d2ca9753ff6e",3898 - "nig hts": 7,3899 - "mealPlan": " HB",3900 - "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", 3901 3901 "hotelColor": "#000000", 3902 3902 "availabilityType": "FreeSale", 3903 3903 "availableRoomsCount": 0, 3904 3904 "fewRooms": true, 3905 - "roomCategoryCode": "9 7ccbf2f-7195-4eea-9d45-926fbe73b482",3906 - "roomCategoryName": " DeluxeGuestRoom",3976 + "roomCategoryCode": "6ae991ac-6cc6-49ba-9e2f-fa28837b56b4", 3977 + "roomCategoryName": "Superior Room City View", 3907 3907 "placementTypeName": "DBL", 3908 - "checkInDate": "2024-0 9-07T00:00:00",3909 - "checkOutDate": "2024-0 9-14T00:00:00",3979 + "checkInDate": "2024-05-25T00:00:00.000", 3980 + "checkOutDate": "2024-06-01T00:00:00.000", 3910 3910 "adults": 2, 3911 3911 "children": 0, 3912 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",3913 - "districtName": " Al Aqah",3914 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",3915 - "cityName": " Fujairah",3983 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 3984 + "districtName": "Deira", 3985 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 3986 + "cityName": "Dubai", 3916 3916 "countryCode": "AE", 3917 3917 "countryName": "United Arab Emirates", 3918 - "hasAlcohol": true,3989 + "hasAlcohol": false, 3919 3919 "hasFreeWifi": true, 3920 3920 "hasMetro": false, 3921 3921 "hasPool": true, 3922 3922 "hasMall": false, 3923 - "infantMaxAge": 1.99,3924 - "childMinAge": 2.0,3994 + "infantMaxAge": 5.99, 3995 + "childMinAge": 6.0, 3925 3925 "childMaxAge": 11.99, 3926 - "teenMinAge": 12.0,3927 - "teenMaxAge": 15.99,3928 - "adultMinAge": 1 6.0,3929 - "cancellationPolicyDescription": "Cancellation Policy: 3Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",3997 + "teenMinAge": 0.0, 3998 + "teenMaxAge": 0.0, 3999 + "adultMinAge": 12.0, 4000 + "cancellationPolicyDescription": "Cancellation Policy: 1 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %", 3930 3930 "cancellationPolicy": { 3931 3931 "noShowChargeValue": 100.0, 3932 3932 "noShowChargeValueType": "%", ... ... @@ -3934,7 +3934,7 @@ 3934 3934 "earlyDepartureChargeValueType": "%", 3935 3935 "conditions": [ 3936 3936 { 3937 - "timeunits": 3,4008 + "timeunits": 1, 3938 3938 "timeunitType": "Day", 3939 3939 "timeOffsetTypeName": "Before Arrival", 3940 3940 "chargeValue": 1.0, ... ... @@ -3944,11 +3944,11 @@ 3944 3944 } 3945 3945 }, 3946 3946 "flight": { 3947 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",3948 - "departureDate": "2024-0 9-07T00:00:00",3949 - "returnDate": "2024-0 9-14T00:00:00",3950 - "departureTicketsLeft": 24,3951 - "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, 3952 3952 "departureAvailabilityType": "FreeSale", 3953 3953 "returnAvailabilityType": "FreeSale", 3954 3954 "isTwoWay": true, ... ... @@ -3964,13 +3964,13 @@ 3964 3964 "class": "Economy", 3965 3965 "lugageWeight": 20, 3966 3966 "handLugageWeight": 6, 3967 - "departureFlightDate": "2024-0 9-07T03:40:00.000",4038 + "departureFlightDate": "2024-05-25T03:35:00.000", 3968 3968 "departureCountryName": "Kazakhstan", 3969 3969 "departureCityName": "Almaty", 3970 3970 "departureAirportCode": "ALA", 3971 3971 "departureAirportName": "Almaty Intl Airport", 3972 3972 "departureTerminalCode": "ALA", 3973 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",4044 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 3974 3974 "arrivalCountryName": "United Arab Emirates", 3975 3975 "arrivalCityName": "Dubai", 3976 3976 "arrivalAirportCode": "DXB", ... ... @@ -3987,13 +3987,13 @@ 3987 3987 "class": "Economy", 3988 3988 "lugageWeight": 20, 3989 3989 "handLugageWeight": 6, 3990 - "departureFlightDate": "2024-0 9-14T21:30:00.000",4061 + "departureFlightDate": "2024-06-01T21:25:00.000", 3991 3991 "departureCountryName": "United Arab Emirates", 3992 3992 "departureCityName": "Dubai", 3993 3993 "departureAirportCode": "DXB", 3994 3994 "departureAirportName": "Dubai Intl Airport", 3995 3995 "departureTerminalCode": "DXB3", 3996 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",4067 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 3997 3997 "arrivalCountryName": "Kazakhstan", 3998 3998 "arrivalCityName": "Almaty", 3999 3999 "arrivalAirportCode": "ALA", ... ... @@ -4004,7 +4004,7 @@ 4004 4004 ], 4005 4005 "passengers": [ 4006 4006 { 4007 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",4078 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 4008 4008 "isAdult": true, 4009 4009 "selectedForwardBaggageCode": "INCLUDED", 4010 4010 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4028,7 +4028,7 @@ 4028 4028 ] 4029 4029 }, 4030 4030 { 4031 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",4102 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 4032 4032 "isAdult": true, 4033 4033 "selectedForwardBaggageCode": "INCLUDED", 4034 4034 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4054,59 +4054,65 @@ 4054 4054 ] 4055 4055 }, 4056 4056 "extraServices": [], 4057 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:21", 4058 - "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", 4059 4059 "sortAirline": "fly dubai", 4060 - "sortHotelName": "le meridien al aqah beach resort", 4061 - "sortDetails": "hb", 4062 - "sortPlacement": "deluxe guest room dbl", 4063 - "subList": [], 4064 - "exchangeRate": 480.0 4139 + "sortHotelName": "wyndham dubai deira", 4140 + "sortDetails": "ro", 4141 + "sortPlacement": "superior room city view dbl" 4065 4065 }, 4066 4066 { 4067 - "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", 4068 4068 "priceCurrency": "USD", 4069 - "totalPrice": 1897.04,4070 - "agentCommissionPercent": 9.0,4071 - "agentCommissionAmount": 170.73,4146 + "totalPrice": 964.58, 4147 + "agentCommissionPercent": 0.0, 4148 + "agentCommissionAmount": 0.0, 4072 4072 "includedExtrasAmount": 0, 4073 4073 "priceDifference": 0, 4074 4074 "hotel": { 4075 - "hotelPriceId": " c4792901-dee4-45a0-a8c7-630bbcb976fc",4076 - "hotelName": " Fujairah Rotana ResortSpa",4077 - "hotelCode": "ca 511ddc-3ad8-46ed-8ad0-c68cc3e8488e",4078 - "nig hts": 7,4079 - "mealPlan": " HB",4080 - "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", 4081 4081 "hotelColor": "#000000", 4082 - "availabilityType": " OnRequest",4159 + "availabilityType": "StopSale", 4083 4083 "availableRoomsCount": 0, 4084 4084 "fewRooms": true, 4085 - "roomCategoryCode": "8 a20d149-2bfc-4563-b43b-1b101410489f",4086 - "roomCategoryName": " OceanViewRoomKing",4162 + "roomCategoryCode": "1b5180d0-6afb-4465-9821-56ba6dd77220", 4163 + "roomCategoryName": "Standard Room", 4087 4087 "placementTypeName": "DBL", 4088 - "checkInDate": "2024-0 9-07T00:00:00",4089 - "checkOutDate": "2024-0 9-14T00:00:00",4165 + "checkInDate": "2024-05-25T00:00:00.000", 4166 + "checkOutDate": "2024-06-01T00:00:00.000", 4090 4090 "adults": 2, 4091 4091 "children": 0, 4092 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",4093 - "districtName": " Al Aqah",4094 - "cityUID": " 857a6d87-d1e4-4a17-a867-c65307559222",4095 - "cityName": " Fujairah",4169 + "districtUID": "7ac1bbc8-59ea-4977-b272-ed8553f94f9b", 4170 + "districtName": "Sharjah", 4171 + "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6", 4172 + "cityName": "Sharjah", 4096 4096 "countryCode": "AE", 4097 4097 "countryName": "United Arab Emirates", 4098 - "hasAlcohol": true,4175 + "hasAlcohol": false, 4099 4099 "hasFreeWifi": true, 4100 4100 "hasMetro": false, 4101 - "hasPool": true,4178 + "hasPool": false, 4102 4102 "hasMall": false, 4103 - "infantMaxAge": 1.99,4104 - "childMinAge": 2.0,4105 - "childMaxAge": 1 1.99,4180 + "infantMaxAge": 5.99, 4181 + "childMinAge": 6.0, 4182 + "childMaxAge": 10.99, 4106 4106 "teenMinAge": 0.0, 4107 4107 "teenMaxAge": 0.0, 4108 - "adultMinAge": 1 2.0,4109 - "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 %", 4110 4110 "cancellationPolicy": { 4111 4111 "noShowChargeValue": 100.0, 4112 4112 "noShowChargeValueType": "%", ... ... @@ -4114,21 +4114,21 @@ 4114 4114 "earlyDepartureChargeValueType": "%", 4115 4115 "conditions": [ 4116 4116 { 4117 - "timeunits": 4,4194 + "timeunits": 1, 4118 4118 "timeunitType": "Day", 4119 4119 "timeOffsetTypeName": "Before Arrival", 4120 - "chargeValue": 1 00.0,4121 - "chargeValueType": " %"4197 + "chargeValue": 1.0, 4198 + "chargeValueType": "Night" 4122 4122 } 4123 4123 ] 4124 4124 } 4125 4125 }, 4126 4126 "flight": { 4127 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",4128 - "departureDate": "2024-0 9-07T00:00:00",4129 - "returnDate": "2024-0 9-14T00:00:00",4130 - "departureTicketsLeft": 24,4131 - "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, 4132 4132 "departureAvailabilityType": "FreeSale", 4133 4133 "returnAvailabilityType": "FreeSale", 4134 4134 "isTwoWay": true, ... ... @@ -4144,13 +4144,13 @@ 4144 4144 "class": "Economy", 4145 4145 "lugageWeight": 20, 4146 4146 "handLugageWeight": 6, 4147 - "departureFlightDate": "2024-0 9-07T03:40:00.000",4224 + "departureFlightDate": "2024-05-25T03:35:00.000", 4148 4148 "departureCountryName": "Kazakhstan", 4149 4149 "departureCityName": "Almaty", 4150 4150 "departureAirportCode": "ALA", 4151 4151 "departureAirportName": "Almaty Intl Airport", 4152 4152 "departureTerminalCode": "ALA", 4153 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",4230 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 4154 4154 "arrivalCountryName": "United Arab Emirates", 4155 4155 "arrivalCityName": "Dubai", 4156 4156 "arrivalAirportCode": "DXB", ... ... @@ -4167,13 +4167,13 @@ 4167 4167 "class": "Economy", 4168 4168 "lugageWeight": 20, 4169 4169 "handLugageWeight": 6, 4170 - "departureFlightDate": "2024-0 9-14T21:30:00.000",4247 + "departureFlightDate": "2024-06-01T21:25:00.000", 4171 4171 "departureCountryName": "United Arab Emirates", 4172 4172 "departureCityName": "Dubai", 4173 4173 "departureAirportCode": "DXB", 4174 4174 "departureAirportName": "Dubai Intl Airport", 4175 4175 "departureTerminalCode": "DXB3", 4176 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",4253 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 4177 4177 "arrivalCountryName": "Kazakhstan", 4178 4178 "arrivalCityName": "Almaty", 4179 4179 "arrivalAirportCode": "ALA", ... ... @@ -4184,7 +4184,7 @@ 4184 4184 ], 4185 4185 "passengers": [ 4186 4186 { 4187 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",4264 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 4188 4188 "isAdult": true, 4189 4189 "selectedForwardBaggageCode": "INCLUDED", 4190 4190 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4208,7 +4208,7 @@ 4208 4208 ] 4209 4209 }, 4210 4210 { 4211 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",4288 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 4212 4212 "isAdult": true, 4213 4213 "selectedForwardBaggageCode": "INCLUDED", 4214 4214 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4234,59 +4234,65 @@ 4234 4234 ] 4235 4235 }, 4236 4236 "extraServices": [], 4237 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:22", 4238 - "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", 4239 4239 "sortAirline": "fly dubai", 4240 - "sortHotelName": "fujairah rotana resort spa", 4241 - "sortDetails": "hb", 4242 - "sortPlacement": "ocean view room king dbl", 4243 - "subList": [], 4244 - "exchangeRate": 480.0 4325 + "sortHotelName": "nejoum al emarate hotel", 4326 + "sortDetails": "ro", 4327 + "sortPlacement": "standard room dbl" 4245 4245 }, 4246 4246 { 4247 - "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", 4248 4248 "priceCurrency": "USD", 4249 - "totalPrice": 1897.04,4250 - "agentCommissionPercent": 9.0,4251 - "agentCommissionAmount": 170.73,4332 + "totalPrice": 964.99, 4333 + "agentCommissionPercent": 0.0, 4334 + "agentCommissionAmount": 0.0, 4252 4252 "includedExtrasAmount": 0, 4253 4253 "priceDifference": 0, 4254 4254 "hotel": { 4255 - "hotelPriceId": " ac85dd61-4d7f-4bcf-880f-35c0578dd363",4256 - "hotelName": " Fujairah RotanaResort Spa",4257 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",4258 - "nig hts": 7,4259 - "mealPlan": " HB",4260 - "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", 4261 4261 "hotelColor": "#000000", 4262 4262 "availabilityType": "FreeSale", 4263 4263 "availableRoomsCount": 0, 4264 4264 "fewRooms": true, 4265 - "roomCategoryCode": " b84c625b-c941-48d9-93c9-f2e87e1ce099",4266 - "roomCategoryName": " Ocean ViewRoomTwin",4348 + "roomCategoryCode": "e283d2af-b1db-44a4-b15f-44866e4dd5f0", 4349 + "roomCategoryName": "Superior Room", 4267 4267 "placementTypeName": "DBL", 4268 - "checkInDate": "2024-0 9-07T00:00:00",4269 - "checkOutDate": "2024-0 9-14T00:00:00",4351 + "checkInDate": "2024-05-25T00:00:00.000", 4352 + "checkOutDate": "2024-06-01T00:00:00.000", 4270 4270 "adults": 2, 4271 4271 "children": 0, 4272 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",4273 - "districtName": " Al Aqah",4274 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",4275 - "cityName": " Fujairah",4355 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 4356 + "districtName": "Deira", 4357 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 4358 + "cityName": "Dubai", 4276 4276 "countryCode": "AE", 4277 4277 "countryName": "United Arab Emirates", 4278 4278 "hasAlcohol": true, 4279 4279 "hasFreeWifi": true, 4280 - "hasMetro": false,4363 + "hasMetro": true, 4281 4281 "hasPool": true, 4282 4282 "hasMall": false, 4283 - "infantMaxAge": 1.99,4284 - "childMinAge": 2.0,4285 - "childMaxAge": 1 1.99,4366 + "infantMaxAge": 4.99, 4367 + "childMinAge": 5.0, 4368 + "childMaxAge": 10.99, 4286 4286 "teenMinAge": 0.0, 4287 4287 "teenMaxAge": 0.0, 4288 - "adultMinAge": 1 2.0,4289 - "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", 4290 4290 "cancellationPolicy": { 4291 4291 "noShowChargeValue": 100.0, 4292 4292 "noShowChargeValueType": "%", ... ... @@ -4294,7 +4294,7 @@ 4294 4294 "earlyDepartureChargeValueType": "%", 4295 4295 "conditions": [ 4296 4296 { 4297 - "timeunits": 4,4380 + "timeunits": 365, 4298 4298 "timeunitType": "Day", 4299 4299 "timeOffsetTypeName": "Before Arrival", 4300 4300 "chargeValue": 100.0, ... ... @@ -4304,11 +4304,11 @@ 4304 4304 } 4305 4305 }, 4306 4306 "flight": { 4307 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",4308 - "departureDate": "2024-0 9-07T00:00:00",4309 - "returnDate": "2024-0 9-14T00:00:00",4310 - "departureTicketsLeft": 24,4311 - "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, 4312 4312 "departureAvailabilityType": "FreeSale", 4313 4313 "returnAvailabilityType": "FreeSale", 4314 4314 "isTwoWay": true, ... ... @@ -4324,13 +4324,13 @@ 4324 4324 "class": "Economy", 4325 4325 "lugageWeight": 20, 4326 4326 "handLugageWeight": 6, 4327 - "departureFlightDate": "2024-0 9-07T03:40:00.000",4410 + "departureFlightDate": "2024-05-25T03:35:00.000", 4328 4328 "departureCountryName": "Kazakhstan", 4329 4329 "departureCityName": "Almaty", 4330 4330 "departureAirportCode": "ALA", 4331 4331 "departureAirportName": "Almaty Intl Airport", 4332 4332 "departureTerminalCode": "ALA", 4333 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",4416 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 4334 4334 "arrivalCountryName": "United Arab Emirates", 4335 4335 "arrivalCityName": "Dubai", 4336 4336 "arrivalAirportCode": "DXB", ... ... @@ -4347,13 +4347,13 @@ 4347 4347 "class": "Economy", 4348 4348 "lugageWeight": 20, 4349 4349 "handLugageWeight": 6, 4350 - "departureFlightDate": "2024-0 9-14T21:30:00.000",4433 + "departureFlightDate": "2024-06-01T21:25:00.000", 4351 4351 "departureCountryName": "United Arab Emirates", 4352 4352 "departureCityName": "Dubai", 4353 4353 "departureAirportCode": "DXB", 4354 4354 "departureAirportName": "Dubai Intl Airport", 4355 4355 "departureTerminalCode": "DXB3", 4356 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",4439 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 4357 4357 "arrivalCountryName": "Kazakhstan", 4358 4358 "arrivalCityName": "Almaty", 4359 4359 "arrivalAirportCode": "ALA", ... ... @@ -4364,7 +4364,7 @@ 4364 4364 ], 4365 4365 "passengers": [ 4366 4366 { 4367 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",4450 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 4368 4368 "isAdult": true, 4369 4369 "selectedForwardBaggageCode": "INCLUDED", 4370 4370 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4388,7 +4388,7 @@ 4388 4388 ] 4389 4389 }, 4390 4390 { 4391 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",4474 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 4392 4392 "isAdult": true, 4393 4393 "selectedForwardBaggageCode": "INCLUDED", 4394 4394 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4414,50 +4414,56 @@ 4414 4414 ] 4415 4415 }, 4416 4416 "extraServices": [], 4417 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:23", 4418 - "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", 4419 4419 "sortAirline": "fly dubai", 4420 - "sortHotelName": "fujairah rotana resort spa", 4421 - "sortDetails": "hb", 4422 - "sortPlacement": "ocean view room twin dbl", 4423 - "subList": [], 4424 - "exchangeRate": 480.0 4511 + "sortHotelName": "golden tulip deira", 4512 + "sortDetails": "ro", 4513 + "sortPlacement": "superior room dbl" 4425 4425 }, 4426 4426 { 4427 - "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", 4428 4428 "priceCurrency": "USD", 4429 - "totalPrice": 1897.04,4430 - "agentCommissionPercent": 9.0,4431 - "agentCommissionAmount": 170.73,4518 + "totalPrice": 970.1, 4519 + "agentCommissionPercent": 0.0, 4520 + "agentCommissionAmount": 0.0, 4432 4432 "includedExtrasAmount": 0, 4433 4433 "priceDifference": 0, 4434 4434 "hotel": { 4435 - "hotelPriceId": "5 39ce7f0-6004-4eb0-b16f-253f0a688066",4436 - "hotelName": " FujairahRotanaResortSpa",4437 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",4438 - "nig hts": 7,4439 - "mealPlan": " HB",4440 - "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", 4441 4441 "hotelColor": "#000000", 4442 4442 "availabilityType": "FreeSale", 4443 4443 "availableRoomsCount": 0, 4444 4444 "fewRooms": true, 4445 - "roomCategoryCode": " b84c625b-c941-48d9-93c9-f2e87e1ce099",4446 - "roomCategoryName": " OceanView RoomTwin",4534 + "roomCategoryCode": "c158e04d-9e48-4fde-a7a5-1519e7c39fba", 4535 + "roomCategoryName": "City View Room King Bed", 4447 4447 "placementTypeName": "DBL", 4448 - "checkInDate": "2024-0 9-07T00:00:00",4449 - "checkOutDate": "2024-0 9-14T00:00:00",4537 + "checkInDate": "2024-05-25T00:00:00.000", 4538 + "checkOutDate": "2024-06-01T00:00:00.000", 4450 4450 "adults": 2, 4451 4451 "children": 0, 4452 - "districtUID": "1 c118ac0-b44a-4cf5-9229-326a151b13ef",4453 - "districtName": "Al Aqah",4454 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",4455 - "cityName": " Fujairah",4541 + "districtUID": "b152b6e9-e172-4ff5-b2df-3703b783cdf9", 4542 + "districtName": "Al Jaddaf", 4543 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 4544 + "cityName": "Dubai", 4456 4456 "countryCode": "AE", 4457 4457 "countryName": "United Arab Emirates", 4458 4458 "hasAlcohol": true, 4459 4459 "hasFreeWifi": true, 4460 - "hasMetro": false,4549 + "hasMetro": true, 4461 4461 "hasPool": true, 4462 4462 "hasMall": false, 4463 4463 "infantMaxAge": 1.99, ... ... @@ -4484,11 +4484,11 @@ 4484 4484 } 4485 4485 }, 4486 4486 "flight": { 4487 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",4488 - "departureDate": "2024-0 9-07T00:00:00",4489 - "returnDate": "2024-0 9-14T00:00:00",4490 - "departureTicketsLeft": 24,4491 - "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, 4492 4492 "departureAvailabilityType": "FreeSale", 4493 4493 "returnAvailabilityType": "FreeSale", 4494 4494 "isTwoWay": true, ... ... @@ -4504,13 +4504,13 @@ 4504 4504 "class": "Economy", 4505 4505 "lugageWeight": 20, 4506 4506 "handLugageWeight": 6, 4507 - "departureFlightDate": "2024-0 9-07T03:40:00.000",4596 + "departureFlightDate": "2024-05-25T03:35:00.000", 4508 4508 "departureCountryName": "Kazakhstan", 4509 4509 "departureCityName": "Almaty", 4510 4510 "departureAirportCode": "ALA", 4511 4511 "departureAirportName": "Almaty Intl Airport", 4512 4512 "departureTerminalCode": "ALA", 4513 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",4602 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 4514 4514 "arrivalCountryName": "United Arab Emirates", 4515 4515 "arrivalCityName": "Dubai", 4516 4516 "arrivalAirportCode": "DXB", ... ... @@ -4527,13 +4527,13 @@ 4527 4527 "class": "Economy", 4528 4528 "lugageWeight": 20, 4529 4529 "handLugageWeight": 6, 4530 - "departureFlightDate": "2024-0 9-14T21:30:00.000",4619 + "departureFlightDate": "2024-06-01T21:25:00.000", 4531 4531 "departureCountryName": "United Arab Emirates", 4532 4532 "departureCityName": "Dubai", 4533 4533 "departureAirportCode": "DXB", 4534 4534 "departureAirportName": "Dubai Intl Airport", 4535 4535 "departureTerminalCode": "DXB3", 4536 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",4625 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 4537 4537 "arrivalCountryName": "Kazakhstan", 4538 4538 "arrivalCityName": "Almaty", 4539 4539 "arrivalAirportCode": "ALA", ... ... @@ -4544,7 +4544,7 @@ 4544 4544 ], 4545 4545 "passengers": [ 4546 4546 { 4547 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",4636 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 4548 4548 "isAdult": true, 4549 4549 "selectedForwardBaggageCode": "INCLUDED", 4550 4550 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4568,7 +4568,7 @@ 4568 4568 ] 4569 4569 }, 4570 4570 { 4571 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",4660 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 4572 4572 "isAdult": true, 4573 4573 "selectedForwardBaggageCode": "INCLUDED", 4574 4574 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4594,45 +4594,51 @@ 4594 4594 ] 4595 4595 }, 4596 4596 "extraServices": [], 4597 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:24", 4598 - "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", 4599 4599 "sortAirline": "fly dubai", 4600 - "sortHotelName": "fujairah rotana resort spa", 4601 - "sortDetails": "hb", 4602 - "sortPlacement": "ocean view room twin dbl", 4603 - "subList": [], 4604 - "exchangeRate": 480.0 4697 + "sortHotelName": "arabian park edge by rotana", 4698 + "sortDetails": "bb", 4699 + "sortPlacement": "city view room king bed dbl" 4605 4605 }, 4606 4606 { 4607 - "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", 4608 4608 "priceCurrency": "USD", 4609 - "totalPrice": 1897.04,4610 - "agentCommissionPercent": 9.0,4611 - "agentCommissionAmount": 170.73,4704 + "totalPrice": 970.1, 4705 + "agentCommissionPercent": 0.0, 4706 + "agentCommissionAmount": 0.0, 4612 4612 "includedExtrasAmount": 0, 4613 4613 "priceDifference": 0, 4614 4614 "hotel": { 4615 - "hotelPriceId": " fc15523b-ccde-44a8-acc4-a75826077fd9",4616 - "hotelName": " FujairahRotana ResortSpa",4617 - "hotelCode": " ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",4618 - "nig hts": 7,4619 - "mealPlan": " HB",4620 - "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", 4621 4621 "hotelColor": "#000000", 4622 - "availabilityType": " OnRequest",4717 + "availabilityType": "FreeSale", 4623 4623 "availableRoomsCount": 0, 4624 4624 "fewRooms": true, 4625 - "roomCategoryCode": " 8a20d149-2bfc-4563-b43b-1b101410489f",4626 - "roomCategoryName": " OceanViewRoomKing",4720 + "roomCategoryCode": "1ba57a59-ef0d-42ae-8e14-bc01c11d1038", 4721 + "roomCategoryName": "Standard Room", 4627 4627 "placementTypeName": "DBL", 4628 - "checkInDate": "2024-0 9-07T00:00:00",4629 - "checkOutDate": "2024-0 9-14T00:00:00",4723 + "checkInDate": "2024-05-25T00:00:00.000", 4724 + "checkOutDate": "2024-06-01T00:00:00.000", 4630 4630 "adults": 2, 4631 4631 "children": 0, 4632 - "districtUID": " 1c118ac0-b44a-4cf5-9229-326a151b13ef",4633 - "districtName": " AlAqah",4634 - "cityUID": "85 7a6d87-d1e4-4a17-a867-c65307559222",4635 - "cityName": " Fujairah",4727 + "districtUID": "0353f8b7-4649-41f7-97bc-a92c5a288992", 4728 + "districtName": "Bur Dubai", 4729 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 4730 + "cityName": "Dubai", 4636 4636 "countryCode": "AE", 4637 4637 "countryName": "United Arab Emirates", 4638 4638 "hasAlcohol": true, ... ... @@ -4640,13 +4640,13 @@ 4640 4640 "hasMetro": false, 4641 4641 "hasPool": true, 4642 4642 "hasMall": false, 4643 - "infantMaxAge": 1.99,4644 - "childMinAge": 2.0,4645 - "childMaxAge": 1 1.99,4738 + "infantMaxAge": 3.99, 4739 + "childMinAge": 4.0, 4740 + "childMaxAge": 10.99, 4646 4646 "teenMinAge": 0.0, 4647 4647 "teenMaxAge": 0.0, 4648 - "adultMinAge": 1 2.0,4649 - "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 %", 4650 4650 "cancellationPolicy": { 4651 4651 "noShowChargeValue": 100.0, 4652 4652 "noShowChargeValueType": "%", ... ... @@ -4654,7 +4654,7 @@ 4654 4654 "earlyDepartureChargeValueType": "%", 4655 4655 "conditions": [ 4656 4656 { 4657 - "timeunits": 4,4752 + "timeunits": 2, 4658 4658 "timeunitType": "Day", 4659 4659 "timeOffsetTypeName": "Before Arrival", 4660 4660 "chargeValue": 100.0, ... ... @@ -4664,11 +4664,11 @@ 4664 4664 } 4665 4665 }, 4666 4666 "flight": { 4667 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51",4668 - "departureDate": "2024-0 9-07T00:00:00",4669 - "returnDate": "2024-0 9-14T00:00:00",4670 - "departureTicketsLeft": 24,4671 - "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, 4672 4672 "departureAvailabilityType": "FreeSale", 4673 4673 "returnAvailabilityType": "FreeSale", 4674 4674 "isTwoWay": true, ... ... @@ -4684,13 +4684,13 @@ 4684 4684 "class": "Economy", 4685 4685 "lugageWeight": 20, 4686 4686 "handLugageWeight": 6, 4687 - "departureFlightDate": "2024-0 9-07T03:40:00.000",4782 + "departureFlightDate": "2024-05-25T03:35:00.000", 4688 4688 "departureCountryName": "Kazakhstan", 4689 4689 "departureCityName": "Almaty", 4690 4690 "departureAirportCode": "ALA", 4691 4691 "departureAirportName": "Almaty Intl Airport", 4692 4692 "departureTerminalCode": "ALA", 4693 - "arrivalFlightDate": "2024-0 9-07T07:15:00.000",4788 + "arrivalFlightDate": "2024-05-25T07:10:00.000", 4694 4694 "arrivalCountryName": "United Arab Emirates", 4695 4695 "arrivalCityName": "Dubai", 4696 4696 "arrivalAirportCode": "DXB", ... ... @@ -4707,13 +4707,13 @@ 4707 4707 "class": "Economy", 4708 4708 "lugageWeight": 20, 4709 4709 "handLugageWeight": 6, 4710 - "departureFlightDate": "2024-0 9-14T21:30:00.000",4805 + "departureFlightDate": "2024-06-01T21:25:00.000", 4711 4711 "departureCountryName": "United Arab Emirates", 4712 4712 "departureCityName": "Dubai", 4713 4713 "departureAirportCode": "DXB", 4714 4714 "departureAirportName": "Dubai Intl Airport", 4715 4715 "departureTerminalCode": "DXB3", 4716 - "arrivalFlightDate": "2024-0 9-15T02:40:00.000",4811 + "arrivalFlightDate": "2024-06-02T02:35:00.000", 4717 4717 "arrivalCountryName": "Kazakhstan", 4718 4718 "arrivalCityName": "Almaty", 4719 4719 "arrivalAirportCode": "ALA", ... ... @@ -4724,7 +4724,7 @@ 4724 4724 ], 4725 4725 "passengers": [ 4726 4726 { 4727 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A1",4822 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A1", 4728 4728 "isAdult": true, 4729 4729 "selectedForwardBaggageCode": "INCLUDED", 4730 4730 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4748,7 +4748,7 @@ 4748 4748 ] 4749 4749 }, 4750 4750 { 4751 - "id": " 04abb186-80f6-4808-bce4-ae97cef85c51-A2",4846 + "id": "ac72e6c8-2b76-4840-b8fc-49a3e2e73203-A2", 4752 4752 "isAdult": true, 4753 4753 "selectedForwardBaggageCode": "INCLUDED", 4754 4754 "selectedBackwardBaggageCode": "INCLUDED", ... ... @@ -4774,20 +4774,26 @@ 4774 4774 ] 4775 4775 }, 4776 4776 "extraServices": [], 4777 - "cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:25", 4778 - "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", 4779 4779 "sortAirline": "fly dubai", 4780 - "sortHotelName": "fujairah rotana resort spa", 4781 - "sortDetails": "hb", 4782 - "sortPlacement": "ocean view room king dbl", 4783 - "subList": [], 4784 - "exchangeRate": 480.0 4883 + "sortHotelName": "howard johnson by wyndham bur dubai", 4884 + "sortDetails": "ro", 4885 + "sortPlacement": "standard room dbl" 4785 4785 } 4786 4786 ], 4787 - "pagingId": " 5",4888 + "pagingId": "8", 4788 4788 "pageNumber": 1, 4789 - "pageCount": 5,4790 - "totalCount": 110,4890 + "pageCount": 36, 4891 + "totalCount": 883, 4791 4791 "error": false 4792 4792 } 4793 4793 {{/code}} ... ... @@ -5076,108 +5076,113 @@ 5076 5076 == Definitions == 5077 5077 5078 5078 5079 - ===**Request Parameters **===5180 +**Request Parameters ** 5080 5080 5081 5081 (% class="table-bordered" %) 5082 -|=Key|=Type|=Nullable|=Description 5083 -|departureCountryCode|String|No|The ISO 3166-1 alpha-2 code of the departure country. For example, "KZ" for Kazakhstan. 5084 -|departureCityUID|String (UUID)|No|The unique identifier of the departure city. This is a UUID, such as "f0ba6324-f337-405c-8cc7-23d62cf664e8". 5085 -|arrivalCountryCode|String|No|The ISO 3166-1 alpha-2 code of the arrival country. For example, "AE" for United Arab Emirates. 5086 -|adults|Integer|No|The number of adults for the trip. For example, 2 for two adults. 5087 -|children|Integer|No|The number of children for the trip. For example, 0 for no children. 5088 -|departureDate|String (date-time)|No|The departure date in ISO 8601 format. For example, "2024-05-25T00:00:00" for May 25, 2024. 5089 -|returnDate|String (date-time)|No|The return date in ISO 8601 format. For example, "2024-06-01T00:00:00" for June 1, 2024. 5090 -|departureAndReturnDaysCount|Integer|No|The total number of days for the departure and return trip. For example, 7 for a week-long trip. 5091 -|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. 5092 -|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. 5093 -|checkInAndCheckOutDaysCount|Integer|No|The total number of days for the hotel stay. For example, 7 for a week-long stay. 5094 -|directFlightsOnly|Boolean|No|Whether to search for direct flights only. For example, true to only search for direct flights. 5095 -|pageRowCount|Integer|No|The number of results to return per page. For example, 1 to return 1 result per page. 5096 -|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. 5097 5097 5098 -=== **Response Parameters** === 5215 +(% class="wikigeneratedid" %) 5216 +**Response Parameters** 5099 5099 5100 5100 (% class="table-bordered" %) 5101 -|=Key|=Type|=Description 5102 -|packages|Array|An array of travel packages. Each package includes various details about the package. 5103 -|packages[].id|String|A unique identifier for the package. This is used to uniquely identify each package. 5104 -|packages[].priceCurrency|String|The currency in which the price is denoted. This could be • KZT - ₸ • USD - $ • RUB - ₽ • EUR - € • UZS - ЛВ • AZN - ₼. 5105 -|packages[].totalPrice|Number|The total price of the package. This includes all costs associated with the package. 5106 -|packages[].agentCommissionPercent|Number|The commission percentage for the agent. This is the percentage of the total price that the agent receives as commission. 5107 -|packages[].agentCommissionAmount|Number|The commission amount for the agent. This is the actual amount the agent receives as commission. 5108 -|packages[].includedExtrasAmount|Number|The amount for the included extras. This is the cost of any extra services included in the package. 5109 -|packages[].priceDifference|Number|The price difference. This could be a discount or a price increase. 5110 -|packages[].hotel|Object|An object containing details about the hotel included in the package. This includes information like the hotel name, class, availability, etc. 5111 -|packages[].hotel.hotelPriceId|String|The price ID of the hotel. This is used to uniquely identify the price for the hotel. 5112 -|packages[].hotel.hotelName|String|The name of the hotel. This is the actual name of the hotel. 5113 -|packages[].hotel.hotelCode|String|The code of the hotel. This is a unique code used to identify the hotel. 5114 -|packages[].hotel.nights|Number|The number of nights for the stay. This is the duration of the stay at the hotel. 5115 -|packages[].hotel.mealPlan|String|The meal plan for the stay. This could be breakfast included, all inclusive, etc. 5116 -|packages[].hotel.hotelClass|String|The class of the hotel. This could be 3-star, 4-star, 5-star, etc. 5117 -|packages[].hotel.hotelColor|String|The color associated with the hotel. This could be used for categorization or visualization purposes. 5118 -|packages[].hotel.availabilityType|String|The availability type of the hotel. This could be available, sold out, etc. 5119 -|packages[].hotel.availableRoomsCount|Number|The count of available rooms. This is the number of rooms that are currently available at the hotel. 5120 -|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. 5121 -|packages[].hotel.roomCategoryCode|String|The code of the room category. This is a unique code used to identify the room category. 5122 -|packages[].hotel.roomCategoryName|String|The name of the room category. This is the actual name of the room category. 5123 -|packages[].hotel.placementTypeName|String|The name of the placement type. This could be sea view, garden view, etc. 5124 -|packages[].hotel.placementDescription|String|The description of the placement. This provides more details about the placement type. 5125 -|packages[].hotel.checkInDate|String|The check-in date. This is the date when the stay at the hotel begins. 5126 -|packages[].hotel.checkOutDate|String|The check-out date. This is the date when the stay at the hotel ends. 5127 -|packages[].hotel.adults|Number|The number of adults. This is the number of adults that will be staying at the hotel. 5128 -|packages[].hotel.children|Number|The number of children. This is the number of children that will be staying at the hotel. 5129 -|packages[].hotel.districtUID|String|The UID of the district. This is a unique identifier for the district where the hotel is located. 5130 -|packages[].hotel.districtName|String|The name of the district. This is the actual name of the district where the hotel is located. 5131 -|packages[].hotel.cityUID|String|The UID of the city. This is a unique identifier for the city where the hotel is located. 5132 -|packages[].hotel.cityName|String|The name of the city. This is the actual name of the city where the hotel is located. 5133 -|packages[].hotel.countryCode|String|The code of the country. This is a unique code used to identify the country where the hotel is located. 5134 -|packages[].hotel.countryName|String|The name of the country. This is the actual name of the country where the hotel is located. 5135 -|packages[].hotel.hasAlcohol|Boolean|A boolean indicating if alcohol is available. If true, it means that alcohol is available at the hotel. 5136 -|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. 5137 -|packages[].hotel.hasMetro|Boolean|A boolean indicating if metro is available. If true, it means that there is a metro station near the hotel. 5138 -|packages[].hotel.hasPool|Boolean|A boolean indicating if a pool is available. If true, it means that the hotel has a pool. 5139 -|packages[].hotel.hasMall|Boolean|A boolean indicating if a mall is available. If true, it means that there is a mall near the hotel. 5140 -|packages[].hotel.infantMaxAge|Number|The maximum age for an infant. This is the maximum age at which a person is considered an infant. 5141 -|packages[].hotel.childMinAge|Number|The minimum age for a child. This is the minimum age at which a person is considered a child. 5142 -|packages[].hotel.childMaxAge|Number|The maximum age for a child. This is the maximum age at which a person is considered a child. 5143 -|packages[].hotel.teenMinAge|Number|The minimum age for a teen. This is the minimum age at which a person is considered a teen. 5144 -|packages[].hotel.teenMaxAge|Number|The maximum age for a teen. This is the maximum age at which a person is considered a teen. 5145 -|packages[].hotel.adultMinAge|Number|The minimum age for an adult. This is the minimum age at which a person is considered an adult. 5146 -|packages[].hotel.cancellationPolicyDescription|String|The description of the cancellation policy. This provides more details about the cancellation policy of the hotel. 5147 -|packages[].hotel.cancellationPolicy|Object|An object containing details about the cancellation policy. This includes information like the cancellation deadline, cancellation fee, etc. 5148 -|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. 5149 -|packages[].flight.id|String|The ID of the flight. This is used to uniquely identify the flight. 5150 -|packages[].flight.departureDate|String|The departure date of the flight. This is the date when the flight departs. 5151 -|packages[].flight.returnDate|String|The return date of the flight. This is the date when the flight returns. 5152 -|packages[].flight.departureTicketsLeft|Number|The number of departure tickets left. This is the number of tickets that are still available for the departure flight. 5153 -|packages[].flight.returnTicketsLeft|Number|The number of return tickets left. This is the number of tickets that are still available for the return flight. 5154 -|packages[].flight.departureAvailabilityType|String|The availability type of the departure flight. This could be available, sold out, etc. 5155 -|packages[].flight.returnAvailabilityType|String|The availability type of the return flight. This could be available, sold out, etc. 5156 -|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. 5157 -|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. 5158 -|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. 5159 -|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 5160 -|packages[].flight.class|String|The class of the flight. This could be economy, business, first class, etc. 5161 -|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. 5162 -|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. 5163 -|packages[].flight.passengers|Array|An array containing details about the passengers. Each passenger includes information like the passenger type, baggage allowance, etc. 5164 -|packages[].extraServices|Array|An array of any extra services included in the package. Each service includes information like the service name, service price, etc. 5165 -|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. 5166 -|packages[].cacheKey|String|The cache key. This is used to cache the package details for faster retrieval. 5167 -|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. 5168 -|packages[].sortAirline|String|The airline for sorting. This is used to sort the packages based on the airline. 5169 -|packages[].sortHotelName|String|The hotel name for sorting. This is used to sort the packages based on the hotel name. 5170 -|packages[].sortDetails|String|The details for sorting. This is used to sort the packages based on various details. 5171 -|packages[].sortPlacement|String|The placement for sorting. This is used to sort the packages based on the placement. 5172 -|pagingId|String|An identifier for the page. This is used to uniquely identify each page of results. 5173 -|pageNumber|Number|The current page number. This is the number of the current page of results. 5174 -|pageCount|Number|The total number of pages. This is the total number of pages of results. 5175 -|totalCount|Number|The total count of packages. This is the total number of packages in all pages of results. 5176 -|error|Boolean|A boolean indicating whether there was an error. If true, it means that there was an error in retrieving the packages. 5177 -|((( 5178 -exchangeRate 5179 -)))|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. 5180 5180 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 + 5181 5181 ==== first request ==== 5182 5182 5183 5183 {{code language="Json"}} ... ... @@ -5188,12 +5188,10 @@ 5188 5188 } 5189 5189 {{/code}} 5190 5190 5191 -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. 5192 5192 5193 - 5194 5194 ==== Request with caching ==== 5195 5195 5196 -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 5197 5197 5198 5198 {{code language="Json"}} 5199 5199 { ... ... @@ -5204,56 +5204,6 @@ 5204 5204 {{/code}} 5205 5205 5206 5206 5207 -**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. 5208 - 5209 -**Initial Request:** 5210 - 5211 -* **Purpose**: The first request initiates the paging process and is designed to fetch the initial set of data without utilizing a pagingId. 5212 -* **Parameters**: 5213 -** pagingId: Should be set to an empty string ("") to indicate that this is the initial request. 5214 -** pageNumber: Indicates the specific page of data to retrieve, starting with 1. 5215 -** pageRowCount: Specifies the number of results to be included on each page. 5216 - 5217 -**Example - First Request**: 5218 - 5219 -{{{{ 5220 - "pagingId": "", 5221 - "pageNumber": 1, 5222 - "pageRowCount": 10 5223 -} 5224 -}}} 5225 - 5226 - 5227 -**Subsequent Requests with Caching:** 5228 - 5229 -* **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. 5230 -* **Cache Utilization**: 5231 -** Upon receiving a response, a pagingId value is provided. This pagingId should be used in subsequent requests to reference the cached data. 5232 -** To navigate through the dataset, adjust the pageNumber while keeping the pagingId constant. 5233 -** To refresh the dataset and clear the cache, initiate a new request without a pagingId. 5234 - 5235 -**Example - Request with Caching**: 5236 - 5237 -{{{ { 5238 - "pagingId": "80", 5239 - "pageNumber": 2, // Adjusted to fetch the next page 5240 - "pageRowCount": 10 5241 - } 5242 -}}} 5243 - 5244 - 5245 -**Cache Management:** 5246 - 5247 -* 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. 5248 - 5249 -**Implementation Notes**: 5250 - 5251 -* The paging and caching mechanism significantly enhances data retrieval efficiency by minimizing server load and optimizing response times. 5252 -* Developers should ensure that the pagingId is correctly managed between requests to maintain session continuity and data consistency. 5253 - 5254 -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. 5255 - 5256 - 5257 5257 === search parameter options === 5258 5258 5259 5259 in the request body it's available to filter search results with parameters. parameter examples: ... ... @@ -5292,38 +5292,22 @@ 5292 5292 {{/code}} 5293 5293 5294 5294 5295 -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. 5296 -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. 5297 -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. 5298 -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. 5299 -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. 5300 5300 5301 5301 == Important == 5302 5302 5303 5303 {{error}} 5304 - ===ImplementingAuthorizationinSubsequentRequests===5353 +It's Important to in every other request header, put Auth token 5305 5305 5306 - 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 5307 5307 5308 -* **Header Key:** Authorization 5309 -* **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. 5310 5310 5311 -Additionally, to ensure your requests are properly formatted and recognized, include the following headers: 5312 5312 5313 -* **Content-Type:** Specify this header as application/json to indicate the format of the request body. 5314 -* **Header Key:** X-nugios-timezone 5315 -* **Header Value:** 240 - Adjust this value to match your local timezone offset in minutes. 5360 +**also note in headers that:** 5316 5316 5317 -Incorporating these headers with their respective values is essential for the successful processing of your API requests. 5318 -{{/error}} 5362 +Content-Type - application/json 5319 5319 5364 +**Key - **X-nugios-timezone 5320 5320 5321 - 5322 -(% class="box errormessage" %) 5323 -((( 5324 -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: 5325 - 5326 -[[image:https://xwiki.nugios.com/xwiki/bin/download/APIs/Online%20API/TourPackages/WebHome/1713191255012-154.png?rev=1.1||alt="1713191255012-154.png"]] 5327 - 5328 -in the given example it means that insurance service is mandatory for the tourpackage. 5329 -))) 5366 +**Value **- 240 5367 +{{/error}}