Changes for page 3. CalcPackage
Last modified by Giorgi Mdivnishvili on 2024/04/11 17:03
From version 12.1
edited by Giorgi Mdivnishvili
on 2024/04/11 08:07
on 2024/04/11 08:07
Change comment:
There is no comment for this version
To version 9.1
edited by Giorgi Mdivnishvili
on 2023/12/26 17:16
on 2023/12/26 17:16
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,12 +6,13 @@ 6 6 7 7 = Method Description = 8 8 9 -Thi smethodisusedto calculatefull package withhotels andflights,to recheckprices,availability,pricesandcancelationpolicybefore book.9 +The initial method of the integration process is authorization. You will be provided with a test user username and password to generate the access token that you will need to pass in all the following methods. 10 10 11 + 11 11 == Endpoint URL - [POST] == 12 12 13 13 {{info}} 14 -[[https:~~/~~/in tegration.kazunion.com/api/TourPackages/CalcPackage>>https://integration.kazunion.com/api/TourPackages/CalcPackage]]15 +[[https:~~/~~/online-api.kazunion.com/api/TourPackages/CalcPackage>>https://online-api.kazunion.com/api/TourPackages/CalcPackage]] 15 15 {{/info}} 16 16 17 17 ... ... @@ -52,28 +52,19 @@ 52 52 53 53 {{code language="Json"}} 54 54 { 55 - "calcTourPackageRequests": [ 56 - { 57 - "refreshPrices": true, 58 - "packageId": "tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:53552191-59ea-469d-ae9d-5b848da8839d", 59 - "flightPassengers": [ 60 - { 61 - "id": "53552191-59ea-469d-ae9d-5b848da8839d-A1", 62 - "selectedForwardBaggageCode": "INCLUDED", 63 - "selectedBackwardBaggageCode": "INCLUDED" 64 - }, 65 - { 66 - "id": "53552191-59ea-469d-ae9d-5b848da8839d-A2", 67 - "selectedForwardBaggageCode": "INCLUDED", 68 - "selectedBackwardBaggageCode": "INCLUDED" 69 - } 70 - ], 71 - "extraServicePriceCodes": [], 72 - "includeInsurance": true 73 - } 74 - ], 75 - "calcOnlyHotelPackageRequests": [], 76 - "calcOnlyAviaPackageRequests": [] 56 + "packageId": "tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:0c299240-6fc6-4f79-ba99-3548f2de3f57", 57 + "extraServicePriceCodes": [ 58 + 59 + ], 60 + "flightPassengers": [ 61 + { 62 + "id": "42779531011000004-A1", 63 + "selectedForwardBaggageCode": "", 64 + "selectedBackwardBaggageCode": "" 65 + } 66 + ], 67 + "includeInsurance": true, 68 + "refreshPrices": true 77 77 } 78 78 {{/code}} 79 79 ... ... @@ -441,559 +441,346 @@ 441 441 442 442 {{code language="Json"}} 443 443 { 444 - "priceCurrency": "USD", 445 - "totalPrice": 782, 446 - "agentCommissionPercent": 0.00, 447 - "agentCommissionAmount": 0, 448 - "requiredCitizenIdentifiers": [ 449 - { 450 - "countryCode": "KZ", 451 - "identifierType": "TIN" 436 + "package": { 437 + "id": "tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:0c299240-6fc6-4f79-ba99-3548f2de3f57", 438 + "priceCurrency": "USD", 439 + "totalPrice": 937.16, 440 + "agentCommissionPercent": 0.00, 441 + "agentCommissionAmount": 0.00, 442 + "includedExtrasAmount": 0, 443 + "priceDifference": 0, 444 + "hotel": { 445 + "hotelPriceId": "193990fa-41a5-46e6-9805-50f82c3c377f", 446 + "providerId": 13, 447 + "hotelName": "Mercure Dubai Barsha Heights Suites Apartments", 448 + "hotelCode": "5f125310-7025-4807-a4c6-49cd284c9c14", 449 + "nigths": 2, 450 + "mealPlan": "BB", 451 + "hotelClass": "4", 452 + "availabilityType": "StopSale", 453 + "availableRoomsCount": 0, 454 + "fewRooms": true, 455 + "roomCategoryCode": "f8e1ffe5-25cc-46a4-80e8-586d1c049de4", 456 + "roomCategoryName": "1 B/R Apartment City View", 457 + "placementTypeName": "SNGL + CHILD(2-5.99)sharing", 458 + "checkInDate": "2024-02-15T20:00:00.000Z", 459 + "checkOutDate": "2024-02-17T20:00:00.000Z", 460 + "adults": 1, 461 + "children": 1, 462 + "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e", 463 + "districtName": "Al Barsha", 464 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 465 + "cityName": "Dubai", 466 + "countryCode": "AE", 467 + "countryName": "United Arab Emirates", 468 + "hasAlcohol": false, 469 + "hasFreeWifi": true, 470 + "hasMetro": true, 471 + "hasPool": true, 472 + "hasMall": false, 473 + "cancellationPolicyDescription": "Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 474 + "cancellationPolicy": { 475 + "noShowChargeValue": 100.00, 476 + "noShowChargeValueType": "%", 477 + "earlyDepartureChargeValue": 100.00, 478 + "earlyDepartureChargeValueType": "%", 479 + "conditions": [ 480 + { 481 + "timeunits": 5, 482 + "timeunitType": "Day", 483 + "timeOffsetTypeName": "Before Arrival", 484 + "chargeValue": 100.00, 485 + "chargeValueType": "%" 486 + } 487 + ] 488 + } 452 452 }, 453 - { 454 - "countryCode": "AZ", 455 - "identifierType": "FIN" 456 - } 457 - ], 458 - "hotels": [ 459 - { 460 - "hotelPriceId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 461 - "touristIds": [ 462 - "0223735d-3895-493e-89f5-7cc06514ba12", 463 - "59db21f9-cebd-458e-8210-c186e0cdeb81" 490 + "flight": { 491 + "id": "0c299240-6fc6-4f79-ba99-3548f2de3f57", 492 + "departureDate": "2024-02-15T20:00:00.000Z", 493 + "returnDate": "2024-02-17T20:00:00.000Z", 494 + "departureTicketsLeft": 7, 495 + "returnTicketsLeft": 7, 496 + "departureAvailabilityType": "FewPlaces", 497 + "returnAvailabilityType": "FewPlaces", 498 + "isTwoWay": true, 499 + "sameBaggageForAll": false, 500 + "totalBaggage": true, 501 + "departureSegments": [ 502 + { 503 + "airlineCode": "KC", 504 + "airlineName": "Air Astana-", 505 + "flightCode": "KC899", 506 + "class": "econom", 507 + "lugageWeight": 20, 508 + "handLugageWeight": 6, 509 + "departureFlightDate": "2024-02-15T20:00:00.000Z", 510 + "departureCountryName": "Kazakhstan", 511 + "departureCityName": "Almaty", 512 + "departureAirportCode": "ALA", 513 + "departureAirportName": "Almaty Intl Airport", 514 + "departureTerminalCode": "ALA", 515 + "arrivalFlightDate": "2024-02-15T20:00:00.000Z", 516 + "arrivalCountryName": "United Arab Emirates", 517 + "arrivalCityName": "Dubai", 518 + "arrivalAirportCode": "DXB", 519 + "arrivalAirportName": "Dubai Intl Airport", 520 + "arrivalTerminalCode": "DXB1", 521 + "flightDuration": "0h 50m" 522 + } 464 464 ], 465 - "description": "Ibis Al Rigga" 466 - } 467 - ], 468 - "tourists": [ 469 - { 470 - "id": "0223735d-3895-493e-89f5-7cc06514ba12", 471 - "isAdult": true, 472 - "flightIds": [ 473 - "53552191-59ea-469d-ae9d-5b848da8839d" 474 - ], 475 - "flights": [ 524 + "returnSegments": [ 476 476 { 477 - "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 478 - "note": "Kazunion Block, Baggage Info: 20 Kg Included" 526 + "airlineCode": "KC", 527 + "airlineName": "Air Astana-", 528 + "flightCode": "KC900", 529 + "class": "econom", 530 + "lugageWeight": 20, 531 + "handLugageWeight": 6, 532 + "departureFlightDate": "2024-02-17T20:00:00.000Z", 533 + "departureCountryName": "United Arab Emirates", 534 + "departureCityName": "Dubai", 535 + "departureAirportCode": "DXB", 536 + "departureAirportName": "Dubai Intl Airport", 537 + "departureTerminalCode": "DXB1", 538 + "arrivalFlightDate": "2024-02-17T20:00:00.000Z", 539 + "arrivalCountryName": "Kazakhstan", 540 + "arrivalCityName": "Almaty", 541 + "arrivalAirportCode": "ALA", 542 + "arrivalAirportName": "Almaty Intl Airport", 543 + "arrivalTerminalCode": "ALA", 544 + "flightDuration": "8h 15m" 479 479 } 480 480 ], 481 - "insurancePrice": { 482 - "insuranceId": "5bd59c71-e465-45da-a9ff-fe6a90678aef", 483 - "insuranceServiceId": "6ecadb9f-7327-4354-9ddc-45d39470c5ac", 484 - "insurancePriceId": "c4fe2c52-bd39-45a5-ab50-46ef00292f3c", 485 - "touristId": "0223735d-3895-493e-89f5-7cc06514ba12", 486 - "insuranceName": "Medical INS (N10000)", 487 - "contragentName": "Nomad Insurance", 488 - "contragentFullName": "Nomad Insurance", 489 - "actualStartDate": "2024-05-17T00:00:00.000", 490 - "actualEndDate": "2024-05-21T00:00:00.000", 491 - "costCurrencyCode": "USD", 492 - "costAmount": 6.70, 493 - "priceCurrencyCode": "USD", 494 - "priceAmount": 11.20, 495 - "coverageCurrencyCode": "USD", 496 - "coverageAmount": 10000.0000 497 - }, 498 - "selectedVisaId": "00000000-0000-0000-0000-000000000000", 499 - "transfers": [ 547 + "passengers": [ 500 500 { 501 - "id": "DXB-3df91d4d-a89d-4b73-8076-baa8f8b230cf", 502 - "type": "Arrival", 503 - "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 504 - "checkInHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 505 - "selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29", 506 - "transferPrices": [ 549 + "id": "42779531011000004-A1", 550 + "isAdult": true, 551 + "forwardBaggages": [ 507 507 { 508 - " id": "a9252005-0a92-4ed1-9603-0f2f14295c29",509 - " name": "GROUP",510 - " adultPlaces":1,511 - "c hildPlaces":1,512 - " perPersonPrice":true,513 - "adultPrice": 0,514 - "childPrice": 0515 - },553 + "baggageCode": "TOTAL_BAGGAGE", 554 + "description": "1 piece included, UP TO 50 POUNDS/23 KILOGRAMS, OVER 62 LINEAR INCHES/158 LINEAR CENTIMETERS", 555 + "price": 45.00, 556 + "currency": "USD", 557 + "included": false 558 + } 559 + ], 560 + "backwardBaggages": [ 516 516 { 517 - "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146", 518 - "name": "MINIVAN", 519 - "adultPlaces": 5, 520 - "childPlaces": 0, 521 - "perPersonPrice": false, 522 - "adultPrice": 45.00000000, 523 - "childPrice": 0 524 - }, 525 - { 526 - "id": "fc3815bb-af00-4733-9134-4b6334ce3854", 527 - "name": "TOYOTA HIACE", 528 - "adultPlaces": 9, 529 - "childPlaces": 0, 530 - "perPersonPrice": false, 531 - "adultPrice": 50.00000000, 532 - "childPrice": 0 533 - }, 534 - { 535 - "id": "1df09212-11e3-44b1-b615-fbb6338efaf2", 536 - "name": "HIGER BUS (27 SEATERS)", 537 - "adultPlaces": 27, 538 - "childPlaces": 0, 539 - "perPersonPrice": false, 540 - "adultPrice": 85.00000000, 541 - "childPrice": 0 542 - }, 543 - { 544 - "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb", 545 - "name": "HIGER 53", 546 - "adultPlaces": 51, 547 - "childPlaces": 0, 548 - "perPersonPrice": false, 549 - "adultPrice": 120.00000000, 550 - "childPrice": 0 551 - }, 552 - { 553 - "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04", 554 - "name": "MERCEDES S CLASS 400", 555 - "adultPlaces": 3, 556 - "childPlaces": 0, 557 - "perPersonPrice": false, 558 - "adultPrice": 140.00000000, 559 - "childPrice": 0 560 - }, 561 - { 562 - "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6", 563 - "name": "MERCEDES V CLASS", 564 - "adultPlaces": 7, 565 - "childPlaces": 0, 566 - "perPersonPrice": false, 567 - "adultPrice": 140.00000000, 568 - "childPrice": 0 569 - }, 570 - { 571 - "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326", 572 - "name": "MERCEDES S CLASS 500", 573 - "adultPlaces": 3, 574 - "childPlaces": 0, 575 - "perPersonPrice": false, 576 - "adultPrice": 165.00000000, 577 - "childPrice": 0 562 + "baggageCode": "INCLUDED_IN_FORWARD", 563 + "price": 0, 564 + "included": false 578 578 } 579 579 ] 580 580 }, 581 581 { 582 - "id": "3df91d4d-a89d-4b73-8076-baa8f8b230cf-DXB", 583 - "type": "Departure", 584 - "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 585 - "checkOutHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 586 - "selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29", 587 - "transferPrices": [ 569 + "id": "42779531011000004-C1", 570 + "isAdult": false, 571 + "forwardBaggages": [ 588 588 { 589 - " id": "a9252005-0a92-4ed1-9603-0f2f14295c29",590 - " name": "GROUP",591 - " adultPlaces":1,592 - "c hildPlaces":1,593 - " perPersonPrice":true,594 - "adultPrice": 0,595 - "childPrice": 0596 - },573 + "baggageCode": "TOTAL_BAGGAGE", 574 + "description": "1 piece included, UP TO 50 POUNDS/23 KILOGRAMS, OVER 62 LINEAR INCHES/158 LINEAR CENTIMETERS", 575 + "price": 45.00, 576 + "currency": "USD", 577 + "included": false 578 + } 579 + ], 580 + "backwardBaggages": [ 597 597 { 598 - "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146", 599 - "name": "MINIVAN", 600 - "adultPlaces": 5, 601 - "childPlaces": 0, 602 - "perPersonPrice": false, 603 - "adultPrice": 45.00000000, 604 - "childPrice": 0 605 - }, 606 - { 607 - "id": "fc3815bb-af00-4733-9134-4b6334ce3854", 608 - "name": "TOYOTA HIACE", 609 - "adultPlaces": 9, 610 - "childPlaces": 0, 611 - "perPersonPrice": false, 612 - "adultPrice": 50.00000000, 613 - "childPrice": 0 614 - }, 615 - { 616 - "id": "1df09212-11e3-44b1-b615-fbb6338efaf2", 617 - "name": "HIGER BUS (27 SEATERS)", 618 - "adultPlaces": 27, 619 - "childPlaces": 0, 620 - "perPersonPrice": false, 621 - "adultPrice": 85.00000000, 622 - "childPrice": 0 623 - }, 624 - { 625 - "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb", 626 - "name": "HIGER 53", 627 - "adultPlaces": 51, 628 - "childPlaces": 0, 629 - "perPersonPrice": false, 630 - "adultPrice": 120.00000000, 631 - "childPrice": 0 632 - }, 633 - { 634 - "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04", 635 - "name": "MERCEDES S CLASS 400", 636 - "adultPlaces": 3, 637 - "childPlaces": 0, 638 - "perPersonPrice": false, 639 - "adultPrice": 140.00000000, 640 - "childPrice": 0 641 - }, 642 - { 643 - "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6", 644 - "name": "MERCEDES V CLASS", 645 - "adultPlaces": 7, 646 - "childPlaces": 0, 647 - "perPersonPrice": false, 648 - "adultPrice": 140.00000000, 649 - "childPrice": 0 650 - }, 651 - { 652 - "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326", 653 - "name": "MERCEDES S CLASS 500", 654 - "adultPlaces": 3, 655 - "childPlaces": 0, 656 - "perPersonPrice": false, 657 - "adultPrice": 165.00000000, 658 - "childPrice": 0 582 + "baggageCode": "INCLUDED_IN_FORWARD", 583 + "price": 0, 584 + "included": false 659 659 } 660 660 ] 661 661 } 662 - ], 663 - "description": " " 588 + ] 664 664 }, 590 + "extraServices": [], 591 + "insurancePrice": { 592 + "name": "Medical INS (N10000)", 593 + "price": 13.44, 594 + "priceSurcarge": 0.00, 595 + "actualStartDate": "2024-02-15T20:00:00.000Z", 596 + "actualEndDate": "2024-02-17T20:00:00.000Z", 597 + "optional": false, 598 + "includedInPackagePrice": true 599 + } 600 + }, 601 + "altPackages": [ 665 665 { 666 - "id": "59db21f9-cebd-458e-8210-c186e0cdeb81", 667 - "isAdult": true, 668 - "flightIds": [ 669 - "53552191-59ea-469d-ae9d-5b848da8839d" 670 - ], 671 - "flights": [ 672 - { 673 - "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 674 - "note": "Kazunion Block, Baggage Info: 20 Kg Included" 675 - } 676 - ], 677 - "insurancePrice": { 678 - "insuranceId": "5bd59c71-e465-45da-a9ff-fe6a90678aef", 679 - "insuranceServiceId": "6ecadb9f-7327-4354-9ddc-45d39470c5ac", 680 - "insurancePriceId": "c4fe2c52-bd39-45a5-ab50-46ef00292f3c", 681 - "touristId": "59db21f9-cebd-458e-8210-c186e0cdeb81", 682 - "insuranceName": "Medical INS (N10000)", 683 - "contragentName": "Nomad Insurance", 684 - "contragentFullName": "Nomad Insurance", 685 - "actualStartDate": "2024-05-17T00:00:00.000", 686 - "actualEndDate": "2024-05-21T00:00:00.000", 687 - "costCurrencyCode": "USD", 688 - "costAmount": 6.70, 689 - "priceCurrencyCode": "USD", 690 - "priceAmount": 11.20, 691 - "coverageCurrencyCode": "USD", 692 - "coverageAmount": 10000.0000 693 - }, 694 - "selectedVisaId": "00000000-0000-0000-0000-000000000000", 695 - "transfers": [ 696 - { 697 - "id": "DXB-3df91d4d-a89d-4b73-8076-baa8f8b230cf", 698 - "type": "Arrival", 699 - "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 700 - "checkInHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 701 - "selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29", 702 - "transferPrices": [ 603 + "id": "tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:63d79c94-1e19-443f-8a17-50e59e633ea8", 604 + "priceCurrency": "USD", 605 + "totalPrice": 968.40, 606 + "agentCommissionPercent": 0.00, 607 + "agentCommissionAmount": 0.00, 608 + "includedExtrasAmount": 0, 609 + "priceDifference": 31.24, 610 + "hotel": { 611 + "hotelPriceId": "193990fa-41a5-46e6-9805-50f82c3c377f", 612 + "providerId": 13, 613 + "hotelName": "Mercure Dubai Barsha Heights Suites Apartments", 614 + "hotelCode": "5f125310-7025-4807-a4c6-49cd284c9c14", 615 + "nigths": 2, 616 + "mealPlan": "BB", 617 + "hotelClass": "4", 618 + "availabilityType": "StopSale", 619 + "availableRoomsCount": 0, 620 + "fewRooms": true, 621 + "roomCategoryCode": "f8e1ffe5-25cc-46a4-80e8-586d1c049de4", 622 + "roomCategoryName": "1 B/R Apartment City View", 623 + "placementTypeName": "SNGL + CHILD(2-5.99)sharing", 624 + "checkInDate": "2024-02-15T20:00:00.000Z", 625 + "checkOutDate": "2024-02-17T20:00:00.000Z", 626 + "adults": 1, 627 + "children": 1, 628 + "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e", 629 + "districtName": "Al Barsha", 630 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 631 + "cityName": "Dubai", 632 + "countryCode": "AE", 633 + "countryName": "United Arab Emirates", 634 + "hasAlcohol": false, 635 + "hasFreeWifi": true, 636 + "hasMetro": true, 637 + "hasPool": true, 638 + "hasMall": false, 639 + "cancellationPolicyDescription": "Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %", 640 + "cancellationPolicy": { 641 + "noShowChargeValue": 100.00, 642 + "noShowChargeValueType": "%", 643 + "earlyDepartureChargeValue": 100.00, 644 + "earlyDepartureChargeValueType": "%", 645 + "conditions": [ 703 703 { 704 - "id": "a9252005-0a92-4ed1-9603-0f2f14295c29", 705 - "name": "GROUP", 706 - "adultPlaces": 1, 707 - "childPlaces": 1, 708 - "perPersonPrice": true, 709 - "adultPrice": 0, 710 - "childPrice": 0 711 - }, 712 - { 713 - "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146", 714 - "name": "MINIVAN", 715 - "adultPlaces": 5, 716 - "childPlaces": 0, 717 - "perPersonPrice": false, 718 - "adultPrice": 45.00000000, 719 - "childPrice": 0 720 - }, 721 - { 722 - "id": "fc3815bb-af00-4733-9134-4b6334ce3854", 723 - "name": "TOYOTA HIACE", 724 - "adultPlaces": 9, 725 - "childPlaces": 0, 726 - "perPersonPrice": false, 727 - "adultPrice": 50.00000000, 728 - "childPrice": 0 729 - }, 730 - { 731 - "id": "1df09212-11e3-44b1-b615-fbb6338efaf2", 732 - "name": "HIGER BUS (27 SEATERS)", 733 - "adultPlaces": 27, 734 - "childPlaces": 0, 735 - "perPersonPrice": false, 736 - "adultPrice": 85.00000000, 737 - "childPrice": 0 738 - }, 739 - { 740 - "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb", 741 - "name": "HIGER 53", 742 - "adultPlaces": 51, 743 - "childPlaces": 0, 744 - "perPersonPrice": false, 745 - "adultPrice": 120.00000000, 746 - "childPrice": 0 747 - }, 748 - { 749 - "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04", 750 - "name": "MERCEDES S CLASS 400", 751 - "adultPlaces": 3, 752 - "childPlaces": 0, 753 - "perPersonPrice": false, 754 - "adultPrice": 140.00000000, 755 - "childPrice": 0 756 - }, 757 - { 758 - "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6", 759 - "name": "MERCEDES V CLASS", 760 - "adultPlaces": 7, 761 - "childPlaces": 0, 762 - "perPersonPrice": false, 763 - "adultPrice": 140.00000000, 764 - "childPrice": 0 765 - }, 766 - { 767 - "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326", 768 - "name": "MERCEDES S CLASS 500", 769 - "adultPlaces": 3, 770 - "childPlaces": 0, 771 - "perPersonPrice": false, 772 - "adultPrice": 165.00000000, 773 - "childPrice": 0 647 + "timeunits": 5, 648 + "timeunitType": "Day", 649 + "timeOffsetTypeName": "Before Arrival", 650 + "chargeValue": 100.00, 651 + "chargeValueType": "%" 774 774 } 775 775 ] 776 - }, 777 - { 778 - "id": "3df91d4d-a89d-4b73-8076-baa8f8b230cf-DXB", 779 - "type": "Departure", 780 - "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 781 - "checkOutHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 782 - "selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29", 783 - "transferPrices": [ 784 - { 785 - "id": "a9252005-0a92-4ed1-9603-0f2f14295c29", 786 - "name": "GROUP", 787 - "adultPlaces": 1, 788 - "childPlaces": 1, 789 - "perPersonPrice": true, 790 - "adultPrice": 0, 791 - "childPrice": 0 792 - }, 793 - { 794 - "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146", 795 - "name": "MINIVAN", 796 - "adultPlaces": 5, 797 - "childPlaces": 0, 798 - "perPersonPrice": false, 799 - "adultPrice": 45.00000000, 800 - "childPrice": 0 801 - }, 802 - { 803 - "id": "fc3815bb-af00-4733-9134-4b6334ce3854", 804 - "name": "TOYOTA HIACE", 805 - "adultPlaces": 9, 806 - "childPlaces": 0, 807 - "perPersonPrice": false, 808 - "adultPrice": 50.00000000, 809 - "childPrice": 0 810 - }, 811 - { 812 - "id": "1df09212-11e3-44b1-b615-fbb6338efaf2", 813 - "name": "HIGER BUS (27 SEATERS)", 814 - "adultPlaces": 27, 815 - "childPlaces": 0, 816 - "perPersonPrice": false, 817 - "adultPrice": 85.00000000, 818 - "childPrice": 0 819 - }, 820 - { 821 - "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb", 822 - "name": "HIGER 53", 823 - "adultPlaces": 51, 824 - "childPlaces": 0, 825 - "perPersonPrice": false, 826 - "adultPrice": 120.00000000, 827 - "childPrice": 0 828 - }, 829 - { 830 - "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04", 831 - "name": "MERCEDES S CLASS 400", 832 - "adultPlaces": 3, 833 - "childPlaces": 0, 834 - "perPersonPrice": false, 835 - "adultPrice": 140.00000000, 836 - "childPrice": 0 837 - }, 838 - { 839 - "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6", 840 - "name": "MERCEDES V CLASS", 841 - "adultPlaces": 7, 842 - "childPlaces": 0, 843 - "perPersonPrice": false, 844 - "adultPrice": 140.00000000, 845 - "childPrice": 0 846 - }, 847 - { 848 - "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326", 849 - "name": "MERCEDES S CLASS 500", 850 - "adultPlaces": 3, 851 - "childPlaces": 0, 852 - "perPersonPrice": false, 853 - "adultPrice": 165.00000000, 854 - "childPrice": 0 855 - } 856 - ] 857 857 } 858 - ], 859 - "description": " " 860 - } 861 - ], 862 - "visas": [ 863 - { 864 - "prid": "00000000-0000-0000-0000-000000000000", 865 - "prName": "WITHOUT VISA", 866 - "prValue": 0.00000000, 867 - "sortingOrder": 4 655 + }, 656 + "flight": { 657 + "id": "63d79c94-1e19-443f-8a17-50e59e633ea8", 658 + "departureDate": "2024-02-15T20:00:00.000Z", 659 + "returnDate": "2024-02-17T20:00:00.000Z", 660 + "departureTicketsLeft": 50, 661 + "returnTicketsLeft": 50, 662 + "departureAvailabilityType": "FewPlaces", 663 + "returnAvailabilityType": "FewPlaces", 664 + "isTwoWay": true, 665 + "sameBaggageForAll": false, 666 + "totalBaggage": false, 667 + "departureSegments": [ 668 + { 669 + "airlineCode": "FZ", 670 + "airlineName": "Fly Dubai.", 671 + "flightCode": "FZ1722", 672 + "class": "econom", 673 + "lugageWeight": 20, 674 + "handLugageWeight": 6, 675 + "departureFlightDate": "2024-02-15T20:00:00.000Z", 676 + "departureCountryName": "Kazakhstan", 677 + "departureCityName": "Almaty", 678 + "departureAirportCode": "ALA", 679 + "departureAirportName": "Almaty Intl Airport", 680 + "departureTerminalCode": "ALA", 681 + "arrivalFlightDate": "2024-02-15T20:00:00.000Z", 682 + "arrivalCountryName": "United Arab Emirates", 683 + "arrivalCityName": "Dubai", 684 + "arrivalAirportCode": "DXB", 685 + "arrivalAirportName": "Dubai Intl Airport", 686 + "arrivalTerminalCode": "DXB3", 687 + "flightDuration": "0h 55m" 688 + } 689 + ], 690 + "returnSegments": [ 691 + { 692 + "airlineCode": "FZ", 693 + "airlineName": "Fly Dubai.", 694 + "flightCode": "FZ1721", 695 + "class": "econom", 696 + "lugageWeight": 20, 697 + "handLugageWeight": 6, 698 + "departureFlightDate": "2024-02-17T20:00:00.000Z", 699 + "departureCountryName": "United Arab Emirates", 700 + "departureCityName": "Dubai", 701 + "departureAirportCode": "DXB", 702 + "departureAirportName": "Dubai Intl Airport", 703 + "departureTerminalCode": "DXB3", 704 + "arrivalFlightDate": "2024-02-18T20:00:00.000Z", 705 + "arrivalCountryName": "Kazakhstan", 706 + "arrivalCityName": "Almaty", 707 + "arrivalAirportCode": "ALA", 708 + "arrivalAirportName": "Almaty Intl Airport", 709 + "arrivalTerminalCode": "DXB3", 710 + "flightDuration": "8h 10m" 711 + } 712 + ], 713 + "passengers": [ 714 + { 715 + "id": "42779547001000004-A1", 716 + "isAdult": true, 717 + "selectedForwardBaggageCode": "INCLUDED", 718 + "selectedBackwardBaggageCode": "INCLUDED", 719 + "forwardBaggages": [ 720 + { 721 + "baggageCode": "INCLUDED", 722 + "description": "20 KG INCLUDED", 723 + "price": 0.0, 724 + "currency": "USD", 725 + "included": true 726 + } 727 + ], 728 + "backwardBaggages": [ 729 + { 730 + "baggageCode": "INCLUDED", 731 + "description": "20 KG INCLUDED", 732 + "price": 0.0, 733 + "currency": "USD", 734 + "included": true 735 + } 736 + ] 737 + }, 738 + { 739 + "id": "42779547001000004-C1", 740 + "isAdult": false, 741 + "selectedForwardBaggageCode": "INCLUDED", 742 + "selectedBackwardBaggageCode": "INCLUDED", 743 + "forwardBaggages": [ 744 + { 745 + "baggageCode": "INCLUDED", 746 + "description": "20 KG INCLUDED", 747 + "price": 0.0, 748 + "currency": "USD", 749 + "included": true 750 + } 751 + ], 752 + "backwardBaggages": [ 753 + { 754 + "baggageCode": "INCLUDED", 755 + "description": "20 KG INCLUDED", 756 + "price": 0.0, 757 + "currency": "USD", 758 + "included": true 759 + } 760 + ] 761 + } 762 + ] 763 + }, 764 + "extraServices": [], 765 + "insurancePrice": { 766 + "name": "Medical INS (N10000)", 767 + "price": 13.44, 768 + "priceSurcarge": 0.00, 769 + "actualStartDate": "2024-02-15T20:00:00.000Z", 770 + "actualEndDate": "2024-02-17T20:00:00.000Z", 771 + "optional": false, 772 + "includedInPackagePrice": true 773 + } 868 868 }, 869 869 { 870 - "prid": "40d3b511-c5b3-4395-b51f-11fb1b8e555b", 871 - "prName": "TOURIST VISA", 872 - "prValue": 80.01000000, 873 - "sortingOrder": 2 874 - }, 875 - { 876 - "prid": "80490edd-a7ef-43dc-98cf-3f709efe68cb", 877 - "prName": "SERVICE VISA", 878 - "prValue": 120.08000000, 879 - "sortingOrder": 3 880 - } 881 - ], 882 - "terminals": [ 883 - { 884 - "terminalCode": "DXB2", 885 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 886 - "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e", 887 - "terminalName": "DXB2", 888 - "countryCode": "AE" 889 - }, 890 - { 891 - "terminalCode": "DXB3", 892 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 893 - "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e", 894 - "terminalName": "DXB3", 895 - "countryCode": "AE" 896 - }, 897 - { 898 - "terminalCode": "ETD", 899 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 900 - "districtUID": "1fa8bb75-707b-40e6-8212-f705eeeaa16b", 901 - "terminalName": "Etihad Main Office Dubai", 902 - "countryCode": "AE", 903 - "note": "Noor Islamic Bank MS" 904 - }, 905 - { 906 - "terminalCode": "XGD", 907 - "cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d", 908 - "districtUID": "88ece1b0-cb91-49f3-86a0-eedc6c8e5aaf", 909 - "terminalName": "Dnata - Clock Tower", 910 - "countryCode": "AE" 911 - }, 912 - { 913 - "terminalCode": "Etihad Bus Station", 914 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 915 - "districtUID": "1fa8bb75-707b-40e6-8212-f705eeeaa16b", 916 - "terminalName": "Etihad Bus Station", 917 - "countryCode": "AE" 918 - }, 919 - { 920 - "terminalCode": "DXB1", 921 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 922 - "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e", 923 - "terminalName": "DXB1", 924 - "countryCode": "AE" 925 - }, 926 - { 927 - "terminalCode": "DWC", 928 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 929 - "districtUID": "42ace7f3-c109-4e81-8959-9c5adf193444", 930 - "terminalName": "DWC", 931 - "countryCode": "AE", 932 - "note": "Al Maktoum intl. airport" 933 - }, 934 - { 935 - "terminalCode": "DXB", 936 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 937 - "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e", 938 - "terminalName": "DXB", 939 - "countryCode": "AE" 940 - }, 941 - { 942 - "terminalCode": "SHJ", 943 - "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6", 944 - "districtUID": "18a915ca-74de-4613-a2fb-616ea300d16d", 945 - "terminalName": "SHJ", 946 - "countryCode": "AE" 947 - }, 948 - { 949 - "terminalCode": "AUH", 950 - "cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d", 951 - "districtUID": "5460739a-fb6e-4d94-a35b-6f4e0612581b", 952 - "terminalName": "AUH", 953 - "countryCode": "AE" 954 - }, 955 - { 956 - "terminalCode": "QIW", 957 - "cityUID": "9aabae22-f2f8-408c-b295-55cce1393c88", 958 - "districtUID": "9834149a-17ef-431e-b1f2-ab093bd55d94", 959 - "terminalName": "Um Al Quwain Terminal ", 960 - "countryCode": "AE" 961 - }, 962 - { 963 - "terminalCode": "AUH3", 964 - "cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d", 965 - "districtUID": "5460739a-fb6e-4d94-a35b-6f4e0612581b", 966 - "terminalName": "AUH3", 967 - "countryCode": "AE" 968 - }, 969 - { 970 - "terminalCode": "QAJ", 971 - "cityUID": "a7e023c1-c654-4e1d-8a83-7e571bd3a78d", 972 - "districtUID": "70e57708-9de2-4505-b550-f4627ae40877", 973 - "terminalName": "Ajman Terminal ", 974 - "countryCode": "AE" 975 - }, 976 - { 977 - "terminalCode": "RKT", 978 - "cityUID": "607fbe3a-68e6-4523-bf6e-e419fac86a8b", 979 - "districtUID": "7f82fcc7-65ee-48d8-b0ea-200fa2ffdb42", 980 - "terminalName": "Ras Al Khaimah Terminal ", 981 - "countryCode": "AE" 982 - }, 983 - { 984 - "terminalCode": "FJR", 985 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 986 - "districtUID": "3a894ed3-8021-45c9-ae0c-aa5e7379bb82", 987 - "terminalName": "Fujairah Terminal ", 988 - "countryCode": "AE" 989 - } 990 - ], 991 - "containsError": false, 992 - "refreshPriceResult": "Success", 993 - "reservationId": "d295362b-1083-4896-86c2-b2935715c5b9", 994 - "reservationDetailsUnavailable": false, 995 - "error": false 996 -} 997 997 {{/code}} 998 998 999 999