Changes for page 3. CalcPackage
Last modified by Giorgi Mdivnishvili on 2024/04/11 17:03
From version 15.3
edited by Giorgi Mdivnishvili
on 2024/04/11 16:47
on 2024/04/11 16:47
Change comment:
There is no comment for this version
To version 15.2
edited by Giorgi Mdivnishvili
on 2024/04/11 16:47
on 2024/04/11 16:47
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,19 +1,8 @@ 1 -(% class="box floatinginfobox" %) 2 -((( 3 -**Contents** 1 +{{box cssClass="floatinginfobox" title="**Contents**"}} 2 + 4 4 5 -(% class="wikitoc" %) 6 -* [[Method Description>>path:#HMethodDescription]] 7 -** [[Endpoint URL - ~[POST~]>>path:#HEndpointURL-5BPOST5D]] 8 -** [[Request Parameters>>path:#HRequestParameters]] 9 -** [[Request Body>>path:#HRequestBody]] 10 -** [[Request Body example>>path:#HRequestBodyexample]] 11 -** [[Response>>path:#HResponse]] 12 -*** [[Response example>>path:#HResponseexample]] 13 -*** [[Schema>>path:#HSchema]] 14 -** [[Important>>path:#HImportant]] 15 -*** [[Implementing Authorization in Subsequent Requests>>path:#HImplementingAuthorizationinSubsequentRequests]] 16 -))) 4 +{{toc/}} 5 +{{/box}} 17 17 18 18 = Method Description = 19 19 ... ... @@ -24,10 +24,9 @@ 24 24 25 25 == Endpoint URL - [POST] == 26 26 27 -(% class="box infomessage" %) 28 -((( 29 -[[https:~~/~~/integration.kazunion.com/api/TourPackages/CalcPackage>>url:https://integration.kazunion.com/api/TourPackages/CalcPackage]] 30 -))) 16 +{{info}} 17 +[[https:~~/~~/integration.kazunion.com/api/TourPackages/CalcPackage>>https://integration.kazunion.com/api/TourPackages/CalcPackage]] 18 +{{/info}} 31 31 32 32 33 33 == Request Parameters == ... ... @@ -40,27 +40,23 @@ 40 40 41 41 == Request Body == 42 42 43 -(% class="box" %) 44 -((( 45 -(% class="code" %) 46 -((( 31 +{{code language="Json"}} 47 47 { 48 - (% style="font-weight: bold; color: #008000;" %)"packageId"(%%):(% style="color: #BA2121;" %)"string"(%%),49 - (% style="font-weight: bold; color: #008000;" %)"extraServicePriceCodes"(%%): [50 - (% style="color: #BA2121;" %)"string"(%%)33 + "packageId": "string", 34 + "extraServicePriceCodes": [ 35 + "string" 51 51 ], 52 - (% style="font-weight: bold; color: #008000;" %)"flightPassengers"(%%): [37 + "flightPassengers": [ 53 53 { 54 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"string"(%%),55 - (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%):(% style="color: #BA2121;" %)"string"(%%),56 - (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%):(% style="color: #BA2121;" %)"string"(%%)39 + "id": "string", 40 + "selectedForwardBaggageCode": "string", 41 + "selectedBackwardBaggageCode": "string" 57 57 } 58 58 ], 59 - (% style="font-weight: bold; color: #008000;" %)"includeInsurance"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),60 - (% style="font-weight: bold; color: #008000;" %)"refreshPrices"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)44 + "includeInsurance": true, 45 + "refreshPrices": true 61 61 } 62 -))) 63 -))) 47 +{{/code}} 64 64 65 65 (% class="wikigeneratedid" id="HRequestBodyexample" %) 66 66 (% id="cke_bm_10575S" style="display:none" %) ... ... @@ -69,1739 +69,1727 @@ 69 69 70 70 == Request Body example == 71 71 72 -(% class="box" %) 73 -((( 74 -(% class="code" %) 75 -((( 56 +{{code language="Json"}} 76 76 { 77 - (% style="font-weight: bold; color: #008000;" %)"packageId"(%%): (% style="color: #BA2121;" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:53552191-59ea-469d-ae9d-5b848da8839d"(%%), 78 - (% style="font-weight: bold; color: #008000;" %)"includeInsurance"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%) 79 -}\\ 80 -))) 81 -))) 58 + "packageId": "tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:53552191-59ea-469d-ae9d-5b848da8839d", 59 + "includeInsurance": true 60 +} 82 82 62 +{{/code}} 83 83 64 + 84 84 == Response == 85 85 86 -(% class="box" %) 87 -((( 88 -(% class="code" %) 89 -((( 67 +{{code language="json"}} 90 90 { 91 - (% style="font-weight: bold; color: #008000;" %)"error"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),92 - (% style="font-weight: bold; color: #008000;" %)"errorCode"(%%):(% style="color: #BA2121;" %)"string"(%%),93 - (% style="font-weight: bold; color: #008000;" %)"errorDescription"(%%):(% style="color: #BA2121;" %)"string"(%%),94 - (% style="font-weight: bold; color: #008000;" %)"userErrorDescription"(%%):(% style="color: #BA2121;" %)"string"(%%),95 - (% style="font-weight: bold; color: #008000;" %)"package"(%%): {96 - (% style="font-weight: bold;color: #008000;" %)"cacheKey"(%%):(% style="color: #BA2121;" %)"string"(%%),97 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"string"(%%),98 - (% style="font-weight: bold; color: #008000;" %)"priceCurrency"(%%):(% style="color: #BA2121;" %)"string"(%%),99 - (% style="font-weight: bold; color: #008000;" %)"totalPrice"(%%):(% style="color: #666666;" %)0(%%),100 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionPercent"(%%):(% style="color: #666666;" %)0(%%),101 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionAmount"(%%):(% style="color: #666666;" %)0(%%),102 - (% style="font-weight: bold; color: #008000;" %)"includedExtrasAmount"(%%):(% style="color: #666666;" %)0(%%),103 - (% style="font-weight: bold; color: #008000;" %)"priceDifference"(%%):(% style="color: #666666;" %)0(%%),104 - (% style="font-weight: bold; color: #008000;" %)"hotel"(%%): {105 - (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%):(% style="color: #BA2121;" %)"string"(%%),106 - (% style="font-weight: bold; color: #008000;" %)"providerId"(%%):(% style="color: #666666;" %)0(%%),107 - (% style="font-weight: bold; color: #008000;" %)"hotelName"(%%):(% style="color: #BA2121;" %)"string"(%%),108 - (% style="font-weight: bold; color: #008000;" %)"hotelCode"(%%):(% style="color: #BA2121;" %)"string"(%%),109 - (% style="font-weight: bold; color: #008000;" %)"nigths"(%%):(% style="color: #666666;" %)0(%%),110 - (% style="font-weight: bold; color: #008000;" %)"mealPlan"(%%):(% style="color: #BA2121;" %)"string"(%%),111 - (% style="font-weight: bold; color: #008000;" %)"hotelClass"(%%):(% style="color: #BA2121;" %)"string"(%%),112 - (% style="font-weight: bold; color: #008000;" %)"availabilityType"(%%):(% style="color: #BA2121;" %)"OnRequest"(%%),113 - (% style="font-weight: bold; color: #008000;" %)"availableRoomsCount"(%%):(% style="color: #666666;" %)0(%%),114 - (% style="font-weight: bold; color: #008000;" %)"fewRooms"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),115 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryCode"(%%):(% style="color: #BA2121;" %)"string"(%%),116 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryName"(%%):(% style="color: #BA2121;" %)"string"(%%),117 - (% style="font-weight: bold; color: #008000;" %)"placementTypeName"(%%):(% style="color: #BA2121;" %)"string"(%%),118 - (% style="font-weight: bold; color: #008000;" %)"placementDescription"(%%):(% style="color: #BA2121;" %)"string"(%%),119 - (% style="font-weight: bold;color: #008000;" %)"checkInDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),120 - (% style="font-weight: bold;color: #008000;" %)"checkOutDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),121 - (% style="font-weight: bold; color: #008000;" %)"adults"(%%):(% style="color: #666666;" %)0(%%),122 - (% style="font-weight: bold;color: #008000;" %)"children"(%%):(% style="color: #666666;" %)0(%%),123 - (% style="font-weight: bold; color: #008000;" %)"districtUID"(%%):(% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%),124 - (% style="font-weight: bold; color: #008000;" %)"districtName"(%%):(% style="color: #BA2121;" %)"string"(%%),125 - (% style="font-weight: bold;color: #008000;" %)"cityUID"(%%):(% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%),126 - (% style="font-weight: bold;color: #008000;" %)"cityName"(%%):(% style="color: #BA2121;" %)"string"(%%),127 - (% style="font-weight: bold;color: #008000;" %)"countryCode"(%%):(% style="color: #BA2121;" %)"string"(%%),128 - (% style="font-weight: bold;color: #008000;" %)"countryName"(%%):(% style="color: #BA2121;" %)"string"(%%),129 - (% style="font-weight: bold; color: #008000;" %)"hasAlcohol"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),130 - (% style="font-weight: bold; color: #008000;" %)"hasFreeWifi"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),131 - (% style="font-weight: bold; color: #008000;" %)"hasMetro"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),132 - (% style="font-weight: bold; color: #008000;" %)"hasPool"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),133 - (% style="font-weight: bold; color: #008000;" %)"hasMall"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),134 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicyDescription"(%%):(% style="color: #BA2121;" %)"string"(%%),135 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicy"(%%): {136 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicyCode"(%%):(% style="color: #BA2121;" %)"string"(%%),137 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValue"(%%):(% style="color: #666666;" %)0(%%),138 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValueType"(%%):(% style="color: #BA2121;" %)"string"(%%),139 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValue"(%%):(% style="color: #666666;" %)0(%%),140 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValueType"(%%):(% style="color: #BA2121;" %)"string"(%%),141 - (% style="font-weight: bold;color: #008000;" %)"conditions"(%%): [69 + "error": true, 70 + "errorCode": "string", 71 + "errorDescription": "string", 72 + "userErrorDescription": "string", 73 + "package": { 74 + "cacheKey": "string", 75 + "id": "string", 76 + "priceCurrency": "string", 77 + "totalPrice": 0, 78 + "agentCommissionPercent": 0, 79 + "agentCommissionAmount": 0, 80 + "includedExtrasAmount": 0, 81 + "priceDifference": 0, 82 + "hotel": { 83 + "hotelPriceId": "string", 84 + "providerId": 0, 85 + "hotelName": "string", 86 + "hotelCode": "string", 87 + "nigths": 0, 88 + "mealPlan": "string", 89 + "hotelClass": "string", 90 + "availabilityType": "OnRequest", 91 + "availableRoomsCount": 0, 92 + "fewRooms": true, 93 + "roomCategoryCode": "string", 94 + "roomCategoryName": "string", 95 + "placementTypeName": "string", 96 + "placementDescription": "string", 97 + "checkInDate": "2023-12-26T12:55:59.433Z", 98 + "checkOutDate": "2023-12-26T12:55:59.433Z", 99 + "adults": 0, 100 + "children": 0, 101 + "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 102 + "districtName": "string", 103 + "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 104 + "cityName": "string", 105 + "countryCode": "string", 106 + "countryName": "string", 107 + "hasAlcohol": true, 108 + "hasFreeWifi": true, 109 + "hasMetro": true, 110 + "hasPool": true, 111 + "hasMall": true, 112 + "cancellationPolicyDescription": "string", 113 + "cancellationPolicy": { 114 + "cancellationPolicyCode": "string", 115 + "noShowChargeValue": 0, 116 + "noShowChargeValueType": "string", 117 + "earlyDepartureChargeValue": 0, 118 + "earlyDepartureChargeValueType": "string", 119 + "conditions": [ 142 142 { 143 - (% style="font-weight: bold; color: #008000;" %)"timeunits"(%%):(% style="color: #666666;" %)0(%%),144 - (% style="font-weight: bold; color: #008000;" %)"timeunitType"(%%):(% style="color: #BA2121;" %)"string"(%%),145 - (% style="font-weight: bold; color: #008000;" %)"timeOffsetTypeName"(%%):(% style="color: #BA2121;" %)"string"(%%),146 - (% style="font-weight: bold;color: #008000;" %)"chargeValue"(%%):(% style="color: #666666;" %)0(%%),147 - (% style="font-weight: bold;color: #008000;" %)"chargeValueType"(%%):(% style="color: #BA2121;" %)"string"(%%)121 + "timeunits": 0, 122 + "timeunitType": "string", 123 + "timeOffsetTypeName": "string", 124 + "chargeValue": 0, 125 + "chargeValueType": "string" 148 148 } 149 149 ] 150 150 } 151 151 }, 152 - (% style="font-weight: bold; color: #008000;" %)"flight"(%%): {153 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"string"(%%),154 - (% style="font-weight: bold; color: #008000;" %)"departureDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),155 - (% style="font-weight: bold; color: #008000;" %)"returnDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),156 - (% style="font-weight: bold; color: #008000;" %)"departureTicketsLeft"(%%):(% style="color: #666666;" %)0(%%),157 - (% style="font-weight: bold; color: #008000;" %)"returnTicketsLeft"(%%):(% style="color: #666666;" %)0(%%),158 - (% style="font-weight: bold; color: #008000;" %)"departureAvailabilityType"(%%):(% style="color: #BA2121;" %)"OnRequest"(%%),159 - (% style="font-weight: bold; color: #008000;" %)"returnAvailabilityType"(%%):(% style="color: #BA2121;" %)"OnRequest"(%%),160 - (% style="font-weight: bold; color: #008000;" %)"isTwoWay"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),161 - (% style="font-weight: bold; color: #008000;" %)"sameBaggageForAll"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),162 - (% style="font-weight: bold; color: #008000;" %)"totalBaggage"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),163 - (% style="font-weight: bold; color: #008000;" %)"departureSegments"(%%): [130 + "flight": { 131 + "id": "string", 132 + "departureDate": "2023-12-26T12:55:59.433Z", 133 + "returnDate": "2023-12-26T12:55:59.433Z", 134 + "departureTicketsLeft": 0, 135 + "returnTicketsLeft": 0, 136 + "departureAvailabilityType": "OnRequest", 137 + "returnAvailabilityType": "OnRequest", 138 + "isTwoWay": true, 139 + "sameBaggageForAll": true, 140 + "totalBaggage": true, 141 + "departureSegments": [ 164 164 { 165 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"string"(%%),166 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"string"(%%),167 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"string"(%%),168 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"string"(%%),169 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)0(%%),170 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)0(%%),171 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),172 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"string"(%%),173 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"string"(%%),174 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"string"(%%),175 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"string"(%%),176 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"string"(%%),177 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),178 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"string"(%%),179 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"string"(%%),180 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"string"(%%),181 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"string"(%%),182 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"string"(%%),183 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"string"(%%)143 + "airlineCode": "string", 144 + "airlineName": "string", 145 + "flightCode": "string", 146 + "class": "string", 147 + "lugageWeight": 0, 148 + "handLugageWeight": 0, 149 + "departureFlightDate": "2023-12-26T12:55:59.433Z", 150 + "departureCountryName": "string", 151 + "departureCityName": "string", 152 + "departureAirportCode": "string", 153 + "departureAirportName": "string", 154 + "departureTerminalCode": "string", 155 + "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 156 + "arrivalCountryName": "string", 157 + "arrivalCityName": "string", 158 + "arrivalAirportCode": "string", 159 + "arrivalAirportName": "string", 160 + "arrivalTerminalCode": "string", 161 + "flightDuration": "string" 184 184 } 185 185 ], 186 - (% style="font-weight: bold; color: #008000;" %)"returnSegments"(%%): [164 + "returnSegments": [ 187 187 { 188 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"string"(%%),189 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"string"(%%),190 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"string"(%%),191 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"string"(%%),192 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)0(%%),193 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)0(%%),194 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),195 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"string"(%%),196 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"string"(%%),197 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"string"(%%),198 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"string"(%%),199 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"string"(%%),200 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),201 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"string"(%%),202 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"string"(%%),203 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"string"(%%),204 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"string"(%%),205 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"string"(%%),206 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"string"(%%)166 + "airlineCode": "string", 167 + "airlineName": "string", 168 + "flightCode": "string", 169 + "class": "string", 170 + "lugageWeight": 0, 171 + "handLugageWeight": 0, 172 + "departureFlightDate": "2023-12-26T12:55:59.433Z", 173 + "departureCountryName": "string", 174 + "departureCityName": "string", 175 + "departureAirportCode": "string", 176 + "departureAirportName": "string", 177 + "departureTerminalCode": "string", 178 + "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 179 + "arrivalCountryName": "string", 180 + "arrivalCityName": "string", 181 + "arrivalAirportCode": "string", 182 + "arrivalAirportName": "string", 183 + "arrivalTerminalCode": "string", 184 + "flightDuration": "string" 207 207 } 208 208 ], 209 - (% style="font-weight: bold; color: #008000;" %)"passengers"(%%): [187 + "passengers": [ 210 210 { 211 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"string"(%%),212 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),213 - (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%):(% style="color: #BA2121;" %)"string"(%%),214 - (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%):(% style="color: #BA2121;" %)"string"(%%),215 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [189 + "id": "string", 190 + "isAdult": true, 191 + "selectedForwardBaggageCode": "string", 192 + "selectedBackwardBaggageCode": "string", 193 + "forwardBaggages": [ 216 216 { 217 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"string"(%%),218 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"string"(%%),219 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0(%%),220 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"string"(%%),221 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)195 + "baggageCode": "string", 196 + "description": "string", 197 + "price": 0, 198 + "currency": "string", 199 + "included": true 222 222 } 223 223 ], 224 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): [202 + "backwardBaggages": [ 225 225 { 226 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"string"(%%),227 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"string"(%%),228 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0(%%),229 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"string"(%%),230 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)204 + "baggageCode": "string", 205 + "description": "string", 206 + "price": 0, 207 + "currency": "string", 208 + "included": true 231 231 } 232 232 ] 233 233 } 234 234 ] 235 235 }, 236 - (% style="font-weight: bold; color: #008000;" %)"extraServices"(%%): [214 + "extraServices": [ 237 237 { 238 - (% style="font-weight: bold; color: #008000;" %)"extraServiceCode"(%%):(% style="color: #BA2121;" %)"string"(%%),239 - (% style="font-weight: bold; color: #008000;" %)"extraServiceTypeCode"(%%):(% style="color: #BA2121;" %)"string"(%%),240 - (% style="font-weight: bold; color: #008000;" %)"isMandatory"(%%):(% style="color: #666666;" %)0(%%),241 - (% style="font-weight: bold; color: #008000;" %)"extraServiceName"(%%):(% style="color: #BA2121;" %)"string"(%%),242 - (% style="font-weight: bold; color: #008000;" %)"minimalServiceAmount"(%%):(% style="color: #666666;" %)0(%%),243 - (% style="font-weight: bold; color: #008000;" %)"includedPriceCode"(%%):(% style="color: #BA2121;" %)"string"(%%),244 - (% style="font-weight: bold; color: #008000;" %)"prices"(%%): [216 + "extraServiceCode": "string", 217 + "extraServiceTypeCode": "string", 218 + "isMandatory": 0, 219 + "extraServiceName": "string", 220 + "minimalServiceAmount": 0, 221 + "includedPriceCode": "string", 222 + "prices": [ 245 245 { 246 - (% style="font-weight: bold; color: #008000;" %)"extraServicePriceCode"(%%):(% style="color: #BA2121;" %)"string"(%%),247 - (% style="font-weight: bold; color: #008000;" %)"displayName"(%%):(% style="color: #BA2121;" %)"string"(%%),248 - (% style="font-weight: bold; color: #008000;" %)"restrictionInfo"(%%):(% style="color: #BA2121;" %)"string"(%%),249 - (% style="font-weight: bold; color: #008000;" %)"additionalInfo"(%%):(% style="color: #BA2121;" %)"string"(%%),250 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0(%%),251 - (% style="font-weight: bold; color: #008000;" %)"extraPrice"(%%):(% style="color: #666666;" %)0(%%),252 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"string"(%%)224 + "extraServicePriceCode": "string", 225 + "displayName": "string", 226 + "restrictionInfo": "string", 227 + "additionalInfo": "string", 228 + "price": 0, 229 + "extraPrice": 0, 230 + "currency": "string" 253 253 } 254 254 ] 255 255 } 256 256 ], 257 - (% style="font-weight: bold; color: #008000;" %)"insurancePrice"(%%): {258 - (% style="font-weight: bold; color: #008000;" %)"name"(%%):(% style="color: #BA2121;" %)"string"(%%),259 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0(%%),260 - (% style="font-weight: bold; color: #008000;" %)"priceSurcarge"(%%):(% style="color: #666666;" %)0(%%),261 - (% style="font-weight: bold; color: #008000;" %)"actualStartDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),262 - (% style="font-weight: bold; color: #008000;" %)"actualEndDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),263 - (% style="font-weight: bold; color: #008000;" %)"optional"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),264 - (% style="font-weight: bold; color: #008000;" %)"includedInPackagePrice"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)235 + "insurancePrice": { 236 + "name": "string", 237 + "price": 0, 238 + "priceSurcarge": 0, 239 + "actualStartDate": "2023-12-26T12:55:59.433Z", 240 + "actualEndDate": "2023-12-26T12:55:59.433Z", 241 + "optional": true, 242 + "includedInPackagePrice": true 265 265 } 266 266 }, 267 - (% style="font-weight: bold; color: #008000;" %)"altPackages"(%%): [245 + "altPackages": [ 268 268 { 269 - (% style="font-weight: bold;color: #008000;" %)"cacheKey"(%%):(% style="color: #BA2121;" %)"string"(%%),270 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"string"(%%),271 - (% style="font-weight: bold; color: #008000;" %)"priceCurrency"(%%):(% style="color: #BA2121;" %)"string"(%%),272 - (% style="font-weight: bold; color: #008000;" %)"totalPrice"(%%):(% style="color: #666666;" %)0(%%),273 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionPercent"(%%):(% style="color: #666666;" %)0(%%),274 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionAmount"(%%):(% style="color: #666666;" %)0(%%),275 - (% style="font-weight: bold; color: #008000;" %)"includedExtrasAmount"(%%):(% style="color: #666666;" %)0(%%),276 - (% style="font-weight: bold; color: #008000;" %)"priceDifference"(%%):(% style="color: #666666;" %)0(%%),277 - (% style="font-weight: bold; color: #008000;" %)"hotel"(%%): {278 - (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%):(% style="color: #BA2121;" %)"string"(%%),279 - (% style="font-weight: bold; color: #008000;" %)"providerId"(%%):(% style="color: #666666;" %)0(%%),280 - (% style="font-weight: bold; color: #008000;" %)"hotelName"(%%):(% style="color: #BA2121;" %)"string"(%%),281 - (% style="font-weight: bold; color: #008000;" %)"hotelCode"(%%):(% style="color: #BA2121;" %)"string"(%%),282 - (% style="font-weight: bold; color: #008000;" %)"nigths"(%%):(% style="color: #666666;" %)0(%%),283 - (% style="font-weight: bold; color: #008000;" %)"mealPlan"(%%):(% style="color: #BA2121;" %)"string"(%%),284 - (% style="font-weight: bold; color: #008000;" %)"hotelClass"(%%):(% style="color: #BA2121;" %)"string"(%%),285 - (% style="font-weight: bold; color: #008000;" %)"availabilityType"(%%):(% style="color: #BA2121;" %)"OnRequest"(%%),286 - (% style="font-weight: bold; color: #008000;" %)"availableRoomsCount"(%%):(% style="color: #666666;" %)0(%%),287 - (% style="font-weight: bold; color: #008000;" %)"fewRooms"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),288 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryCode"(%%):(% style="color: #BA2121;" %)"string"(%%),289 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryName"(%%):(% style="color: #BA2121;" %)"string"(%%),290 - (% style="font-weight: bold; color: #008000;" %)"placementTypeName"(%%):(% style="color: #BA2121;" %)"string"(%%),291 - (% style="font-weight: bold; color: #008000;" %)"placementDescription"(%%):(% style="color: #BA2121;" %)"string"(%%),292 - (% style="font-weight: bold;color: #008000;" %)"checkInDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),293 - (% style="font-weight: bold;color: #008000;" %)"checkOutDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),294 - (% style="font-weight: bold; color: #008000;" %)"adults"(%%):(% style="color: #666666;" %)0(%%),295 - (% style="font-weight: bold;color: #008000;" %)"children"(%%):(% style="color: #666666;" %)0(%%),296 - (% style="font-weight: bold; color: #008000;" %)"districtUID"(%%):(% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%),297 - (% style="font-weight: bold; color: #008000;" %)"districtName"(%%):(% style="color: #BA2121;" %)"string"(%%),298 - (% style="font-weight: bold;color: #008000;" %)"cityUID"(%%):(% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%),299 - (% style="font-weight: bold;color: #008000;" %)"cityName"(%%):(% style="color: #BA2121;" %)"string"(%%),300 - (% style="font-weight: bold;color: #008000;" %)"countryCode"(%%):(% style="color: #BA2121;" %)"string"(%%),301 - (% style="font-weight: bold;color: #008000;" %)"countryName"(%%):(% style="color: #BA2121;" %)"string"(%%),302 - (% style="font-weight: bold; color: #008000;" %)"hasAlcohol"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),303 - (% style="font-weight: bold; color: #008000;" %)"hasFreeWifi"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),304 - (% style="font-weight: bold; color: #008000;" %)"hasMetro"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),305 - (% style="font-weight: bold; color: #008000;" %)"hasPool"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),306 - (% style="font-weight: bold; color: #008000;" %)"hasMall"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),307 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicyDescription"(%%):(% style="color: #BA2121;" %)"string"(%%),308 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicy"(%%): {309 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicyCode"(%%):(% style="color: #BA2121;" %)"string"(%%),310 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValue"(%%):(% style="color: #666666;" %)0(%%),311 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValueType"(%%):(% style="color: #BA2121;" %)"string"(%%),312 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValue"(%%):(% style="color: #666666;" %)0(%%),313 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValueType"(%%):(% style="color: #BA2121;" %)"string"(%%),314 - (% style="font-weight: bold;color: #008000;" %)"conditions"(%%): [247 + "cacheKey": "string", 248 + "id": "string", 249 + "priceCurrency": "string", 250 + "totalPrice": 0, 251 + "agentCommissionPercent": 0, 252 + "agentCommissionAmount": 0, 253 + "includedExtrasAmount": 0, 254 + "priceDifference": 0, 255 + "hotel": { 256 + "hotelPriceId": "string", 257 + "providerId": 0, 258 + "hotelName": "string", 259 + "hotelCode": "string", 260 + "nigths": 0, 261 + "mealPlan": "string", 262 + "hotelClass": "string", 263 + "availabilityType": "OnRequest", 264 + "availableRoomsCount": 0, 265 + "fewRooms": true, 266 + "roomCategoryCode": "string", 267 + "roomCategoryName": "string", 268 + "placementTypeName": "string", 269 + "placementDescription": "string", 270 + "checkInDate": "2023-12-26T12:55:59.433Z", 271 + "checkOutDate": "2023-12-26T12:55:59.433Z", 272 + "adults": 0, 273 + "children": 0, 274 + "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 275 + "districtName": "string", 276 + "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 277 + "cityName": "string", 278 + "countryCode": "string", 279 + "countryName": "string", 280 + "hasAlcohol": true, 281 + "hasFreeWifi": true, 282 + "hasMetro": true, 283 + "hasPool": true, 284 + "hasMall": true, 285 + "cancellationPolicyDescription": "string", 286 + "cancellationPolicy": { 287 + "cancellationPolicyCode": "string", 288 + "noShowChargeValue": 0, 289 + "noShowChargeValueType": "string", 290 + "earlyDepartureChargeValue": 0, 291 + "earlyDepartureChargeValueType": "string", 292 + "conditions": [ 315 315 { 316 - (% style="font-weight: bold; color: #008000;" %)"timeunits"(%%):(% style="color: #666666;" %)0(%%),317 - (% style="font-weight: bold; color: #008000;" %)"timeunitType"(%%):(% style="color: #BA2121;" %)"string"(%%),318 - (% style="font-weight: bold; color: #008000;" %)"timeOffsetTypeName"(%%):(% style="color: #BA2121;" %)"string"(%%),319 - (% style="font-weight: bold;color: #008000;" %)"chargeValue"(%%):(% style="color: #666666;" %)0(%%),320 - (% style="font-weight: bold;color: #008000;" %)"chargeValueType"(%%):(% style="color: #BA2121;" %)"string"(%%)294 + "timeunits": 0, 295 + "timeunitType": "string", 296 + "timeOffsetTypeName": "string", 297 + "chargeValue": 0, 298 + "chargeValueType": "string" 321 321 } 322 322 ] 323 323 } 324 324 }, 325 - (% style="font-weight: bold; color: #008000;" %)"flight"(%%): {326 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"string"(%%),327 - (% style="font-weight: bold; color: #008000;" %)"departureDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),328 - (% style="font-weight: bold; color: #008000;" %)"returnDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),329 - (% style="font-weight: bold; color: #008000;" %)"departureTicketsLeft"(%%):(% style="color: #666666;" %)0(%%),330 - (% style="font-weight: bold; color: #008000;" %)"returnTicketsLeft"(%%):(% style="color: #666666;" %)0(%%),331 - (% style="font-weight: bold; color: #008000;" %)"departureAvailabilityType"(%%):(% style="color: #BA2121;" %)"OnRequest"(%%),332 - (% style="font-weight: bold; color: #008000;" %)"returnAvailabilityType"(%%):(% style="color: #BA2121;" %)"OnRequest"(%%),333 - (% style="font-weight: bold; color: #008000;" %)"isTwoWay"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),334 - (% style="font-weight: bold; color: #008000;" %)"sameBaggageForAll"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),335 - (% style="font-weight: bold; color: #008000;" %)"totalBaggage"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),336 - (% style="font-weight: bold; color: #008000;" %)"departureSegments"(%%): [303 + "flight": { 304 + "id": "string", 305 + "departureDate": "2023-12-26T12:55:59.433Z", 306 + "returnDate": "2023-12-26T12:55:59.433Z", 307 + "departureTicketsLeft": 0, 308 + "returnTicketsLeft": 0, 309 + "departureAvailabilityType": "OnRequest", 310 + "returnAvailabilityType": "OnRequest", 311 + "isTwoWay": true, 312 + "sameBaggageForAll": true, 313 + "totalBaggage": true, 314 + "departureSegments": [ 337 337 { 338 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"string"(%%),339 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"string"(%%),340 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"string"(%%),341 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"string"(%%),342 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)0(%%),343 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)0(%%),344 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),345 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"string"(%%),346 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"string"(%%),347 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"string"(%%),348 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"string"(%%),349 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"string"(%%),350 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),351 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"string"(%%),352 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"string"(%%),353 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"string"(%%),354 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"string"(%%),355 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"string"(%%),356 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"string"(%%)316 + "airlineCode": "string", 317 + "airlineName": "string", 318 + "flightCode": "string", 319 + "class": "string", 320 + "lugageWeight": 0, 321 + "handLugageWeight": 0, 322 + "departureFlightDate": "2023-12-26T12:55:59.433Z", 323 + "departureCountryName": "string", 324 + "departureCityName": "string", 325 + "departureAirportCode": "string", 326 + "departureAirportName": "string", 327 + "departureTerminalCode": "string", 328 + "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 329 + "arrivalCountryName": "string", 330 + "arrivalCityName": "string", 331 + "arrivalAirportCode": "string", 332 + "arrivalAirportName": "string", 333 + "arrivalTerminalCode": "string", 334 + "flightDuration": "string" 357 357 } 358 358 ], 359 - (% style="font-weight: bold; color: #008000;" %)"returnSegments"(%%): [337 + "returnSegments": [ 360 360 { 361 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"string"(%%),362 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"string"(%%),363 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"string"(%%),364 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"string"(%%),365 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)0(%%),366 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)0(%%),367 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),368 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"string"(%%),369 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"string"(%%),370 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"string"(%%),371 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"string"(%%),372 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"string"(%%),373 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),374 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"string"(%%),375 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"string"(%%),376 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"string"(%%),377 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"string"(%%),378 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"string"(%%),379 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"string"(%%)339 + "airlineCode": "string", 340 + "airlineName": "string", 341 + "flightCode": "string", 342 + "class": "string", 343 + "lugageWeight": 0, 344 + "handLugageWeight": 0, 345 + "departureFlightDate": "2023-12-26T12:55:59.433Z", 346 + "departureCountryName": "string", 347 + "departureCityName": "string", 348 + "departureAirportCode": "string", 349 + "departureAirportName": "string", 350 + "departureTerminalCode": "string", 351 + "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 352 + "arrivalCountryName": "string", 353 + "arrivalCityName": "string", 354 + "arrivalAirportCode": "string", 355 + "arrivalAirportName": "string", 356 + "arrivalTerminalCode": "string", 357 + "flightDuration": "string" 380 380 } 381 381 ], 382 - (% style="font-weight: bold; color: #008000;" %)"passengers"(%%): [360 + "passengers": [ 383 383 { 384 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"string"(%%),385 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),386 - (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%):(% style="color: #BA2121;" %)"string"(%%),387 - (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%):(% style="color: #BA2121;" %)"string"(%%),388 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [362 + "id": "string", 363 + "isAdult": true, 364 + "selectedForwardBaggageCode": "string", 365 + "selectedBackwardBaggageCode": "string", 366 + "forwardBaggages": [ 389 389 { 390 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"string"(%%),391 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"string"(%%),392 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0(%%),393 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"string"(%%),394 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)368 + "baggageCode": "string", 369 + "description": "string", 370 + "price": 0, 371 + "currency": "string", 372 + "included": true 395 395 } 396 396 ], 397 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): [375 + "backwardBaggages": [ 398 398 { 399 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"string"(%%),400 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"string"(%%),401 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0(%%),402 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"string"(%%),403 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)377 + "baggageCode": "string", 378 + "description": "string", 379 + "price": 0, 380 + "currency": "string", 381 + "included": true 404 404 } 405 405 ] 406 406 } 407 407 ] 408 408 }, 409 - (% style="font-weight: bold; color: #008000;" %)"extraServices"(%%): [387 + "extraServices": [ 410 410 { 411 - (% style="font-weight: bold; color: #008000;" %)"extraServiceCode"(%%):(% style="color: #BA2121;" %)"string"(%%),412 - (% style="font-weight: bold; color: #008000;" %)"extraServiceTypeCode"(%%):(% style="color: #BA2121;" %)"string"(%%),413 - (% style="font-weight: bold; color: #008000;" %)"isMandatory"(%%):(% style="color: #666666;" %)0(%%),414 - (% style="font-weight: bold; color: #008000;" %)"extraServiceName"(%%):(% style="color: #BA2121;" %)"string"(%%),415 - (% style="font-weight: bold; color: #008000;" %)"minimalServiceAmount"(%%):(% style="color: #666666;" %)0(%%),416 - (% style="font-weight: bold; color: #008000;" %)"includedPriceCode"(%%):(% style="color: #BA2121;" %)"string"(%%),417 - (% style="font-weight: bold; color: #008000;" %)"prices"(%%): [389 + "extraServiceCode": "string", 390 + "extraServiceTypeCode": "string", 391 + "isMandatory": 0, 392 + "extraServiceName": "string", 393 + "minimalServiceAmount": 0, 394 + "includedPriceCode": "string", 395 + "prices": [ 418 418 { 419 - (% style="font-weight: bold; color: #008000;" %)"extraServicePriceCode"(%%):(% style="color: #BA2121;" %)"string"(%%),420 - (% style="font-weight: bold; color: #008000;" %)"displayName"(%%):(% style="color: #BA2121;" %)"string"(%%),421 - (% style="font-weight: bold; color: #008000;" %)"restrictionInfo"(%%):(% style="color: #BA2121;" %)"string"(%%),422 - (% style="font-weight: bold; color: #008000;" %)"additionalInfo"(%%):(% style="color: #BA2121;" %)"string"(%%),423 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0(%%),424 - (% style="font-weight: bold; color: #008000;" %)"extraPrice"(%%):(% style="color: #666666;" %)0(%%),425 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"string"(%%)397 + "extraServicePriceCode": "string", 398 + "displayName": "string", 399 + "restrictionInfo": "string", 400 + "additionalInfo": "string", 401 + "price": 0, 402 + "extraPrice": 0, 403 + "currency": "string" 426 426 } 427 427 ] 428 428 } 429 429 ], 430 - (% style="font-weight: bold; color: #008000;" %)"insurancePrice"(%%): {431 - (% style="font-weight: bold; color: #008000;" %)"name"(%%):(% style="color: #BA2121;" %)"string"(%%),432 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0(%%),433 - (% style="font-weight: bold; color: #008000;" %)"priceSurcarge"(%%):(% style="color: #666666;" %)0(%%),434 - (% style="font-weight: bold; color: #008000;" %)"actualStartDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),435 - (% style="font-weight: bold; color: #008000;" %)"actualEndDate"(%%):(% style="color: #BA2121;" %)"2023-12-26T12:55:59.433Z"(%%),436 - (% style="font-weight: bold; color: #008000;" %)"optional"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),437 - (% style="font-weight: bold; color: #008000;" %)"includedInPackagePrice"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)408 + "insurancePrice": { 409 + "name": "string", 410 + "price": 0, 411 + "priceSurcarge": 0, 412 + "actualStartDate": "2023-12-26T12:55:59.433Z", 413 + "actualEndDate": "2023-12-26T12:55:59.433Z", 414 + "optional": true, 415 + "includedInPackagePrice": true 438 438 } 439 439 } 440 440 ], 441 - (% style="font-weight: bold; color: #008000;" %)"refreshPriceResult"(%%):(% style="color: #BA2121;" %)"Success"(%%)419 + "refreshPriceResult": "Success" 442 442 } 443 -))) 444 -))) 421 +{{/code}} 445 445 446 446 447 447 === Response example === 448 448 449 -(% class="box" %) 450 -((( 451 -(% class="code" %) 452 -((( 426 +{{code language="Json"}} 453 453 { 454 - (% style="font-weight: bold; color: #008000;" %)"package"(%%): {455 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:53552191-59ea-469d-ae9d-5b848da8839d"(%%),456 - (% style="font-weight: bold; color: #008000;" %)"priceCurrency"(%%):(% style="color: #BA2121;" %)"USD"(%%),457 - (% style="font-weight: bold; color: #008000;" %)"totalPrice"(%%):(% style="color: #666666;" %)781.60(%%),458 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionPercent"(%%):(% style="color: #666666;" %)0.00(%%),459 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionAmount"(%%):(% style="color: #666666;" %)0.00(%%),460 - (% style="font-weight: bold; color: #008000;" %)"includedExtrasAmount"(%%):(% style="color: #666666;" %)0(%%),461 - (% style="font-weight: bold; color: #008000;" %)"priceDifference"(%%):(% style="color: #666666;" %)0(%%),462 - (% style="font-weight: bold; color: #008000;" %)"hotel"(%%): {463 - (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%):(% style="color: #BA2121;" %)"fa7a89d5-1c20-4004-b3d2-f8d08163827f"(%%),464 - (% style="font-weight: bold; color: #008000;" %)"hotelName"(%%):(% style="color: #BA2121;" %)"Ibis Al Rigga"(%%),465 - (% style="font-weight: bold; color: #008000;" %)"hotelCode"(%%):(% style="color: #BA2121;" %)"IBH-6685"(%%),466 - (% style="font-weight: bold; color: #008000;" %)"nigths"(%%):(% style="color: #666666;" %)4(%%),467 - (% style="font-weight: bold; color: #008000;" %)"mealPlan"(%%):(% style="color: #BA2121;" %)"RO"(%%),468 - (% style="font-weight: bold; color: #008000;" %)"hotelClass"(%%):(% style="color: #BA2121;" %)"3"(%%),469 - (% style="font-weight: bold; color: #008000;" %)"hotelColor"(%%):(% style="color:#BA2121;" %)"#2E8B57"(%%),470 - (% style="font-weight: bold; color: #008000;" %)"availabilityType"(%%):(% style="color: #BA2121;" %)"FreeSale"(%%),471 - (% style="font-weight: bold; color: #008000;" %)"availableRoomsCount"(%%):(% style="color: #666666;" %)0(%%),472 - (% style="font-weight: bold; color: #008000;" %)"fewRooms"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),473 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryCode"(%%):(% style="color: #BA2121;" %)"DBC"(%%),474 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryName"(%%):(% style="color: #BA2121;" %)"Standard room with 1 double bed"(%%),475 - (% style="font-weight: bold; color: #008000;" %)"placementTypeName"(%%):(% style="color: #BA2121;" %)"DBL"(%%),476 - (% style="font-weight: bold; color: #008000;" %)"placementDescription"(%%):(% style="color: #BA2121;" %)"STAY LOND AND SAVE B2B - 4S ALO Equipped with ibis bedding, take comfort in our ibis room measuring 19 m² offering the ultimate comfort: large double bed, 42\" LED TV with all the best channels, and a bathroom with shower "(%%),477 - (% style="font-weight: bold;color: #008000;" %)"checkInDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),478 - (% style="font-weight: bold;color: #008000;" %)"checkOutDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),479 - (% style="font-weight: bold; color: #008000;" %)"adults"(%%):(% style="color: #666666;" %)2(%%),480 - (% style="font-weight: bold;color: #008000;" %)"children"(%%):(% style="color: #666666;" %)0(%%),481 - (% style="font-weight: bold; color: #008000;" %)"districtUID"(%%):(% style="color: #BA2121;" %)"aaff2238-fa72-4900-83f8-a16990415547"(%%),482 - (% style="font-weight: bold; color: #008000;" %)"districtName"(%%):(% style="color: #BA2121;" %)"Deira"(%%),483 - (% style="font-weight: bold;color: #008000;" %)"cityUID"(%%):(% style="color: #BA2121;" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%),484 - (% style="font-weight: bold;color: #008000;" %)"cityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),485 - (% style="font-weight: bold;color: #008000;" %)"countryCode"(%%):(% style="color: #BA2121;" %)"AE"(%%),486 - (% style="font-weight: bold;color: #008000;" %)"countryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),487 - (% style="font-weight: bold; color: #008000;" %)"hasAlcohol"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),488 - (% style="font-weight: bold; color: #008000;" %)"hasFreeWifi"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),489 - (% style="font-weight: bold; color: #008000;" %)"hasMetro"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),490 - (% style="font-weight: bold; color: #008000;" %)"hasPool"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),491 - (% style="font-weight: bold; color: #008000;" %)"hasMall"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),492 - (% style="font-weight: bold; color: #008000;" %)"infantMaxAge"(%%):(% style="color: #666666;" %)2.99(%%),493 - (% style="font-weight: bold;color: #008000;" %)"childMinAge"(%%):(% style="color: #666666;" %)3.00(%%),494 - (% style="font-weight: bold;color: #008000;" %)"childMaxAge"(%%):(% style="color: #666666;" %)11.99(%%),495 - (% style="font-weight: bold; color: #008000;" %)"teenMinAge"(%%):(% style="color: #666666;" %)0.0(%%),496 - (% style="font-weight: bold; color: #008000;" %)"teenMaxAge"(%%):(% style="color: #666666;" %)0.0(%%),497 - (% style="font-weight: bold; color: #008000;" %)"adultMinAge"(%%):(% style="color: #666666;" %)12.00(%%),498 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicyDescription"(%%):(% style="color: #BA2121;" %)"Cancellation Policy: Non refundable"(%%),499 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicy"(%%): {500 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValue"(%%):(% style="color: #666666;" %)100(%%),501 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%),502 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValue"(%%):(% style="color: #666666;" %)100(%%),503 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%),504 - (% style="font-weight: bold;color: #008000;" %)"conditions"(%%): [428 + "package": { 429 + "id": "tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:53552191-59ea-469d-ae9d-5b848da8839d", 430 + "priceCurrency": "USD", 431 + "totalPrice": 781.60, 432 + "agentCommissionPercent": 0.00, 433 + "agentCommissionAmount": 0.00, 434 + "includedExtrasAmount": 0, 435 + "priceDifference": 0, 436 + "hotel": { 437 + "hotelPriceId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 438 + "hotelName": "Ibis Al Rigga", 439 + "hotelCode": "IBH-6685", 440 + "nigths": 4, 441 + "mealPlan": "RO", 442 + "hotelClass": "3", 443 + "hotelColor": "#2E8B57", 444 + "availabilityType": "FreeSale", 445 + "availableRoomsCount": 0, 446 + "fewRooms": true, 447 + "roomCategoryCode": "DBC", 448 + "roomCategoryName": "Standard room with 1 double bed", 449 + "placementTypeName": "DBL", 450 + "placementDescription": "STAY LOND AND SAVE B2B - 4S ALO Equipped with ibis bedding, take comfort in our ibis room measuring 19 m² offering the ultimate comfort: large double bed, 42\" LED TV with all the best channels, and a bathroom with shower ", 451 + "checkInDate": "2024-05-17T00:00:00.000", 452 + "checkOutDate": "2024-05-21T00:00:00.000", 453 + "adults": 2, 454 + "children": 0, 455 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 456 + "districtName": "Deira", 457 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 458 + "cityName": "Dubai", 459 + "countryCode": "AE", 460 + "countryName": "United Arab Emirates", 461 + "hasAlcohol": true, 462 + "hasFreeWifi": true, 463 + "hasMetro": true, 464 + "hasPool": false, 465 + "hasMall": true, 466 + "infantMaxAge": 2.99, 467 + "childMinAge": 3.00, 468 + "childMaxAge": 11.99, 469 + "teenMinAge": 0.0, 470 + "teenMaxAge": 0.0, 471 + "adultMinAge": 12.00, 472 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 473 + "cancellationPolicy": { 474 + "noShowChargeValue": 100, 475 + "noShowChargeValueType": "%", 476 + "earlyDepartureChargeValue": 100, 477 + "earlyDepartureChargeValueType": "%", 478 + "conditions": [ 505 505 { 506 - (% style="font-weight: bold; color: #008000;" %)"timeunits"(%%):(% style="color: #666666;" %)365(%%),507 - (% style="font-weight: bold; color: #008000;" %)"timeunitType"(%%):(% style="color: #BA2121;" %)"Day"(%%),508 - (% style="font-weight: bold; color: #008000;" %)"timeOffsetTypeName"(%%):(% style="color: #BA2121;" %)"Before Arrival"(%%),509 - (% style="font-weight: bold;color: #008000;" %)"chargeValue"(%%):(% style="color: #666666;" %)100(%%),510 - (% style="font-weight: bold;color: #008000;" %)"chargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%)480 + "timeunits": 365, 481 + "timeunitType": "Day", 482 + "timeOffsetTypeName": "Before Arrival", 483 + "chargeValue": 100, 484 + "chargeValueType": "%" 511 511 } 512 512 ] 513 513 } 514 514 }, 515 - (% style="font-weight: bold; color: #008000;" %)"flight"(%%): {516 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"53552191-59ea-469d-ae9d-5b848da8839d"(%%),517 - (% style="font-weight: bold; color: #008000;" %)"departureDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),518 - (% style="font-weight: bold; color: #008000;" %)"returnDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),519 - (% style="font-weight: bold; color: #008000;" %)"departureTicketsLeft"(%%):(% style="color: #666666;" %)45(%%),520 - (% style="font-weight: bold; color: #008000;" %)"returnTicketsLeft"(%%):(% style="color: #666666;" %)44(%%),521 - (% style="font-weight: bold; color: #008000;" %)"departureAvailabilityType"(%%):(% style="color: #BA2121;" %)"FreeSale"(%%),522 - (% style="font-weight: bold; color: #008000;" %)"returnAvailabilityType"(%%):(% style="color: #BA2121;" %)"FreeSale"(%%),523 - (% style="font-weight: bold; color: #008000;" %)"isTwoWay"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),524 - (% style="font-weight: bold; color: #008000;" %)"sameBaggageForAll"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),525 - (% style="font-weight: bold; color: #008000;" %)"totalBaggage"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),526 - (% style="font-weight: bold; color: #008000;" %)"isBlock"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),527 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),528 - (% style="font-weight: bold; color: #008000;" %)"departureSegments"(%%): [489 + "flight": { 490 + "id": "53552191-59ea-469d-ae9d-5b848da8839d", 491 + "departureDate": "2024-05-17T00:00:00.000", 492 + "returnDate": "2024-05-21T00:00:00.000", 493 + "departureTicketsLeft": 45, 494 + "returnTicketsLeft": 44, 495 + "departureAvailabilityType": "FreeSale", 496 + "returnAvailabilityType": "FreeSale", 497 + "isTwoWay": true, 498 + "sameBaggageForAll": false, 499 + "totalBaggage": false, 500 + "isBlock": true, 501 + "class": "Economy", 502 + "departureSegments": [ 529 529 { 530 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"FZ"(%%),531 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"Fly Dubai"(%%),532 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"FZ1722"(%%),533 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),534 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)20(%%),535 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)6(%%),536 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T03:35:00.000"(%%),537 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"Kazakhstan"(%%),538 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"Almaty"(%%),539 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),540 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),541 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),542 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T07:10:00.000"(%%),543 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),544 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),545 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"DXB"(%%),546 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),547 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"DXB3"(%%),548 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"5h 35m"(%%)504 + "airlineCode": "FZ", 505 + "airlineName": "Fly Dubai", 506 + "flightCode": "FZ1722", 507 + "class": "Economy", 508 + "lugageWeight": 20, 509 + "handLugageWeight": 6, 510 + "departureFlightDate": "2024-05-17T03:35:00.000", 511 + "departureCountryName": "Kazakhstan", 512 + "departureCityName": "Almaty", 513 + "departureAirportCode": "ALA", 514 + "departureAirportName": "Almaty Intl Airport", 515 + "departureTerminalCode": "ALA", 516 + "arrivalFlightDate": "2024-05-17T07:10:00.000", 517 + "arrivalCountryName": "United Arab Emirates", 518 + "arrivalCityName": "Dubai", 519 + "arrivalAirportCode": "DXB", 520 + "arrivalAirportName": "Dubai Intl Airport", 521 + "arrivalTerminalCode": "DXB3", 522 + "flightDuration": "5h 35m" 549 549 } 550 550 ], 551 - (% style="font-weight: bold; color: #008000;" %)"returnSegments"(%%): [525 + "returnSegments": [ 552 552 { 553 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"FZ"(%%),554 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"Fly Dubai"(%%),555 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"FZ1721"(%%),556 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),557 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)20(%%),558 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)6(%%),559 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T21:25:00.000"(%%),560 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),561 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),562 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"DXB"(%%),563 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),564 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"DXB3"(%%),565 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-22T02:35:00.000"(%%),566 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"Kazakhstan"(%%),567 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"Almaty"(%%),568 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),569 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),570 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),571 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"3h 10m"(%%)527 + "airlineCode": "FZ", 528 + "airlineName": "Fly Dubai", 529 + "flightCode": "FZ1721", 530 + "class": "Economy", 531 + "lugageWeight": 20, 532 + "handLugageWeight": 6, 533 + "departureFlightDate": "2024-05-21T21:25:00.000", 534 + "departureCountryName": "United Arab Emirates", 535 + "departureCityName": "Dubai", 536 + "departureAirportCode": "DXB", 537 + "departureAirportName": "Dubai Intl Airport", 538 + "departureTerminalCode": "DXB3", 539 + "arrivalFlightDate": "2024-05-22T02:35:00.000", 540 + "arrivalCountryName": "Kazakhstan", 541 + "arrivalCityName": "Almaty", 542 + "arrivalAirportCode": "ALA", 543 + "arrivalAirportName": "Almaty Intl Airport", 544 + "arrivalTerminalCode": "ALA", 545 + "flightDuration": "3h 10m" 572 572 } 573 573 ], 574 - (% style="font-weight: bold; color: #008000;" %)"passengers"(%%): [548 + "passengers": [ 575 575 { 576 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"53552191-59ea-469d-ae9d-5b848da8839d-A1"(%%),577 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),578 - (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),579 - (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),580 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [550 + "id": "53552191-59ea-469d-ae9d-5b848da8839d-A1", 551 + "isAdult": true, 552 + "selectedForwardBaggageCode": "INCLUDED", 553 + "selectedBackwardBaggageCode": "INCLUDED", 554 + "forwardBaggages": [ 581 581 { 582 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),583 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"20 Kg Included"(%%),584 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0.0(%%),585 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"USD"(%%),586 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)556 + "baggageCode": "INCLUDED", 557 + "description": "20 Kg Included", 558 + "price": 0.0, 559 + "currency": "USD", 560 + "included": true 587 587 } 588 588 ], 589 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): [563 + "backwardBaggages": [ 590 590 { 591 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),592 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"20 Kg Included"(%%),593 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0.0(%%),594 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"USD"(%%),595 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)565 + "baggageCode": "INCLUDED", 566 + "description": "20 Kg Included", 567 + "price": 0.0, 568 + "currency": "USD", 569 + "included": true 596 596 } 597 597 ] 598 598 }, 599 599 { 600 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"53552191-59ea-469d-ae9d-5b848da8839d-A2"(%%),601 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),602 - (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),603 - (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),604 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [574 + "id": "53552191-59ea-469d-ae9d-5b848da8839d-A2", 575 + "isAdult": true, 576 + "selectedForwardBaggageCode": "INCLUDED", 577 + "selectedBackwardBaggageCode": "INCLUDED", 578 + "forwardBaggages": [ 605 605 { 606 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),607 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"20 Kg Included"(%%),608 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0.0(%%),609 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"USD"(%%),610 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)580 + "baggageCode": "INCLUDED", 581 + "description": "20 Kg Included", 582 + "price": 0.0, 583 + "currency": "USD", 584 + "included": true 611 611 } 612 612 ], 613 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): [587 + "backwardBaggages": [ 614 614 { 615 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),616 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"20 Kg Included"(%%),617 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0.0(%%),618 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"USD"(%%),619 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)589 + "baggageCode": "INCLUDED", 590 + "description": "20 Kg Included", 591 + "price": 0.0, 592 + "currency": "USD", 593 + "included": true 620 620 } 621 621 ] 622 622 } 623 623 ] 624 624 }, 625 - (% style="font-weight: bold; color: #008000;" %)"extraServices"(%%): [],626 - (% style="font-weight: bold; color: #008000;" %)"insurancePrice"(%%): {627 - (% style="font-weight: bold; color: #008000;" %)"name"(%%):(% style="color: #BA2121;" %)"Medical INS (N10000)"(%%),628 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)22.40(%%),629 - (% style="font-weight: bold; color: #008000;" %)"actualStartDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),630 - (% style="font-weight: bold; color: #008000;" %)"actualEndDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),631 - (% style="font-weight: bold; color: #008000;" %)"optional"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),632 - (% style="font-weight: bold; color: #008000;" %)"includedInPackagePrice"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)599 + "extraServices": [], 600 + "insurancePrice": { 601 + "name": "Medical INS (N10000)", 602 + "price": 22.40, 603 + "actualStartDate": "2024-05-17T00:00:00.000", 604 + "actualEndDate": "2024-05-21T00:00:00.000", 605 + "optional": false, 606 + "includedInPackagePrice": true 633 633 }, 634 - (% style="font-weight: bold; color: #008000;" %)"sortCheckInOut"(%%):(% style="color: #BA2121;" %)"17.05.2024-21.05.2024"(%%),635 - (% style="font-weight: bold; color: #008000;" %)"sortAirline"(%%):(% style="color: #BA2121;" %)"fly dubai"(%%),636 - (% style="font-weight: bold; color: #008000;" %)"sortHotelName"(%%):(% style="color: #BA2121;" %)"ibis al rigga"(%%),637 - (% style="font-weight: bold; color: #008000;" %)"sortDetails"(%%):(% style="color: #BA2121;" %)"ro"(%%),638 - (% style="font-weight: bold; color: #008000;" %)"sortPlacement"(%%):(% style="color: #BA2121;" %)"standard room with 1 double bed dbl"(%%)608 + "sortCheckInOut": "17.05.2024-21.05.2024", 609 + "sortAirline": "fly dubai", 610 + "sortHotelName": "ibis al rigga", 611 + "sortDetails": "ro", 612 + "sortPlacement": "standard room with 1 double bed dbl" 639 639 }, 640 - (% style="font-weight: bold; color: #008000;" %)"altPackages"(%%): [614 + "altPackages": [ 641 641 { 642 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:53552191-59ea-469d-ae9d-5b848da8839d"(%%),643 - (% style="font-weight: bold; color: #008000;" %)"priceCurrency"(%%):(% style="color: #BA2121;" %)"USD"(%%),644 - (% style="font-weight: bold; color: #008000;" %)"totalPrice"(%%):(% style="color: #666666;" %)781.60(%%),645 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionPercent"(%%):(% style="color: #666666;" %)0.00(%%),646 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionAmount"(%%):(% style="color: #666666;" %)0.00(%%),647 - (% style="font-weight: bold; color: #008000;" %)"includedExtrasAmount"(%%):(% style="color: #666666;" %)0(%%),648 - (% style="font-weight: bold; color: #008000;" %)"priceDifference"(%%):(% style="color: #666666;" %)0.00(%%),649 - (% style="font-weight: bold; color: #008000;" %)"hotel"(%%): {650 - (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%):(% style="color: #BA2121;" %)"fa7a89d5-1c20-4004-b3d2-f8d08163827f"(%%),651 - (% style="font-weight: bold; color: #008000;" %)"hotelName"(%%):(% style="color: #BA2121;" %)"Ibis Al Rigga"(%%),652 - (% style="font-weight: bold; color: #008000;" %)"hotelCode"(%%):(% style="color: #BA2121;" %)"IBH-6685"(%%),653 - (% style="font-weight: bold; color: #008000;" %)"nigths"(%%):(% style="color: #666666;" %)4(%%),654 - (% style="font-weight: bold; color: #008000;" %)"mealPlan"(%%):(% style="color: #BA2121;" %)"RO"(%%),655 - (% style="font-weight: bold; color: #008000;" %)"hotelClass"(%%):(% style="color: #BA2121;" %)"3"(%%),656 - (% style="font-weight: bold; color: #008000;" %)"hotelColor"(%%):(% style="color:#BA2121;" %)"#2E8B57"(%%),657 - (% style="font-weight: bold; color: #008000;" %)"availabilityType"(%%):(% style="color: #BA2121;" %)"FreeSale"(%%),658 - (% style="font-weight: bold; color: #008000;" %)"availableRoomsCount"(%%):(% style="color: #666666;" %)0(%%),659 - (% style="font-weight: bold; color: #008000;" %)"fewRooms"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),660 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryCode"(%%):(% style="color: #BA2121;" %)"DBC"(%%),661 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryName"(%%):(% style="color: #BA2121;" %)"Standard room with 1 double bed"(%%),662 - (% style="font-weight: bold; color: #008000;" %)"placementTypeName"(%%):(% style="color: #BA2121;" %)"DBL"(%%),663 - (% style="font-weight: bold; color: #008000;" %)"placementDescription"(%%):(% style="color: #BA2121;" %)"STAY LOND AND SAVE B2B - 4S ALO Equipped with ibis bedding, take comfort in our ibis room measuring 19 m² offering the ultimate comfort: large double bed, 42\" LED TV with all the best channels, and a bathroom with shower "(%%),664 - (% style="font-weight: bold;color: #008000;" %)"checkInDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),665 - (% style="font-weight: bold;color: #008000;" %)"checkOutDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),666 - (% style="font-weight: bold; color: #008000;" %)"adults"(%%):(% style="color: #666666;" %)2(%%),667 - (% style="font-weight: bold;color: #008000;" %)"children"(%%):(% style="color: #666666;" %)0(%%),668 - (% style="font-weight: bold; color: #008000;" %)"districtUID"(%%):(% style="color: #BA2121;" %)"aaff2238-fa72-4900-83f8-a16990415547"(%%),669 - (% style="font-weight: bold; color: #008000;" %)"districtName"(%%):(% style="color: #BA2121;" %)"Deira"(%%),670 - (% style="font-weight: bold;color: #008000;" %)"cityUID"(%%):(% style="color: #BA2121;" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%),671 - (% style="font-weight: bold;color: #008000;" %)"cityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),672 - (% style="font-weight: bold;color: #008000;" %)"countryCode"(%%):(% style="color: #BA2121;" %)"AE"(%%),673 - (% style="font-weight: bold;color: #008000;" %)"countryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),674 - (% style="font-weight: bold; color: #008000;" %)"hasAlcohol"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),675 - (% style="font-weight: bold; color: #008000;" %)"hasFreeWifi"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),676 - (% style="font-weight: bold; color: #008000;" %)"hasMetro"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),677 - (% style="font-weight: bold; color: #008000;" %)"hasPool"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),678 - (% style="font-weight: bold; color: #008000;" %)"hasMall"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),679 - (% style="font-weight: bold; color: #008000;" %)"infantMaxAge"(%%):(% style="color: #666666;" %)2.99(%%),680 - (% style="font-weight: bold;color: #008000;" %)"childMinAge"(%%):(% style="color: #666666;" %)3.00(%%),681 - (% style="font-weight: bold;color: #008000;" %)"childMaxAge"(%%):(% style="color: #666666;" %)11.99(%%),682 - (% style="font-weight: bold; color: #008000;" %)"teenMinAge"(%%):(% style="color: #666666;" %)0.0(%%),683 - (% style="font-weight: bold; color: #008000;" %)"teenMaxAge"(%%):(% style="color: #666666;" %)0.0(%%),684 - (% style="font-weight: bold; color: #008000;" %)"adultMinAge"(%%):(% style="color: #666666;" %)12.00(%%),685 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicyDescription"(%%):(% style="color: #BA2121;" %)"Cancellation Policy: Non refundable"(%%),686 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicy"(%%): {687 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValue"(%%):(% style="color: #666666;" %)100(%%),688 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%),689 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValue"(%%):(% style="color: #666666;" %)100(%%),690 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%),691 - (% style="font-weight: bold;color: #008000;" %)"conditions"(%%): [616 + "id": "tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:53552191-59ea-469d-ae9d-5b848da8839d", 617 + "priceCurrency": "USD", 618 + "totalPrice": 781.60, 619 + "agentCommissionPercent": 0.00, 620 + "agentCommissionAmount": 0.00, 621 + "includedExtrasAmount": 0, 622 + "priceDifference": 0.00, 623 + "hotel": { 624 + "hotelPriceId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 625 + "hotelName": "Ibis Al Rigga", 626 + "hotelCode": "IBH-6685", 627 + "nigths": 4, 628 + "mealPlan": "RO", 629 + "hotelClass": "3", 630 + "hotelColor": "#2E8B57", 631 + "availabilityType": "FreeSale", 632 + "availableRoomsCount": 0, 633 + "fewRooms": true, 634 + "roomCategoryCode": "DBC", 635 + "roomCategoryName": "Standard room with 1 double bed", 636 + "placementTypeName": "DBL", 637 + "placementDescription": "STAY LOND AND SAVE B2B - 4S ALO Equipped with ibis bedding, take comfort in our ibis room measuring 19 m² offering the ultimate comfort: large double bed, 42\" LED TV with all the best channels, and a bathroom with shower ", 638 + "checkInDate": "2024-05-17T00:00:00.000", 639 + "checkOutDate": "2024-05-21T00:00:00.000", 640 + "adults": 2, 641 + "children": 0, 642 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 643 + "districtName": "Deira", 644 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 645 + "cityName": "Dubai", 646 + "countryCode": "AE", 647 + "countryName": "United Arab Emirates", 648 + "hasAlcohol": true, 649 + "hasFreeWifi": true, 650 + "hasMetro": true, 651 + "hasPool": false, 652 + "hasMall": true, 653 + "infantMaxAge": 2.99, 654 + "childMinAge": 3.00, 655 + "childMaxAge": 11.99, 656 + "teenMinAge": 0.0, 657 + "teenMaxAge": 0.0, 658 + "adultMinAge": 12.00, 659 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 660 + "cancellationPolicy": { 661 + "noShowChargeValue": 100, 662 + "noShowChargeValueType": "%", 663 + "earlyDepartureChargeValue": 100, 664 + "earlyDepartureChargeValueType": "%", 665 + "conditions": [ 692 692 { 693 - (% style="font-weight: bold; color: #008000;" %)"timeunits"(%%):(% style="color: #666666;" %)365(%%),694 - (% style="font-weight: bold; color: #008000;" %)"timeunitType"(%%):(% style="color: #BA2121;" %)"Day"(%%),695 - (% style="font-weight: bold; color: #008000;" %)"timeOffsetTypeName"(%%):(% style="color: #BA2121;" %)"Before Arrival"(%%),696 - (% style="font-weight: bold;color: #008000;" %)"chargeValue"(%%):(% style="color: #666666;" %)100(%%),697 - (% style="font-weight: bold;color: #008000;" %)"chargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%)667 + "timeunits": 365, 668 + "timeunitType": "Day", 669 + "timeOffsetTypeName": "Before Arrival", 670 + "chargeValue": 100, 671 + "chargeValueType": "%" 698 698 } 699 699 ] 700 700 } 701 701 }, 702 - (% style="font-weight: bold; color: #008000;" %)"flight"(%%): {703 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"53552191-59ea-469d-ae9d-5b848da8839d"(%%),704 - (% style="font-weight: bold; color: #008000;" %)"departureDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),705 - (% style="font-weight: bold; color: #008000;" %)"returnDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),706 - (% style="font-weight: bold; color: #008000;" %)"departureTicketsLeft"(%%):(% style="color: #666666;" %)45(%%),707 - (% style="font-weight: bold; color: #008000;" %)"returnTicketsLeft"(%%):(% style="color: #666666;" %)44(%%),708 - (% style="font-weight: bold; color: #008000;" %)"departureAvailabilityType"(%%):(% style="color: #BA2121;" %)"FreeSale"(%%),709 - (% style="font-weight: bold; color: #008000;" %)"returnAvailabilityType"(%%):(% style="color: #BA2121;" %)"FreeSale"(%%),710 - (% style="font-weight: bold; color: #008000;" %)"isTwoWay"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),711 - (% style="font-weight: bold; color: #008000;" %)"sameBaggageForAll"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),712 - (% style="font-weight: bold; color: #008000;" %)"totalBaggage"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),713 - (% style="font-weight: bold; color: #008000;" %)"isBlock"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),714 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),715 - (% style="font-weight: bold; color: #008000;" %)"departureSegments"(%%): [676 + "flight": { 677 + "id": "53552191-59ea-469d-ae9d-5b848da8839d", 678 + "departureDate": "2024-05-17T00:00:00.000", 679 + "returnDate": "2024-05-21T00:00:00.000", 680 + "departureTicketsLeft": 45, 681 + "returnTicketsLeft": 44, 682 + "departureAvailabilityType": "FreeSale", 683 + "returnAvailabilityType": "FreeSale", 684 + "isTwoWay": true, 685 + "sameBaggageForAll": false, 686 + "totalBaggage": false, 687 + "isBlock": true, 688 + "class": "Economy", 689 + "departureSegments": [ 716 716 { 717 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"FZ"(%%),718 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"Fly Dubai"(%%),719 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"FZ1722"(%%),720 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),721 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)20(%%),722 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)6(%%),723 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T03:35:00.000"(%%),724 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"Kazakhstan"(%%),725 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"Almaty"(%%),726 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),727 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),728 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),729 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T07:10:00.000"(%%),730 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),731 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),732 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"DXB"(%%),733 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),734 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"DXB3"(%%),735 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"5h 35m"(%%)691 + "airlineCode": "FZ", 692 + "airlineName": "Fly Dubai", 693 + "flightCode": "FZ1722", 694 + "class": "Economy", 695 + "lugageWeight": 20, 696 + "handLugageWeight": 6, 697 + "departureFlightDate": "2024-05-17T03:35:00.000", 698 + "departureCountryName": "Kazakhstan", 699 + "departureCityName": "Almaty", 700 + "departureAirportCode": "ALA", 701 + "departureAirportName": "Almaty Intl Airport", 702 + "departureTerminalCode": "ALA", 703 + "arrivalFlightDate": "2024-05-17T07:10:00.000", 704 + "arrivalCountryName": "United Arab Emirates", 705 + "arrivalCityName": "Dubai", 706 + "arrivalAirportCode": "DXB", 707 + "arrivalAirportName": "Dubai Intl Airport", 708 + "arrivalTerminalCode": "DXB3", 709 + "flightDuration": "5h 35m" 736 736 } 737 737 ], 738 - (% style="font-weight: bold; color: #008000;" %)"returnSegments"(%%): [712 + "returnSegments": [ 739 739 { 740 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"FZ"(%%),741 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"Fly Dubai"(%%),742 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"FZ1721"(%%),743 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),744 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)20(%%),745 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)6(%%),746 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T21:25:00.000"(%%),747 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),748 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),749 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"DXB"(%%),750 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),751 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"DXB3"(%%),752 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-22T02:35:00.000"(%%),753 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"Kazakhstan"(%%),754 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"Almaty"(%%),755 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),756 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),757 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),758 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"3h 10m"(%%)714 + "airlineCode": "FZ", 715 + "airlineName": "Fly Dubai", 716 + "flightCode": "FZ1721", 717 + "class": "Economy", 718 + "lugageWeight": 20, 719 + "handLugageWeight": 6, 720 + "departureFlightDate": "2024-05-21T21:25:00.000", 721 + "departureCountryName": "United Arab Emirates", 722 + "departureCityName": "Dubai", 723 + "departureAirportCode": "DXB", 724 + "departureAirportName": "Dubai Intl Airport", 725 + "departureTerminalCode": "DXB3", 726 + "arrivalFlightDate": "2024-05-22T02:35:00.000", 727 + "arrivalCountryName": "Kazakhstan", 728 + "arrivalCityName": "Almaty", 729 + "arrivalAirportCode": "ALA", 730 + "arrivalAirportName": "Almaty Intl Airport", 731 + "arrivalTerminalCode": "ALA", 732 + "flightDuration": "3h 10m" 759 759 } 760 760 ], 761 - (% style="font-weight: bold; color: #008000;" %)"passengers"(%%): [735 + "passengers": [ 762 762 { 763 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"53552191-59ea-469d-ae9d-5b848da8839d-A1"(%%),764 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),765 - (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),766 - (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),767 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [737 + "id": "53552191-59ea-469d-ae9d-5b848da8839d-A1", 738 + "isAdult": true, 739 + "selectedForwardBaggageCode": "INCLUDED", 740 + "selectedBackwardBaggageCode": "INCLUDED", 741 + "forwardBaggages": [ 768 768 { 769 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),770 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"20 Kg Included"(%%),771 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0.0(%%),772 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"USD"(%%),773 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)743 + "baggageCode": "INCLUDED", 744 + "description": "20 Kg Included", 745 + "price": 0.0, 746 + "currency": "USD", 747 + "included": true 774 774 } 775 775 ], 776 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): [750 + "backwardBaggages": [ 777 777 { 778 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),779 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"20 Kg Included"(%%),780 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0.0(%%),781 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"USD"(%%),782 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)752 + "baggageCode": "INCLUDED", 753 + "description": "20 Kg Included", 754 + "price": 0.0, 755 + "currency": "USD", 756 + "included": true 783 783 } 784 784 ] 785 785 }, 786 786 { 787 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"53552191-59ea-469d-ae9d-5b848da8839d-A2"(%%),788 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),789 - (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),790 - (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),791 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [761 + "id": "53552191-59ea-469d-ae9d-5b848da8839d-A2", 762 + "isAdult": true, 763 + "selectedForwardBaggageCode": "INCLUDED", 764 + "selectedBackwardBaggageCode": "INCLUDED", 765 + "forwardBaggages": [ 792 792 { 793 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),794 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"20 Kg Included"(%%),795 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0.0(%%),796 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"USD"(%%),797 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)767 + "baggageCode": "INCLUDED", 768 + "description": "20 Kg Included", 769 + "price": 0.0, 770 + "currency": "USD", 771 + "included": true 798 798 } 799 799 ], 800 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): [774 + "backwardBaggages": [ 801 801 { 802 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),803 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"20 Kg Included"(%%),804 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0.0(%%),805 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"USD"(%%),806 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)776 + "baggageCode": "INCLUDED", 777 + "description": "20 Kg Included", 778 + "price": 0.0, 779 + "currency": "USD", 780 + "included": true 807 807 } 808 808 ] 809 809 } 810 810 ] 811 811 }, 812 - (% style="font-weight: bold; color: #008000;" %)"extraServices"(%%): [],813 - (% style="font-weight: bold; color: #008000;" %)"insurancePrice"(%%): {814 - (% style="font-weight: bold; color: #008000;" %)"name"(%%):(% style="color: #BA2121;" %)"Medical INS (N10000)"(%%),815 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)22.40(%%),816 - (% style="font-weight: bold; color: #008000;" %)"actualStartDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),817 - (% style="font-weight: bold; color: #008000;" %)"actualEndDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),818 - (% style="font-weight: bold; color: #008000;" %)"optional"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),819 - (% style="font-weight: bold; color: #008000;" %)"includedInPackagePrice"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)786 + "extraServices": [], 787 + "insurancePrice": { 788 + "name": "Medical INS (N10000)", 789 + "price": 22.40, 790 + "actualStartDate": "2024-05-17T00:00:00.000", 791 + "actualEndDate": "2024-05-21T00:00:00.000", 792 + "optional": false, 793 + "includedInPackagePrice": true 820 820 }, 821 - (% style="font-weight: bold; color: #008000;" %)"sortCheckInOut"(%%):(% style="color: #BA2121;" %)"17.05.2024-21.05.2024"(%%),822 - (% style="font-weight: bold; color: #008000;" %)"sortAirline"(%%):(% style="color: #BA2121;" %)"fly dubai"(%%),823 - (% style="font-weight: bold; color: #008000;" %)"sortHotelName"(%%):(% style="color: #BA2121;" %)"ibis al rigga"(%%),824 - (% style="font-weight: bold; color: #008000;" %)"sortDetails"(%%):(% style="color: #BA2121;" %)"ro"(%%),825 - (% style="font-weight: bold; color: #008000;" %)"sortPlacement"(%%):(% style="color: #BA2121;" %)"standard room with 1 double bed dbl"(%%)795 + "sortCheckInOut": "17.05.2024-21.05.2024", 796 + "sortAirline": "fly dubai", 797 + "sortHotelName": "ibis al rigga", 798 + "sortDetails": "ro", 799 + "sortPlacement": "standard room with 1 double bed dbl" 826 826 }, 827 827 { 828 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:cac3b381-190d-41e7-baeb-788d060393a2"(%%),829 - (% style="font-weight: bold; color: #008000;" %)"priceCurrency"(%%):(% style="color: #BA2121;" %)"USD"(%%),830 - (% style="font-weight: bold; color: #008000;" %)"totalPrice"(%%):(% style="color: #666666;" %)1057.60(%%),831 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionPercent"(%%):(% style="color: #666666;" %)0.00(%%),832 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionAmount"(%%):(% style="color: #666666;" %)0.00(%%),833 - (% style="font-weight: bold; color: #008000;" %)"includedExtrasAmount"(%%):(% style="color: #666666;" %)0(%%),834 - (% style="font-weight: bold; color: #008000;" %)"priceDifference"(%%):(% style="color: #666666;" %)276.00(%%),835 - (% style="font-weight: bold; color: #008000;" %)"hotel"(%%): {836 - (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%):(% style="color: #BA2121;" %)"fa7a89d5-1c20-4004-b3d2-f8d08163827f"(%%),837 - (% style="font-weight: bold; color: #008000;" %)"hotelName"(%%):(% style="color: #BA2121;" %)"Ibis Al Rigga"(%%),838 - (% style="font-weight: bold; color: #008000;" %)"hotelCode"(%%):(% style="color: #BA2121;" %)"IBH-6685"(%%),839 - (% style="font-weight: bold; color: #008000;" %)"nigths"(%%):(% style="color: #666666;" %)4(%%),840 - (% style="font-weight: bold; color: #008000;" %)"mealPlan"(%%):(% style="color: #BA2121;" %)"RO"(%%),841 - (% style="font-weight: bold; color: #008000;" %)"hotelClass"(%%):(% style="color: #BA2121;" %)"3"(%%),842 - (% style="font-weight: bold; color: #008000;" %)"hotelColor"(%%):(% style="color:#BA2121;" %)"#2E8B57"(%%),843 - (% style="font-weight: bold; color: #008000;" %)"availabilityType"(%%):(% style="color: #BA2121;" %)"FreeSale"(%%),844 - (% style="font-weight: bold; color: #008000;" %)"availableRoomsCount"(%%):(% style="color: #666666;" %)0(%%),845 - (% style="font-weight: bold; color: #008000;" %)"fewRooms"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),846 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryCode"(%%):(% style="color: #BA2121;" %)"DBC"(%%),847 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryName"(%%):(% style="color: #BA2121;" %)"Standard room with 1 double bed"(%%),848 - (% style="font-weight: bold; color: #008000;" %)"placementTypeName"(%%):(% style="color: #BA2121;" %)"DBL"(%%),849 - (% style="font-weight: bold; color: #008000;" %)"placementDescription"(%%):(% style="color: #BA2121;" %)"STAY LOND AND SAVE B2B - 4S ALO Equipped with ibis bedding, take comfort in our ibis room measuring 19 m² offering the ultimate comfort: large double bed, 42\" LED TV with all the best channels, and a bathroom with shower "(%%),850 - (% style="font-weight: bold;color: #008000;" %)"checkInDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),851 - (% style="font-weight: bold;color: #008000;" %)"checkOutDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),852 - (% style="font-weight: bold; color: #008000;" %)"adults"(%%):(% style="color: #666666;" %)2(%%),853 - (% style="font-weight: bold;color: #008000;" %)"children"(%%):(% style="color: #666666;" %)0(%%),854 - (% style="font-weight: bold; color: #008000;" %)"districtUID"(%%):(% style="color: #BA2121;" %)"aaff2238-fa72-4900-83f8-a16990415547"(%%),855 - (% style="font-weight: bold; color: #008000;" %)"districtName"(%%):(% style="color: #BA2121;" %)"Deira"(%%),856 - (% style="font-weight: bold;color: #008000;" %)"cityUID"(%%):(% style="color: #BA2121;" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%),857 - (% style="font-weight: bold;color: #008000;" %)"cityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),858 - (% style="font-weight: bold;color: #008000;" %)"countryCode"(%%):(% style="color: #BA2121;" %)"AE"(%%),859 - (% style="font-weight: bold;color: #008000;" %)"countryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),860 - (% style="font-weight: bold; color: #008000;" %)"hasAlcohol"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),861 - (% style="font-weight: bold; color: #008000;" %)"hasFreeWifi"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),862 - (% style="font-weight: bold; color: #008000;" %)"hasMetro"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),863 - (% style="font-weight: bold; color: #008000;" %)"hasPool"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),864 - (% style="font-weight: bold; color: #008000;" %)"hasMall"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),865 - (% style="font-weight: bold; color: #008000;" %)"infantMaxAge"(%%):(% style="color: #666666;" %)2.99(%%),866 - (% style="font-weight: bold;color: #008000;" %)"childMinAge"(%%):(% style="color: #666666;" %)3.00(%%),867 - (% style="font-weight: bold;color: #008000;" %)"childMaxAge"(%%):(% style="color: #666666;" %)11.99(%%),868 - (% style="font-weight: bold; color: #008000;" %)"teenMinAge"(%%):(% style="color: #666666;" %)0.0(%%),869 - (% style="font-weight: bold; color: #008000;" %)"teenMaxAge"(%%):(% style="color: #666666;" %)0.0(%%),870 - (% style="font-weight: bold; color: #008000;" %)"adultMinAge"(%%):(% style="color: #666666;" %)12.00(%%),871 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicyDescription"(%%):(% style="color: #BA2121;" %)"Cancellation Policy: Non refundable"(%%),872 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicy"(%%): {873 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValue"(%%):(% style="color: #666666;" %)100(%%),874 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%),875 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValue"(%%):(% style="color: #666666;" %)100(%%),876 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%),877 - (% style="font-weight: bold;color: #008000;" %)"conditions"(%%): [802 + "id": "tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:cac3b381-190d-41e7-baeb-788d060393a2", 803 + "priceCurrency": "USD", 804 + "totalPrice": 1057.60, 805 + "agentCommissionPercent": 0.00, 806 + "agentCommissionAmount": 0.00, 807 + "includedExtrasAmount": 0, 808 + "priceDifference": 276.00, 809 + "hotel": { 810 + "hotelPriceId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 811 + "hotelName": "Ibis Al Rigga", 812 + "hotelCode": "IBH-6685", 813 + "nigths": 4, 814 + "mealPlan": "RO", 815 + "hotelClass": "3", 816 + "hotelColor": "#2E8B57", 817 + "availabilityType": "FreeSale", 818 + "availableRoomsCount": 0, 819 + "fewRooms": true, 820 + "roomCategoryCode": "DBC", 821 + "roomCategoryName": "Standard room with 1 double bed", 822 + "placementTypeName": "DBL", 823 + "placementDescription": "STAY LOND AND SAVE B2B - 4S ALO Equipped with ibis bedding, take comfort in our ibis room measuring 19 m² offering the ultimate comfort: large double bed, 42\" LED TV with all the best channels, and a bathroom with shower ", 824 + "checkInDate": "2024-05-17T00:00:00.000", 825 + "checkOutDate": "2024-05-21T00:00:00.000", 826 + "adults": 2, 827 + "children": 0, 828 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 829 + "districtName": "Deira", 830 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 831 + "cityName": "Dubai", 832 + "countryCode": "AE", 833 + "countryName": "United Arab Emirates", 834 + "hasAlcohol": true, 835 + "hasFreeWifi": true, 836 + "hasMetro": true, 837 + "hasPool": false, 838 + "hasMall": true, 839 + "infantMaxAge": 2.99, 840 + "childMinAge": 3.00, 841 + "childMaxAge": 11.99, 842 + "teenMinAge": 0.0, 843 + "teenMaxAge": 0.0, 844 + "adultMinAge": 12.00, 845 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 846 + "cancellationPolicy": { 847 + "noShowChargeValue": 100, 848 + "noShowChargeValueType": "%", 849 + "earlyDepartureChargeValue": 100, 850 + "earlyDepartureChargeValueType": "%", 851 + "conditions": [ 878 878 { 879 - (% style="font-weight: bold; color: #008000;" %)"timeunits"(%%):(% style="color: #666666;" %)365(%%),880 - (% style="font-weight: bold; color: #008000;" %)"timeunitType"(%%):(% style="color: #BA2121;" %)"Day"(%%),881 - (% style="font-weight: bold; color: #008000;" %)"timeOffsetTypeName"(%%):(% style="color: #BA2121;" %)"Before Arrival"(%%),882 - (% style="font-weight: bold;color: #008000;" %)"chargeValue"(%%):(% style="color: #666666;" %)100(%%),883 - (% style="font-weight: bold;color: #008000;" %)"chargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%)853 + "timeunits": 365, 854 + "timeunitType": "Day", 855 + "timeOffsetTypeName": "Before Arrival", 856 + "chargeValue": 100, 857 + "chargeValueType": "%" 884 884 } 885 885 ] 886 886 } 887 887 }, 888 - (% style="font-weight: bold; color: #008000;" %)"flight"(%%): {889 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"cac3b381-190d-41e7-baeb-788d060393a2"(%%),890 - (% style="font-weight: bold; color: #008000;" %)"departureDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),891 - (% style="font-weight: bold; color: #008000;" %)"returnDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),892 - (% style="font-weight: bold; color: #008000;" %)"departureTicketsLeft"(%%):(% style="color: #666666;" %)6(%%),893 - (% style="font-weight: bold; color: #008000;" %)"returnTicketsLeft"(%%):(% style="color: #666666;" %)8(%%),894 - (% style="font-weight: bold; color: #008000;" %)"departureAvailabilityType"(%%):(% style="color: #BA2121;" %)"FewPlaces"(%%),895 - (% style="font-weight: bold; color: #008000;" %)"returnAvailabilityType"(%%):(% style="color: #BA2121;" %)"FewPlaces"(%%),896 - (% style="font-weight: bold; color: #008000;" %)"isTwoWay"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),897 - (% style="font-weight: bold; color: #008000;" %)"sameBaggageForAll"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),898 - (% style="font-weight: bold; color: #008000;" %)"totalBaggage"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),899 - (% style="font-weight: bold; color: #008000;" %)"isBlock"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),900 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),901 - (% style="font-weight: bold; color: #008000;" %)"departureSegments"(%%): [862 + "flight": { 863 + "id": "cac3b381-190d-41e7-baeb-788d060393a2", 864 + "departureDate": "2024-05-17T00:00:00.000", 865 + "returnDate": "2024-05-21T00:00:00.000", 866 + "departureTicketsLeft": 6, 867 + "returnTicketsLeft": 8, 868 + "departureAvailabilityType": "FewPlaces", 869 + "returnAvailabilityType": "FewPlaces", 870 + "isTwoWay": true, 871 + "sameBaggageForAll": false, 872 + "totalBaggage": false, 873 + "isBlock": true, 874 + "class": "Economy", 875 + "departureSegments": [ 902 902 { 903 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"KC"(%%),904 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"Air Astana"(%%),905 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"KC897"(%%),906 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),907 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)20(%%),908 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)6(%%),909 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T09:15:00.000"(%%),910 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"Kazakhstan"(%%),911 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"Almaty"(%%),912 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),913 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),914 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),915 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T12:55:00.000"(%%),916 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),917 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),918 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"DXB"(%%),919 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),920 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"DXB1"(%%),921 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"5h 40m"(%%)877 + "airlineCode": "KC", 878 + "airlineName": "Air Astana", 879 + "flightCode": "KC897", 880 + "class": "Economy", 881 + "lugageWeight": 20, 882 + "handLugageWeight": 6, 883 + "departureFlightDate": "2024-05-17T09:15:00.000", 884 + "departureCountryName": "Kazakhstan", 885 + "departureCityName": "Almaty", 886 + "departureAirportCode": "ALA", 887 + "departureAirportName": "Almaty Intl Airport", 888 + "departureTerminalCode": "ALA", 889 + "arrivalFlightDate": "2024-05-17T12:55:00.000", 890 + "arrivalCountryName": "United Arab Emirates", 891 + "arrivalCityName": "Dubai", 892 + "arrivalAirportCode": "DXB", 893 + "arrivalAirportName": "Dubai Intl Airport", 894 + "arrivalTerminalCode": "DXB1", 895 + "flightDuration": "5h 40m" 922 922 } 923 923 ], 924 - (% style="font-weight: bold; color: #008000;" %)"returnSegments"(%%): [898 + "returnSegments": [ 925 925 { 926 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"KC"(%%),927 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"Air Astana"(%%),928 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"KC898"(%%),929 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),930 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)20(%%),931 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)6(%%),932 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T13:55:00.000"(%%),933 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),934 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),935 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"DXB"(%%),936 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),937 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"DXB1"(%%),938 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T19:10:00.000"(%%),939 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"Kazakhstan"(%%),940 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"Almaty"(%%),941 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),942 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),943 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),944 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"3h 15m"(%%)900 + "airlineCode": "KC", 901 + "airlineName": "Air Astana", 902 + "flightCode": "KC898", 903 + "class": "Economy", 904 + "lugageWeight": 20, 905 + "handLugageWeight": 6, 906 + "departureFlightDate": "2024-05-21T13:55:00.000", 907 + "departureCountryName": "United Arab Emirates", 908 + "departureCityName": "Dubai", 909 + "departureAirportCode": "DXB", 910 + "departureAirportName": "Dubai Intl Airport", 911 + "departureTerminalCode": "DXB1", 912 + "arrivalFlightDate": "2024-05-21T19:10:00.000", 913 + "arrivalCountryName": "Kazakhstan", 914 + "arrivalCityName": "Almaty", 915 + "arrivalAirportCode": "ALA", 916 + "arrivalAirportName": "Almaty Intl Airport", 917 + "arrivalTerminalCode": "ALA", 918 + "flightDuration": "3h 15m" 945 945 } 946 946 ], 947 - (% style="font-weight: bold; color: #008000;" %)"passengers"(%%): [921 + "passengers": [ 948 948 { 949 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"cac3b381-190d-41e7-baeb-788d060393a2-A1"(%%),950 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),951 - (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),952 - (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),953 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [923 + "id": "cac3b381-190d-41e7-baeb-788d060393a2-A1", 924 + "isAdult": true, 925 + "selectedForwardBaggageCode": "INCLUDED", 926 + "selectedBackwardBaggageCode": "INCLUDED", 927 + "forwardBaggages": [ 954 954 { 955 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),956 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"1PC"(%%),957 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0.0(%%),958 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"USD"(%%),959 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)929 + "baggageCode": "INCLUDED", 930 + "description": "1PC", 931 + "price": 0.0, 932 + "currency": "USD", 933 + "included": true 960 960 } 961 961 ], 962 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): [936 + "backwardBaggages": [ 963 963 { 964 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),965 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"1PC"(%%),966 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0.0(%%),967 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"USD"(%%),968 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)938 + "baggageCode": "INCLUDED", 939 + "description": "1PC", 940 + "price": 0.0, 941 + "currency": "USD", 942 + "included": true 969 969 } 970 970 ] 971 971 }, 972 972 { 973 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"cac3b381-190d-41e7-baeb-788d060393a2-A2"(%%),974 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),975 - (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),976 - (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),977 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [947 + "id": "cac3b381-190d-41e7-baeb-788d060393a2-A2", 948 + "isAdult": true, 949 + "selectedForwardBaggageCode": "INCLUDED", 950 + "selectedBackwardBaggageCode": "INCLUDED", 951 + "forwardBaggages": [ 978 978 { 979 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),980 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"1PC"(%%),981 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0.0(%%),982 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"USD"(%%),983 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)953 + "baggageCode": "INCLUDED", 954 + "description": "1PC", 955 + "price": 0.0, 956 + "currency": "USD", 957 + "included": true 984 984 } 985 985 ], 986 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): [960 + "backwardBaggages": [ 987 987 { 988 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED"(%%),989 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"1PC"(%%),990 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0.0(%%),991 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"USD"(%%),992 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)962 + "baggageCode": "INCLUDED", 963 + "description": "1PC", 964 + "price": 0.0, 965 + "currency": "USD", 966 + "included": true 993 993 } 994 994 ] 995 995 } 996 996 ] 997 997 }, 998 - (% style="font-weight: bold; color: #008000;" %)"extraServices"(%%): [],999 - (% style="font-weight: bold; color: #008000;" %)"insurancePrice"(%%): {1000 - (% style="font-weight: bold; color: #008000;" %)"name"(%%):(% style="color: #BA2121;" %)"Medical INS (N10000)"(%%),1001 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)22.40(%%),1002 - (% style="font-weight: bold; color: #008000;" %)"actualStartDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),1003 - (% style="font-weight: bold; color: #008000;" %)"actualEndDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),1004 - (% style="font-weight: bold; color: #008000;" %)"optional"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1005 - (% style="font-weight: bold; color: #008000;" %)"includedInPackagePrice"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)972 + "extraServices": [], 973 + "insurancePrice": { 974 + "name": "Medical INS (N10000)", 975 + "price": 22.40, 976 + "actualStartDate": "2024-05-17T00:00:00.000", 977 + "actualEndDate": "2024-05-21T00:00:00.000", 978 + "optional": false, 979 + "includedInPackagePrice": true 1006 1006 }, 1007 - (% style="font-weight: bold; color: #008000;" %)"sortCheckInOut"(%%):(% style="color: #BA2121;" %)"17.05.2024-21.05.2024"(%%),1008 - (% style="font-weight: bold; color: #008000;" %)"sortAirline"(%%):(% style="color: #BA2121;" %)"air astana"(%%),1009 - (% style="font-weight: bold; color: #008000;" %)"sortHotelName"(%%):(% style="color: #BA2121;" %)"ibis al rigga"(%%),1010 - (% style="font-weight: bold; color: #008000;" %)"sortDetails"(%%):(% style="color: #BA2121;" %)"ro"(%%),1011 - (% style="font-weight: bold; color: #008000;" %)"sortPlacement"(%%):(% style="color: #BA2121;" %)"standard room with 1 double bed dbl"(%%)981 + "sortCheckInOut": "17.05.2024-21.05.2024", 982 + "sortAirline": "air astana", 983 + "sortHotelName": "ibis al rigga", 984 + "sortDetails": "ro", 985 + "sortPlacement": "standard room with 1 double bed dbl" 1012 1012 }, 1013 1013 { 1014 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:be2db8e7-f01a-4fd4-951d-c5f2ce07c69d"(%%),1015 - (% style="font-weight: bold; color: #008000;" %)"priceCurrency"(%%):(% style="color: #BA2121;" %)"USD"(%%),1016 - (% style="font-weight: bold; color: #008000;" %)"totalPrice"(%%):(% style="color: #666666;" %)1087.60(%%),1017 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionPercent"(%%):(% style="color: #666666;" %)0.00(%%),1018 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionAmount"(%%):(% style="color: #666666;" %)0.00(%%),1019 - (% style="font-weight: bold; color: #008000;" %)"includedExtrasAmount"(%%):(% style="color: #666666;" %)0(%%),1020 - (% style="font-weight: bold; color: #008000;" %)"priceDifference"(%%):(% style="color: #666666;" %)306.00(%%),1021 - (% style="font-weight: bold; color: #008000;" %)"hotel"(%%): {1022 - (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%):(% style="color: #BA2121;" %)"fa7a89d5-1c20-4004-b3d2-f8d08163827f"(%%),1023 - (% style="font-weight: bold; color: #008000;" %)"hotelName"(%%):(% style="color: #BA2121;" %)"Ibis Al Rigga"(%%),1024 - (% style="font-weight: bold; color: #008000;" %)"hotelCode"(%%):(% style="color: #BA2121;" %)"IBH-6685"(%%),1025 - (% style="font-weight: bold; color: #008000;" %)"nigths"(%%):(% style="color: #666666;" %)4(%%),1026 - (% style="font-weight: bold; color: #008000;" %)"mealPlan"(%%):(% style="color: #BA2121;" %)"RO"(%%),1027 - (% style="font-weight: bold; color: #008000;" %)"hotelClass"(%%):(% style="color: #BA2121;" %)"3"(%%),1028 - (% style="font-weight: bold; color: #008000;" %)"hotelColor"(%%):(% style="color:#BA2121;" %)"#2E8B57"(%%),1029 - (% style="font-weight: bold; color: #008000;" %)"availabilityType"(%%):(% style="color: #BA2121;" %)"FreeSale"(%%),1030 - (% style="font-weight: bold; color: #008000;" %)"availableRoomsCount"(%%):(% style="color: #666666;" %)0(%%),1031 - (% style="font-weight: bold; color: #008000;" %)"fewRooms"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1032 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryCode"(%%):(% style="color: #BA2121;" %)"DBC"(%%),1033 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryName"(%%):(% style="color: #BA2121;" %)"Standard room with 1 double bed"(%%),1034 - (% style="font-weight: bold; color: #008000;" %)"placementTypeName"(%%):(% style="color: #BA2121;" %)"DBL"(%%),1035 - (% style="font-weight: bold; color: #008000;" %)"placementDescription"(%%):(% style="color: #BA2121;" %)"STAY LOND AND SAVE B2B - 4S ALO Equipped with ibis bedding, take comfort in our ibis room measuring 19 m² offering the ultimate comfort: large double bed, 42\" LED TV with all the best channels, and a bathroom with shower "(%%),1036 - (% style="font-weight: bold;color: #008000;" %)"checkInDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),1037 - (% style="font-weight: bold;color: #008000;" %)"checkOutDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),1038 - (% style="font-weight: bold; color: #008000;" %)"adults"(%%):(% style="color: #666666;" %)2(%%),1039 - (% style="font-weight: bold;color: #008000;" %)"children"(%%):(% style="color: #666666;" %)0(%%),1040 - (% style="font-weight: bold; color: #008000;" %)"districtUID"(%%):(% style="color: #BA2121;" %)"aaff2238-fa72-4900-83f8-a16990415547"(%%),1041 - (% style="font-weight: bold; color: #008000;" %)"districtName"(%%):(% style="color: #BA2121;" %)"Deira"(%%),1042 - (% style="font-weight: bold;color: #008000;" %)"cityUID"(%%):(% style="color: #BA2121;" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%),1043 - (% style="font-weight: bold;color: #008000;" %)"cityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),1044 - (% style="font-weight: bold;color: #008000;" %)"countryCode"(%%):(% style="color: #BA2121;" %)"AE"(%%),1045 - (% style="font-weight: bold;color: #008000;" %)"countryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),1046 - (% style="font-weight: bold; color: #008000;" %)"hasAlcohol"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1047 - (% style="font-weight: bold; color: #008000;" %)"hasFreeWifi"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1048 - (% style="font-weight: bold; color: #008000;" %)"hasMetro"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1049 - (% style="font-weight: bold; color: #008000;" %)"hasPool"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1050 - (% style="font-weight: bold; color: #008000;" %)"hasMall"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1051 - (% style="font-weight: bold; color: #008000;" %)"infantMaxAge"(%%):(% style="color: #666666;" %)2.99(%%),1052 - (% style="font-weight: bold;color: #008000;" %)"childMinAge"(%%):(% style="color: #666666;" %)3.00(%%),1053 - (% style="font-weight: bold;color: #008000;" %)"childMaxAge"(%%):(% style="color: #666666;" %)11.99(%%),1054 - (% style="font-weight: bold; color: #008000;" %)"teenMinAge"(%%):(% style="color: #666666;" %)0.0(%%),1055 - (% style="font-weight: bold; color: #008000;" %)"teenMaxAge"(%%):(% style="color: #666666;" %)0.0(%%),1056 - (% style="font-weight: bold; color: #008000;" %)"adultMinAge"(%%):(% style="color: #666666;" %)12.00(%%),1057 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicyDescription"(%%):(% style="color: #BA2121;" %)"Cancellation Policy: Non refundable"(%%),1058 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicy"(%%): {1059 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValue"(%%):(% style="color: #666666;" %)100(%%),1060 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%),1061 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValue"(%%):(% style="color: #666666;" %)100(%%),1062 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%),1063 - (% style="font-weight: bold;color: #008000;" %)"conditions"(%%): [988 + "id": "tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:be2db8e7-f01a-4fd4-951d-c5f2ce07c69d", 989 + "priceCurrency": "USD", 990 + "totalPrice": 1087.60, 991 + "agentCommissionPercent": 0.00, 992 + "agentCommissionAmount": 0.00, 993 + "includedExtrasAmount": 0, 994 + "priceDifference": 306.00, 995 + "hotel": { 996 + "hotelPriceId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 997 + "hotelName": "Ibis Al Rigga", 998 + "hotelCode": "IBH-6685", 999 + "nigths": 4, 1000 + "mealPlan": "RO", 1001 + "hotelClass": "3", 1002 + "hotelColor": "#2E8B57", 1003 + "availabilityType": "FreeSale", 1004 + "availableRoomsCount": 0, 1005 + "fewRooms": true, 1006 + "roomCategoryCode": "DBC", 1007 + "roomCategoryName": "Standard room with 1 double bed", 1008 + "placementTypeName": "DBL", 1009 + "placementDescription": "STAY LOND AND SAVE B2B - 4S ALO Equipped with ibis bedding, take comfort in our ibis room measuring 19 m² offering the ultimate comfort: large double bed, 42\" LED TV with all the best channels, and a bathroom with shower ", 1010 + "checkInDate": "2024-05-17T00:00:00.000", 1011 + "checkOutDate": "2024-05-21T00:00:00.000", 1012 + "adults": 2, 1013 + "children": 0, 1014 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 1015 + "districtName": "Deira", 1016 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 1017 + "cityName": "Dubai", 1018 + "countryCode": "AE", 1019 + "countryName": "United Arab Emirates", 1020 + "hasAlcohol": true, 1021 + "hasFreeWifi": true, 1022 + "hasMetro": true, 1023 + "hasPool": false, 1024 + "hasMall": true, 1025 + "infantMaxAge": 2.99, 1026 + "childMinAge": 3.00, 1027 + "childMaxAge": 11.99, 1028 + "teenMinAge": 0.0, 1029 + "teenMaxAge": 0.0, 1030 + "adultMinAge": 12.00, 1031 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 1032 + "cancellationPolicy": { 1033 + "noShowChargeValue": 100, 1034 + "noShowChargeValueType": "%", 1035 + "earlyDepartureChargeValue": 100, 1036 + "earlyDepartureChargeValueType": "%", 1037 + "conditions": [ 1064 1064 { 1065 - (% style="font-weight: bold; color: #008000;" %)"timeunits"(%%):(% style="color: #666666;" %)365(%%),1066 - (% style="font-weight: bold; color: #008000;" %)"timeunitType"(%%):(% style="color: #BA2121;" %)"Day"(%%),1067 - (% style="font-weight: bold; color: #008000;" %)"timeOffsetTypeName"(%%):(% style="color: #BA2121;" %)"Before Arrival"(%%),1068 - (% style="font-weight: bold;color: #008000;" %)"chargeValue"(%%):(% style="color: #666666;" %)100(%%),1069 - (% style="font-weight: bold;color: #008000;" %)"chargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%)1039 + "timeunits": 365, 1040 + "timeunitType": "Day", 1041 + "timeOffsetTypeName": "Before Arrival", 1042 + "chargeValue": 100, 1043 + "chargeValueType": "%" 1070 1070 } 1071 1071 ] 1072 1072 } 1073 1073 }, 1074 - (% style="font-weight: bold; color: #008000;" %)"flight"(%%): {1075 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"be2db8e7-f01a-4fd4-951d-c5f2ce07c69d"(%%),1076 - (% style="font-weight: bold; color: #008000;" %)"departureDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),1077 - (% style="font-weight: bold; color: #008000;" %)"returnDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),1078 - (% style="font-weight: bold; color: #008000;" %)"departureTicketsLeft"(%%):(% style="color: #666666;" %)7(%%),1079 - (% style="font-weight: bold; color: #008000;" %)"returnTicketsLeft"(%%):(% style="color: #666666;" %)7(%%),1080 - (% style="font-weight: bold; color: #008000;" %)"departureAvailabilityType"(%%):(% style="color: #BA2121;" %)"FewPlaces"(%%),1081 - (% style="font-weight: bold; color: #008000;" %)"returnAvailabilityType"(%%):(% style="color: #BA2121;" %)"FewPlaces"(%%),1082 - (% style="font-weight: bold; color: #008000;" %)"isTwoWay"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1083 - (% style="font-weight: bold; color: #008000;" %)"sameBaggageForAll"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1084 - (% style="font-weight: bold; color: #008000;" %)"totalBaggage"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1085 - (% style="font-weight: bold; color: #008000;" %)"isBlock"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1086 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),1087 - (% style="font-weight: bold; color: #008000;" %)"departureSegments"(%%): [1048 + "flight": { 1049 + "id": "be2db8e7-f01a-4fd4-951d-c5f2ce07c69d", 1050 + "departureDate": "2024-05-17T00:00:00.000", 1051 + "returnDate": "2024-05-21T00:00:00.000", 1052 + "departureTicketsLeft": 7, 1053 + "returnTicketsLeft": 7, 1054 + "departureAvailabilityType": "FewPlaces", 1055 + "returnAvailabilityType": "FewPlaces", 1056 + "isTwoWay": true, 1057 + "sameBaggageForAll": false, 1058 + "totalBaggage": true, 1059 + "isBlock": false, 1060 + "class": "Economy", 1061 + "departureSegments": [ 1088 1088 { 1089 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"FZ"(%%),1090 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"Fly Dubai"(%%),1091 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"FZ1722"(%%),1092 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),1093 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)20(%%),1094 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)6(%%),1095 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T03:40:00.000"(%%),1096 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"Kazakhstan"(%%),1097 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"Almaty"(%%),1098 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1099 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),1100 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1101 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T07:15:00.000"(%%),1102 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),1103 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),1104 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"DXB"(%%),1105 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),1106 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"DXB3"(%%),1107 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"5h 35m"(%%)1063 + "airlineCode": "FZ", 1064 + "airlineName": "Fly Dubai", 1065 + "flightCode": "FZ1722", 1066 + "class": "Economy", 1067 + "lugageWeight": 20, 1068 + "handLugageWeight": 6, 1069 + "departureFlightDate": "2024-05-17T03:40:00.000", 1070 + "departureCountryName": "Kazakhstan", 1071 + "departureCityName": "Almaty", 1072 + "departureAirportCode": "ALA", 1073 + "departureAirportName": "Almaty Intl Airport", 1074 + "departureTerminalCode": "ALA", 1075 + "arrivalFlightDate": "2024-05-17T07:15:00.000", 1076 + "arrivalCountryName": "United Arab Emirates", 1077 + "arrivalCityName": "Dubai", 1078 + "arrivalAirportCode": "DXB", 1079 + "arrivalAirportName": "Dubai Intl Airport", 1080 + "arrivalTerminalCode": "DXB3", 1081 + "flightDuration": "5h 35m" 1108 1108 } 1109 1109 ], 1110 - (% style="font-weight: bold; color: #008000;" %)"returnSegments"(%%): [1084 + "returnSegments": [ 1111 1111 { 1112 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"FZ"(%%),1113 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"Fly Dubai"(%%),1114 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"FZ1721"(%%),1115 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),1116 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)20(%%),1117 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)6(%%),1118 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T21:30:00.000"(%%),1119 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),1120 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),1121 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"DXB"(%%),1122 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),1123 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"DXB3"(%%),1124 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-22T02:40:00.000"(%%),1125 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"Kazakhstan"(%%),1126 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"Almaty"(%%),1127 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1128 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),1129 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1130 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"3h 10m"(%%)1086 + "airlineCode": "FZ", 1087 + "airlineName": "Fly Dubai", 1088 + "flightCode": "FZ1721", 1089 + "class": "Economy", 1090 + "lugageWeight": 20, 1091 + "handLugageWeight": 6, 1092 + "departureFlightDate": "2024-05-21T21:30:00.000", 1093 + "departureCountryName": "United Arab Emirates", 1094 + "departureCityName": "Dubai", 1095 + "departureAirportCode": "DXB", 1096 + "departureAirportName": "Dubai Intl Airport", 1097 + "departureTerminalCode": "DXB3", 1098 + "arrivalFlightDate": "2024-05-22T02:40:00.000", 1099 + "arrivalCountryName": "Kazakhstan", 1100 + "arrivalCityName": "Almaty", 1101 + "arrivalAirportCode": "ALA", 1102 + "arrivalAirportName": "Almaty Intl Airport", 1103 + "arrivalTerminalCode": "ALA", 1104 + "flightDuration": "3h 10m" 1131 1131 } 1132 1132 ], 1133 - (% style="font-weight: bold; color: #008000;" %)"passengers"(%%): [1107 + "passengers": [ 1134 1134 { 1135 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"be2db8e7-f01a-4fd4-951d-c5f2ce07c69d-A1"(%%),1136 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1137 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [],1138 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): []1109 + "id": "be2db8e7-f01a-4fd4-951d-c5f2ce07c69d-A1", 1110 + "isAdult": true, 1111 + "forwardBaggages": [], 1112 + "backwardBaggages": [] 1139 1139 }, 1140 1140 { 1141 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"be2db8e7-f01a-4fd4-951d-c5f2ce07c69d-A2"(%%),1142 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1143 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [],1144 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): []1115 + "id": "be2db8e7-f01a-4fd4-951d-c5f2ce07c69d-A2", 1116 + "isAdult": true, 1117 + "forwardBaggages": [], 1118 + "backwardBaggages": [] 1145 1145 } 1146 1146 ] 1147 1147 }, 1148 - (% style="font-weight: bold; color: #008000;" %)"extraServices"(%%): [],1149 - (% style="font-weight: bold; color: #008000;" %)"insurancePrice"(%%): {1150 - (% style="font-weight: bold; color: #008000;" %)"name"(%%):(% style="color: #BA2121;" %)"Medical INS (N10000)"(%%),1151 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)22.40(%%),1152 - (% style="font-weight: bold; color: #008000;" %)"actualStartDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),1153 - (% style="font-weight: bold; color: #008000;" %)"actualEndDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),1154 - (% style="font-weight: bold; color: #008000;" %)"optional"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1155 - (% style="font-weight: bold; color: #008000;" %)"includedInPackagePrice"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)1122 + "extraServices": [], 1123 + "insurancePrice": { 1124 + "name": "Medical INS (N10000)", 1125 + "price": 22.40, 1126 + "actualStartDate": "2024-05-17T00:00:00.000", 1127 + "actualEndDate": "2024-05-21T00:00:00.000", 1128 + "optional": false, 1129 + "includedInPackagePrice": true 1156 1156 }, 1157 - (% style="font-weight: bold; color: #008000;" %)"sortCheckInOut"(%%):(% style="color: #BA2121;" %)"17.05.2024-21.05.2024"(%%),1158 - (% style="font-weight: bold; color: #008000;" %)"sortAirline"(%%):(% style="color: #BA2121;" %)"fly dubai"(%%),1159 - (% style="font-weight: bold; color: #008000;" %)"sortHotelName"(%%):(% style="color: #BA2121;" %)"ibis al rigga"(%%),1160 - (% style="font-weight: bold; color: #008000;" %)"sortDetails"(%%):(% style="color: #BA2121;" %)"ro"(%%),1161 - (% style="font-weight: bold; color: #008000;" %)"sortPlacement"(%%):(% style="color: #BA2121;" %)"standard room with 1 double bed dbl"(%%)1131 + "sortCheckInOut": "17.05.2024-21.05.2024", 1132 + "sortAirline": "fly dubai", 1133 + "sortHotelName": "ibis al rigga", 1134 + "sortDetails": "ro", 1135 + "sortPlacement": "standard room with 1 double bed dbl" 1162 1162 }, 1163 1163 { 1164 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:f8d50dcc-5e46-405f-b071-362a0f713db0"(%%),1165 - (% style="font-weight: bold; color: #008000;" %)"priceCurrency"(%%):(% style="color: #BA2121;" %)"USD"(%%),1166 - (% style="font-weight: bold; color: #008000;" %)"totalPrice"(%%):(% style="color: #666666;" %)1087.60(%%),1167 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionPercent"(%%):(% style="color: #666666;" %)0.00(%%),1168 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionAmount"(%%):(% style="color: #666666;" %)0.00(%%),1169 - (% style="font-weight: bold; color: #008000;" %)"includedExtrasAmount"(%%):(% style="color: #666666;" %)0(%%),1170 - (% style="font-weight: bold; color: #008000;" %)"priceDifference"(%%):(% style="color: #666666;" %)306.00(%%),1171 - (% style="font-weight: bold; color: #008000;" %)"hotel"(%%): {1172 - (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%):(% style="color: #BA2121;" %)"fa7a89d5-1c20-4004-b3d2-f8d08163827f"(%%),1173 - (% style="font-weight: bold; color: #008000;" %)"hotelName"(%%):(% style="color: #BA2121;" %)"Ibis Al Rigga"(%%),1174 - (% style="font-weight: bold; color: #008000;" %)"hotelCode"(%%):(% style="color: #BA2121;" %)"IBH-6685"(%%),1175 - (% style="font-weight: bold; color: #008000;" %)"nigths"(%%):(% style="color: #666666;" %)4(%%),1176 - (% style="font-weight: bold; color: #008000;" %)"mealPlan"(%%):(% style="color: #BA2121;" %)"RO"(%%),1177 - (% style="font-weight: bold; color: #008000;" %)"hotelClass"(%%):(% style="color: #BA2121;" %)"3"(%%),1178 - (% style="font-weight: bold; color: #008000;" %)"hotelColor"(%%):(% style="color:#BA2121;" %)"#2E8B57"(%%),1179 - (% style="font-weight: bold; color: #008000;" %)"availabilityType"(%%):(% style="color: #BA2121;" %)"FreeSale"(%%),1180 - (% style="font-weight: bold; color: #008000;" %)"availableRoomsCount"(%%):(% style="color: #666666;" %)0(%%),1181 - (% style="font-weight: bold; color: #008000;" %)"fewRooms"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1182 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryCode"(%%):(% style="color: #BA2121;" %)"DBC"(%%),1183 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryName"(%%):(% style="color: #BA2121;" %)"Standard room with 1 double bed"(%%),1184 - (% style="font-weight: bold; color: #008000;" %)"placementTypeName"(%%):(% style="color: #BA2121;" %)"DBL"(%%),1185 - (% style="font-weight: bold; color: #008000;" %)"placementDescription"(%%):(% style="color: #BA2121;" %)"STAY LOND AND SAVE B2B - 4S ALO Equipped with ibis bedding, take comfort in our ibis room measuring 19 m² offering the ultimate comfort: large double bed, 42\" LED TV with all the best channels, and a bathroom with shower "(%%),1186 - (% style="font-weight: bold;color: #008000;" %)"checkInDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),1187 - (% style="font-weight: bold;color: #008000;" %)"checkOutDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),1188 - (% style="font-weight: bold; color: #008000;" %)"adults"(%%):(% style="color: #666666;" %)2(%%),1189 - (% style="font-weight: bold;color: #008000;" %)"children"(%%):(% style="color: #666666;" %)0(%%),1190 - (% style="font-weight: bold; color: #008000;" %)"districtUID"(%%):(% style="color: #BA2121;" %)"aaff2238-fa72-4900-83f8-a16990415547"(%%),1191 - (% style="font-weight: bold; color: #008000;" %)"districtName"(%%):(% style="color: #BA2121;" %)"Deira"(%%),1192 - (% style="font-weight: bold;color: #008000;" %)"cityUID"(%%):(% style="color: #BA2121;" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%),1193 - (% style="font-weight: bold;color: #008000;" %)"cityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),1194 - (% style="font-weight: bold;color: #008000;" %)"countryCode"(%%):(% style="color: #BA2121;" %)"AE"(%%),1195 - (% style="font-weight: bold;color: #008000;" %)"countryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),1196 - (% style="font-weight: bold; color: #008000;" %)"hasAlcohol"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1197 - (% style="font-weight: bold; color: #008000;" %)"hasFreeWifi"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1198 - (% style="font-weight: bold; color: #008000;" %)"hasMetro"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1199 - (% style="font-weight: bold; color: #008000;" %)"hasPool"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1200 - (% style="font-weight: bold; color: #008000;" %)"hasMall"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1201 - (% style="font-weight: bold; color: #008000;" %)"infantMaxAge"(%%):(% style="color: #666666;" %)2.99(%%),1202 - (% style="font-weight: bold;color: #008000;" %)"childMinAge"(%%):(% style="color: #666666;" %)3.00(%%),1203 - (% style="font-weight: bold;color: #008000;" %)"childMaxAge"(%%):(% style="color: #666666;" %)11.99(%%),1204 - (% style="font-weight: bold; color: #008000;" %)"teenMinAge"(%%):(% style="color: #666666;" %)0.0(%%),1205 - (% style="font-weight: bold; color: #008000;" %)"teenMaxAge"(%%):(% style="color: #666666;" %)0.0(%%),1206 - (% style="font-weight: bold; color: #008000;" %)"adultMinAge"(%%):(% style="color: #666666;" %)12.00(%%),1207 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicyDescription"(%%):(% style="color: #BA2121;" %)"Cancellation Policy: Non refundable"(%%),1208 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicy"(%%): {1209 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValue"(%%):(% style="color: #666666;" %)100(%%),1210 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%),1211 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValue"(%%):(% style="color: #666666;" %)100(%%),1212 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%),1213 - (% style="font-weight: bold;color: #008000;" %)"conditions"(%%): [1138 + "id": "tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:f8d50dcc-5e46-405f-b071-362a0f713db0", 1139 + "priceCurrency": "USD", 1140 + "totalPrice": 1087.60, 1141 + "agentCommissionPercent": 0.00, 1142 + "agentCommissionAmount": 0.00, 1143 + "includedExtrasAmount": 0, 1144 + "priceDifference": 306.00, 1145 + "hotel": { 1146 + "hotelPriceId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 1147 + "hotelName": "Ibis Al Rigga", 1148 + "hotelCode": "IBH-6685", 1149 + "nigths": 4, 1150 + "mealPlan": "RO", 1151 + "hotelClass": "3", 1152 + "hotelColor": "#2E8B57", 1153 + "availabilityType": "FreeSale", 1154 + "availableRoomsCount": 0, 1155 + "fewRooms": true, 1156 + "roomCategoryCode": "DBC", 1157 + "roomCategoryName": "Standard room with 1 double bed", 1158 + "placementTypeName": "DBL", 1159 + "placementDescription": "STAY LOND AND SAVE B2B - 4S ALO Equipped with ibis bedding, take comfort in our ibis room measuring 19 m² offering the ultimate comfort: large double bed, 42\" LED TV with all the best channels, and a bathroom with shower ", 1160 + "checkInDate": "2024-05-17T00:00:00.000", 1161 + "checkOutDate": "2024-05-21T00:00:00.000", 1162 + "adults": 2, 1163 + "children": 0, 1164 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 1165 + "districtName": "Deira", 1166 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 1167 + "cityName": "Dubai", 1168 + "countryCode": "AE", 1169 + "countryName": "United Arab Emirates", 1170 + "hasAlcohol": true, 1171 + "hasFreeWifi": true, 1172 + "hasMetro": true, 1173 + "hasPool": false, 1174 + "hasMall": true, 1175 + "infantMaxAge": 2.99, 1176 + "childMinAge": 3.00, 1177 + "childMaxAge": 11.99, 1178 + "teenMinAge": 0.0, 1179 + "teenMaxAge": 0.0, 1180 + "adultMinAge": 12.00, 1181 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 1182 + "cancellationPolicy": { 1183 + "noShowChargeValue": 100, 1184 + "noShowChargeValueType": "%", 1185 + "earlyDepartureChargeValue": 100, 1186 + "earlyDepartureChargeValueType": "%", 1187 + "conditions": [ 1214 1214 { 1215 - (% style="font-weight: bold; color: #008000;" %)"timeunits"(%%):(% style="color: #666666;" %)365(%%),1216 - (% style="font-weight: bold; color: #008000;" %)"timeunitType"(%%):(% style="color: #BA2121;" %)"Day"(%%),1217 - (% style="font-weight: bold; color: #008000;" %)"timeOffsetTypeName"(%%):(% style="color: #BA2121;" %)"Before Arrival"(%%),1218 - (% style="font-weight: bold;color: #008000;" %)"chargeValue"(%%):(% style="color: #666666;" %)100(%%),1219 - (% style="font-weight: bold;color: #008000;" %)"chargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%)1189 + "timeunits": 365, 1190 + "timeunitType": "Day", 1191 + "timeOffsetTypeName": "Before Arrival", 1192 + "chargeValue": 100, 1193 + "chargeValueType": "%" 1220 1220 } 1221 1221 ] 1222 1222 } 1223 1223 }, 1224 - (% style="font-weight: bold; color: #008000;" %)"flight"(%%): {1225 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"f8d50dcc-5e46-405f-b071-362a0f713db0"(%%),1226 - (% style="font-weight: bold; color: #008000;" %)"departureDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),1227 - (% style="font-weight: bold; color: #008000;" %)"returnDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),1228 - (% style="font-weight: bold; color: #008000;" %)"departureTicketsLeft"(%%):(% style="color: #666666;" %)7(%%),1229 - (% style="font-weight: bold; color: #008000;" %)"returnTicketsLeft"(%%):(% style="color: #666666;" %)7(%%),1230 - (% style="font-weight: bold; color: #008000;" %)"departureAvailabilityType"(%%):(% style="color: #BA2121;" %)"FewPlaces"(%%),1231 - (% style="font-weight: bold; color: #008000;" %)"returnAvailabilityType"(%%):(% style="color: #BA2121;" %)"FewPlaces"(%%),1232 - (% style="font-weight: bold; color: #008000;" %)"isTwoWay"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1233 - (% style="font-weight: bold; color: #008000;" %)"sameBaggageForAll"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1234 - (% style="font-weight: bold; color: #008000;" %)"totalBaggage"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1235 - (% style="font-weight: bold; color: #008000;" %)"isBlock"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1236 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),1237 - (% style="font-weight: bold; color: #008000;" %)"departureSegments"(%%): [1198 + "flight": { 1199 + "id": "f8d50dcc-5e46-405f-b071-362a0f713db0", 1200 + "departureDate": "2024-05-17T00:00:00.000", 1201 + "returnDate": "2024-05-21T00:00:00.000", 1202 + "departureTicketsLeft": 7, 1203 + "returnTicketsLeft": 7, 1204 + "departureAvailabilityType": "FewPlaces", 1205 + "returnAvailabilityType": "FewPlaces", 1206 + "isTwoWay": true, 1207 + "sameBaggageForAll": false, 1208 + "totalBaggage": true, 1209 + "isBlock": false, 1210 + "class": "Economy", 1211 + "departureSegments": [ 1238 1238 { 1239 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"FZ"(%%),1240 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"Fly Dubai"(%%),1241 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"FZ1722"(%%),1242 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),1243 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)20(%%),1244 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)6(%%),1245 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T03:40:00.000"(%%),1246 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"Kazakhstan"(%%),1247 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"Almaty"(%%),1248 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1249 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),1250 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1251 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T07:15:00.000"(%%),1252 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),1253 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),1254 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"DXB"(%%),1255 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),1256 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"DXB3"(%%),1257 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"5h 35m"(%%)1213 + "airlineCode": "FZ", 1214 + "airlineName": "Fly Dubai", 1215 + "flightCode": "FZ1722", 1216 + "class": "Economy", 1217 + "lugageWeight": 20, 1218 + "handLugageWeight": 6, 1219 + "departureFlightDate": "2024-05-17T03:40:00.000", 1220 + "departureCountryName": "Kazakhstan", 1221 + "departureCityName": "Almaty", 1222 + "departureAirportCode": "ALA", 1223 + "departureAirportName": "Almaty Intl Airport", 1224 + "departureTerminalCode": "ALA", 1225 + "arrivalFlightDate": "2024-05-17T07:15:00.000", 1226 + "arrivalCountryName": "United Arab Emirates", 1227 + "arrivalCityName": "Dubai", 1228 + "arrivalAirportCode": "DXB", 1229 + "arrivalAirportName": "Dubai Intl Airport", 1230 + "arrivalTerminalCode": "DXB3", 1231 + "flightDuration": "5h 35m" 1258 1258 } 1259 1259 ], 1260 - (% style="font-weight: bold; color: #008000;" %)"returnSegments"(%%): [1234 + "returnSegments": [ 1261 1261 { 1262 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"FZ"(%%),1263 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"Fly Dubai"(%%),1264 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"FZ1853"(%%),1265 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),1266 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)20(%%),1267 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)6(%%),1268 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T22:55:00.000"(%%),1269 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),1270 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),1271 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"DXB"(%%),1272 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),1273 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"DXB3"(%%),1274 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-22T04:05:00.000"(%%),1275 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"Kazakhstan"(%%),1276 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"Almaty"(%%),1277 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1278 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),1279 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1280 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"3h 10m"(%%)1236 + "airlineCode": "FZ", 1237 + "airlineName": "Fly Dubai", 1238 + "flightCode": "FZ1853", 1239 + "class": "Economy", 1240 + "lugageWeight": 20, 1241 + "handLugageWeight": 6, 1242 + "departureFlightDate": "2024-05-21T22:55:00.000", 1243 + "departureCountryName": "United Arab Emirates", 1244 + "departureCityName": "Dubai", 1245 + "departureAirportCode": "DXB", 1246 + "departureAirportName": "Dubai Intl Airport", 1247 + "departureTerminalCode": "DXB3", 1248 + "arrivalFlightDate": "2024-05-22T04:05:00.000", 1249 + "arrivalCountryName": "Kazakhstan", 1250 + "arrivalCityName": "Almaty", 1251 + "arrivalAirportCode": "ALA", 1252 + "arrivalAirportName": "Almaty Intl Airport", 1253 + "arrivalTerminalCode": "ALA", 1254 + "flightDuration": "3h 10m" 1281 1281 } 1282 1282 ], 1283 - (% style="font-weight: bold; color: #008000;" %)"passengers"(%%): [1257 + "passengers": [ 1284 1284 { 1285 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"f8d50dcc-5e46-405f-b071-362a0f713db0-A1"(%%),1286 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1287 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [],1288 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): []1259 + "id": "f8d50dcc-5e46-405f-b071-362a0f713db0-A1", 1260 + "isAdult": true, 1261 + "forwardBaggages": [], 1262 + "backwardBaggages": [] 1289 1289 }, 1290 1290 { 1291 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"f8d50dcc-5e46-405f-b071-362a0f713db0-A2"(%%),1292 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1293 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [],1294 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): []1265 + "id": "f8d50dcc-5e46-405f-b071-362a0f713db0-A2", 1266 + "isAdult": true, 1267 + "forwardBaggages": [], 1268 + "backwardBaggages": [] 1295 1295 } 1296 1296 ] 1297 1297 }, 1298 - (% style="font-weight: bold; color: #008000;" %)"extraServices"(%%): [],1299 - (% style="font-weight: bold; color: #008000;" %)"insurancePrice"(%%): {1300 - (% style="font-weight: bold; color: #008000;" %)"name"(%%):(% style="color: #BA2121;" %)"Medical INS (N10000)"(%%),1301 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)22.40(%%),1302 - (% style="font-weight: bold; color: #008000;" %)"actualStartDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),1303 - (% style="font-weight: bold; color: #008000;" %)"actualEndDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),1304 - (% style="font-weight: bold; color: #008000;" %)"optional"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1305 - (% style="font-weight: bold; color: #008000;" %)"includedInPackagePrice"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)1272 + "extraServices": [], 1273 + "insurancePrice": { 1274 + "name": "Medical INS (N10000)", 1275 + "price": 22.40, 1276 + "actualStartDate": "2024-05-17T00:00:00.000", 1277 + "actualEndDate": "2024-05-21T00:00:00.000", 1278 + "optional": false, 1279 + "includedInPackagePrice": true 1306 1306 }, 1307 - (% style="font-weight: bold; color: #008000;" %)"sortCheckInOut"(%%):(% style="color: #BA2121;" %)"17.05.2024-21.05.2024"(%%),1308 - (% style="font-weight: bold; color: #008000;" %)"sortAirline"(%%):(% style="color: #BA2121;" %)"fly dubai"(%%),1309 - (% style="font-weight: bold; color: #008000;" %)"sortHotelName"(%%):(% style="color: #BA2121;" %)"ibis al rigga"(%%),1310 - (% style="font-weight: bold; color: #008000;" %)"sortDetails"(%%):(% style="color: #BA2121;" %)"ro"(%%),1311 - (% style="font-weight: bold; color: #008000;" %)"sortPlacement"(%%):(% style="color: #BA2121;" %)"standard room with 1 double bed dbl"(%%)1281 + "sortCheckInOut": "17.05.2024-21.05.2024", 1282 + "sortAirline": "fly dubai", 1283 + "sortHotelName": "ibis al rigga", 1284 + "sortDetails": "ro", 1285 + "sortPlacement": "standard room with 1 double bed dbl" 1312 1312 }, 1313 1313 { 1314 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:6107eb99-53f1-4c1b-94cd-d06badaa5f59"(%%),1315 - (% style="font-weight: bold; color: #008000;" %)"priceCurrency"(%%):(% style="color: #BA2121;" %)"USD"(%%),1316 - (% style="font-weight: bold; color: #008000;" %)"totalPrice"(%%):(% style="color: #666666;" %)1087.60(%%),1317 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionPercent"(%%):(% style="color: #666666;" %)0.00(%%),1318 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionAmount"(%%):(% style="color: #666666;" %)0.00(%%),1319 - (% style="font-weight: bold; color: #008000;" %)"includedExtrasAmount"(%%):(% style="color: #666666;" %)0(%%),1320 - (% style="font-weight: bold; color: #008000;" %)"priceDifference"(%%):(% style="color: #666666;" %)306.00(%%),1321 - (% style="font-weight: bold; color: #008000;" %)"hotel"(%%): {1322 - (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%):(% style="color: #BA2121;" %)"fa7a89d5-1c20-4004-b3d2-f8d08163827f"(%%),1323 - (% style="font-weight: bold; color: #008000;" %)"hotelName"(%%):(% style="color: #BA2121;" %)"Ibis Al Rigga"(%%),1324 - (% style="font-weight: bold; color: #008000;" %)"hotelCode"(%%):(% style="color: #BA2121;" %)"IBH-6685"(%%),1325 - (% style="font-weight: bold; color: #008000;" %)"nigths"(%%):(% style="color: #666666;" %)4(%%),1326 - (% style="font-weight: bold; color: #008000;" %)"mealPlan"(%%):(% style="color: #BA2121;" %)"RO"(%%),1327 - (% style="font-weight: bold; color: #008000;" %)"hotelClass"(%%):(% style="color: #BA2121;" %)"3"(%%),1328 - (% style="font-weight: bold; color: #008000;" %)"hotelColor"(%%):(% style="color:#BA2121;" %)"#2E8B57"(%%),1329 - (% style="font-weight: bold; color: #008000;" %)"availabilityType"(%%):(% style="color: #BA2121;" %)"FreeSale"(%%),1330 - (% style="font-weight: bold; color: #008000;" %)"availableRoomsCount"(%%):(% style="color: #666666;" %)0(%%),1331 - (% style="font-weight: bold; color: #008000;" %)"fewRooms"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1332 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryCode"(%%):(% style="color: #BA2121;" %)"DBC"(%%),1333 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryName"(%%):(% style="color: #BA2121;" %)"Standard room with 1 double bed"(%%),1334 - (% style="font-weight: bold; color: #008000;" %)"placementTypeName"(%%):(% style="color: #BA2121;" %)"DBL"(%%),1335 - (% style="font-weight: bold; color: #008000;" %)"placementDescription"(%%):(% style="color: #BA2121;" %)"STAY LOND AND SAVE B2B - 4S ALO Equipped with ibis bedding, take comfort in our ibis room measuring 19 m² offering the ultimate comfort: large double bed, 42\" LED TV with all the best channels, and a bathroom with shower "(%%),1336 - (% style="font-weight: bold;color: #008000;" %)"checkInDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),1337 - (% style="font-weight: bold;color: #008000;" %)"checkOutDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),1338 - (% style="font-weight: bold; color: #008000;" %)"adults"(%%):(% style="color: #666666;" %)2(%%),1339 - (% style="font-weight: bold;color: #008000;" %)"children"(%%):(% style="color: #666666;" %)0(%%),1340 - (% style="font-weight: bold; color: #008000;" %)"districtUID"(%%):(% style="color: #BA2121;" %)"aaff2238-fa72-4900-83f8-a16990415547"(%%),1341 - (% style="font-weight: bold; color: #008000;" %)"districtName"(%%):(% style="color: #BA2121;" %)"Deira"(%%),1342 - (% style="font-weight: bold;color: #008000;" %)"cityUID"(%%):(% style="color: #BA2121;" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%),1343 - (% style="font-weight: bold;color: #008000;" %)"cityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),1344 - (% style="font-weight: bold;color: #008000;" %)"countryCode"(%%):(% style="color: #BA2121;" %)"AE"(%%),1345 - (% style="font-weight: bold;color: #008000;" %)"countryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),1346 - (% style="font-weight: bold; color: #008000;" %)"hasAlcohol"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1347 - (% style="font-weight: bold; color: #008000;" %)"hasFreeWifi"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1348 - (% style="font-weight: bold; color: #008000;" %)"hasMetro"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1349 - (% style="font-weight: bold; color: #008000;" %)"hasPool"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1350 - (% style="font-weight: bold; color: #008000;" %)"hasMall"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1351 - (% style="font-weight: bold; color: #008000;" %)"infantMaxAge"(%%):(% style="color: #666666;" %)2.99(%%),1352 - (% style="font-weight: bold;color: #008000;" %)"childMinAge"(%%):(% style="color: #666666;" %)3.00(%%),1353 - (% style="font-weight: bold;color: #008000;" %)"childMaxAge"(%%):(% style="color: #666666;" %)11.99(%%),1354 - (% style="font-weight: bold; color: #008000;" %)"teenMinAge"(%%):(% style="color: #666666;" %)0.0(%%),1355 - (% style="font-weight: bold; color: #008000;" %)"teenMaxAge"(%%):(% style="color: #666666;" %)0.0(%%),1356 - (% style="font-weight: bold; color: #008000;" %)"adultMinAge"(%%):(% style="color: #666666;" %)12.00(%%),1357 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicyDescription"(%%):(% style="color: #BA2121;" %)"Cancellation Policy: Non refundable"(%%),1358 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicy"(%%): {1359 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValue"(%%):(% style="color: #666666;" %)100(%%),1360 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%),1361 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValue"(%%):(% style="color: #666666;" %)100(%%),1362 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%),1363 - (% style="font-weight: bold;color: #008000;" %)"conditions"(%%): [1288 + "id": "tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:6107eb99-53f1-4c1b-94cd-d06badaa5f59", 1289 + "priceCurrency": "USD", 1290 + "totalPrice": 1087.60, 1291 + "agentCommissionPercent": 0.00, 1292 + "agentCommissionAmount": 0.00, 1293 + "includedExtrasAmount": 0, 1294 + "priceDifference": 306.00, 1295 + "hotel": { 1296 + "hotelPriceId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 1297 + "hotelName": "Ibis Al Rigga", 1298 + "hotelCode": "IBH-6685", 1299 + "nigths": 4, 1300 + "mealPlan": "RO", 1301 + "hotelClass": "3", 1302 + "hotelColor": "#2E8B57", 1303 + "availabilityType": "FreeSale", 1304 + "availableRoomsCount": 0, 1305 + "fewRooms": true, 1306 + "roomCategoryCode": "DBC", 1307 + "roomCategoryName": "Standard room with 1 double bed", 1308 + "placementTypeName": "DBL", 1309 + "placementDescription": "STAY LOND AND SAVE B2B - 4S ALO Equipped with ibis bedding, take comfort in our ibis room measuring 19 m² offering the ultimate comfort: large double bed, 42\" LED TV with all the best channels, and a bathroom with shower ", 1310 + "checkInDate": "2024-05-17T00:00:00.000", 1311 + "checkOutDate": "2024-05-21T00:00:00.000", 1312 + "adults": 2, 1313 + "children": 0, 1314 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 1315 + "districtName": "Deira", 1316 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 1317 + "cityName": "Dubai", 1318 + "countryCode": "AE", 1319 + "countryName": "United Arab Emirates", 1320 + "hasAlcohol": true, 1321 + "hasFreeWifi": true, 1322 + "hasMetro": true, 1323 + "hasPool": false, 1324 + "hasMall": true, 1325 + "infantMaxAge": 2.99, 1326 + "childMinAge": 3.00, 1327 + "childMaxAge": 11.99, 1328 + "teenMinAge": 0.0, 1329 + "teenMaxAge": 0.0, 1330 + "adultMinAge": 12.00, 1331 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 1332 + "cancellationPolicy": { 1333 + "noShowChargeValue": 100, 1334 + "noShowChargeValueType": "%", 1335 + "earlyDepartureChargeValue": 100, 1336 + "earlyDepartureChargeValueType": "%", 1337 + "conditions": [ 1364 1364 { 1365 - (% style="font-weight: bold; color: #008000;" %)"timeunits"(%%):(% style="color: #666666;" %)365(%%),1366 - (% style="font-weight: bold; color: #008000;" %)"timeunitType"(%%):(% style="color: #BA2121;" %)"Day"(%%),1367 - (% style="font-weight: bold; color: #008000;" %)"timeOffsetTypeName"(%%):(% style="color: #BA2121;" %)"Before Arrival"(%%),1368 - (% style="font-weight: bold;color: #008000;" %)"chargeValue"(%%):(% style="color: #666666;" %)100(%%),1369 - (% style="font-weight: bold;color: #008000;" %)"chargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%)1339 + "timeunits": 365, 1340 + "timeunitType": "Day", 1341 + "timeOffsetTypeName": "Before Arrival", 1342 + "chargeValue": 100, 1343 + "chargeValueType": "%" 1370 1370 } 1371 1371 ] 1372 1372 } 1373 1373 }, 1374 - (% style="font-weight: bold; color: #008000;" %)"flight"(%%): {1375 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"6107eb99-53f1-4c1b-94cd-d06badaa5f59"(%%),1376 - (% style="font-weight: bold; color: #008000;" %)"departureDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),1377 - (% style="font-weight: bold; color: #008000;" %)"returnDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),1378 - (% style="font-weight: bold; color: #008000;" %)"departureTicketsLeft"(%%):(% style="color: #666666;" %)7(%%),1379 - (% style="font-weight: bold; color: #008000;" %)"returnTicketsLeft"(%%):(% style="color: #666666;" %)7(%%),1380 - (% style="font-weight: bold; color: #008000;" %)"departureAvailabilityType"(%%):(% style="color: #BA2121;" %)"FewPlaces"(%%),1381 - (% style="font-weight: bold; color: #008000;" %)"returnAvailabilityType"(%%):(% style="color: #BA2121;" %)"FewPlaces"(%%),1382 - (% style="font-weight: bold; color: #008000;" %)"isTwoWay"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1383 - (% style="font-weight: bold; color: #008000;" %)"sameBaggageForAll"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1384 - (% style="font-weight: bold; color: #008000;" %)"totalBaggage"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1385 - (% style="font-weight: bold; color: #008000;" %)"isBlock"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1386 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),1387 - (% style="font-weight: bold; color: #008000;" %)"departureSegments"(%%): [1348 + "flight": { 1349 + "id": "6107eb99-53f1-4c1b-94cd-d06badaa5f59", 1350 + "departureDate": "2024-05-17T00:00:00.000", 1351 + "returnDate": "2024-05-21T00:00:00.000", 1352 + "departureTicketsLeft": 7, 1353 + "returnTicketsLeft": 7, 1354 + "departureAvailabilityType": "FewPlaces", 1355 + "returnAvailabilityType": "FewPlaces", 1356 + "isTwoWay": true, 1357 + "sameBaggageForAll": false, 1358 + "totalBaggage": true, 1359 + "isBlock": false, 1360 + "class": "Economy", 1361 + "departureSegments": [ 1388 1388 { 1389 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"FZ"(%%),1390 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"Fly Dubai"(%%),1391 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"FZ1854"(%%),1392 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),1393 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)20(%%),1394 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)6(%%),1395 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T05:05:00.000"(%%),1396 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"Kazakhstan"(%%),1397 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"Almaty"(%%),1398 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1399 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),1400 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1401 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T08:40:00.000"(%%),1402 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),1403 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),1404 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"DXB"(%%),1405 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),1406 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"DXB3"(%%),1407 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"5h 35m"(%%)1363 + "airlineCode": "FZ", 1364 + "airlineName": "Fly Dubai", 1365 + "flightCode": "FZ1854", 1366 + "class": "Economy", 1367 + "lugageWeight": 20, 1368 + "handLugageWeight": 6, 1369 + "departureFlightDate": "2024-05-17T05:05:00.000", 1370 + "departureCountryName": "Kazakhstan", 1371 + "departureCityName": "Almaty", 1372 + "departureAirportCode": "ALA", 1373 + "departureAirportName": "Almaty Intl Airport", 1374 + "departureTerminalCode": "ALA", 1375 + "arrivalFlightDate": "2024-05-17T08:40:00.000", 1376 + "arrivalCountryName": "United Arab Emirates", 1377 + "arrivalCityName": "Dubai", 1378 + "arrivalAirportCode": "DXB", 1379 + "arrivalAirportName": "Dubai Intl Airport", 1380 + "arrivalTerminalCode": "DXB3", 1381 + "flightDuration": "5h 35m" 1408 1408 } 1409 1409 ], 1410 - (% style="font-weight: bold; color: #008000;" %)"returnSegments"(%%): [1384 + "returnSegments": [ 1411 1411 { 1412 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"FZ"(%%),1413 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"Fly Dubai"(%%),1414 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"FZ1721"(%%),1415 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),1416 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)20(%%),1417 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)6(%%),1418 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T21:30:00.000"(%%),1419 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),1420 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),1421 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"DXB"(%%),1422 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),1423 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"DXB3"(%%),1424 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-22T02:40:00.000"(%%),1425 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"Kazakhstan"(%%),1426 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"Almaty"(%%),1427 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1428 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),1429 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1430 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"3h 10m"(%%)1386 + "airlineCode": "FZ", 1387 + "airlineName": "Fly Dubai", 1388 + "flightCode": "FZ1721", 1389 + "class": "Economy", 1390 + "lugageWeight": 20, 1391 + "handLugageWeight": 6, 1392 + "departureFlightDate": "2024-05-21T21:30:00.000", 1393 + "departureCountryName": "United Arab Emirates", 1394 + "departureCityName": "Dubai", 1395 + "departureAirportCode": "DXB", 1396 + "departureAirportName": "Dubai Intl Airport", 1397 + "departureTerminalCode": "DXB3", 1398 + "arrivalFlightDate": "2024-05-22T02:40:00.000", 1399 + "arrivalCountryName": "Kazakhstan", 1400 + "arrivalCityName": "Almaty", 1401 + "arrivalAirportCode": "ALA", 1402 + "arrivalAirportName": "Almaty Intl Airport", 1403 + "arrivalTerminalCode": "ALA", 1404 + "flightDuration": "3h 10m" 1431 1431 } 1432 1432 ], 1433 - (% style="font-weight: bold; color: #008000;" %)"passengers"(%%): [1407 + "passengers": [ 1434 1434 { 1435 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"6107eb99-53f1-4c1b-94cd-d06badaa5f59-A1"(%%),1436 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1437 - (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%):(% style="color: #BA2121;" %)"TOTAL_BAGGAGE"(%%),1438 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [1409 + "id": "6107eb99-53f1-4c1b-94cd-d06badaa5f59-A1", 1410 + "isAdult": true, 1411 + "selectedForwardBaggageCode": "TOTAL_BAGGAGE", 1412 + "forwardBaggages": [ 1439 1439 { 1440 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"TOTAL_BAGGAGE"(%%),1441 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"20 kg included"(%%),1442 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0.00(%%),1443 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"USD"(%%),1444 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)1414 + "baggageCode": "TOTAL_BAGGAGE", 1415 + "description": "20 kg included", 1416 + "price": 0.00, 1417 + "currency": "USD", 1418 + "included": true 1445 1445 } 1446 1446 ], 1447 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): [1421 + "backwardBaggages": [ 1448 1448 { 1449 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED_IN_FORWARD"(%%),1450 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0(%%),1451 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%)1423 + "baggageCode": "INCLUDED_IN_FORWARD", 1424 + "price": 0, 1425 + "included": false 1452 1452 } 1453 1453 ] 1454 1454 }, 1455 1455 { 1456 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"6107eb99-53f1-4c1b-94cd-d06badaa5f59-A2"(%%),1457 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1458 - (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%):(% style="color: #BA2121;" %)"TOTAL_BAGGAGE"(%%),1459 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [1430 + "id": "6107eb99-53f1-4c1b-94cd-d06badaa5f59-A2", 1431 + "isAdult": true, 1432 + "selectedForwardBaggageCode": "TOTAL_BAGGAGE", 1433 + "forwardBaggages": [ 1460 1460 { 1461 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"TOTAL_BAGGAGE"(%%),1462 - (% style="font-weight: bold; color: #008000;" %)"description"(%%):(% style="color: #BA2121;" %)"20 kg included"(%%),1463 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0.00(%%),1464 - (% style="font-weight: bold;color: #008000;" %)"currency"(%%):(% style="color: #BA2121;" %)"USD"(%%),1465 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)1435 + "baggageCode": "TOTAL_BAGGAGE", 1436 + "description": "20 kg included", 1437 + "price": 0.00, 1438 + "currency": "USD", 1439 + "included": true 1466 1466 } 1467 1467 ], 1468 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): [1442 + "backwardBaggages": [ 1469 1469 { 1470 - (% style="font-weight:bold; color: #008000;" %)"baggageCode"(%%):(% style="color: #BA2121;" %)"INCLUDED_IN_FORWARD"(%%),1471 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)0(%%),1472 - (% style="font-weight: bold; color: #008000;" %)"included"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%)1444 + "baggageCode": "INCLUDED_IN_FORWARD", 1445 + "price": 0, 1446 + "included": false 1473 1473 } 1474 1474 ] 1475 1475 } 1476 1476 ] 1477 1477 }, 1478 - (% style="font-weight: bold; color: #008000;" %)"extraServices"(%%): [],1479 - (% style="font-weight: bold; color: #008000;" %)"insurancePrice"(%%): {1480 - (% style="font-weight: bold; color: #008000;" %)"name"(%%):(% style="color: #BA2121;" %)"Medical INS (N10000)"(%%),1481 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)22.40(%%),1482 - (% style="font-weight: bold; color: #008000;" %)"actualStartDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),1483 - (% style="font-weight: bold; color: #008000;" %)"actualEndDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),1484 - (% style="font-weight: bold; color: #008000;" %)"optional"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1485 - (% style="font-weight: bold; color: #008000;" %)"includedInPackagePrice"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)1452 + "extraServices": [], 1453 + "insurancePrice": { 1454 + "name": "Medical INS (N10000)", 1455 + "price": 22.40, 1456 + "actualStartDate": "2024-05-17T00:00:00.000", 1457 + "actualEndDate": "2024-05-21T00:00:00.000", 1458 + "optional": false, 1459 + "includedInPackagePrice": true 1486 1486 }, 1487 - (% style="font-weight: bold; color: #008000;" %)"sortCheckInOut"(%%):(% style="color: #BA2121;" %)"17.05.2024-21.05.2024"(%%),1488 - (% style="font-weight: bold; color: #008000;" %)"sortAirline"(%%):(% style="color: #BA2121;" %)"fly dubai"(%%),1489 - (% style="font-weight: bold; color: #008000;" %)"sortHotelName"(%%):(% style="color: #BA2121;" %)"ibis al rigga"(%%),1490 - (% style="font-weight: bold; color: #008000;" %)"sortDetails"(%%):(% style="color: #BA2121;" %)"ro"(%%),1491 - (% style="font-weight: bold; color: #008000;" %)"sortPlacement"(%%):(% style="color: #BA2121;" %)"standard room with 1 double bed dbl"(%%)1461 + "sortCheckInOut": "17.05.2024-21.05.2024", 1462 + "sortAirline": "fly dubai", 1463 + "sortHotelName": "ibis al rigga", 1464 + "sortDetails": "ro", 1465 + "sortPlacement": "standard room with 1 double bed dbl" 1492 1492 }, 1493 1493 { 1494 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:e056a111-8dea-4710-954c-1a0215e516c9"(%%),1495 - (% style="font-weight: bold; color: #008000;" %)"priceCurrency"(%%):(% style="color: #BA2121;" %)"USD"(%%),1496 - (% style="font-weight: bold; color: #008000;" %)"totalPrice"(%%):(% style="color: #666666;" %)1087.60(%%),1497 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionPercent"(%%):(% style="color: #666666;" %)0.00(%%),1498 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionAmount"(%%):(% style="color: #666666;" %)0.00(%%),1499 - (% style="font-weight: bold; color: #008000;" %)"includedExtrasAmount"(%%):(% style="color: #666666;" %)0(%%),1500 - (% style="font-weight: bold; color: #008000;" %)"priceDifference"(%%):(% style="color: #666666;" %)306.00(%%),1501 - (% style="font-weight: bold; color: #008000;" %)"hotel"(%%): {1502 - (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%):(% style="color: #BA2121;" %)"fa7a89d5-1c20-4004-b3d2-f8d08163827f"(%%),1503 - (% style="font-weight: bold; color: #008000;" %)"hotelName"(%%):(% style="color: #BA2121;" %)"Ibis Al Rigga"(%%),1504 - (% style="font-weight: bold; color: #008000;" %)"hotelCode"(%%):(% style="color: #BA2121;" %)"IBH-6685"(%%),1505 - (% style="font-weight: bold; color: #008000;" %)"nigths"(%%):(% style="color: #666666;" %)4(%%),1506 - (% style="font-weight: bold; color: #008000;" %)"mealPlan"(%%):(% style="color: #BA2121;" %)"RO"(%%),1507 - (% style="font-weight: bold; color: #008000;" %)"hotelClass"(%%):(% style="color: #BA2121;" %)"3"(%%),1508 - (% style="font-weight: bold; color: #008000;" %)"hotelColor"(%%):(% style="color:#BA2121;" %)"#2E8B57"(%%),1509 - (% style="font-weight: bold; color: #008000;" %)"availabilityType"(%%):(% style="color: #BA2121;" %)"FreeSale"(%%),1510 - (% style="font-weight: bold; color: #008000;" %)"availableRoomsCount"(%%):(% style="color: #666666;" %)0(%%),1511 - (% style="font-weight: bold; color: #008000;" %)"fewRooms"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1512 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryCode"(%%):(% style="color: #BA2121;" %)"DBC"(%%),1513 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryName"(%%):(% style="color: #BA2121;" %)"Standard room with 1 double bed"(%%),1514 - (% style="font-weight: bold; color: #008000;" %)"placementTypeName"(%%):(% style="color: #BA2121;" %)"DBL"(%%),1515 - (% style="font-weight: bold; color: #008000;" %)"placementDescription"(%%):(% style="color: #BA2121;" %)"STAY LOND AND SAVE B2B - 4S ALO Equipped with ibis bedding, take comfort in our ibis room measuring 19 m² offering the ultimate comfort: large double bed, 42\" LED TV with all the best channels, and a bathroom with shower "(%%),1516 - (% style="font-weight: bold;color: #008000;" %)"checkInDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),1517 - (% style="font-weight: bold;color: #008000;" %)"checkOutDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),1518 - (% style="font-weight: bold; color: #008000;" %)"adults"(%%):(% style="color: #666666;" %)2(%%),1519 - (% style="font-weight: bold;color: #008000;" %)"children"(%%):(% style="color: #666666;" %)0(%%),1520 - (% style="font-weight: bold; color: #008000;" %)"districtUID"(%%):(% style="color: #BA2121;" %)"aaff2238-fa72-4900-83f8-a16990415547"(%%),1521 - (% style="font-weight: bold; color: #008000;" %)"districtName"(%%):(% style="color: #BA2121;" %)"Deira"(%%),1522 - (% style="font-weight: bold;color: #008000;" %)"cityUID"(%%):(% style="color: #BA2121;" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%),1523 - (% style="font-weight: bold;color: #008000;" %)"cityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),1524 - (% style="font-weight: bold;color: #008000;" %)"countryCode"(%%):(% style="color: #BA2121;" %)"AE"(%%),1525 - (% style="font-weight: bold;color: #008000;" %)"countryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),1526 - (% style="font-weight: bold; color: #008000;" %)"hasAlcohol"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1527 - (% style="font-weight: bold; color: #008000;" %)"hasFreeWifi"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1528 - (% style="font-weight: bold; color: #008000;" %)"hasMetro"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1529 - (% style="font-weight: bold; color: #008000;" %)"hasPool"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1530 - (% style="font-weight: bold; color: #008000;" %)"hasMall"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1531 - (% style="font-weight: bold; color: #008000;" %)"infantMaxAge"(%%):(% style="color: #666666;" %)2.99(%%),1532 - (% style="font-weight: bold;color: #008000;" %)"childMinAge"(%%):(% style="color: #666666;" %)3.00(%%),1533 - (% style="font-weight: bold;color: #008000;" %)"childMaxAge"(%%):(% style="color: #666666;" %)11.99(%%),1534 - (% style="font-weight: bold; color: #008000;" %)"teenMinAge"(%%):(% style="color: #666666;" %)0.0(%%),1535 - (% style="font-weight: bold; color: #008000;" %)"teenMaxAge"(%%):(% style="color: #666666;" %)0.0(%%),1536 - (% style="font-weight: bold; color: #008000;" %)"adultMinAge"(%%):(% style="color: #666666;" %)12.00(%%),1537 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicyDescription"(%%):(% style="color: #BA2121;" %)"Cancellation Policy: Non refundable"(%%),1538 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicy"(%%): {1539 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValue"(%%):(% style="color: #666666;" %)100(%%),1540 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%),1541 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValue"(%%):(% style="color: #666666;" %)100(%%),1542 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%),1543 - (% style="font-weight: bold;color: #008000;" %)"conditions"(%%): [1468 + "id": "tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:e056a111-8dea-4710-954c-1a0215e516c9", 1469 + "priceCurrency": "USD", 1470 + "totalPrice": 1087.60, 1471 + "agentCommissionPercent": 0.00, 1472 + "agentCommissionAmount": 0.00, 1473 + "includedExtrasAmount": 0, 1474 + "priceDifference": 306.00, 1475 + "hotel": { 1476 + "hotelPriceId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 1477 + "hotelName": "Ibis Al Rigga", 1478 + "hotelCode": "IBH-6685", 1479 + "nigths": 4, 1480 + "mealPlan": "RO", 1481 + "hotelClass": "3", 1482 + "hotelColor": "#2E8B57", 1483 + "availabilityType": "FreeSale", 1484 + "availableRoomsCount": 0, 1485 + "fewRooms": true, 1486 + "roomCategoryCode": "DBC", 1487 + "roomCategoryName": "Standard room with 1 double bed", 1488 + "placementTypeName": "DBL", 1489 + "placementDescription": "STAY LOND AND SAVE B2B - 4S ALO Equipped with ibis bedding, take comfort in our ibis room measuring 19 m² offering the ultimate comfort: large double bed, 42\" LED TV with all the best channels, and a bathroom with shower ", 1490 + "checkInDate": "2024-05-17T00:00:00.000", 1491 + "checkOutDate": "2024-05-21T00:00:00.000", 1492 + "adults": 2, 1493 + "children": 0, 1494 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 1495 + "districtName": "Deira", 1496 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 1497 + "cityName": "Dubai", 1498 + "countryCode": "AE", 1499 + "countryName": "United Arab Emirates", 1500 + "hasAlcohol": true, 1501 + "hasFreeWifi": true, 1502 + "hasMetro": true, 1503 + "hasPool": false, 1504 + "hasMall": true, 1505 + "infantMaxAge": 2.99, 1506 + "childMinAge": 3.00, 1507 + "childMaxAge": 11.99, 1508 + "teenMinAge": 0.0, 1509 + "teenMaxAge": 0.0, 1510 + "adultMinAge": 12.00, 1511 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 1512 + "cancellationPolicy": { 1513 + "noShowChargeValue": 100, 1514 + "noShowChargeValueType": "%", 1515 + "earlyDepartureChargeValue": 100, 1516 + "earlyDepartureChargeValueType": "%", 1517 + "conditions": [ 1544 1544 { 1545 - (% style="font-weight: bold; color: #008000;" %)"timeunits"(%%):(% style="color: #666666;" %)365(%%),1546 - (% style="font-weight: bold; color: #008000;" %)"timeunitType"(%%):(% style="color: #BA2121;" %)"Day"(%%),1547 - (% style="font-weight: bold; color: #008000;" %)"timeOffsetTypeName"(%%):(% style="color: #BA2121;" %)"Before Arrival"(%%),1548 - (% style="font-weight: bold;color: #008000;" %)"chargeValue"(%%):(% style="color: #666666;" %)100(%%),1549 - (% style="font-weight: bold;color: #008000;" %)"chargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%)1519 + "timeunits": 365, 1520 + "timeunitType": "Day", 1521 + "timeOffsetTypeName": "Before Arrival", 1522 + "chargeValue": 100, 1523 + "chargeValueType": "%" 1550 1550 } 1551 1551 ] 1552 1552 } 1553 1553 }, 1554 - (% style="font-weight: bold; color: #008000;" %)"flight"(%%): {1555 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"e056a111-8dea-4710-954c-1a0215e516c9"(%%),1556 - (% style="font-weight: bold; color: #008000;" %)"departureDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),1557 - (% style="font-weight: bold; color: #008000;" %)"returnDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),1558 - (% style="font-weight: bold; color: #008000;" %)"departureTicketsLeft"(%%):(% style="color: #666666;" %)7(%%),1559 - (% style="font-weight: bold; color: #008000;" %)"returnTicketsLeft"(%%):(% style="color: #666666;" %)7(%%),1560 - (% style="font-weight: bold; color: #008000;" %)"departureAvailabilityType"(%%):(% style="color: #BA2121;" %)"FewPlaces"(%%),1561 - (% style="font-weight: bold; color: #008000;" %)"returnAvailabilityType"(%%):(% style="color: #BA2121;" %)"FewPlaces"(%%),1562 - (% style="font-weight: bold; color: #008000;" %)"isTwoWay"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1563 - (% style="font-weight: bold; color: #008000;" %)"sameBaggageForAll"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1564 - (% style="font-weight: bold; color: #008000;" %)"totalBaggage"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1565 - (% style="font-weight: bold; color: #008000;" %)"isBlock"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1566 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),1567 - (% style="font-weight: bold; color: #008000;" %)"departureSegments"(%%): [1528 + "flight": { 1529 + "id": "e056a111-8dea-4710-954c-1a0215e516c9", 1530 + "departureDate": "2024-05-17T00:00:00.000", 1531 + "returnDate": "2024-05-21T00:00:00.000", 1532 + "departureTicketsLeft": 7, 1533 + "returnTicketsLeft": 7, 1534 + "departureAvailabilityType": "FewPlaces", 1535 + "returnAvailabilityType": "FewPlaces", 1536 + "isTwoWay": true, 1537 + "sameBaggageForAll": false, 1538 + "totalBaggage": true, 1539 + "isBlock": false, 1540 + "class": "Economy", 1541 + "departureSegments": [ 1568 1568 { 1569 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"FZ"(%%),1570 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"Fly Dubai"(%%),1571 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"FZ1854"(%%),1572 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),1573 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)20(%%),1574 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)6(%%),1575 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T05:05:00.000"(%%),1576 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"Kazakhstan"(%%),1577 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"Almaty"(%%),1578 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1579 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),1580 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1581 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T08:40:00.000"(%%),1582 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),1583 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),1584 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"DXB"(%%),1585 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),1586 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"DXB3"(%%),1587 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"5h 35m"(%%)1543 + "airlineCode": "FZ", 1544 + "airlineName": "Fly Dubai", 1545 + "flightCode": "FZ1854", 1546 + "class": "Economy", 1547 + "lugageWeight": 20, 1548 + "handLugageWeight": 6, 1549 + "departureFlightDate": "2024-05-17T05:05:00.000", 1550 + "departureCountryName": "Kazakhstan", 1551 + "departureCityName": "Almaty", 1552 + "departureAirportCode": "ALA", 1553 + "departureAirportName": "Almaty Intl Airport", 1554 + "departureTerminalCode": "ALA", 1555 + "arrivalFlightDate": "2024-05-17T08:40:00.000", 1556 + "arrivalCountryName": "United Arab Emirates", 1557 + "arrivalCityName": "Dubai", 1558 + "arrivalAirportCode": "DXB", 1559 + "arrivalAirportName": "Dubai Intl Airport", 1560 + "arrivalTerminalCode": "DXB3", 1561 + "flightDuration": "5h 35m" 1588 1588 } 1589 1589 ], 1590 - (% style="font-weight: bold; color: #008000;" %)"returnSegments"(%%): [1564 + "returnSegments": [ 1591 1591 { 1592 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"FZ"(%%),1593 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"Fly Dubai"(%%),1594 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"FZ1853"(%%),1595 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),1596 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)20(%%),1597 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)6(%%),1598 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T22:55:00.000"(%%),1599 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),1600 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),1601 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"DXB"(%%),1602 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),1603 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"DXB3"(%%),1604 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-22T04:05:00.000"(%%),1605 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"Kazakhstan"(%%),1606 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"Almaty"(%%),1607 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1608 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),1609 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1610 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"3h 10m"(%%)1566 + "airlineCode": "FZ", 1567 + "airlineName": "Fly Dubai", 1568 + "flightCode": "FZ1853", 1569 + "class": "Economy", 1570 + "lugageWeight": 20, 1571 + "handLugageWeight": 6, 1572 + "departureFlightDate": "2024-05-21T22:55:00.000", 1573 + "departureCountryName": "United Arab Emirates", 1574 + "departureCityName": "Dubai", 1575 + "departureAirportCode": "DXB", 1576 + "departureAirportName": "Dubai Intl Airport", 1577 + "departureTerminalCode": "DXB3", 1578 + "arrivalFlightDate": "2024-05-22T04:05:00.000", 1579 + "arrivalCountryName": "Kazakhstan", 1580 + "arrivalCityName": "Almaty", 1581 + "arrivalAirportCode": "ALA", 1582 + "arrivalAirportName": "Almaty Intl Airport", 1583 + "arrivalTerminalCode": "ALA", 1584 + "flightDuration": "3h 10m" 1611 1611 } 1612 1612 ], 1613 - (% style="font-weight: bold; color: #008000;" %)"passengers"(%%): [1587 + "passengers": [ 1614 1614 { 1615 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"e056a111-8dea-4710-954c-1a0215e516c9-A1"(%%),1616 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1617 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [],1618 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): []1589 + "id": "e056a111-8dea-4710-954c-1a0215e516c9-A1", 1590 + "isAdult": true, 1591 + "forwardBaggages": [], 1592 + "backwardBaggages": [] 1619 1619 }, 1620 1620 { 1621 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"e056a111-8dea-4710-954c-1a0215e516c9-A2"(%%),1622 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1623 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [],1624 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): []1595 + "id": "e056a111-8dea-4710-954c-1a0215e516c9-A2", 1596 + "isAdult": true, 1597 + "forwardBaggages": [], 1598 + "backwardBaggages": [] 1625 1625 } 1626 1626 ] 1627 1627 }, 1628 - (% style="font-weight: bold; color: #008000;" %)"extraServices"(%%): [],1629 - (% style="font-weight: bold; color: #008000;" %)"insurancePrice"(%%): {1630 - (% style="font-weight: bold; color: #008000;" %)"name"(%%):(% style="color: #BA2121;" %)"Medical INS (N10000)"(%%),1631 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)22.40(%%),1632 - (% style="font-weight: bold; color: #008000;" %)"actualStartDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),1633 - (% style="font-weight: bold; color: #008000;" %)"actualEndDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),1634 - (% style="font-weight: bold; color: #008000;" %)"optional"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1635 - (% style="font-weight: bold; color: #008000;" %)"includedInPackagePrice"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)1602 + "extraServices": [], 1603 + "insurancePrice": { 1604 + "name": "Medical INS (N10000)", 1605 + "price": 22.40, 1606 + "actualStartDate": "2024-05-17T00:00:00.000", 1607 + "actualEndDate": "2024-05-21T00:00:00.000", 1608 + "optional": false, 1609 + "includedInPackagePrice": true 1636 1636 }, 1637 - (% style="font-weight: bold; color: #008000;" %)"sortCheckInOut"(%%):(% style="color: #BA2121;" %)"17.05.2024-21.05.2024"(%%),1638 - (% style="font-weight: bold; color: #008000;" %)"sortAirline"(%%):(% style="color: #BA2121;" %)"fly dubai"(%%),1639 - (% style="font-weight: bold; color: #008000;" %)"sortHotelName"(%%):(% style="color: #BA2121;" %)"ibis al rigga"(%%),1640 - (% style="font-weight: bold; color: #008000;" %)"sortDetails"(%%):(% style="color: #BA2121;" %)"ro"(%%),1641 - (% style="font-weight: bold; color: #008000;" %)"sortPlacement"(%%):(% style="color: #BA2121;" %)"standard room with 1 double bed dbl"(%%)1611 + "sortCheckInOut": "17.05.2024-21.05.2024", 1612 + "sortAirline": "fly dubai", 1613 + "sortHotelName": "ibis al rigga", 1614 + "sortDetails": "ro", 1615 + "sortPlacement": "standard room with 1 double bed dbl" 1642 1642 }, 1643 1643 { 1644 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:265dfb4f-df75-4a8e-ad08-52a742c8742d"(%%),1645 - (% style="font-weight: bold; color: #008000;" %)"priceCurrency"(%%):(% style="color: #BA2121;" %)"USD"(%%),1646 - (% style="font-weight: bold; color: #008000;" %)"totalPrice"(%%):(% style="color: #666666;" %)1139.42(%%),1647 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionPercent"(%%):(% style="color: #666666;" %)0.00(%%),1648 - (% style="font-weight: bold; color: #008000;" %)"agentCommissionAmount"(%%):(% style="color: #666666;" %)0.00(%%),1649 - (% style="font-weight: bold; color: #008000;" %)"includedExtrasAmount"(%%):(% style="color: #666666;" %)0(%%),1650 - (% style="font-weight: bold; color: #008000;" %)"priceDifference"(%%):(% style="color: #666666;" %)357.82(%%),1651 - (% style="font-weight: bold; color: #008000;" %)"hotel"(%%): {1652 - (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%):(% style="color: #BA2121;" %)"fa7a89d5-1c20-4004-b3d2-f8d08163827f"(%%),1653 - (% style="font-weight: bold; color: #008000;" %)"hotelName"(%%):(% style="color: #BA2121;" %)"Ibis Al Rigga"(%%),1654 - (% style="font-weight: bold; color: #008000;" %)"hotelCode"(%%):(% style="color: #BA2121;" %)"IBH-6685"(%%),1655 - (% style="font-weight: bold; color: #008000;" %)"nigths"(%%):(% style="color: #666666;" %)4(%%),1656 - (% style="font-weight: bold; color: #008000;" %)"mealPlan"(%%):(% style="color: #BA2121;" %)"RO"(%%),1657 - (% style="font-weight: bold; color: #008000;" %)"hotelClass"(%%):(% style="color: #BA2121;" %)"3"(%%),1658 - (% style="font-weight: bold; color: #008000;" %)"hotelColor"(%%):(% style="color:#BA2121;" %)"#2E8B57"(%%),1659 - (% style="font-weight: bold; color: #008000;" %)"availabilityType"(%%):(% style="color: #BA2121;" %)"FreeSale"(%%),1660 - (% style="font-weight: bold; color: #008000;" %)"availableRoomsCount"(%%):(% style="color: #666666;" %)0(%%),1661 - (% style="font-weight: bold; color: #008000;" %)"fewRooms"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1662 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryCode"(%%):(% style="color: #BA2121;" %)"DBC"(%%),1663 - (% style="font-weight: bold; color: #008000;" %)"roomCategoryName"(%%):(% style="color: #BA2121;" %)"Standard room with 1 double bed"(%%),1664 - (% style="font-weight: bold; color: #008000;" %)"placementTypeName"(%%):(% style="color: #BA2121;" %)"DBL"(%%),1665 - (% style="font-weight: bold; color: #008000;" %)"placementDescription"(%%):(% style="color: #BA2121;" %)"STAY LOND AND SAVE B2B - 4S ALO Equipped with ibis bedding, take comfort in our ibis room measuring 19 m² offering the ultimate comfort: large double bed, 42\" LED TV with all the best channels, and a bathroom with shower "(%%),1666 - (% style="font-weight: bold;color: #008000;" %)"checkInDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),1667 - (% style="font-weight: bold;color: #008000;" %)"checkOutDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),1668 - (% style="font-weight: bold; color: #008000;" %)"adults"(%%):(% style="color: #666666;" %)2(%%),1669 - (% style="font-weight: bold;color: #008000;" %)"children"(%%):(% style="color: #666666;" %)0(%%),1670 - (% style="font-weight: bold; color: #008000;" %)"districtUID"(%%):(% style="color: #BA2121;" %)"aaff2238-fa72-4900-83f8-a16990415547"(%%),1671 - (% style="font-weight: bold; color: #008000;" %)"districtName"(%%):(% style="color: #BA2121;" %)"Deira"(%%),1672 - (% style="font-weight: bold;color: #008000;" %)"cityUID"(%%):(% style="color: #BA2121;" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%),1673 - (% style="font-weight: bold;color: #008000;" %)"cityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),1674 - (% style="font-weight: bold;color: #008000;" %)"countryCode"(%%):(% style="color: #BA2121;" %)"AE"(%%),1675 - (% style="font-weight: bold;color: #008000;" %)"countryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),1676 - (% style="font-weight: bold; color: #008000;" %)"hasAlcohol"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1677 - (% style="font-weight: bold; color: #008000;" %)"hasFreeWifi"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1678 - (% style="font-weight: bold; color: #008000;" %)"hasMetro"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1679 - (% style="font-weight: bold; color: #008000;" %)"hasPool"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1680 - (% style="font-weight: bold; color: #008000;" %)"hasMall"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1681 - (% style="font-weight: bold; color: #008000;" %)"infantMaxAge"(%%):(% style="color: #666666;" %)2.99(%%),1682 - (% style="font-weight: bold;color: #008000;" %)"childMinAge"(%%):(% style="color: #666666;" %)3.00(%%),1683 - (% style="font-weight: bold;color: #008000;" %)"childMaxAge"(%%):(% style="color: #666666;" %)11.99(%%),1684 - (% style="font-weight: bold; color: #008000;" %)"teenMinAge"(%%):(% style="color: #666666;" %)0.0(%%),1685 - (% style="font-weight: bold; color: #008000;" %)"teenMaxAge"(%%):(% style="color: #666666;" %)0.0(%%),1686 - (% style="font-weight: bold; color: #008000;" %)"adultMinAge"(%%):(% style="color: #666666;" %)12.00(%%),1687 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicyDescription"(%%):(% style="color: #BA2121;" %)"Cancellation Policy: Non refundable"(%%),1688 - (% style="font-weight: bold;color: #008000;" %)"cancellationPolicy"(%%): {1689 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValue"(%%):(% style="color: #666666;" %)100(%%),1690 - (% style="font-weight: bold; color: #008000;" %)"noShowChargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%),1691 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValue"(%%):(% style="color: #666666;" %)100(%%),1692 - (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%),1693 - (% style="font-weight: bold;color: #008000;" %)"conditions"(%%): [1618 + "id": "tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:265dfb4f-df75-4a8e-ad08-52a742c8742d", 1619 + "priceCurrency": "USD", 1620 + "totalPrice": 1139.42, 1621 + "agentCommissionPercent": 0.00, 1622 + "agentCommissionAmount": 0.00, 1623 + "includedExtrasAmount": 0, 1624 + "priceDifference": 357.82, 1625 + "hotel": { 1626 + "hotelPriceId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 1627 + "hotelName": "Ibis Al Rigga", 1628 + "hotelCode": "IBH-6685", 1629 + "nigths": 4, 1630 + "mealPlan": "RO", 1631 + "hotelClass": "3", 1632 + "hotelColor": "#2E8B57", 1633 + "availabilityType": "FreeSale", 1634 + "availableRoomsCount": 0, 1635 + "fewRooms": true, 1636 + "roomCategoryCode": "DBC", 1637 + "roomCategoryName": "Standard room with 1 double bed", 1638 + "placementTypeName": "DBL", 1639 + "placementDescription": "STAY LOND AND SAVE B2B - 4S ALO Equipped with ibis bedding, take comfort in our ibis room measuring 19 m² offering the ultimate comfort: large double bed, 42\" LED TV with all the best channels, and a bathroom with shower ", 1640 + "checkInDate": "2024-05-17T00:00:00.000", 1641 + "checkOutDate": "2024-05-21T00:00:00.000", 1642 + "adults": 2, 1643 + "children": 0, 1644 + "districtUID": "aaff2238-fa72-4900-83f8-a16990415547", 1645 + "districtName": "Deira", 1646 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 1647 + "cityName": "Dubai", 1648 + "countryCode": "AE", 1649 + "countryName": "United Arab Emirates", 1650 + "hasAlcohol": true, 1651 + "hasFreeWifi": true, 1652 + "hasMetro": true, 1653 + "hasPool": false, 1654 + "hasMall": true, 1655 + "infantMaxAge": 2.99, 1656 + "childMinAge": 3.00, 1657 + "childMaxAge": 11.99, 1658 + "teenMinAge": 0.0, 1659 + "teenMaxAge": 0.0, 1660 + "adultMinAge": 12.00, 1661 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 1662 + "cancellationPolicy": { 1663 + "noShowChargeValue": 100, 1664 + "noShowChargeValueType": "%", 1665 + "earlyDepartureChargeValue": 100, 1666 + "earlyDepartureChargeValueType": "%", 1667 + "conditions": [ 1694 1694 { 1695 - (% style="font-weight: bold; color: #008000;" %)"timeunits"(%%):(% style="color: #666666;" %)365(%%),1696 - (% style="font-weight: bold; color: #008000;" %)"timeunitType"(%%):(% style="color: #BA2121;" %)"Day"(%%),1697 - (% style="font-weight: bold; color: #008000;" %)"timeOffsetTypeName"(%%):(% style="color: #BA2121;" %)"Before Arrival"(%%),1698 - (% style="font-weight: bold;color: #008000;" %)"chargeValue"(%%):(% style="color: #666666;" %)100(%%),1699 - (% style="font-weight: bold;color: #008000;" %)"chargeValueType"(%%):(% style="color: #BA2121;"%)"%"(%%)1669 + "timeunits": 365, 1670 + "timeunitType": "Day", 1671 + "timeOffsetTypeName": "Before Arrival", 1672 + "chargeValue": 100, 1673 + "chargeValueType": "%" 1700 1700 } 1701 1701 ] 1702 1702 } 1703 1703 }, 1704 - (% style="font-weight: bold; color: #008000;" %)"flight"(%%): {1705 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"265dfb4f-df75-4a8e-ad08-52a742c8742d"(%%),1706 - (% style="font-weight: bold; color: #008000;" %)"departureDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),1707 - (% style="font-weight: bold; color: #008000;" %)"returnDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),1708 - (% style="font-weight: bold; color: #008000;" %)"departureTicketsLeft"(%%):(% style="color: #666666;" %)7(%%),1709 - (% style="font-weight: bold; color: #008000;" %)"returnTicketsLeft"(%%):(% style="color: #666666;" %)7(%%),1710 - (% style="font-weight: bold; color: #008000;" %)"departureAvailabilityType"(%%):(% style="color: #BA2121;" %)"FewPlaces"(%%),1711 - (% style="font-weight: bold; color: #008000;" %)"returnAvailabilityType"(%%):(% style="color: #BA2121;" %)"FewPlaces"(%%),1712 - (% style="font-weight: bold; color: #008000;" %)"isTwoWay"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1713 - (% style="font-weight: bold; color: #008000;" %)"sameBaggageForAll"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1714 - (% style="font-weight: bold; color: #008000;" %)"totalBaggage"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1715 - (% style="font-weight: bold; color: #008000;" %)"isBlock"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1716 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),1717 - (% style="font-weight: bold; color: #008000;" %)"departureSegments"(%%): [1678 + "flight": { 1679 + "id": "265dfb4f-df75-4a8e-ad08-52a742c8742d", 1680 + "departureDate": "2024-05-17T00:00:00.000", 1681 + "returnDate": "2024-05-21T00:00:00.000", 1682 + "departureTicketsLeft": 7, 1683 + "returnTicketsLeft": 7, 1684 + "departureAvailabilityType": "FewPlaces", 1685 + "returnAvailabilityType": "FewPlaces", 1686 + "isTwoWay": true, 1687 + "sameBaggageForAll": false, 1688 + "totalBaggage": true, 1689 + "isBlock": false, 1690 + "class": "Economy", 1691 + "departureSegments": [ 1718 1718 { 1719 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"KC"(%%),1720 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"Air Astana"(%%),1721 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"KC897"(%%),1722 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),1723 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)20(%%),1724 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)6(%%),1725 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T09:15:00.000"(%%),1726 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"Kazakhstan"(%%),1727 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"Almaty"(%%),1728 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1729 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),1730 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1731 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T12:55:00.000"(%%),1732 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),1733 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),1734 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"DXB"(%%),1735 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),1736 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"DXB1"(%%),1737 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"5h 40m"(%%)1693 + "airlineCode": "KC", 1694 + "airlineName": "Air Astana", 1695 + "flightCode": "KC897", 1696 + "class": "Economy", 1697 + "lugageWeight": 20, 1698 + "handLugageWeight": 6, 1699 + "departureFlightDate": "2024-05-17T09:15:00.000", 1700 + "departureCountryName": "Kazakhstan", 1701 + "departureCityName": "Almaty", 1702 + "departureAirportCode": "ALA", 1703 + "departureAirportName": "Almaty Intl Airport", 1704 + "departureTerminalCode": "ALA", 1705 + "arrivalFlightDate": "2024-05-17T12:55:00.000", 1706 + "arrivalCountryName": "United Arab Emirates", 1707 + "arrivalCityName": "Dubai", 1708 + "arrivalAirportCode": "DXB", 1709 + "arrivalAirportName": "Dubai Intl Airport", 1710 + "arrivalTerminalCode": "DXB1", 1711 + "flightDuration": "5h 40m" 1738 1738 } 1739 1739 ], 1740 - (% style="font-weight: bold; color: #008000;" %)"returnSegments"(%%): [1714 + "returnSegments": [ 1741 1741 { 1742 - (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%):(% style="color: #BA2121;" %)"KC"(%%),1743 - (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%):(% style="color: #BA2121;" %)"Air Astana"(%%),1744 - (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%):(% style="color: #BA2121;" %)"KC898"(%%),1745 - (% style="font-weight: bold;color: #008000;" %)"class"(%%):(% style="color: #BA2121;" %)"Economy"(%%),1746 - (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%):(% style="color: #666666;" %)20(%%),1747 - (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%):(% style="color: #666666;" %)6(%%),1748 - (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T13:55:00.000"(%%),1749 - (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%):(% style="color: #BA2121;" %)"United Arab Emirates"(%%),1750 - (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%):(% style="color: #BA2121;" %)"Dubai"(%%),1751 - (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%):(% style="color: #BA2121;" %)"DXB"(%%),1752 - (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%):(% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),1753 - (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%):(% style="color: #BA2121;" %)"DXB1"(%%),1754 - (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T19:10:00.000"(%%),1755 - (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%):(% style="color: #BA2121;" %)"Kazakhstan"(%%),1756 - (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%):(% style="color: #BA2121;" %)"Almaty"(%%),1757 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1758 - (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%):(% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),1759 - (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%):(% style="color: #BA2121;" %)"ALA"(%%),1760 - (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%):(% style="color: #BA2121;" %)"3h 15m"(%%)1716 + "airlineCode": "KC", 1717 + "airlineName": "Air Astana", 1718 + "flightCode": "KC898", 1719 + "class": "Economy", 1720 + "lugageWeight": 20, 1721 + "handLugageWeight": 6, 1722 + "departureFlightDate": "2024-05-21T13:55:00.000", 1723 + "departureCountryName": "United Arab Emirates", 1724 + "departureCityName": "Dubai", 1725 + "departureAirportCode": "DXB", 1726 + "departureAirportName": "Dubai Intl Airport", 1727 + "departureTerminalCode": "DXB1", 1728 + "arrivalFlightDate": "2024-05-21T19:10:00.000", 1729 + "arrivalCountryName": "Kazakhstan", 1730 + "arrivalCityName": "Almaty", 1731 + "arrivalAirportCode": "ALA", 1732 + "arrivalAirportName": "Almaty Intl Airport", 1733 + "arrivalTerminalCode": "ALA", 1734 + "flightDuration": "3h 15m" 1761 1761 } 1762 1762 ], 1763 - (% style="font-weight: bold; color: #008000;" %)"passengers"(%%): [1737 + "passengers": [ 1764 1764 { 1765 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"265dfb4f-df75-4a8e-ad08-52a742c8742d-A1"(%%),1766 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1767 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [],1768 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): []1739 + "id": "265dfb4f-df75-4a8e-ad08-52a742c8742d-A1", 1740 + "isAdult": true, 1741 + "forwardBaggages": [], 1742 + "backwardBaggages": [] 1769 1769 }, 1770 1770 { 1771 - (% style="font-weight: bold; color: #008000;"%)"id"(%%):(% style="color: #BA2121;" %)"265dfb4f-df75-4a8e-ad08-52a742c8742d-A2"(%%),1772 - (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%),1773 - (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [],1774 - (% style="font-weight:bold; color: #008000;" %)"backwardBaggages"(%%): []1745 + "id": "265dfb4f-df75-4a8e-ad08-52a742c8742d-A2", 1746 + "isAdult": true, 1747 + "forwardBaggages": [], 1748 + "backwardBaggages": [] 1775 1775 } 1776 1776 ] 1777 1777 }, 1778 - (% style="font-weight: bold; color: #008000;" %)"extraServices"(%%): [],1779 - (% style="font-weight: bold; color: #008000;" %)"insurancePrice"(%%): {1780 - (% style="font-weight: bold; color: #008000;" %)"name"(%%):(% style="color: #BA2121;" %)"Medical INS (N10000)"(%%),1781 - (% style="font-weight: bold; color: #008000;" %)"price"(%%):(% style="color: #666666;" %)22.40(%%),1782 - (% style="font-weight: bold; color: #008000;" %)"actualStartDate"(%%):(% style="color: #BA2121;" %)"2024-05-17T00:00:00.000"(%%),1783 - (% style="font-weight: bold; color: #008000;" %)"actualEndDate"(%%):(% style="color: #BA2121;" %)"2024-05-21T00:00:00.000"(%%),1784 - (% style="font-weight: bold; color: #008000;" %)"optional"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%),1785 - (% style="font-weight: bold; color: #008000;" %)"includedInPackagePrice"(%%):(% style="font-weight: bold; color: #008000;" %)true(%%)1752 + "extraServices": [], 1753 + "insurancePrice": { 1754 + "name": "Medical INS (N10000)", 1755 + "price": 22.40, 1756 + "actualStartDate": "2024-05-17T00:00:00.000", 1757 + "actualEndDate": "2024-05-21T00:00:00.000", 1758 + "optional": false, 1759 + "includedInPackagePrice": true 1786 1786 }, 1787 - (% style="font-weight: bold; color: #008000;" %)"sortCheckInOut"(%%):(% style="color: #BA2121;" %)"17.05.2024-21.05.2024"(%%),1788 - (% style="font-weight: bold; color: #008000;" %)"sortAirline"(%%):(% style="color: #BA2121;" %)"air astana"(%%),1789 - (% style="font-weight: bold; color: #008000;" %)"sortHotelName"(%%):(% style="color: #BA2121;" %)"ibis al rigga"(%%),1790 - (% style="font-weight: bold; color: #008000;" %)"sortDetails"(%%):(% style="color: #BA2121;" %)"ro"(%%),1791 - (% style="font-weight: bold; color: #008000;" %)"sortPlacement"(%%):(% style="color: #BA2121;" %)"standard room with 1 double bed dbl"(%%)1761 + "sortCheckInOut": "17.05.2024-21.05.2024", 1762 + "sortAirline": "air astana", 1763 + "sortHotelName": "ibis al rigga", 1764 + "sortDetails": "ro", 1765 + "sortPlacement": "standard room with 1 double bed dbl" 1792 1792 } 1793 1793 ], 1794 - (% style="font-weight: bold; color: #008000;" %)"refreshPriceResult"(%%):(% style="color: #BA2121;" %)"Success"(%%),1795 - (% style="font-weight: bold; color: #008000;" %)"error"(%%):(% style="font-weight: bold; color: #008000;" %)false(%%)1768 + "refreshPriceResult": "Success", 1769 + "error": false 1796 1796 } 1797 -))) 1798 -))) 1771 +{{/code}} 1799 1799 1800 1800 1801 1801 === Schema === 1802 1802 1803 -(% class="box successmessage" %) 1804 -((( 1776 +{{success}} 1805 1805 CalcTourPackageResponse{ 1806 1806 1807 1807 |error|boolean ... ... @@ -2402,13 +2402,12 @@ 2402 2402 [ Success, HotelPriceNoMoreAvailable, FlightPriceNoMoreAvailable ] 2403 2403 2404 2404 } 2405 - )))2377 +{{/success}} 2406 2406 2407 2407 2408 2408 == Important == 2409 2409 2410 -(% class="box errormessage" %) 2411 -((( 2382 +{{error}} 2412 2412 === Implementing Authorization in Subsequent Requests === 2413 2413 2414 2414 For every API request after the initial authentication, it's crucial to include the authorization token in the request header. This ensures your requests are authorized and can access the necessary resources. Here's how to properly include your token: ... ... @@ -2423,4 +2423,5 @@ 2423 2423 * **Header Value:** 240 - Adjust this value to match your local timezone offset in minutes. 2424 2424 2425 2425 Incorporating these headers with their respective values is essential for the successful processing of your API requests. 2426 -))) 2397 +{{/error}} 2398 +