SearchTourPackages - Basic Version
Method Description
Method Overview: Streamlined Tour Package Discovery and Booking
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.
Procedure:
- 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.
- 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.
- 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.
Parameter Details:
- 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.
Usage Notes:
- This method is particularly beneficial for users seeking a straightforward and efficient path to tour package booking, minimizing decision fatigue and enhancing user experience.
Examples:
- 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.
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.
Endpoint URL - [POST]
Request Parameters
Request example
"departureCountryCode": "KZ",
"departureCityUID": "f0ba6324-f337-405c-8cc7-23d62cf664e8",
"arrivalCountryCode": "AE",
"adults": 2,
"children": 0,
"departureDate": "2024-05-25T00:00:00",
"returnDate": "2024-06-01T00:00:00",
"departureAndReturnDaysCount": 7,
"checkInDate": "2024-05-25T00:00:00",
"checkOutDate": "2024-06-01T00:00:00",
"checkInAndCheckOutDaysCount": 7,
"directFlightsOnly": true,
"pageRowCount": 25,
"searchCurrency": "USD"
}
Request example for 2Adults 2Child
{
"departureCountryCode": "KZ",
"departureCityUID": "f0ba6324-f337-405c-8cc7-23d62cf664e8",
"arrivalCountryCode": "AE",
"adults": 2,
"children": 2,
"childrenAges": [
4,
8
],
"departureDate": "2024-08-26T00:00:00",
"returnDate": "2024-09-02T00:00:00",
"departureAndReturnDaysCount": 7,
"checkInDate": "2024-08-26T00:00:00",
"checkOutDate": "2024-09-02T00:00:00",
"checkInAndCheckOutDaysCount": 7,
"directFlightsOnly": true,
"searchCurrency": "KZT",
"pagingId": "",
"pageNumber": 1,
"pageRowCount":5
}
Response Body
"error": true,
"errorCode": "string",
"errorDescription": "string",
"userErrorDescription": "string",
"packages": [
{
"cacheKey": "string",
"id": "string",
"priceCurrency": "string",
"totalPrice": 0,
"agentCommissionPercent": 0,
"agentCommissionAmount": 0,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "string",
"providerId": 0,
"hotelName": "string",
"hotelCode": "string",
"nigths": 0,
"mealPlan": "string",
"hotelClass": "string",
"availabilityType": "OnRequest",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "string",
"roomCategoryName": "string",
"placementTypeName": "string",
"placementDescription": "string",
"checkInDate": "2023-12-14T13:47:13.396Z",
"checkOutDate": "2023-12-14T13:47:13.396Z",
"adults": 0,
"children": 0,
"districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"districtName": "string",
"cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"cityName": "string",
"countryCode": "string",
"countryName": "string",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": true,
"hasPool": true,
"hasMall": true,
"cancellationPolicyDescription": "string",
"cancellationPolicy": {
"cancellationPolicyCode": "string",
"noShowChargeValue": 0,
"noShowChargeValueType": "string",
"earlyDepartureChargeValue": 0,
"earlyDepartureChargeValueType": "string",
"conditions": [
{
"timeunits": 0,
"timeunitType": "string",
"timeOffsetTypeName": "string",
"chargeValue": 0,
"chargeValueType": "string"
}
]
}
},
"flight": {
"id": "string",
"departureDate": "2023-12-14T13:47:13.396Z",
"returnDate": "2023-12-14T13:47:13.396Z",
"departureTicketsLeft": 0,
"returnTicketsLeft": 0,
"departureAvailabilityType": "OnRequest",
"returnAvailabilityType": "OnRequest",
"isTwoWay": true,
"departureSegments": [
{
"airlineCode": "string",
"airlineName": "string",
"flightCode": "string",
"class": "string",
"lugageWeight": 0,
"handLugageWeight": 0,
"departureFlightDate": "2023-12-14T13:47:13.396Z",
"departureCountryName": "string",
"departureCityName": "string",
"departureAirportCode": "string",
"departureAirportName": "string",
"departureTerminalCode": "string",
"arrivalFlightDate": "2023-12-14T13:47:13.396Z",
"arrivalCountryName": "string",
"arrivalCityName": "string",
"arrivalAirportCode": "string",
"arrivalAirportName": "string",
"arrivalTerminalCode": "string",
"flightDuration": "string",
"baggages": [
{
"baggageCode": "string",
"description": "string",
"price": 0,
"currency": "string",
"included": true
}
]
}
],
"returnSegments": [
{
"airlineCode": "string",
"airlineName": "string",
"flightCode": "string",
"class": "string",
"lugageWeight": 0,
"handLugageWeight": 0,
"departureFlightDate": "2023-12-14T13:47:13.396Z",
"departureCountryName": "string",
"departureCityName": "string",
"departureAirportCode": "string",
"departureAirportName": "string",
"departureTerminalCode": "string",
"arrivalFlightDate": "2023-12-14T13:47:13.396Z",
"arrivalCountryName": "string",
"arrivalCityName": "string",
"arrivalAirportCode": "string",
"arrivalAirportName": "string",
"arrivalTerminalCode": "string",
"flightDuration": "string",
"baggages": [
{
"baggageCode": "string",
"description": "string",
"price": 0,
"currency": "string",
"included": true
}
]
}
]
},
"extraServices": [
{
"extraServiceCode": "string",
"extraServiceTypeCode": "string",
"isMandatory": 0,
"extraServiceName": "string",
"minimalServiceAmount": 0,
"includedPriceCode": "string",
"prices": [
{
"extraServicePriceCode": "string",
"displayName": "string",
"restrictionInfo": "string",
"additionalInfo": "string",
"price": 0,
"extraPrice": 0,
"currency": "string"
}
]
}
],
"insurancePrice": {
"name": "string",
"price": 0,
"priceSurcarge": 0,
"actualStartDate": "2023-12-14T13:47:13.396Z",
"actualEndDate": "2023-12-14T13:47:13.396Z",
"optional": true,
"includedInPackagePrice": true
}
}
],
"pagingId": "string",
"pageNumber": 0,
"pageCount": 0
}
Response example
"packages": [
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:956bd513-fd7f-4f58-a08d-78a5f0e342c5:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1470.11,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 132.31,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "956bd513-fd7f-4f58-a08d-78a5f0e342c5",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "BB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076",
"roomCategoryName": "King Guest Room",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:1",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "bb",
"sortPlacement": "king guest room dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:021039ae-7ff6-41dd-813a-f1905665a133:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1470.11,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 132.31,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "021039ae-7ff6-41dd-813a-f1905665a133",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "BB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5",
"roomCategoryName": "Twin Guest Room",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:2",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "bb",
"sortPlacement": "twin guest room dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:4e5c12ae-c66d-41f8-9a57-44f265cfb1a4:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1470.11,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 132.31,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "4e5c12ae-c66d-41f8-9a57-44f265cfb1a4",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "BB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5",
"roomCategoryName": "Twin Guest Room",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:3",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "bb",
"sortPlacement": "twin guest room dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:041b1313-3161-4bef-b77b-175364412285:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1470.11,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 132.31,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "041b1313-3161-4bef-b77b-175364412285",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "BB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076",
"roomCategoryName": "King Guest Room",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:4",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "bb",
"sortPlacement": "king guest room dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:e07af67f-48e8-493f-bc5e-c2d6aa711298:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1494.11,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 134.47,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "e07af67f-48e8-493f-bc5e-c2d6aa711298",
"hotelName": "Le Meridien Al Aqah Beach Resort",
"hotelCode": "63300069-0631-4c34-946e-d2ca9753ff6e",
"nights": 7,
"mealPlan": "BB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "97ccbf2f-7195-4eea-9d45-926fbe73b482",
"roomCategoryName": "Deluxe Guest Room",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 12.0,
"teenMaxAge": 15.99,
"adultMinAge": 16.0,
"cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 3,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 1.0,
"chargeValueType": "Night"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:5",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "le meridien al aqah beach resort",
"sortDetails": "bb",
"sortPlacement": "deluxe guest room dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:fb824f96-2de4-4b36-a9dc-c71633ec9d89:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1588.57,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 142.97,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "fb824f96-2de4-4b36-a9dc-c71633ec9d89",
"hotelName": "Le Meridien Al Aqah Beach Resort",
"hotelCode": "63300069-0631-4c34-946e-d2ca9753ff6e",
"nights": 7,
"mealPlan": "BB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "04b0d2ba-b3b1-4858-a5c5-251279680430",
"roomCategoryName": "Deluxe Guest Room with Balcony",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 12.0,
"teenMaxAge": 15.99,
"adultMinAge": 16.0,
"cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 3,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 1.0,
"chargeValueType": "Night"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:6",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "le meridien al aqah beach resort",
"sortDetails": "bb",
"sortPlacement": "deluxe guest room with balcony dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:959cff0a-2a1b-4acc-ad05-661f2aad3fad:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1597.04,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 143.73,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "959cff0a-2a1b-4acc-ad05-661f2aad3fad",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "BB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099",
"roomCategoryName": "Ocean View Room Twin",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:7",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "bb",
"sortPlacement": "ocean view room twin dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:7bfa40fa-6a67-4ab5-998f-a59e3d669aef:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1597.04,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 143.73,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "7bfa40fa-6a67-4ab5-998f-a59e3d669aef",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "BB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "OnRequest",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f",
"roomCategoryName": "Ocean View Room King",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:8",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "bb",
"sortPlacement": "ocean view room king dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:d5469b2f-d5f1-405c-aa79-49f89630c270:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1597.04,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 143.73,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "d5469b2f-d5f1-405c-aa79-49f89630c270",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "BB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "OnRequest",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f",
"roomCategoryName": "Ocean View Room King",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:9",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "bb",
"sortPlacement": "ocean view room king dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:6b9bc85f-38e9-4096-b8cd-e36e7f5204f1:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1597.04,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 143.73,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "6b9bc85f-38e9-4096-b8cd-e36e7f5204f1",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "BB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099",
"roomCategoryName": "Ocean View Room Twin",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:10",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "bb",
"sortPlacement": "ocean view room twin dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:fc3edcab-fad9-41a7-a03a-095db2c323fd:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1672.57,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 150.53,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "fc3edcab-fad9-41a7-a03a-095db2c323fd",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "BB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "d544f59a-df57-4dc4-b1cd-b7263c02a5cc",
"roomCategoryName": "Garden View Room Twin with Terrace",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:11",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "bb",
"sortPlacement": "garden view room twin with terrace dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:07655d65-2000-45cd-b370-8abef039af1f:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1672.57,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 150.53,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "07655d65-2000-45cd-b370-8abef039af1f",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "BB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "65a0dc25-b738-4c5a-838c-2f3b30b6427e",
"roomCategoryName": "Garden View Room King with Terrace",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:12",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "bb",
"sortPlacement": "garden view room king with terrace dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:1aa18de2-a9f5-4fe6-83dd-67cf4a35690c:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1672.57,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 150.53,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "1aa18de2-a9f5-4fe6-83dd-67cf4a35690c",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "BB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "65a0dc25-b738-4c5a-838c-2f3b30b6427e",
"roomCategoryName": "Garden View Room King with Terrace",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:13",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "bb",
"sortPlacement": "garden view room king with terrace dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:828e9137-9b6d-4bde-96b6-fa81d41c455f:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1672.57,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 150.53,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "828e9137-9b6d-4bde-96b6-fa81d41c455f",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "BB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "d544f59a-df57-4dc4-b1cd-b7263c02a5cc",
"roomCategoryName": "Garden View Room Twin with Terrace",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:14",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "bb",
"sortPlacement": "garden view room twin with terrace dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:8b389dd6-3040-444a-8d21-c9d20a7718c5:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1770.11,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 159.31,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "8b389dd6-3040-444a-8d21-c9d20a7718c5",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "HB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076",
"roomCategoryName": "King Guest Room",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:15",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "hb",
"sortPlacement": "king guest room dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:91a303cb-ca93-4408-8dc5-1d1134fa59e8:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1770.11,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 159.31,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "91a303cb-ca93-4408-8dc5-1d1134fa59e8",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "HB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5",
"roomCategoryName": "Twin Guest Room",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:16",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "hb",
"sortPlacement": "twin guest room dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:11f99f2c-9648-4c18-b650-3ce7ca27b709:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1770.11,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 159.31,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "11f99f2c-9648-4c18-b650-3ce7ca27b709",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "HB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "e6019a5a-760a-4cb1-9117-643ced101fb5",
"roomCategoryName": "Twin Guest Room",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:17",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "hb",
"sortPlacement": "twin guest room dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:c8c707d3-f061-4fa2-a7b3-ba5d42c67d03:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1770.11,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 159.31,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "c8c707d3-f061-4fa2-a7b3-ba5d42c67d03",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "HB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "53bd7e89-2c04-4944-b706-be67857fc076",
"roomCategoryName": "King Guest Room",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:18",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "hb",
"sortPlacement": "king guest room dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:e1089e11-02d6-4b38-9829-73d36f582c4e:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1875.11,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 168.76,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "e1089e11-02d6-4b38-9829-73d36f582c4e",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "BB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "OnRequest",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "4aa88c0e-b196-4346-bd2a-c0252a925ba1",
"roomCategoryName": "Spacious Garden View Room",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:19",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "bb",
"sortPlacement": "spacious garden view room dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:7d197efc-48d0-40c5-9752-a5a15ada6361:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1875.11,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 168.76,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "7d197efc-48d0-40c5-9752-a5a15ada6361",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "BB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "OnRequest",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "4aa88c0e-b196-4346-bd2a-c0252a925ba1",
"roomCategoryName": "Spacious Garden View Room",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:20",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "bb",
"sortPlacement": "spacious garden view room dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:eb7f1ac9-25b3-453b-9bec-e5a27610d8ea:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1876.96,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 168.93,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "eb7f1ac9-25b3-453b-9bec-e5a27610d8ea",
"hotelName": "Le Meridien Al Aqah Beach Resort",
"hotelCode": "63300069-0631-4c34-946e-d2ca9753ff6e",
"nights": 7,
"mealPlan": "HB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "97ccbf2f-7195-4eea-9d45-926fbe73b482",
"roomCategoryName": "Deluxe Guest Room",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 12.0,
"teenMaxAge": 15.99,
"adultMinAge": 16.0,
"cancellationPolicyDescription": "Cancellation Policy: 3 Day Before Arrival: 1.00 Night, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 3,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 1.0,
"chargeValueType": "Night"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:21",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "le meridien al aqah beach resort",
"sortDetails": "hb",
"sortPlacement": "deluxe guest room dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:c4792901-dee4-45a0-a8c7-630bbcb976fc:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1897.04,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 170.73,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "c4792901-dee4-45a0-a8c7-630bbcb976fc",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "HB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "OnRequest",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f",
"roomCategoryName": "Ocean View Room King",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:22",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "hb",
"sortPlacement": "ocean view room king dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:ac85dd61-4d7f-4bcf-880f-35c0578dd363:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1897.04,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 170.73,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "ac85dd61-4d7f-4bcf-880f-35c0578dd363",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "HB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099",
"roomCategoryName": "Ocean View Room Twin",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:23",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "hb",
"sortPlacement": "ocean view room twin dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:539ce7f0-6004-4eb0-b16f-253f0a688066:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1897.04,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 170.73,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "539ce7f0-6004-4eb0-b16f-253f0a688066",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "HB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "FreeSale",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "b84c625b-c941-48d9-93c9-f2e87e1ce099",
"roomCategoryName": "Ocean View Room Twin",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:24",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "hb",
"sortPlacement": "ocean view room twin dbl",
"subList": [],
"exchangeRate": 480.0
},
{
"id": "tour:001f5ee6-7ea9-4292-a4f4-07444b378692:fc15523b-ccde-44a8-acc4-a75826077fd9:04abb186-80f6-4808-bce4-ae97cef85c51",
"priceCurrency": "USD",
"totalPrice": 1897.04,
"agentCommissionPercent": 9.0,
"agentCommissionAmount": 170.73,
"includedExtrasAmount": 0,
"priceDifference": 0,
"hotel": {
"hotelPriceId": "fc15523b-ccde-44a8-acc4-a75826077fd9",
"hotelName": "Fujairah Rotana Resort Spa",
"hotelCode": "ca511ddc-3ad8-46ed-8ad0-c68cc3e8488e",
"nights": 7,
"mealPlan": "HB",
"hotelClass": "5",
"hotelColor": "#000000",
"availabilityType": "OnRequest",
"availableRoomsCount": 0,
"fewRooms": true,
"roomCategoryCode": "8a20d149-2bfc-4563-b43b-1b101410489f",
"roomCategoryName": "Ocean View Room King",
"placementTypeName": "DBL",
"checkInDate": "2024-09-07T00:00:00",
"checkOutDate": "2024-09-14T00:00:00",
"adults": 2,
"children": 0,
"districtUID": "1c118ac0-b44a-4cf5-9229-326a151b13ef",
"districtName": "Al Aqah",
"cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
"cityName": "Fujairah",
"countryCode": "AE",
"countryName": "United Arab Emirates",
"hasAlcohol": true,
"hasFreeWifi": true,
"hasMetro": false,
"hasPool": true,
"hasMall": false,
"infantMaxAge": 1.99,
"childMinAge": 2.0,
"childMaxAge": 11.99,
"teenMinAge": 0.0,
"teenMaxAge": 0.0,
"adultMinAge": 12.0,
"cancellationPolicyDescription": "Cancellation Policy: 4 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
"cancellationPolicy": {
"noShowChargeValue": 100.0,
"noShowChargeValueType": "%",
"earlyDepartureChargeValue": 100.0,
"earlyDepartureChargeValueType": "%",
"conditions": [
{
"timeunits": 4,
"timeunitType": "Day",
"timeOffsetTypeName": "Before Arrival",
"chargeValue": 100.0,
"chargeValueType": "%"
}
]
}
},
"flight": {
"id": "04abb186-80f6-4808-bce4-ae97cef85c51",
"departureDate": "2024-09-07T00:00:00",
"returnDate": "2024-09-14T00:00:00",
"departureTicketsLeft": 24,
"returnTicketsLeft": 17,
"departureAvailabilityType": "FreeSale",
"returnAvailabilityType": "FreeSale",
"isTwoWay": true,
"sameBaggageForAll": false,
"totalBaggage": false,
"isBlock": true,
"class": "Economy",
"departureSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1722",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-07T03:40:00.000",
"departureCountryName": "Kazakhstan",
"departureCityName": "Almaty",
"departureAirportCode": "ALA",
"departureAirportName": "Almaty Intl Airport",
"departureTerminalCode": "ALA",
"arrivalFlightDate": "2024-09-07T07:15:00.000",
"arrivalCountryName": "United Arab Emirates",
"arrivalCityName": "Dubai",
"arrivalAirportCode": "DXB",
"arrivalAirportName": "Dubai Intl Airport",
"arrivalTerminalCode": "DXB3",
"flightDuration": "5h 35m"
}
],
"returnSegments": [
{
"airlineCode": "FZ",
"airlineName": "Fly Dubai",
"flightCode": "FZ1721",
"class": "Economy",
"lugageWeight": 20,
"handLugageWeight": 6,
"departureFlightDate": "2024-09-14T21:30:00.000",
"departureCountryName": "United Arab Emirates",
"departureCityName": "Dubai",
"departureAirportCode": "DXB",
"departureAirportName": "Dubai Intl Airport",
"departureTerminalCode": "DXB3",
"arrivalFlightDate": "2024-09-15T02:40:00.000",
"arrivalCountryName": "Kazakhstan",
"arrivalCityName": "Almaty",
"arrivalAirportCode": "ALA",
"arrivalAirportName": "Almaty Intl Airport",
"arrivalTerminalCode": "ALA",
"flightDuration": "3h 10m"
}
],
"passengers": [
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A1",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
},
{
"id": "04abb186-80f6-4808-bce4-ae97cef85c51-A2",
"isAdult": true,
"selectedForwardBaggageCode": "INCLUDED",
"selectedBackwardBaggageCode": "INCLUDED",
"forwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
],
"backwardBaggages": [
{
"baggageCode": "INCLUDED",
"description": "20 Kg Included",
"price": 0.0,
"currency": "USD",
"included": true
}
]
}
]
},
"extraServices": [],
"cacheKey": "95c7b515fcd541179541465bb57d60e2fdc17c9a89cc489e81b1721dc02bf98a:{5}:i:25",
"sortCheckInOut": "07.09.2024-14.09.2024",
"sortAirline": "fly dubai",
"sortHotelName": "fujairah rotana resort spa",
"sortDetails": "hb",
"sortPlacement": "ocean view room king dbl",
"subList": [],
"exchangeRate": 480.0
}
],
"pagingId": "5",
"pageNumber": 1,
"pageCount": 5,
"totalCount": 110,
"error": false
}
Schema
Definitions
Request Parameters
Key | Type | Nullable | Description |
---|---|---|---|
departureCountryCode | String | No | The ISO 3166-1 alpha-2 code of the departure country. For example, "KZ" for Kazakhstan. |
departureCityUID | String (UUID) | No | The unique identifier of the departure city. This is a UUID, such as "f0ba6324-f337-405c-8cc7-23d62cf664e8". |
arrivalCountryCode | String | No | The ISO 3166-1 alpha-2 code of the arrival country. For example, "AE" for United Arab Emirates. |
adults | Integer | No | The number of adults for the trip. For example, 2 for two adults. |
children | Integer | No | The number of children for the trip. For example, 0 for no children. |
departureDate | String (date-time) | No | The departure date in ISO 8601 format. For example, "2024-05-25T00:00:00" for May 25, 2024. |
returnDate | String (date-time) | No | The return date in ISO 8601 format. For example, "2024-06-01T00:00:00" for June 1, 2024. |
departureAndReturnDaysCount | Integer | No | The total number of days for the departure and return trip. For example, 7 for a week-long trip. |
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. |
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. |
checkInAndCheckOutDaysCount | Integer | No | The total number of days for the hotel stay. For example, 7 for a week-long stay. |
directFlightsOnly | Boolean | No | Whether to search for direct flights only. For example, true to only search for direct flights. |
pageRowCount | Integer | No | The number of results to return per page. For example, 1 to return 1 result per page. |
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 - ₼. |
Response Parameters
Key | Type | Description |
---|---|---|
packages | Array | An array of travel packages. Each package includes various details about the package. |
packages[].id | String | A unique identifier for the package. This is used to uniquely identify each package. |
packages[].priceCurrency | String | The currency in which the price is denoted. This could be • KZT - ₸ • USD - $ • RUB - ₽ • EUR - € • UZS - ЛВ • AZN - ₼. |
packages[].totalPrice | Number | The total price of the package. This includes all costs associated with the package. |
packages[].agentCommissionPercent | Number | The commission percentage for the agent. This is the percentage of the total price that the agent receives as commission. |
packages[].agentCommissionAmount | Number | The commission amount for the agent. This is the actual amount the agent receives as commission. |
packages[].includedExtrasAmount | Number | The amount for the included extras. This is the cost of any extra services included in the package. |
packages[].priceDifference | Number | The price difference. This could be a discount or a price increase. |
packages[].hotel | Object | An object containing details about the hotel included in the package. This includes information like the hotel name, class, availability, etc. |
packages[].hotel.hotelPriceId | String | The price ID of the hotel. This is used to uniquely identify the price for the hotel. |
packages[].hotel.hotelName | String | The name of the hotel. This is the actual name of the hotel. |
packages[].hotel.hotelCode | String | The code of the hotel. This is a unique code used to identify the hotel. |
packages[].hotel.nights | Number | The number of nights for the stay. This is the duration of the stay at the hotel. |
packages[].hotel.mealPlan | String | The meal plan for the stay. This could be breakfast included, all inclusive, etc. |
packages[].hotel.hotelClass | String | The class of the hotel. This could be 3-star, 4-star, 5-star, etc. |
packages[].hotel.hotelColor | String | The color associated with the hotel. This could be used for categorization or visualization purposes. |
packages[].hotel.availabilityType | String | The availability type of the hotel. This could be available, sold out, etc. |
packages[].hotel.availableRoomsCount | Number | The count of available rooms. This is the number of rooms that are currently available at the hotel. |
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. |
packages[].hotel.roomCategoryCode | String | The code of the room category. This is a unique code used to identify the room category. |
packages[].hotel.roomCategoryName | String | The name of the room category. This is the actual name of the room category. |
packages[].hotel.placementTypeName | String | The name of the placement type. This could be sea view, garden view, etc. |
packages[].hotel.placementDescription | String | The description of the placement. This provides more details about the placement type. |
packages[].hotel.checkInDate | String | The check-in date. This is the date when the stay at the hotel begins. |
packages[].hotel.checkOutDate | String | The check-out date. This is the date when the stay at the hotel ends. |
packages[].hotel.adults | Number | The number of adults. This is the number of adults that will be staying at the hotel. |
packages[].hotel.children | Number | The number of children. This is the number of children that will be staying at the hotel. |
packages[].hotel.districtUID | String | The UID of the district. This is a unique identifier for the district where the hotel is located. |
packages[].hotel.districtName | String | The name of the district. This is the actual name of the district where the hotel is located. |
packages[].hotel.cityUID | String | The UID of the city. This is a unique identifier for the city where the hotel is located. |
packages[].hotel.cityName | String | The name of the city. This is the actual name of the city where the hotel is located. |
packages[].hotel.countryCode | String | The code of the country. This is a unique code used to identify the country where the hotel is located. |
packages[].hotel.countryName | String | The name of the country. This is the actual name of the country where the hotel is located. |
packages[].hotel.hasAlcohol | Boolean | A boolean indicating if alcohol is available. If true, it means that alcohol is available at the hotel. |
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. |
packages[].hotel.hasMetro | Boolean | A boolean indicating if metro is available. If true, it means that there is a metro station near the hotel. |
packages[].hotel.hasPool | Boolean | A boolean indicating if a pool is available. If true, it means that the hotel has a pool. |
packages[].hotel.hasMall | Boolean | A boolean indicating if a mall is available. If true, it means that there is a mall near the hotel. |
packages[].hotel.infantMaxAge | Number | The maximum age for an infant. This is the maximum age at which a person is considered an infant. |
packages[].hotel.childMinAge | Number | The minimum age for a child. This is the minimum age at which a person is considered a child. |
packages[].hotel.childMaxAge | Number | The maximum age for a child. This is the maximum age at which a person is considered a child. |
packages[].hotel.teenMinAge | Number | The minimum age for a teen. This is the minimum age at which a person is considered a teen. |
packages[].hotel.teenMaxAge | Number | The maximum age for a teen. This is the maximum age at which a person is considered a teen. |
packages[].hotel.adultMinAge | Number | The minimum age for an adult. This is the minimum age at which a person is considered an adult. |
packages[].hotel.cancellationPolicyDescription | String | The description of the cancellation policy. This provides more details about the cancellation policy of the hotel. |
packages[].hotel.cancellationPolicy | Object | An object containing details about the cancellation policy. This includes information like the cancellation deadline, cancellation fee, etc. |
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. |
packages[].flight.id | String | The ID of the flight. This is used to uniquely identify the flight. |
packages[].flight.departureDate | String | The departure date of the flight. This is the date when the flight departs. |
packages[].flight.returnDate | String | The return date of the flight. This is the date when the flight returns. |
packages[].flight.departureTicketsLeft | Number | The number of departure tickets left. This is the number of tickets that are still available for the departure flight. |
packages[].flight.returnTicketsLeft | Number | The number of return tickets left. This is the number of tickets that are still available for the return flight. |
packages[].flight.departureAvailabilityType | String | The availability type of the departure flight. This could be available, sold out, etc. |
packages[].flight.returnAvailabilityType | String | The availability type of the return flight. This could be available, sold out, etc. |
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. |
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. |
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. |
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 |
packages[].flight.class | String | The class of the flight. This could be economy, business, first class, etc. |
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. |
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. |
packages[].flight.passengers | Array | An array containing details about the passengers. Each passenger includes information like the passenger type, baggage allowance, etc. |
packages[].extraServices | Array | An array of any extra services included in the package. Each service includes information like the service name, service price, etc. |
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. |
packages[].cacheKey | String | The cache key. This is used to cache the package details for faster retrieval. |
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. |
packages[].sortAirline | String | The airline for sorting. This is used to sort the packages based on the airline. |
packages[].sortHotelName | String | The hotel name for sorting. This is used to sort the packages based on the hotel name. |
packages[].sortDetails | String | The details for sorting. This is used to sort the packages based on various details. |
packages[].sortPlacement | String | The placement for sorting. This is used to sort the packages based on the placement. |
pagingId | String | An identifier for the page. This is used to uniquely identify each page of results. |
pageNumber | Number | The current page number. This is the number of the current page of results. |
pageCount | Number | The total number of pages. This is the total number of pages of results. |
totalCount | Number | The total count of packages. This is the total number of packages in all pages of results. |
error | Boolean | A boolean indicating whether there was an error. If true, it means that there was an error in retrieving the packages. |
exchangeRate | Integer | For example "exchangeRate": 480.0 it means that exchange rate is 480 from KZT to USD , 1 USD-480KZT |
first request
"pagingId": "",
"pageNumber": 1,
"pageRowCount":10
}
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.
Request with caching
after receiving response from first search request, in the end we can see pagingId- number, wchich we can use for caching, and (pageinatoin) for switch pagenumbers, and displaying results as we whant. For cleaning cache, it's important to make new request without cllear pagingID, like this "pagingId": "",
"pagingId": "80",
"pageNumber": 1,
"pageRowCount":10
}
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.
Initial Request:
- Purpose: The first request initiates the paging process and is designed to fetch the initial set of data without utilizing a pagingId.
- Parameters:
- pagingId: Should be set to an empty string ("") to indicate that this is the initial request.
- pageNumber: Indicates the specific page of data to retrieve, starting with 1.
- pageRowCount: Specifies the number of results to be included on each page.
Example - First Request:
{ "pagingId": "", "pageNumber": 1, "pageRowCount": 10 }
Subsequent Requests with Caching:
- 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.
- Cache Utilization:
- Upon receiving a response, a pagingId value is provided. This pagingId should be used in subsequent requests to reference the cached data.
- To navigate through the dataset, adjust the pageNumber while keeping the pagingId constant.
- To refresh the dataset and clear the cache, initiate a new request without a pagingId.
Example - Request with Caching:
{ "pagingId": "80", "pageNumber": 2, // Adjusted to fetch the next page "pageRowCount": 10 }
Cache Management:
- 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.
Implementation Notes:
- The paging and caching mechanism significantly enhances data retrieval efficiency by minimizing server load and optimizing response times.
- Developers should ensure that the pagingId is correctly managed between requests to maintain session continuity and data consistency.
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.
search parameter options
in the request body it's available to filter search results with parameters. parameter examples:
"totalPriceTo": 10000,
"hotelTypes": [
"CityHotel",
"BeachHotel",
"SecondLineBeach"
],
"hotelClasses": [
"1",
"2",
"3",
"4",
"5",
"6"
],
"hotelServices": [
"HasAlcohol",
"HasFreeWifi",
"HasMetro",
"HasPool",
"HasMall"
],
"mealPlans": [
"RO",
"BB",
"HB",
"FB",
"AL"
]
}
- 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.
- 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.
- 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.
- 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.
- 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.