Changes for page 3. CalcPackage
Last modified by Giorgi Mdivnishvili on 2024/04/11 17:03
From version 12.1
edited by Giorgi Mdivnishvili
on 2024/04/11 08:07
on 2024/04/11 08:07
Change comment:
There is no comment for this version
To version 16.1
edited by Giorgi Mdivnishvili
on 2024/04/11 17:03
on 2024/04/11 17:03
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,18 +1,33 @@ 1 -{{box cssClass="floatinginfobox" title="**Contents**"}} 2 - 1 +(% class="box floatinginfobox" %) 2 +((( 3 +**Contents** 3 3 4 -{{toc/}} 5 -{{/box}} 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 +))) 6 6 7 7 = Method Description = 8 8 9 -This method is used to calculate full package with hotels and flights, to recheck prices, availability, prices and cancelation policy before book. 10 10 21 +Upon selecting any of the package variations retrieved from the tour package search, users can delve deeper into the chosen option. This involves obtaining more comprehensive information about the package, including recalculating prices and option variations gaining a thorough understanding of the associated conditions. 22 + 23 + 24 + 11 11 == Endpoint URL - [POST] == 12 12 13 -{{info}} 14 -[[https:~~/~~/integration.kazunion.com/api/TourPackages/CalcPackage>>https://integration.kazunion.com/api/TourPackages/CalcPackage]] 15 -{{/info}} 27 +(% class="box infomessage" %) 28 +((( 29 +[[https:~~/~~/integration.kazunion.com/api/TourPackages/CalcPackage>>url:https://integration.kazunion.com/api/TourPackages/CalcPackage]] 30 +))) 16 16 17 17 18 18 == Request Parameters == ... ... @@ -25,23 +25,27 @@ 25 25 26 26 == Request Body == 27 27 28 -{{code language="Json"}} 43 +(% class="box" %) 44 +((( 45 +(% class="code" %) 46 +((( 29 29 { 30 - "packageId": "string", 31 - "extraServicePriceCodes": [ 32 - "string" 48 + (% style="color:#008000; font-weight:bold" %)**"packageId"**(%%): (% style="color:#ba2121" %)"string"(%%), 49 + (% style="color:#008000; font-weight:bold" %)**"extraServicePriceCodes"**(%%): [ 50 + (% style="color:#ba2121" %)"string"(%%) 33 33 ], 34 - "flightPassengers": [ 52 + (% style="color:#008000; font-weight:bold" %)**"flightPassengers"**(%%): [ 35 35 { 36 - "id": "string", 37 - "selectedForwardBaggageCode": "string", 38 - "selectedBackwardBaggageCode": "string" 54 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"string"(%%), 55 + (% style="color:#008000; font-weight:bold" %)**"selectedForwardBaggageCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 56 + (% style="color:#008000; font-weight:bold" %)**"selectedBackwardBaggageCode"**(%%): (% style="color:#ba2121" %)"string"(%%) 39 39 } 40 40 ], 41 - "includeInsurance": true, 42 - "refreshPrices": true 59 + (% style="color:#008000; font-weight:bold" %)**"includeInsurance"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 60 + (% style="color:#008000; font-weight:bold" %)**"refreshPrices"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 43 43 } 44 -{{/code}} 62 +))) 63 +))) 45 45 46 46 (% class="wikigeneratedid" id="HRequestBodyexample" %) 47 47 (% id="cke_bm_10575S" style="display:none" %) ... ... @@ -50,957 +50,1740 @@ 50 50 51 51 == Request Body example == 52 52 53 -{{code language="Json"}} 72 +(% class="box" %) 73 +((( 74 +(% class="code" %) 75 +((( 54 54 { 55 - "calcTourPackageRequests": [ 56 - { 57 - "refreshPrices": true, 58 - "packageId": "tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:53552191-59ea-469d-ae9d-5b848da8839d", 59 - "flightPassengers": [ 60 - { 61 - "id": "53552191-59ea-469d-ae9d-5b848da8839d-A1", 62 - "selectedForwardBaggageCode": "INCLUDED", 63 - "selectedBackwardBaggageCode": "INCLUDED" 64 - }, 65 - { 66 - "id": "53552191-59ea-469d-ae9d-5b848da8839d-A2", 67 - "selectedForwardBaggageCode": "INCLUDED", 68 - "selectedBackwardBaggageCode": "INCLUDED" 69 - } 70 - ], 71 - "extraServicePriceCodes": [], 72 - "includeInsurance": true 73 - } 74 - ], 75 - "calcOnlyHotelPackageRequests": [], 76 - "calcOnlyAviaPackageRequests": [] 77 + (% style="color:#008000; font-weight:bold" %)**"packageId"**(%%): (% style="color:#ba2121" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:53552191-59ea-469d-ae9d-5b848da8839d"(%%), 78 + (% style="color:#008000; font-weight:bold" %)**"includeInsurance"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 77 77 } 78 -{{/code}} 80 +))) 81 +))) 79 79 80 80 81 81 == Response == 82 82 83 -{{code language="json"}} 86 +(% class="box" %) 87 +((( 88 +(% class="code" %) 89 +((( 84 84 { 85 - "error": true, 86 - "errorCode": "string", 87 - "errorDescription": "string", 88 - "userErrorDescription": "string", 89 - "package": { 90 - "cacheKey": "string", 91 - "id": "string", 92 - "priceCurrency": "string", 93 - "totalPrice": 0, 94 - "agentCommissionPercent": 0, 95 - "agentCommissionAmount": 0, 96 - "includedExtrasAmount": 0, 97 - "priceDifference": 0, 98 - "hotel": { 99 - "hotelPriceId": "string", 100 - "providerId": 0, 101 - "hotelName": "string", 102 - "hotelCode": "string", 103 - "nigths": 0, 104 - "mealPlan": "string", 105 - "hotelClass": "string", 106 - "availabilityType": "OnRequest", 107 - "availableRoomsCount": 0, 108 - "fewRooms": true, 109 - "roomCategoryCode": "string", 110 - "roomCategoryName": "string", 111 - "placementTypeName": "string", 112 - "placementDescription": "string", 113 - "checkInDate": "2023-12-26T12:55:59.433Z", 114 - "checkOutDate": "2023-12-26T12:55:59.433Z", 115 - "adults": 0, 116 - "children": 0, 117 - "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 118 - "districtName": "string", 119 - "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 120 - "cityName": "string", 121 - "countryCode": "string", 122 - "countryName": "string", 123 - "hasAlcohol": true, 124 - "hasFreeWifi": true, 125 - "hasMetro": true, 126 - "hasPool": true, 127 - "hasMall": true, 128 - "cancellationPolicyDescription": "string", 129 - "cancellationPolicy": { 130 - "cancellationPolicyCode": "string", 131 - "noShowChargeValue": 0, 132 - "noShowChargeValueType": "string", 133 - "earlyDepartureChargeValue": 0, 134 - "earlyDepartureChargeValueType": "string", 135 - "conditions": [ 91 + (% style="color:#008000; font-weight:bold" %)**"error"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 92 + (% style="color:#008000; font-weight:bold" %)**"errorCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 93 + (% style="color:#008000; font-weight:bold" %)**"errorDescription"**(%%): (% style="color:#ba2121" %)"string"(%%), 94 + (% style="color:#008000; font-weight:bold" %)**"userErrorDescription"**(%%): (% style="color:#ba2121" %)"string"(%%), 95 + (% style="color:#008000; font-weight:bold" %)**"package"**(%%): { 96 + (% style="color:#008000; font-weight:bold" %)**"cacheKey"**(%%): (% style="color:#ba2121" %)"string"(%%), 97 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"string"(%%), 98 + (% style="color:#008000; font-weight:bold" %)**"priceCurrency"**(%%): (% style="color:#ba2121" %)"string"(%%), 99 + (% style="color:#008000; font-weight:bold" %)**"totalPrice"**(%%): (% style="color:#666666" %)0(%%), 100 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionPercent"**(%%): (% style="color:#666666" %)0(%%), 101 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionAmount"**(%%): (% style="color:#666666" %)0(%%), 102 + (% style="color:#008000; font-weight:bold" %)**"includedExtrasAmount"**(%%): (% style="color:#666666" %)0(%%), 103 + (% style="color:#008000; font-weight:bold" %)**"priceDifference"**(%%): (% style="color:#666666" %)0(%%), 104 + (% style="color:#008000; font-weight:bold" %)**"hotel"**(%%): { 105 + (% style="color:#008000; font-weight:bold" %)**"hotelPriceId"**(%%): (% style="color:#ba2121" %)"string"(%%), 106 + (% style="color:#008000; font-weight:bold" %)**"providerId"**(%%): (% style="color:#666666" %)0(%%), 107 + (% style="color:#008000; font-weight:bold" %)**"hotelName"**(%%): (% style="color:#ba2121" %)"string"(%%), 108 + (% style="color:#008000; font-weight:bold" %)**"hotelCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 109 + (% style="color:#008000; font-weight:bold" %)**"nigths"**(%%): (% style="color:#666666" %)0(%%), 110 + (% style="color:#008000; font-weight:bold" %)**"mealPlan"**(%%): (% style="color:#ba2121" %)"string"(%%), 111 + (% style="color:#008000; font-weight:bold" %)**"hotelClass"**(%%): (% style="color:#ba2121" %)"string"(%%), 112 + (% style="color:#008000; font-weight:bold" %)**"availabilityType"**(%%): (% style="color:#ba2121" %)"OnRequest"(%%), 113 + (% style="color:#008000; font-weight:bold" %)**"availableRoomsCount"**(%%): (% style="color:#666666" %)0(%%), 114 + (% style="color:#008000; font-weight:bold" %)**"fewRooms"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 115 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 116 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryName"**(%%): (% style="color:#ba2121" %)"string"(%%), 117 + (% style="color:#008000; font-weight:bold" %)**"placementTypeName"**(%%): (% style="color:#ba2121" %)"string"(%%), 118 + (% style="color:#008000; font-weight:bold" %)**"placementDescription"**(%%): (% style="color:#ba2121" %)"string"(%%), 119 + (% style="color:#008000; font-weight:bold" %)**"checkInDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 120 + (% style="color:#008000; font-weight:bold" %)**"checkOutDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 121 + (% style="color:#008000; font-weight:bold" %)**"adults"**(%%): (% style="color:#666666" %)0(%%), 122 + (% style="color:#008000; font-weight:bold" %)**"children"**(%%): (% style="color:#666666" %)0(%%), 123 + (% style="color:#008000; font-weight:bold" %)**"districtUID"**(%%): (% style="color:#ba2121" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%), 124 + (% style="color:#008000; font-weight:bold" %)**"districtName"**(%%): (% style="color:#ba2121" %)"string"(%%), 125 + (% style="color:#008000; font-weight:bold" %)**"cityUID"**(%%): (% style="color:#ba2121" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%), 126 + (% style="color:#008000; font-weight:bold" %)**"cityName"**(%%): (% style="color:#ba2121" %)"string"(%%), 127 + (% style="color:#008000; font-weight:bold" %)**"countryCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 128 + (% style="color:#008000; font-weight:bold" %)**"countryName"**(%%): (% style="color:#ba2121" %)"string"(%%), 129 + (% style="color:#008000; font-weight:bold" %)**"hasAlcohol"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 130 + (% style="color:#008000; font-weight:bold" %)**"hasFreeWifi"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 131 + (% style="color:#008000; font-weight:bold" %)**"hasMetro"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 132 + (% style="color:#008000; font-weight:bold" %)**"hasPool"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 133 + (% style="color:#008000; font-weight:bold" %)**"hasMall"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 134 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicyDescription"**(%%): (% style="color:#ba2121" %)"string"(%%), 135 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicy"**(%%): { 136 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicyCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 137 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValue"**(%%): (% style="color:#666666" %)0(%%), 138 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValueType"**(%%): (% style="color:#ba2121" %)"string"(%%), 139 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValue"**(%%): (% style="color:#666666" %)0(%%), 140 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValueType"**(%%): (% style="color:#ba2121" %)"string"(%%), 141 + (% style="color:#008000; font-weight:bold" %)**"conditions"**(%%): [ 136 136 { 137 - "timeunits": 0, 138 - "timeunitType": "string", 139 - "timeOffsetTypeName": "string", 140 - "chargeValue": 0, 141 - "chargeValueType": "string" 143 + (% style="color:#008000; font-weight:bold" %)**"timeunits"**(%%): (% style="color:#666666" %)0(%%), 144 + (% style="color:#008000; font-weight:bold" %)**"timeunitType"**(%%): (% style="color:#ba2121" %)"string"(%%), 145 + (% style="color:#008000; font-weight:bold" %)**"timeOffsetTypeName"**(%%): (% style="color:#ba2121" %)"string"(%%), 146 + (% style="color:#008000; font-weight:bold" %)**"chargeValue"**(%%): (% style="color:#666666" %)0(%%), 147 + (% style="color:#008000; font-weight:bold" %)**"chargeValueType"**(%%): (% style="color:#ba2121" %)"string"(%%) 142 142 } 143 143 ] 144 144 } 145 145 }, 146 - "flight": { 147 - "id": "string", 148 - "departureDate": "2023-12-26T12:55:59.433Z", 149 - "returnDate": "2023-12-26T12:55:59.433Z", 150 - "departureTicketsLeft": 0, 151 - "returnTicketsLeft": 0, 152 - "departureAvailabilityType": "OnRequest", 153 - "returnAvailabilityType": "OnRequest", 154 - "isTwoWay": true, 155 - "sameBaggageForAll": true, 156 - "totalBaggage": true, 157 - "departureSegments": [ 152 + (% style="color:#008000; font-weight:bold" %)**"flight"**(%%): { 153 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"string"(%%), 154 + (% style="color:#008000; font-weight:bold" %)**"departureDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 155 + (% style="color:#008000; font-weight:bold" %)**"returnDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 156 + (% style="color:#008000; font-weight:bold" %)**"departureTicketsLeft"**(%%): (% style="color:#666666" %)0(%%), 157 + (% style="color:#008000; font-weight:bold" %)**"returnTicketsLeft"**(%%): (% style="color:#666666" %)0(%%), 158 + (% style="color:#008000; font-weight:bold" %)**"departureAvailabilityType"**(%%): (% style="color:#ba2121" %)"OnRequest"(%%), 159 + (% style="color:#008000; font-weight:bold" %)**"returnAvailabilityType"**(%%): (% style="color:#ba2121" %)"OnRequest"(%%), 160 + (% style="color:#008000; font-weight:bold" %)**"isTwoWay"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 161 + (% style="color:#008000; font-weight:bold" %)**"sameBaggageForAll"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 162 + (% style="color:#008000; font-weight:bold" %)**"totalBaggage"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 163 + (% style="color:#008000; font-weight:bold" %)**"departureSegments"**(%%): [ 158 158 { 159 - "airlineCode": "string", 160 - "airlineName": "string", 161 - "flightCode": "string", 162 - "class": "string", 163 - "lugageWeight": 0, 164 - "handLugageWeight": 0, 165 - "departureFlightDate": "2023-12-26T12:55:59.433Z", 166 - "departureCountryName": "string", 167 - "departureCityName": "string", 168 - "departureAirportCode": "string", 169 - "departureAirportName": "string", 170 - "departureTerminalCode": "string", 171 - "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 172 - "arrivalCountryName": "string", 173 - "arrivalCityName": "string", 174 - "arrivalAirportCode": "string", 175 - "arrivalAirportName": "string", 176 - "arrivalTerminalCode": "string", 177 - "flightDuration": "string" 165 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 166 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"string"(%%), 167 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 168 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"string"(%%), 169 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)0(%%), 170 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)0(%%), 171 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 172 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"string"(%%), 173 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"string"(%%), 174 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 175 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"string"(%%), 176 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 177 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 178 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"string"(%%), 179 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"string"(%%), 180 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 181 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"string"(%%), 182 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 183 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"string"(%%) 178 178 } 179 179 ], 180 - "returnSegments": [ 186 + (% style="color:#008000; font-weight:bold" %)**"returnSegments"**(%%): [ 181 181 { 182 - "airlineCode": "string", 183 - "airlineName": "string", 184 - "flightCode": "string", 185 - "class": "string", 186 - "lugageWeight": 0, 187 - "handLugageWeight": 0, 188 - "departureFlightDate": "2023-12-26T12:55:59.433Z", 189 - "departureCountryName": "string", 190 - "departureCityName": "string", 191 - "departureAirportCode": "string", 192 - "departureAirportName": "string", 193 - "departureTerminalCode": "string", 194 - "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 195 - "arrivalCountryName": "string", 196 - "arrivalCityName": "string", 197 - "arrivalAirportCode": "string", 198 - "arrivalAirportName": "string", 199 - "arrivalTerminalCode": "string", 200 - "flightDuration": "string" 188 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 189 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"string"(%%), 190 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 191 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"string"(%%), 192 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)0(%%), 193 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)0(%%), 194 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 195 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"string"(%%), 196 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"string"(%%), 197 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 198 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"string"(%%), 199 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 200 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 201 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"string"(%%), 202 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"string"(%%), 203 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 204 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"string"(%%), 205 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 206 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"string"(%%) 201 201 } 202 202 ], 203 - "passengers": [ 209 + (% style="color:#008000; font-weight:bold" %)**"passengers"**(%%): [ 204 204 { 205 - "id": "string", 206 - "isAdult": true, 207 - "selectedForwardBaggageCode": "string", 208 - "selectedBackwardBaggageCode": "string", 209 - "forwardBaggages": [ 211 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"string"(%%), 212 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 213 + (% style="color:#008000; font-weight:bold" %)**"selectedForwardBaggageCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 214 + (% style="color:#008000; font-weight:bold" %)**"selectedBackwardBaggageCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 215 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [ 210 210 { 211 - "baggageCode": "string", 212 - "description": "string", 213 - "price": 0, 214 - "currency": "string", 215 - "included": true 217 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 218 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"string"(%%), 219 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0(%%), 220 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"string"(%%), 221 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 216 216 } 217 217 ], 218 - "backwardBaggages": [ 224 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [ 219 219 { 220 - "baggageCode": "string", 221 - "description": "string", 222 - "price": 0, 223 - "currency": "string", 224 - "included": true 226 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 227 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"string"(%%), 228 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0(%%), 229 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"string"(%%), 230 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 225 225 } 226 226 ] 227 227 } 228 228 ] 229 229 }, 230 - "extraServices": [ 236 + (% style="color:#008000; font-weight:bold" %)**"extraServices"**(%%): [ 231 231 { 232 - "extraServiceCode": "string", 233 - "extraServiceTypeCode": "string", 234 - "isMandatory": 0, 235 - "extraServiceName": "string", 236 - "minimalServiceAmount": 0, 237 - "includedPriceCode": "string", 238 - "prices": [ 238 + (% style="color:#008000; font-weight:bold" %)**"extraServiceCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 239 + (% style="color:#008000; font-weight:bold" %)**"extraServiceTypeCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 240 + (% style="color:#008000; font-weight:bold" %)**"isMandatory"**(%%): (% style="color:#666666" %)0(%%), 241 + (% style="color:#008000; font-weight:bold" %)**"extraServiceName"**(%%): (% style="color:#ba2121" %)"string"(%%), 242 + (% style="color:#008000; font-weight:bold" %)**"minimalServiceAmount"**(%%): (% style="color:#666666" %)0(%%), 243 + (% style="color:#008000; font-weight:bold" %)**"includedPriceCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 244 + (% style="color:#008000; font-weight:bold" %)**"prices"**(%%): [ 239 239 { 240 - "extraServicePriceCode": "string", 241 - "displayName": "string", 242 - "restrictionInfo": "string", 243 - "additionalInfo": "string", 244 - "price": 0, 245 - "extraPrice": 0, 246 - "currency": "string" 246 + (% style="color:#008000; font-weight:bold" %)**"extraServicePriceCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 247 + (% style="color:#008000; font-weight:bold" %)**"displayName"**(%%): (% style="color:#ba2121" %)"string"(%%), 248 + (% style="color:#008000; font-weight:bold" %)**"restrictionInfo"**(%%): (% style="color:#ba2121" %)"string"(%%), 249 + (% style="color:#008000; font-weight:bold" %)**"additionalInfo"**(%%): (% style="color:#ba2121" %)"string"(%%), 250 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0(%%), 251 + (% style="color:#008000; font-weight:bold" %)**"extraPrice"**(%%): (% style="color:#666666" %)0(%%), 252 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"string"(%%) 247 247 } 248 248 ] 249 249 } 250 250 ], 251 - "insurancePrice": { 252 - "name": "string", 253 - "price": 0, 254 - "priceSurcarge": 0, 255 - "actualStartDate": "2023-12-26T12:55:59.433Z", 256 - "actualEndDate": "2023-12-26T12:55:59.433Z", 257 - "optional": true, 258 - "includedInPackagePrice": true 257 + (% style="color:#008000; font-weight:bold" %)**"insurancePrice"**(%%): { 258 + (% style="color:#008000; font-weight:bold" %)**"name"**(%%): (% style="color:#ba2121" %)"string"(%%), 259 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0(%%), 260 + (% style="color:#008000; font-weight:bold" %)**"priceSurcarge"**(%%): (% style="color:#666666" %)0(%%), 261 + (% style="color:#008000; font-weight:bold" %)**"actualStartDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 262 + (% style="color:#008000; font-weight:bold" %)**"actualEndDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 263 + (% style="color:#008000; font-weight:bold" %)**"optional"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 264 + (% style="color:#008000; font-weight:bold" %)**"includedInPackagePrice"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 259 259 } 260 260 }, 261 - "altPackages": [ 267 + (% style="color:#008000; font-weight:bold" %)**"altPackages"**(%%): [ 262 262 { 263 - "cacheKey": "string", 264 - "id": "string", 265 - "priceCurrency": "string", 266 - "totalPrice": 0, 267 - "agentCommissionPercent": 0, 268 - "agentCommissionAmount": 0, 269 - "includedExtrasAmount": 0, 270 - "priceDifference": 0, 271 - "hotel": { 272 - "hotelPriceId": "string", 273 - "providerId": 0, 274 - "hotelName": "string", 275 - "hotelCode": "string", 276 - "nigths": 0, 277 - "mealPlan": "string", 278 - "hotelClass": "string", 279 - "availabilityType": "OnRequest", 280 - "availableRoomsCount": 0, 281 - "fewRooms": true, 282 - "roomCategoryCode": "string", 283 - "roomCategoryName": "string", 284 - "placementTypeName": "string", 285 - "placementDescription": "string", 286 - "checkInDate": "2023-12-26T12:55:59.433Z", 287 - "checkOutDate": "2023-12-26T12:55:59.433Z", 288 - "adults": 0, 289 - "children": 0, 290 - "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 291 - "districtName": "string", 292 - "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 293 - "cityName": "string", 294 - "countryCode": "string", 295 - "countryName": "string", 296 - "hasAlcohol": true, 297 - "hasFreeWifi": true, 298 - "hasMetro": true, 299 - "hasPool": true, 300 - "hasMall": true, 301 - "cancellationPolicyDescription": "string", 302 - "cancellationPolicy": { 303 - "cancellationPolicyCode": "string", 304 - "noShowChargeValue": 0, 305 - "noShowChargeValueType": "string", 306 - "earlyDepartureChargeValue": 0, 307 - "earlyDepartureChargeValueType": "string", 308 - "conditions": [ 269 + (% style="color:#008000; font-weight:bold" %)**"cacheKey"**(%%): (% style="color:#ba2121" %)"string"(%%), 270 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"string"(%%), 271 + (% style="color:#008000; font-weight:bold" %)**"priceCurrency"**(%%): (% style="color:#ba2121" %)"string"(%%), 272 + (% style="color:#008000; font-weight:bold" %)**"totalPrice"**(%%): (% style="color:#666666" %)0(%%), 273 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionPercent"**(%%): (% style="color:#666666" %)0(%%), 274 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionAmount"**(%%): (% style="color:#666666" %)0(%%), 275 + (% style="color:#008000; font-weight:bold" %)**"includedExtrasAmount"**(%%): (% style="color:#666666" %)0(%%), 276 + (% style="color:#008000; font-weight:bold" %)**"priceDifference"**(%%): (% style="color:#666666" %)0(%%), 277 + (% style="color:#008000; font-weight:bold" %)**"hotel"**(%%): { 278 + (% style="color:#008000; font-weight:bold" %)**"hotelPriceId"**(%%): (% style="color:#ba2121" %)"string"(%%), 279 + (% style="color:#008000; font-weight:bold" %)**"providerId"**(%%): (% style="color:#666666" %)0(%%), 280 + (% style="color:#008000; font-weight:bold" %)**"hotelName"**(%%): (% style="color:#ba2121" %)"string"(%%), 281 + (% style="color:#008000; font-weight:bold" %)**"hotelCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 282 + (% style="color:#008000; font-weight:bold" %)**"nigths"**(%%): (% style="color:#666666" %)0(%%), 283 + (% style="color:#008000; font-weight:bold" %)**"mealPlan"**(%%): (% style="color:#ba2121" %)"string"(%%), 284 + (% style="color:#008000; font-weight:bold" %)**"hotelClass"**(%%): (% style="color:#ba2121" %)"string"(%%), 285 + (% style="color:#008000; font-weight:bold" %)**"availabilityType"**(%%): (% style="color:#ba2121" %)"OnRequest"(%%), 286 + (% style="color:#008000; font-weight:bold" %)**"availableRoomsCount"**(%%): (% style="color:#666666" %)0(%%), 287 + (% style="color:#008000; font-weight:bold" %)**"fewRooms"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 288 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 289 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryName"**(%%): (% style="color:#ba2121" %)"string"(%%), 290 + (% style="color:#008000; font-weight:bold" %)**"placementTypeName"**(%%): (% style="color:#ba2121" %)"string"(%%), 291 + (% style="color:#008000; font-weight:bold" %)**"placementDescription"**(%%): (% style="color:#ba2121" %)"string"(%%), 292 + (% style="color:#008000; font-weight:bold" %)**"checkInDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 293 + (% style="color:#008000; font-weight:bold" %)**"checkOutDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 294 + (% style="color:#008000; font-weight:bold" %)**"adults"**(%%): (% style="color:#666666" %)0(%%), 295 + (% style="color:#008000; font-weight:bold" %)**"children"**(%%): (% style="color:#666666" %)0(%%), 296 + (% style="color:#008000; font-weight:bold" %)**"districtUID"**(%%): (% style="color:#ba2121" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%), 297 + (% style="color:#008000; font-weight:bold" %)**"districtName"**(%%): (% style="color:#ba2121" %)"string"(%%), 298 + (% style="color:#008000; font-weight:bold" %)**"cityUID"**(%%): (% style="color:#ba2121" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%), 299 + (% style="color:#008000; font-weight:bold" %)**"cityName"**(%%): (% style="color:#ba2121" %)"string"(%%), 300 + (% style="color:#008000; font-weight:bold" %)**"countryCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 301 + (% style="color:#008000; font-weight:bold" %)**"countryName"**(%%): (% style="color:#ba2121" %)"string"(%%), 302 + (% style="color:#008000; font-weight:bold" %)**"hasAlcohol"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 303 + (% style="color:#008000; font-weight:bold" %)**"hasFreeWifi"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 304 + (% style="color:#008000; font-weight:bold" %)**"hasMetro"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 305 + (% style="color:#008000; font-weight:bold" %)**"hasPool"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 306 + (% style="color:#008000; font-weight:bold" %)**"hasMall"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 307 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicyDescription"**(%%): (% style="color:#ba2121" %)"string"(%%), 308 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicy"**(%%): { 309 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicyCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 310 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValue"**(%%): (% style="color:#666666" %)0(%%), 311 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValueType"**(%%): (% style="color:#ba2121" %)"string"(%%), 312 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValue"**(%%): (% style="color:#666666" %)0(%%), 313 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValueType"**(%%): (% style="color:#ba2121" %)"string"(%%), 314 + (% style="color:#008000; font-weight:bold" %)**"conditions"**(%%): [ 309 309 { 310 - "timeunits": 0, 311 - "timeunitType": "string", 312 - "timeOffsetTypeName": "string", 313 - "chargeValue": 0, 314 - "chargeValueType": "string" 316 + (% style="color:#008000; font-weight:bold" %)**"timeunits"**(%%): (% style="color:#666666" %)0(%%), 317 + (% style="color:#008000; font-weight:bold" %)**"timeunitType"**(%%): (% style="color:#ba2121" %)"string"(%%), 318 + (% style="color:#008000; font-weight:bold" %)**"timeOffsetTypeName"**(%%): (% style="color:#ba2121" %)"string"(%%), 319 + (% style="color:#008000; font-weight:bold" %)**"chargeValue"**(%%): (% style="color:#666666" %)0(%%), 320 + (% style="color:#008000; font-weight:bold" %)**"chargeValueType"**(%%): (% style="color:#ba2121" %)"string"(%%) 315 315 } 316 316 ] 317 317 } 318 318 }, 319 - "flight": { 320 - "id": "string", 321 - "departureDate": "2023-12-26T12:55:59.433Z", 322 - "returnDate": "2023-12-26T12:55:59.433Z", 323 - "departureTicketsLeft": 0, 324 - "returnTicketsLeft": 0, 325 - "departureAvailabilityType": "OnRequest", 326 - "returnAvailabilityType": "OnRequest", 327 - "isTwoWay": true, 328 - "sameBaggageForAll": true, 329 - "totalBaggage": true, 330 - "departureSegments": [ 325 + (% style="color:#008000; font-weight:bold" %)**"flight"**(%%): { 326 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"string"(%%), 327 + (% style="color:#008000; font-weight:bold" %)**"departureDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 328 + (% style="color:#008000; font-weight:bold" %)**"returnDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 329 + (% style="color:#008000; font-weight:bold" %)**"departureTicketsLeft"**(%%): (% style="color:#666666" %)0(%%), 330 + (% style="color:#008000; font-weight:bold" %)**"returnTicketsLeft"**(%%): (% style="color:#666666" %)0(%%), 331 + (% style="color:#008000; font-weight:bold" %)**"departureAvailabilityType"**(%%): (% style="color:#ba2121" %)"OnRequest"(%%), 332 + (% style="color:#008000; font-weight:bold" %)**"returnAvailabilityType"**(%%): (% style="color:#ba2121" %)"OnRequest"(%%), 333 + (% style="color:#008000; font-weight:bold" %)**"isTwoWay"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 334 + (% style="color:#008000; font-weight:bold" %)**"sameBaggageForAll"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 335 + (% style="color:#008000; font-weight:bold" %)**"totalBaggage"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 336 + (% style="color:#008000; font-weight:bold" %)**"departureSegments"**(%%): [ 331 331 { 332 - "airlineCode": "string", 333 - "airlineName": "string", 334 - "flightCode": "string", 335 - "class": "string", 336 - "lugageWeight": 0, 337 - "handLugageWeight": 0, 338 - "departureFlightDate": "2023-12-26T12:55:59.433Z", 339 - "departureCountryName": "string", 340 - "departureCityName": "string", 341 - "departureAirportCode": "string", 342 - "departureAirportName": "string", 343 - "departureTerminalCode": "string", 344 - "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 345 - "arrivalCountryName": "string", 346 - "arrivalCityName": "string", 347 - "arrivalAirportCode": "string", 348 - "arrivalAirportName": "string", 349 - "arrivalTerminalCode": "string", 350 - "flightDuration": "string" 338 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 339 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"string"(%%), 340 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 341 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"string"(%%), 342 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)0(%%), 343 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)0(%%), 344 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 345 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"string"(%%), 346 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"string"(%%), 347 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 348 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"string"(%%), 349 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 350 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 351 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"string"(%%), 352 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"string"(%%), 353 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 354 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"string"(%%), 355 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 356 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"string"(%%) 351 351 } 352 352 ], 353 - "returnSegments": [ 359 + (% style="color:#008000; font-weight:bold" %)**"returnSegments"**(%%): [ 354 354 { 355 - "airlineCode": "string", 356 - "airlineName": "string", 357 - "flightCode": "string", 358 - "class": "string", 359 - "lugageWeight": 0, 360 - "handLugageWeight": 0, 361 - "departureFlightDate": "2023-12-26T12:55:59.433Z", 362 - "departureCountryName": "string", 363 - "departureCityName": "string", 364 - "departureAirportCode": "string", 365 - "departureAirportName": "string", 366 - "departureTerminalCode": "string", 367 - "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 368 - "arrivalCountryName": "string", 369 - "arrivalCityName": "string", 370 - "arrivalAirportCode": "string", 371 - "arrivalAirportName": "string", 372 - "arrivalTerminalCode": "string", 373 - "flightDuration": "string" 361 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 362 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"string"(%%), 363 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 364 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"string"(%%), 365 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)0(%%), 366 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)0(%%), 367 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 368 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"string"(%%), 369 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"string"(%%), 370 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 371 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"string"(%%), 372 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 373 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 374 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"string"(%%), 375 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"string"(%%), 376 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 377 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"string"(%%), 378 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 379 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"string"(%%) 374 374 } 375 375 ], 376 - "passengers": [ 382 + (% style="color:#008000; font-weight:bold" %)**"passengers"**(%%): [ 377 377 { 378 - "id": "string", 379 - "isAdult": true, 380 - "selectedForwardBaggageCode": "string", 381 - "selectedBackwardBaggageCode": "string", 382 - "forwardBaggages": [ 384 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"string"(%%), 385 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 386 + (% style="color:#008000; font-weight:bold" %)**"selectedForwardBaggageCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 387 + (% style="color:#008000; font-weight:bold" %)**"selectedBackwardBaggageCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 388 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [ 383 383 { 384 - "baggageCode": "string", 385 - "description": "string", 386 - "price": 0, 387 - "currency": "string", 388 - "included": true 390 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 391 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"string"(%%), 392 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0(%%), 393 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"string"(%%), 394 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 389 389 } 390 390 ], 391 - "backwardBaggages": [ 397 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [ 392 392 { 393 - "baggageCode": "string", 394 - "description": "string", 395 - "price": 0, 396 - "currency": "string", 397 - "included": true 399 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 400 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"string"(%%), 401 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0(%%), 402 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"string"(%%), 403 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 398 398 } 399 399 ] 400 400 } 401 401 ] 402 402 }, 403 - "extraServices": [ 409 + (% style="color:#008000; font-weight:bold" %)**"extraServices"**(%%): [ 404 404 { 405 - "extraServiceCode": "string", 406 - "extraServiceTypeCode": "string", 407 - "isMandatory": 0, 408 - "extraServiceName": "string", 409 - "minimalServiceAmount": 0, 410 - "includedPriceCode": "string", 411 - "prices": [ 411 + (% style="color:#008000; font-weight:bold" %)**"extraServiceCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 412 + (% style="color:#008000; font-weight:bold" %)**"extraServiceTypeCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 413 + (% style="color:#008000; font-weight:bold" %)**"isMandatory"**(%%): (% style="color:#666666" %)0(%%), 414 + (% style="color:#008000; font-weight:bold" %)**"extraServiceName"**(%%): (% style="color:#ba2121" %)"string"(%%), 415 + (% style="color:#008000; font-weight:bold" %)**"minimalServiceAmount"**(%%): (% style="color:#666666" %)0(%%), 416 + (% style="color:#008000; font-weight:bold" %)**"includedPriceCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 417 + (% style="color:#008000; font-weight:bold" %)**"prices"**(%%): [ 412 412 { 413 - "extraServicePriceCode": "string", 414 - "displayName": "string", 415 - "restrictionInfo": "string", 416 - "additionalInfo": "string", 417 - "price": 0, 418 - "extraPrice": 0, 419 - "currency": "string" 419 + (% style="color:#008000; font-weight:bold" %)**"extraServicePriceCode"**(%%): (% style="color:#ba2121" %)"string"(%%), 420 + (% style="color:#008000; font-weight:bold" %)**"displayName"**(%%): (% style="color:#ba2121" %)"string"(%%), 421 + (% style="color:#008000; font-weight:bold" %)**"restrictionInfo"**(%%): (% style="color:#ba2121" %)"string"(%%), 422 + (% style="color:#008000; font-weight:bold" %)**"additionalInfo"**(%%): (% style="color:#ba2121" %)"string"(%%), 423 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0(%%), 424 + (% style="color:#008000; font-weight:bold" %)**"extraPrice"**(%%): (% style="color:#666666" %)0(%%), 425 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"string"(%%) 420 420 } 421 421 ] 422 422 } 423 423 ], 424 - "insurancePrice": { 425 - "name": "string", 426 - "price": 0, 427 - "priceSurcarge": 0, 428 - "actualStartDate": "2023-12-26T12:55:59.433Z", 429 - "actualEndDate": "2023-12-26T12:55:59.433Z", 430 - "optional": true, 431 - "includedInPackagePrice": true 430 + (% style="color:#008000; font-weight:bold" %)**"insurancePrice"**(%%): { 431 + (% style="color:#008000; font-weight:bold" %)**"name"**(%%): (% style="color:#ba2121" %)"string"(%%), 432 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0(%%), 433 + (% style="color:#008000; font-weight:bold" %)**"priceSurcarge"**(%%): (% style="color:#666666" %)0(%%), 434 + (% style="color:#008000; font-weight:bold" %)**"actualStartDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 435 + (% style="color:#008000; font-weight:bold" %)**"actualEndDate"**(%%): (% style="color:#ba2121" %)"2023-12-26T12:55:59.433Z"(%%), 436 + (% style="color:#008000; font-weight:bold" %)**"optional"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 437 + (% style="color:#008000; font-weight:bold" %)**"includedInPackagePrice"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 432 432 } 433 433 } 434 434 ], 435 - "refreshPriceResult": "Success" 441 + (% style="color:#008000; font-weight:bold" %)**"refreshPriceResult"**(%%): (% style="color:#ba2121" %)"Success"(%%) 436 436 } 437 -{{/code}} 443 +))) 444 +))) 438 438 439 439 440 440 === Response example === 441 441 442 -{{code language="Json"}} 449 +(% class="box" %) 450 +((( 451 +(% class="code" %) 452 +((( 443 443 { 444 - "priceCurrency": "USD", 445 - "totalPrice": 782, 446 - "agentCommissionPercent": 0.00, 447 - "agentCommissionAmount": 0, 448 - "requiredCitizenIdentifiers": [ 449 - { 450 - "countryCode": "KZ", 451 - "identifierType": "TIN" 454 + (% style="color:#008000; font-weight:bold" %)**"package"**(%%): { 455 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:53552191-59ea-469d-ae9d-5b848da8839d"(%%), 456 + (% style="color:#008000; font-weight:bold" %)**"priceCurrency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 457 + (% style="color:#008000; font-weight:bold" %)**"totalPrice"**(%%): (% style="color:#666666" %)781.60(%%), 458 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionPercent"**(%%): (% style="color:#666666" %)0.00(%%), 459 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionAmount"**(%%): (% style="color:#666666" %)0.00(%%), 460 + (% style="color:#008000; font-weight:bold" %)**"includedExtrasAmount"**(%%): (% style="color:#666666" %)0(%%), 461 + (% style="color:#008000; font-weight:bold" %)**"priceDifference"**(%%): (% style="color:#666666" %)0(%%), 462 + (% style="color:#008000; font-weight:bold" %)**"hotel"**(%%): { 463 + (% style="color:#008000; font-weight:bold" %)**"hotelPriceId"**(%%): (% style="color:#ba2121" %)"fa7a89d5-1c20-4004-b3d2-f8d08163827f"(%%), 464 + (% style="color:#008000; font-weight:bold" %)**"hotelName"**(%%): (% style="color:#ba2121" %)"Ibis Al Rigga"(%%), 465 + (% style="color:#008000; font-weight:bold" %)**"hotelCode"**(%%): (% style="color:#ba2121" %)"IBH-6685"(%%), 466 + (% style="color:#008000; font-weight:bold" %)**"nigths"**(%%): (% style="color:#666666" %)4(%%), 467 + (% style="color:#008000; font-weight:bold" %)**"mealPlan"**(%%): (% style="color:#ba2121" %)"RO"(%%), 468 + (% style="color:#008000; font-weight:bold" %)**"hotelClass"**(%%): (% style="color:#ba2121" %)"3"(%%), 469 + (% style="color:#008000; font-weight:bold" %)**"hotelColor"**(%%): (% style="color:#ba2121" %)"#2E8B57"(%%), 470 + (% style="color:#008000; font-weight:bold" %)**"availabilityType"**(%%): (% style="color:#ba2121" %)"FreeSale"(%%), 471 + (% style="color:#008000; font-weight:bold" %)**"availableRoomsCount"**(%%): (% style="color:#666666" %)0(%%), 472 + (% style="color:#008000; font-weight:bold" %)**"fewRooms"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 473 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryCode"**(%%): (% style="color:#ba2121" %)"DBC"(%%), 474 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryName"**(%%): (% style="color:#ba2121" %)"Standard room with 1 double bed"(%%), 475 + (% style="color:#008000; font-weight:bold" %)**"placementTypeName"**(%%): (% style="color:#ba2121" %)"DBL"(%%), 476 + (% style="color:#008000; font-weight:bold" %)**"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="color:#008000; font-weight:bold" %)**"checkInDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 478 + (% style="color:#008000; font-weight:bold" %)**"checkOutDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 479 + (% style="color:#008000; font-weight:bold" %)**"adults"**(%%): (% style="color:#666666" %)2(%%), 480 + (% style="color:#008000; font-weight:bold" %)**"children"**(%%): (% style="color:#666666" %)0(%%), 481 + (% style="color:#008000; font-weight:bold" %)**"districtUID"**(%%): (% style="color:#ba2121" %)"aaff2238-fa72-4900-83f8-a16990415547"(%%), 482 + (% style="color:#008000; font-weight:bold" %)**"districtName"**(%%): (% style="color:#ba2121" %)"Deira"(%%), 483 + (% style="color:#008000; font-weight:bold" %)**"cityUID"**(%%): (% style="color:#ba2121" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%), 484 + (% style="color:#008000; font-weight:bold" %)**"cityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 485 + (% style="color:#008000; font-weight:bold" %)**"countryCode"**(%%): (% style="color:#ba2121" %)"AE"(%%), 486 + (% style="color:#008000; font-weight:bold" %)**"countryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 487 + (% style="color:#008000; font-weight:bold" %)**"hasAlcohol"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 488 + (% style="color:#008000; font-weight:bold" %)**"hasFreeWifi"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 489 + (% style="color:#008000; font-weight:bold" %)**"hasMetro"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 490 + (% style="color:#008000; font-weight:bold" %)**"hasPool"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 491 + (% style="color:#008000; font-weight:bold" %)**"hasMall"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 492 + (% style="color:#008000; font-weight:bold" %)**"infantMaxAge"**(%%): (% style="color:#666666" %)2.99(%%), 493 + (% style="color:#008000; font-weight:bold" %)**"childMinAge"**(%%): (% style="color:#666666" %)3.00(%%), 494 + (% style="color:#008000; font-weight:bold" %)**"childMaxAge"**(%%): (% style="color:#666666" %)11.99(%%), 495 + (% style="color:#008000; font-weight:bold" %)**"teenMinAge"**(%%): (% style="color:#666666" %)0.0(%%), 496 + (% style="color:#008000; font-weight:bold" %)**"teenMaxAge"**(%%): (% style="color:#666666" %)0.0(%%), 497 + (% style="color:#008000; font-weight:bold" %)**"adultMinAge"**(%%): (% style="color:#666666" %)12.00(%%), 498 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicyDescription"**(%%): (% style="color:#ba2121" %)"Cancellation Policy: Non refundable"(%%), 499 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicy"**(%%): { 500 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValue"**(%%): (% style="color:#666666" %)100(%%), 501 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%), 502 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValue"**(%%): (% style="color:#666666" %)100(%%), 503 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%), 504 + (% style="color:#008000; font-weight:bold" %)**"conditions"**(%%): [ 505 + { 506 + (% style="color:#008000; font-weight:bold" %)**"timeunits"**(%%): (% style="color:#666666" %)365(%%), 507 + (% style="color:#008000; font-weight:bold" %)**"timeunitType"**(%%): (% style="color:#ba2121" %)"Day"(%%), 508 + (% style="color:#008000; font-weight:bold" %)**"timeOffsetTypeName"**(%%): (% style="color:#ba2121" %)"Before Arrival"(%%), 509 + (% style="color:#008000; font-weight:bold" %)**"chargeValue"**(%%): (% style="color:#666666" %)100(%%), 510 + (% style="color:#008000; font-weight:bold" %)**"chargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%) 511 + } 512 + ] 513 + } 452 452 }, 453 - { 454 - "countryCode": "AZ", 455 - "identifierType": "FIN" 456 - } 457 - ], 458 - "hotels": [ 459 - { 460 - "hotelPriceId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 461 - "touristIds": [ 462 - "0223735d-3895-493e-89f5-7cc06514ba12", 463 - "59db21f9-cebd-458e-8210-c186e0cdeb81" 515 + (% style="color:#008000; font-weight:bold" %)**"flight"**(%%): { 516 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"53552191-59ea-469d-ae9d-5b848da8839d"(%%), 517 + (% style="color:#008000; font-weight:bold" %)**"departureDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 518 + (% style="color:#008000; font-weight:bold" %)**"returnDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 519 + (% style="color:#008000; font-weight:bold" %)**"departureTicketsLeft"**(%%): (% style="color:#666666" %)45(%%), 520 + (% style="color:#008000; font-weight:bold" %)**"returnTicketsLeft"**(%%): (% style="color:#666666" %)44(%%), 521 + (% style="color:#008000; font-weight:bold" %)**"departureAvailabilityType"**(%%): (% style="color:#ba2121" %)"FreeSale"(%%), 522 + (% style="color:#008000; font-weight:bold" %)**"returnAvailabilityType"**(%%): (% style="color:#ba2121" %)"FreeSale"(%%), 523 + (% style="color:#008000; font-weight:bold" %)**"isTwoWay"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 524 + (% style="color:#008000; font-weight:bold" %)**"sameBaggageForAll"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 525 + (% style="color:#008000; font-weight:bold" %)**"totalBaggage"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 526 + (% style="color:#008000; font-weight:bold" %)**"isBlock"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 527 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 528 + (% style="color:#008000; font-weight:bold" %)**"departureSegments"**(%%): [ 529 + { 530 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"FZ"(%%), 531 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"Fly Dubai"(%%), 532 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"FZ1722"(%%), 533 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 534 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)20(%%), 535 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)6(%%), 536 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T03:35:00.000"(%%), 537 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"Kazakhstan"(%%), 538 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"Almaty"(%%), 539 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 540 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"Almaty Intl Airport"(%%), 541 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 542 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T07:10:00.000"(%%), 543 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 544 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 545 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"DXB"(%%), 546 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"Dubai Intl Airport"(%%), 547 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"DXB3"(%%), 548 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"5h 35m"(%%) 549 + } 464 464 ], 465 - "description": "Ibis Al Rigga" 466 - } 467 - ], 468 - "tourists": [ 469 - { 470 - "id": "0223735d-3895-493e-89f5-7cc06514ba12", 471 - "isAdult": true, 472 - "flightIds": [ 473 - "53552191-59ea-469d-ae9d-5b848da8839d" 474 - ], 475 - "flights": [ 551 + (% style="color:#008000; font-weight:bold" %)**"returnSegments"**(%%): [ 476 476 { 477 - "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 478 - "note": "Kazunion Block, Baggage Info: 20 Kg Included" 553 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"FZ"(%%), 554 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"Fly Dubai"(%%), 555 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"FZ1721"(%%), 556 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 557 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)20(%%), 558 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)6(%%), 559 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T21:25:00.000"(%%), 560 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 561 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 562 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"DXB"(%%), 563 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"Dubai Intl Airport"(%%), 564 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"DXB3"(%%), 565 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-22T02:35:00.000"(%%), 566 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"Kazakhstan"(%%), 567 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"Almaty"(%%), 568 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 569 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"Almaty Intl Airport"(%%), 570 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 571 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"3h 10m"(%%) 479 479 } 480 480 ], 481 - "insurancePrice": { 482 - "insuranceId": "5bd59c71-e465-45da-a9ff-fe6a90678aef", 483 - "insuranceServiceId": "6ecadb9f-7327-4354-9ddc-45d39470c5ac", 484 - "insurancePriceId": "c4fe2c52-bd39-45a5-ab50-46ef00292f3c", 485 - "touristId": "0223735d-3895-493e-89f5-7cc06514ba12", 486 - "insuranceName": "Medical INS (N10000)", 487 - "contragentName": "Nomad Insurance", 488 - "contragentFullName": "Nomad Insurance", 489 - "actualStartDate": "2024-05-17T00:00:00.000", 490 - "actualEndDate": "2024-05-21T00:00:00.000", 491 - "costCurrencyCode": "USD", 492 - "costAmount": 6.70, 493 - "priceCurrencyCode": "USD", 494 - "priceAmount": 11.20, 495 - "coverageCurrencyCode": "USD", 496 - "coverageAmount": 10000.0000 497 - }, 498 - "selectedVisaId": "00000000-0000-0000-0000-000000000000", 499 - "transfers": [ 574 + (% style="color:#008000; font-weight:bold" %)**"passengers"**(%%): [ 500 500 { 501 - "id": "DXB-3df91d4d-a89d-4b73-8076-baa8f8b230cf", 502 - "type": "Arrival", 503 - "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 504 - "checkInHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 505 - "selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29", 506 - "transferPrices": [ 576 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"53552191-59ea-469d-ae9d-5b848da8839d-A1"(%%), 577 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 578 + (% style="color:#008000; font-weight:bold" %)**"selectedForwardBaggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 579 + (% style="color:#008000; font-weight:bold" %)**"selectedBackwardBaggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 580 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [ 507 507 { 508 - "id" :"a9252005-0a92-4ed1-9603-0f2f14295c29",509 - "n ame": "GROUP",510 - " adultPlaces":1,511 - "c hildPlaces": 1,512 - "perPersonPrice": true,513 - "adultPrice": 0,514 - "childPrice": 0515 - },582 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 583 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"20 Kg Included"(%%), 584 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0.0(%%), 585 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 586 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 587 + } 588 + ], 589 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [ 516 516 { 517 - "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146", 518 - "name": "MINIVAN", 519 - "adultPlaces": 5, 520 - "childPlaces": 0, 521 - "perPersonPrice": false, 522 - "adultPrice": 45.00000000, 523 - "childPrice": 0 524 - }, 525 - { 526 - "id": "fc3815bb-af00-4733-9134-4b6334ce3854", 527 - "name": "TOYOTA HIACE", 528 - "adultPlaces": 9, 529 - "childPlaces": 0, 530 - "perPersonPrice": false, 531 - "adultPrice": 50.00000000, 532 - "childPrice": 0 533 - }, 534 - { 535 - "id": "1df09212-11e3-44b1-b615-fbb6338efaf2", 536 - "name": "HIGER BUS (27 SEATERS)", 537 - "adultPlaces": 27, 538 - "childPlaces": 0, 539 - "perPersonPrice": false, 540 - "adultPrice": 85.00000000, 541 - "childPrice": 0 542 - }, 543 - { 544 - "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb", 545 - "name": "HIGER 53", 546 - "adultPlaces": 51, 547 - "childPlaces": 0, 548 - "perPersonPrice": false, 549 - "adultPrice": 120.00000000, 550 - "childPrice": 0 551 - }, 552 - { 553 - "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04", 554 - "name": "MERCEDES S CLASS 400", 555 - "adultPlaces": 3, 556 - "childPlaces": 0, 557 - "perPersonPrice": false, 558 - "adultPrice": 140.00000000, 559 - "childPrice": 0 560 - }, 561 - { 562 - "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6", 563 - "name": "MERCEDES V CLASS", 564 - "adultPlaces": 7, 565 - "childPlaces": 0, 566 - "perPersonPrice": false, 567 - "adultPrice": 140.00000000, 568 - "childPrice": 0 569 - }, 570 - { 571 - "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326", 572 - "name": "MERCEDES S CLASS 500", 573 - "adultPlaces": 3, 574 - "childPlaces": 0, 575 - "perPersonPrice": false, 576 - "adultPrice": 165.00000000, 577 - "childPrice": 0 591 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 592 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"20 Kg Included"(%%), 593 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0.0(%%), 594 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 595 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 578 578 } 579 579 ] 580 580 }, 581 581 { 582 - "id": "3df91d4d-a89d-4b73-8076-baa8f8b230cf-DXB", 583 - "type": "Departure", 584 - "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 585 - "checkOutHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 586 - "selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29", 587 - "transferPrices": [ 600 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"53552191-59ea-469d-ae9d-5b848da8839d-A2"(%%), 601 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 602 + (% style="color:#008000; font-weight:bold" %)**"selectedForwardBaggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 603 + (% style="color:#008000; font-weight:bold" %)**"selectedBackwardBaggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 604 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [ 588 588 { 589 - "id" :"a9252005-0a92-4ed1-9603-0f2f14295c29",590 - "n ame": "GROUP",591 - " adultPlaces":1,592 - "c hildPlaces": 1,593 - "perPersonPrice": true,594 - "adultPrice": 0,595 - "childPrice": 0596 - },606 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 607 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"20 Kg Included"(%%), 608 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0.0(%%), 609 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 610 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 611 + } 612 + ], 613 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [ 597 597 { 598 - "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146", 599 - "name": "MINIVAN", 600 - "adultPlaces": 5, 601 - "childPlaces": 0, 602 - "perPersonPrice": false, 603 - "adultPrice": 45.00000000, 604 - "childPrice": 0 605 - }, 606 - { 607 - "id": "fc3815bb-af00-4733-9134-4b6334ce3854", 608 - "name": "TOYOTA HIACE", 609 - "adultPlaces": 9, 610 - "childPlaces": 0, 611 - "perPersonPrice": false, 612 - "adultPrice": 50.00000000, 613 - "childPrice": 0 614 - }, 615 - { 616 - "id": "1df09212-11e3-44b1-b615-fbb6338efaf2", 617 - "name": "HIGER BUS (27 SEATERS)", 618 - "adultPlaces": 27, 619 - "childPlaces": 0, 620 - "perPersonPrice": false, 621 - "adultPrice": 85.00000000, 622 - "childPrice": 0 623 - }, 624 - { 625 - "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb", 626 - "name": "HIGER 53", 627 - "adultPlaces": 51, 628 - "childPlaces": 0, 629 - "perPersonPrice": false, 630 - "adultPrice": 120.00000000, 631 - "childPrice": 0 632 - }, 633 - { 634 - "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04", 635 - "name": "MERCEDES S CLASS 400", 636 - "adultPlaces": 3, 637 - "childPlaces": 0, 638 - "perPersonPrice": false, 639 - "adultPrice": 140.00000000, 640 - "childPrice": 0 641 - }, 642 - { 643 - "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6", 644 - "name": "MERCEDES V CLASS", 645 - "adultPlaces": 7, 646 - "childPlaces": 0, 647 - "perPersonPrice": false, 648 - "adultPrice": 140.00000000, 649 - "childPrice": 0 650 - }, 651 - { 652 - "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326", 653 - "name": "MERCEDES S CLASS 500", 654 - "adultPlaces": 3, 655 - "childPlaces": 0, 656 - "perPersonPrice": false, 657 - "adultPrice": 165.00000000, 658 - "childPrice": 0 615 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 616 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"20 Kg Included"(%%), 617 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0.0(%%), 618 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 619 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 659 659 } 660 660 ] 661 661 } 662 - ], 663 - "description": " " 623 + ] 664 664 }, 625 + (% style="color:#008000; font-weight:bold" %)**"extraServices"**(%%): [], 626 + (% style="color:#008000; font-weight:bold" %)**"insurancePrice"**(%%): { 627 + (% style="color:#008000; font-weight:bold" %)**"name"**(%%): (% style="color:#ba2121" %)"Medical INS (N10000)"(%%), 628 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)22.40(%%), 629 + (% style="color:#008000; font-weight:bold" %)**"actualStartDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 630 + (% style="color:#008000; font-weight:bold" %)**"actualEndDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 631 + (% style="color:#008000; font-weight:bold" %)**"optional"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 632 + (% style="color:#008000; font-weight:bold" %)**"includedInPackagePrice"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 633 + }, 634 + (% style="color:#008000; font-weight:bold" %)**"sortCheckInOut"**(%%): (% style="color:#ba2121" %)"17.05.2024-21.05.2024"(%%), 635 + (% style="color:#008000; font-weight:bold" %)**"sortAirline"**(%%): (% style="color:#ba2121" %)"fly dubai"(%%), 636 + (% style="color:#008000; font-weight:bold" %)**"sortHotelName"**(%%): (% style="color:#ba2121" %)"ibis al rigga"(%%), 637 + (% style="color:#008000; font-weight:bold" %)**"sortDetails"**(%%): (% style="color:#ba2121" %)"ro"(%%), 638 + (% style="color:#008000; font-weight:bold" %)**"sortPlacement"**(%%): (% style="color:#ba2121" %)"standard room with 1 double bed dbl"(%%) 639 + }, 640 + (% style="color:#008000; font-weight:bold" %)**"altPackages"**(%%): [ 665 665 { 666 - "id": "59db21f9-cebd-458e-8210-c186e0cdeb81", 667 - "isAdult": true, 668 - "flightIds": [ 669 - "53552191-59ea-469d-ae9d-5b848da8839d" 670 - ], 671 - "flights": [ 672 - { 673 - "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 674 - "note": "Kazunion Block, Baggage Info: 20 Kg Included" 642 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:53552191-59ea-469d-ae9d-5b848da8839d"(%%), 643 + (% style="color:#008000; font-weight:bold" %)**"priceCurrency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 644 + (% style="color:#008000; font-weight:bold" %)**"totalPrice"**(%%): (% style="color:#666666" %)781.60(%%), 645 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionPercent"**(%%): (% style="color:#666666" %)0.00(%%), 646 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionAmount"**(%%): (% style="color:#666666" %)0.00(%%), 647 + (% style="color:#008000; font-weight:bold" %)**"includedExtrasAmount"**(%%): (% style="color:#666666" %)0(%%), 648 + (% style="color:#008000; font-weight:bold" %)**"priceDifference"**(%%): (% style="color:#666666" %)0.00(%%), 649 + (% style="color:#008000; font-weight:bold" %)**"hotel"**(%%): { 650 + (% style="color:#008000; font-weight:bold" %)**"hotelPriceId"**(%%): (% style="color:#ba2121" %)"fa7a89d5-1c20-4004-b3d2-f8d08163827f"(%%), 651 + (% style="color:#008000; font-weight:bold" %)**"hotelName"**(%%): (% style="color:#ba2121" %)"Ibis Al Rigga"(%%), 652 + (% style="color:#008000; font-weight:bold" %)**"hotelCode"**(%%): (% style="color:#ba2121" %)"IBH-6685"(%%), 653 + (% style="color:#008000; font-weight:bold" %)**"nigths"**(%%): (% style="color:#666666" %)4(%%), 654 + (% style="color:#008000; font-weight:bold" %)**"mealPlan"**(%%): (% style="color:#ba2121" %)"RO"(%%), 655 + (% style="color:#008000; font-weight:bold" %)**"hotelClass"**(%%): (% style="color:#ba2121" %)"3"(%%), 656 + (% style="color:#008000; font-weight:bold" %)**"hotelColor"**(%%): (% style="color:#ba2121" %)"#2E8B57"(%%), 657 + (% style="color:#008000; font-weight:bold" %)**"availabilityType"**(%%): (% style="color:#ba2121" %)"FreeSale"(%%), 658 + (% style="color:#008000; font-weight:bold" %)**"availableRoomsCount"**(%%): (% style="color:#666666" %)0(%%), 659 + (% style="color:#008000; font-weight:bold" %)**"fewRooms"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 660 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryCode"**(%%): (% style="color:#ba2121" %)"DBC"(%%), 661 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryName"**(%%): (% style="color:#ba2121" %)"Standard room with 1 double bed"(%%), 662 + (% style="color:#008000; font-weight:bold" %)**"placementTypeName"**(%%): (% style="color:#ba2121" %)"DBL"(%%), 663 + (% style="color:#008000; font-weight:bold" %)**"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="color:#008000; font-weight:bold" %)**"checkInDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 665 + (% style="color:#008000; font-weight:bold" %)**"checkOutDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 666 + (% style="color:#008000; font-weight:bold" %)**"adults"**(%%): (% style="color:#666666" %)2(%%), 667 + (% style="color:#008000; font-weight:bold" %)**"children"**(%%): (% style="color:#666666" %)0(%%), 668 + (% style="color:#008000; font-weight:bold" %)**"districtUID"**(%%): (% style="color:#ba2121" %)"aaff2238-fa72-4900-83f8-a16990415547"(%%), 669 + (% style="color:#008000; font-weight:bold" %)**"districtName"**(%%): (% style="color:#ba2121" %)"Deira"(%%), 670 + (% style="color:#008000; font-weight:bold" %)**"cityUID"**(%%): (% style="color:#ba2121" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%), 671 + (% style="color:#008000; font-weight:bold" %)**"cityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 672 + (% style="color:#008000; font-weight:bold" %)**"countryCode"**(%%): (% style="color:#ba2121" %)"AE"(%%), 673 + (% style="color:#008000; font-weight:bold" %)**"countryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 674 + (% style="color:#008000; font-weight:bold" %)**"hasAlcohol"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 675 + (% style="color:#008000; font-weight:bold" %)**"hasFreeWifi"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 676 + (% style="color:#008000; font-weight:bold" %)**"hasMetro"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 677 + (% style="color:#008000; font-weight:bold" %)**"hasPool"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 678 + (% style="color:#008000; font-weight:bold" %)**"hasMall"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 679 + (% style="color:#008000; font-weight:bold" %)**"infantMaxAge"**(%%): (% style="color:#666666" %)2.99(%%), 680 + (% style="color:#008000; font-weight:bold" %)**"childMinAge"**(%%): (% style="color:#666666" %)3.00(%%), 681 + (% style="color:#008000; font-weight:bold" %)**"childMaxAge"**(%%): (% style="color:#666666" %)11.99(%%), 682 + (% style="color:#008000; font-weight:bold" %)**"teenMinAge"**(%%): (% style="color:#666666" %)0.0(%%), 683 + (% style="color:#008000; font-weight:bold" %)**"teenMaxAge"**(%%): (% style="color:#666666" %)0.0(%%), 684 + (% style="color:#008000; font-weight:bold" %)**"adultMinAge"**(%%): (% style="color:#666666" %)12.00(%%), 685 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicyDescription"**(%%): (% style="color:#ba2121" %)"Cancellation Policy: Non refundable"(%%), 686 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicy"**(%%): { 687 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValue"**(%%): (% style="color:#666666" %)100(%%), 688 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%), 689 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValue"**(%%): (% style="color:#666666" %)100(%%), 690 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%), 691 + (% style="color:#008000; font-weight:bold" %)**"conditions"**(%%): [ 692 + { 693 + (% style="color:#008000; font-weight:bold" %)**"timeunits"**(%%): (% style="color:#666666" %)365(%%), 694 + (% style="color:#008000; font-weight:bold" %)**"timeunitType"**(%%): (% style="color:#ba2121" %)"Day"(%%), 695 + (% style="color:#008000; font-weight:bold" %)**"timeOffsetTypeName"**(%%): (% style="color:#ba2121" %)"Before Arrival"(%%), 696 + (% style="color:#008000; font-weight:bold" %)**"chargeValue"**(%%): (% style="color:#666666" %)100(%%), 697 + (% style="color:#008000; font-weight:bold" %)**"chargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%) 698 + } 699 + ] 675 675 } 676 - ], 677 - "insurancePrice": { 678 - "insuranceId": "5bd59c71-e465-45da-a9ff-fe6a90678aef", 679 - "insuranceServiceId": "6ecadb9f-7327-4354-9ddc-45d39470c5ac", 680 - "insurancePriceId": "c4fe2c52-bd39-45a5-ab50-46ef00292f3c", 681 - "touristId": "59db21f9-cebd-458e-8210-c186e0cdeb81", 682 - "insuranceName": "Medical INS (N10000)", 683 - "contragentName": "Nomad Insurance", 684 - "contragentFullName": "Nomad Insurance", 685 - "actualStartDate": "2024-05-17T00:00:00.000", 686 - "actualEndDate": "2024-05-21T00:00:00.000", 687 - "costCurrencyCode": "USD", 688 - "costAmount": 6.70, 689 - "priceCurrencyCode": "USD", 690 - "priceAmount": 11.20, 691 - "coverageCurrencyCode": "USD", 692 - "coverageAmount": 10000.0000 693 693 }, 694 - "selectedVisaId": "00000000-0000-0000-0000-000000000000", 695 - "transfers": [ 696 - { 697 - "id": "DXB-3df91d4d-a89d-4b73-8076-baa8f8b230cf", 698 - "type": "Arrival", 699 - "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 700 - "checkInHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 701 - "selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29", 702 - "transferPrices": [ 702 + (% style="color:#008000; font-weight:bold" %)**"flight"**(%%): { 703 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"53552191-59ea-469d-ae9d-5b848da8839d"(%%), 704 + (% style="color:#008000; font-weight:bold" %)**"departureDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 705 + (% style="color:#008000; font-weight:bold" %)**"returnDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 706 + (% style="color:#008000; font-weight:bold" %)**"departureTicketsLeft"**(%%): (% style="color:#666666" %)45(%%), 707 + (% style="color:#008000; font-weight:bold" %)**"returnTicketsLeft"**(%%): (% style="color:#666666" %)44(%%), 708 + (% style="color:#008000; font-weight:bold" %)**"departureAvailabilityType"**(%%): (% style="color:#ba2121" %)"FreeSale"(%%), 709 + (% style="color:#008000; font-weight:bold" %)**"returnAvailabilityType"**(%%): (% style="color:#ba2121" %)"FreeSale"(%%), 710 + (% style="color:#008000; font-weight:bold" %)**"isTwoWay"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 711 + (% style="color:#008000; font-weight:bold" %)**"sameBaggageForAll"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 712 + (% style="color:#008000; font-weight:bold" %)**"totalBaggage"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 713 + (% style="color:#008000; font-weight:bold" %)**"isBlock"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 714 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 715 + (% style="color:#008000; font-weight:bold" %)**"departureSegments"**(%%): [ 716 + { 717 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"FZ"(%%), 718 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"Fly Dubai"(%%), 719 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"FZ1722"(%%), 720 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 721 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)20(%%), 722 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)6(%%), 723 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T03:35:00.000"(%%), 724 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"Kazakhstan"(%%), 725 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"Almaty"(%%), 726 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 727 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"Almaty Intl Airport"(%%), 728 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 729 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T07:10:00.000"(%%), 730 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 731 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 732 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"DXB"(%%), 733 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"Dubai Intl Airport"(%%), 734 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"DXB3"(%%), 735 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"5h 35m"(%%) 736 + } 737 + ], 738 + (% style="color:#008000; font-weight:bold" %)**"returnSegments"**(%%): [ 739 + { 740 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"FZ"(%%), 741 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"Fly Dubai"(%%), 742 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"FZ1721"(%%), 743 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 744 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)20(%%), 745 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)6(%%), 746 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T21:25:00.000"(%%), 747 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 748 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 749 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"DXB"(%%), 750 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"Dubai Intl Airport"(%%), 751 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"DXB3"(%%), 752 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-22T02:35:00.000"(%%), 753 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"Kazakhstan"(%%), 754 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"Almaty"(%%), 755 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 756 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"Almaty Intl Airport"(%%), 757 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 758 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"3h 10m"(%%) 759 + } 760 + ], 761 + (% style="color:#008000; font-weight:bold" %)**"passengers"**(%%): [ 762 + { 763 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"53552191-59ea-469d-ae9d-5b848da8839d-A1"(%%), 764 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 765 + (% style="color:#008000; font-weight:bold" %)**"selectedForwardBaggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 766 + (% style="color:#008000; font-weight:bold" %)**"selectedBackwardBaggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 767 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [ 768 + { 769 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 770 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"20 Kg Included"(%%), 771 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0.0(%%), 772 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 773 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 774 + } 775 + ], 776 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [ 777 + { 778 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 779 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"20 Kg Included"(%%), 780 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0.0(%%), 781 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 782 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 783 + } 784 + ] 785 + }, 786 + { 787 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"53552191-59ea-469d-ae9d-5b848da8839d-A2"(%%), 788 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 789 + (% style="color:#008000; font-weight:bold" %)**"selectedForwardBaggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 790 + (% style="color:#008000; font-weight:bold" %)**"selectedBackwardBaggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 791 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [ 792 + { 793 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 794 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"20 Kg Included"(%%), 795 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0.0(%%), 796 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 797 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 798 + } 799 + ], 800 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [ 801 + { 802 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 803 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"20 Kg Included"(%%), 804 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0.0(%%), 805 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 806 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 807 + } 808 + ] 809 + } 810 + ] 811 + }, 812 + (% style="color:#008000; font-weight:bold" %)**"extraServices"**(%%): [], 813 + (% style="color:#008000; font-weight:bold" %)**"insurancePrice"**(%%): { 814 + (% style="color:#008000; font-weight:bold" %)**"name"**(%%): (% style="color:#ba2121" %)"Medical INS (N10000)"(%%), 815 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)22.40(%%), 816 + (% style="color:#008000; font-weight:bold" %)**"actualStartDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 817 + (% style="color:#008000; font-weight:bold" %)**"actualEndDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 818 + (% style="color:#008000; font-weight:bold" %)**"optional"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 819 + (% style="color:#008000; font-weight:bold" %)**"includedInPackagePrice"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 820 + }, 821 + (% style="color:#008000; font-weight:bold" %)**"sortCheckInOut"**(%%): (% style="color:#ba2121" %)"17.05.2024-21.05.2024"(%%), 822 + (% style="color:#008000; font-weight:bold" %)**"sortAirline"**(%%): (% style="color:#ba2121" %)"fly dubai"(%%), 823 + (% style="color:#008000; font-weight:bold" %)**"sortHotelName"**(%%): (% style="color:#ba2121" %)"ibis al rigga"(%%), 824 + (% style="color:#008000; font-weight:bold" %)**"sortDetails"**(%%): (% style="color:#ba2121" %)"ro"(%%), 825 + (% style="color:#008000; font-weight:bold" %)**"sortPlacement"**(%%): (% style="color:#ba2121" %)"standard room with 1 double bed dbl"(%%) 826 + }, 827 + { 828 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:cac3b381-190d-41e7-baeb-788d060393a2"(%%), 829 + (% style="color:#008000; font-weight:bold" %)**"priceCurrency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 830 + (% style="color:#008000; font-weight:bold" %)**"totalPrice"**(%%): (% style="color:#666666" %)1057.60(%%), 831 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionPercent"**(%%): (% style="color:#666666" %)0.00(%%), 832 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionAmount"**(%%): (% style="color:#666666" %)0.00(%%), 833 + (% style="color:#008000; font-weight:bold" %)**"includedExtrasAmount"**(%%): (% style="color:#666666" %)0(%%), 834 + (% style="color:#008000; font-weight:bold" %)**"priceDifference"**(%%): (% style="color:#666666" %)276.00(%%), 835 + (% style="color:#008000; font-weight:bold" %)**"hotel"**(%%): { 836 + (% style="color:#008000; font-weight:bold" %)**"hotelPriceId"**(%%): (% style="color:#ba2121" %)"fa7a89d5-1c20-4004-b3d2-f8d08163827f"(%%), 837 + (% style="color:#008000; font-weight:bold" %)**"hotelName"**(%%): (% style="color:#ba2121" %)"Ibis Al Rigga"(%%), 838 + (% style="color:#008000; font-weight:bold" %)**"hotelCode"**(%%): (% style="color:#ba2121" %)"IBH-6685"(%%), 839 + (% style="color:#008000; font-weight:bold" %)**"nigths"**(%%): (% style="color:#666666" %)4(%%), 840 + (% style="color:#008000; font-weight:bold" %)**"mealPlan"**(%%): (% style="color:#ba2121" %)"RO"(%%), 841 + (% style="color:#008000; font-weight:bold" %)**"hotelClass"**(%%): (% style="color:#ba2121" %)"3"(%%), 842 + (% style="color:#008000; font-weight:bold" %)**"hotelColor"**(%%): (% style="color:#ba2121" %)"#2E8B57"(%%), 843 + (% style="color:#008000; font-weight:bold" %)**"availabilityType"**(%%): (% style="color:#ba2121" %)"FreeSale"(%%), 844 + (% style="color:#008000; font-weight:bold" %)**"availableRoomsCount"**(%%): (% style="color:#666666" %)0(%%), 845 + (% style="color:#008000; font-weight:bold" %)**"fewRooms"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 846 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryCode"**(%%): (% style="color:#ba2121" %)"DBC"(%%), 847 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryName"**(%%): (% style="color:#ba2121" %)"Standard room with 1 double bed"(%%), 848 + (% style="color:#008000; font-weight:bold" %)**"placementTypeName"**(%%): (% style="color:#ba2121" %)"DBL"(%%), 849 + (% style="color:#008000; font-weight:bold" %)**"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="color:#008000; font-weight:bold" %)**"checkInDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 851 + (% style="color:#008000; font-weight:bold" %)**"checkOutDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 852 + (% style="color:#008000; font-weight:bold" %)**"adults"**(%%): (% style="color:#666666" %)2(%%), 853 + (% style="color:#008000; font-weight:bold" %)**"children"**(%%): (% style="color:#666666" %)0(%%), 854 + (% style="color:#008000; font-weight:bold" %)**"districtUID"**(%%): (% style="color:#ba2121" %)"aaff2238-fa72-4900-83f8-a16990415547"(%%), 855 + (% style="color:#008000; font-weight:bold" %)**"districtName"**(%%): (% style="color:#ba2121" %)"Deira"(%%), 856 + (% style="color:#008000; font-weight:bold" %)**"cityUID"**(%%): (% style="color:#ba2121" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%), 857 + (% style="color:#008000; font-weight:bold" %)**"cityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 858 + (% style="color:#008000; font-weight:bold" %)**"countryCode"**(%%): (% style="color:#ba2121" %)"AE"(%%), 859 + (% style="color:#008000; font-weight:bold" %)**"countryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 860 + (% style="color:#008000; font-weight:bold" %)**"hasAlcohol"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 861 + (% style="color:#008000; font-weight:bold" %)**"hasFreeWifi"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 862 + (% style="color:#008000; font-weight:bold" %)**"hasMetro"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 863 + (% style="color:#008000; font-weight:bold" %)**"hasPool"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 864 + (% style="color:#008000; font-weight:bold" %)**"hasMall"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 865 + (% style="color:#008000; font-weight:bold" %)**"infantMaxAge"**(%%): (% style="color:#666666" %)2.99(%%), 866 + (% style="color:#008000; font-weight:bold" %)**"childMinAge"**(%%): (% style="color:#666666" %)3.00(%%), 867 + (% style="color:#008000; font-weight:bold" %)**"childMaxAge"**(%%): (% style="color:#666666" %)11.99(%%), 868 + (% style="color:#008000; font-weight:bold" %)**"teenMinAge"**(%%): (% style="color:#666666" %)0.0(%%), 869 + (% style="color:#008000; font-weight:bold" %)**"teenMaxAge"**(%%): (% style="color:#666666" %)0.0(%%), 870 + (% style="color:#008000; font-weight:bold" %)**"adultMinAge"**(%%): (% style="color:#666666" %)12.00(%%), 871 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicyDescription"**(%%): (% style="color:#ba2121" %)"Cancellation Policy: Non refundable"(%%), 872 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicy"**(%%): { 873 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValue"**(%%): (% style="color:#666666" %)100(%%), 874 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%), 875 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValue"**(%%): (% style="color:#666666" %)100(%%), 876 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%), 877 + (% style="color:#008000; font-weight:bold" %)**"conditions"**(%%): [ 703 703 { 704 - "id": "a9252005-0a92-4ed1-9603-0f2f14295c29", 705 - "name": "GROUP", 706 - "adultPlaces": 1, 707 - "childPlaces": 1, 708 - "perPersonPrice": true, 709 - "adultPrice": 0, 710 - "childPrice": 0 711 - }, 712 - { 713 - "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146", 714 - "name": "MINIVAN", 715 - "adultPlaces": 5, 716 - "childPlaces": 0, 717 - "perPersonPrice": false, 718 - "adultPrice": 45.00000000, 719 - "childPrice": 0 720 - }, 721 - { 722 - "id": "fc3815bb-af00-4733-9134-4b6334ce3854", 723 - "name": "TOYOTA HIACE", 724 - "adultPlaces": 9, 725 - "childPlaces": 0, 726 - "perPersonPrice": false, 727 - "adultPrice": 50.00000000, 728 - "childPrice": 0 729 - }, 730 - { 731 - "id": "1df09212-11e3-44b1-b615-fbb6338efaf2", 732 - "name": "HIGER BUS (27 SEATERS)", 733 - "adultPlaces": 27, 734 - "childPlaces": 0, 735 - "perPersonPrice": false, 736 - "adultPrice": 85.00000000, 737 - "childPrice": 0 738 - }, 739 - { 740 - "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb", 741 - "name": "HIGER 53", 742 - "adultPlaces": 51, 743 - "childPlaces": 0, 744 - "perPersonPrice": false, 745 - "adultPrice": 120.00000000, 746 - "childPrice": 0 747 - }, 748 - { 749 - "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04", 750 - "name": "MERCEDES S CLASS 400", 751 - "adultPlaces": 3, 752 - "childPlaces": 0, 753 - "perPersonPrice": false, 754 - "adultPrice": 140.00000000, 755 - "childPrice": 0 756 - }, 757 - { 758 - "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6", 759 - "name": "MERCEDES V CLASS", 760 - "adultPlaces": 7, 761 - "childPlaces": 0, 762 - "perPersonPrice": false, 763 - "adultPrice": 140.00000000, 764 - "childPrice": 0 765 - }, 766 - { 767 - "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326", 768 - "name": "MERCEDES S CLASS 500", 769 - "adultPlaces": 3, 770 - "childPlaces": 0, 771 - "perPersonPrice": false, 772 - "adultPrice": 165.00000000, 773 - "childPrice": 0 879 + (% style="color:#008000; font-weight:bold" %)**"timeunits"**(%%): (% style="color:#666666" %)365(%%), 880 + (% style="color:#008000; font-weight:bold" %)**"timeunitType"**(%%): (% style="color:#ba2121" %)"Day"(%%), 881 + (% style="color:#008000; font-weight:bold" %)**"timeOffsetTypeName"**(%%): (% style="color:#ba2121" %)"Before Arrival"(%%), 882 + (% style="color:#008000; font-weight:bold" %)**"chargeValue"**(%%): (% style="color:#666666" %)100(%%), 883 + (% style="color:#008000; font-weight:bold" %)**"chargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%) 774 774 } 775 775 ] 776 - }, 777 - { 778 - "id": "3df91d4d-a89d-4b73-8076-baa8f8b230cf-DXB", 779 - "type": "Departure", 780 - "flightId": "53552191-59ea-469d-ae9d-5b848da8839d", 781 - "checkOutHotelId": "fa7a89d5-1c20-4004-b3d2-f8d08163827f", 782 - "selectedTransferPriceId": "a9252005-0a92-4ed1-9603-0f2f14295c29", 783 - "transferPrices": [ 886 + } 887 + }, 888 + (% style="color:#008000; font-weight:bold" %)**"flight"**(%%): { 889 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"cac3b381-190d-41e7-baeb-788d060393a2"(%%), 890 + (% style="color:#008000; font-weight:bold" %)**"departureDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 891 + (% style="color:#008000; font-weight:bold" %)**"returnDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 892 + (% style="color:#008000; font-weight:bold" %)**"departureTicketsLeft"**(%%): (% style="color:#666666" %)6(%%), 893 + (% style="color:#008000; font-weight:bold" %)**"returnTicketsLeft"**(%%): (% style="color:#666666" %)8(%%), 894 + (% style="color:#008000; font-weight:bold" %)**"departureAvailabilityType"**(%%): (% style="color:#ba2121" %)"FewPlaces"(%%), 895 + (% style="color:#008000; font-weight:bold" %)**"returnAvailabilityType"**(%%): (% style="color:#ba2121" %)"FewPlaces"(%%), 896 + (% style="color:#008000; font-weight:bold" %)**"isTwoWay"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 897 + (% style="color:#008000; font-weight:bold" %)**"sameBaggageForAll"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 898 + (% style="color:#008000; font-weight:bold" %)**"totalBaggage"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 899 + (% style="color:#008000; font-weight:bold" %)**"isBlock"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 900 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 901 + (% style="color:#008000; font-weight:bold" %)**"departureSegments"**(%%): [ 902 + { 903 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"KC"(%%), 904 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"Air Astana"(%%), 905 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"KC897"(%%), 906 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 907 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)20(%%), 908 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)6(%%), 909 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T09:15:00.000"(%%), 910 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"Kazakhstan"(%%), 911 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"Almaty"(%%), 912 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 913 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"Almaty Intl Airport"(%%), 914 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 915 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T12:55:00.000"(%%), 916 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 917 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 918 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"DXB"(%%), 919 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"Dubai Intl Airport"(%%), 920 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"DXB1"(%%), 921 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"5h 40m"(%%) 922 + } 923 + ], 924 + (% style="color:#008000; font-weight:bold" %)**"returnSegments"**(%%): [ 925 + { 926 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"KC"(%%), 927 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"Air Astana"(%%), 928 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"KC898"(%%), 929 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 930 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)20(%%), 931 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)6(%%), 932 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T13:55:00.000"(%%), 933 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 934 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 935 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"DXB"(%%), 936 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"Dubai Intl Airport"(%%), 937 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"DXB1"(%%), 938 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T19:10:00.000"(%%), 939 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"Kazakhstan"(%%), 940 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"Almaty"(%%), 941 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 942 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"Almaty Intl Airport"(%%), 943 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 944 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"3h 15m"(%%) 945 + } 946 + ], 947 + (% style="color:#008000; font-weight:bold" %)**"passengers"**(%%): [ 948 + { 949 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"cac3b381-190d-41e7-baeb-788d060393a2-A1"(%%), 950 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 951 + (% style="color:#008000; font-weight:bold" %)**"selectedForwardBaggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 952 + (% style="color:#008000; font-weight:bold" %)**"selectedBackwardBaggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 953 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [ 954 + { 955 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 956 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"1PC"(%%), 957 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0.0(%%), 958 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 959 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 960 + } 961 + ], 962 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [ 963 + { 964 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 965 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"1PC"(%%), 966 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0.0(%%), 967 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 968 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 969 + } 970 + ] 971 + }, 972 + { 973 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"cac3b381-190d-41e7-baeb-788d060393a2-A2"(%%), 974 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 975 + (% style="color:#008000; font-weight:bold" %)**"selectedForwardBaggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 976 + (% style="color:#008000; font-weight:bold" %)**"selectedBackwardBaggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 977 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [ 978 + { 979 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 980 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"1PC"(%%), 981 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0.0(%%), 982 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 983 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 984 + } 985 + ], 986 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [ 987 + { 988 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED"(%%), 989 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"1PC"(%%), 990 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0.0(%%), 991 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 992 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 993 + } 994 + ] 995 + } 996 + ] 997 + }, 998 + (% style="color:#008000; font-weight:bold" %)**"extraServices"**(%%): [], 999 + (% style="color:#008000; font-weight:bold" %)**"insurancePrice"**(%%): { 1000 + (% style="color:#008000; font-weight:bold" %)**"name"**(%%): (% style="color:#ba2121" %)"Medical INS (N10000)"(%%), 1001 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)22.40(%%), 1002 + (% style="color:#008000; font-weight:bold" %)**"actualStartDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 1003 + (% style="color:#008000; font-weight:bold" %)**"actualEndDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 1004 + (% style="color:#008000; font-weight:bold" %)**"optional"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1005 + (% style="color:#008000; font-weight:bold" %)**"includedInPackagePrice"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 1006 + }, 1007 + (% style="color:#008000; font-weight:bold" %)**"sortCheckInOut"**(%%): (% style="color:#ba2121" %)"17.05.2024-21.05.2024"(%%), 1008 + (% style="color:#008000; font-weight:bold" %)**"sortAirline"**(%%): (% style="color:#ba2121" %)"air astana"(%%), 1009 + (% style="color:#008000; font-weight:bold" %)**"sortHotelName"**(%%): (% style="color:#ba2121" %)"ibis al rigga"(%%), 1010 + (% style="color:#008000; font-weight:bold" %)**"sortDetails"**(%%): (% style="color:#ba2121" %)"ro"(%%), 1011 + (% style="color:#008000; font-weight:bold" %)**"sortPlacement"**(%%): (% style="color:#ba2121" %)"standard room with 1 double bed dbl"(%%) 1012 + }, 1013 + { 1014 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:be2db8e7-f01a-4fd4-951d-c5f2ce07c69d"(%%), 1015 + (% style="color:#008000; font-weight:bold" %)**"priceCurrency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 1016 + (% style="color:#008000; font-weight:bold" %)**"totalPrice"**(%%): (% style="color:#666666" %)1087.60(%%), 1017 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionPercent"**(%%): (% style="color:#666666" %)0.00(%%), 1018 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionAmount"**(%%): (% style="color:#666666" %)0.00(%%), 1019 + (% style="color:#008000; font-weight:bold" %)**"includedExtrasAmount"**(%%): (% style="color:#666666" %)0(%%), 1020 + (% style="color:#008000; font-weight:bold" %)**"priceDifference"**(%%): (% style="color:#666666" %)306.00(%%), 1021 + (% style="color:#008000; font-weight:bold" %)**"hotel"**(%%): { 1022 + (% style="color:#008000; font-weight:bold" %)**"hotelPriceId"**(%%): (% style="color:#ba2121" %)"fa7a89d5-1c20-4004-b3d2-f8d08163827f"(%%), 1023 + (% style="color:#008000; font-weight:bold" %)**"hotelName"**(%%): (% style="color:#ba2121" %)"Ibis Al Rigga"(%%), 1024 + (% style="color:#008000; font-weight:bold" %)**"hotelCode"**(%%): (% style="color:#ba2121" %)"IBH-6685"(%%), 1025 + (% style="color:#008000; font-weight:bold" %)**"nigths"**(%%): (% style="color:#666666" %)4(%%), 1026 + (% style="color:#008000; font-weight:bold" %)**"mealPlan"**(%%): (% style="color:#ba2121" %)"RO"(%%), 1027 + (% style="color:#008000; font-weight:bold" %)**"hotelClass"**(%%): (% style="color:#ba2121" %)"3"(%%), 1028 + (% style="color:#008000; font-weight:bold" %)**"hotelColor"**(%%): (% style="color:#ba2121" %)"#2E8B57"(%%), 1029 + (% style="color:#008000; font-weight:bold" %)**"availabilityType"**(%%): (% style="color:#ba2121" %)"FreeSale"(%%), 1030 + (% style="color:#008000; font-weight:bold" %)**"availableRoomsCount"**(%%): (% style="color:#666666" %)0(%%), 1031 + (% style="color:#008000; font-weight:bold" %)**"fewRooms"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1032 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryCode"**(%%): (% style="color:#ba2121" %)"DBC"(%%), 1033 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryName"**(%%): (% style="color:#ba2121" %)"Standard room with 1 double bed"(%%), 1034 + (% style="color:#008000; font-weight:bold" %)**"placementTypeName"**(%%): (% style="color:#ba2121" %)"DBL"(%%), 1035 + (% style="color:#008000; font-weight:bold" %)**"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="color:#008000; font-weight:bold" %)**"checkInDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 1037 + (% style="color:#008000; font-weight:bold" %)**"checkOutDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 1038 + (% style="color:#008000; font-weight:bold" %)**"adults"**(%%): (% style="color:#666666" %)2(%%), 1039 + (% style="color:#008000; font-weight:bold" %)**"children"**(%%): (% style="color:#666666" %)0(%%), 1040 + (% style="color:#008000; font-weight:bold" %)**"districtUID"**(%%): (% style="color:#ba2121" %)"aaff2238-fa72-4900-83f8-a16990415547"(%%), 1041 + (% style="color:#008000; font-weight:bold" %)**"districtName"**(%%): (% style="color:#ba2121" %)"Deira"(%%), 1042 + (% style="color:#008000; font-weight:bold" %)**"cityUID"**(%%): (% style="color:#ba2121" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%), 1043 + (% style="color:#008000; font-weight:bold" %)**"cityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 1044 + (% style="color:#008000; font-weight:bold" %)**"countryCode"**(%%): (% style="color:#ba2121" %)"AE"(%%), 1045 + (% style="color:#008000; font-weight:bold" %)**"countryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 1046 + (% style="color:#008000; font-weight:bold" %)**"hasAlcohol"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1047 + (% style="color:#008000; font-weight:bold" %)**"hasFreeWifi"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1048 + (% style="color:#008000; font-weight:bold" %)**"hasMetro"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1049 + (% style="color:#008000; font-weight:bold" %)**"hasPool"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1050 + (% style="color:#008000; font-weight:bold" %)**"hasMall"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1051 + (% style="color:#008000; font-weight:bold" %)**"infantMaxAge"**(%%): (% style="color:#666666" %)2.99(%%), 1052 + (% style="color:#008000; font-weight:bold" %)**"childMinAge"**(%%): (% style="color:#666666" %)3.00(%%), 1053 + (% style="color:#008000; font-weight:bold" %)**"childMaxAge"**(%%): (% style="color:#666666" %)11.99(%%), 1054 + (% style="color:#008000; font-weight:bold" %)**"teenMinAge"**(%%): (% style="color:#666666" %)0.0(%%), 1055 + (% style="color:#008000; font-weight:bold" %)**"teenMaxAge"**(%%): (% style="color:#666666" %)0.0(%%), 1056 + (% style="color:#008000; font-weight:bold" %)**"adultMinAge"**(%%): (% style="color:#666666" %)12.00(%%), 1057 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicyDescription"**(%%): (% style="color:#ba2121" %)"Cancellation Policy: Non refundable"(%%), 1058 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicy"**(%%): { 1059 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValue"**(%%): (% style="color:#666666" %)100(%%), 1060 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%), 1061 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValue"**(%%): (% style="color:#666666" %)100(%%), 1062 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%), 1063 + (% style="color:#008000; font-weight:bold" %)**"conditions"**(%%): [ 784 784 { 785 - "id": "a9252005-0a92-4ed1-9603-0f2f14295c29", 786 - "name": "GROUP", 787 - "adultPlaces": 1, 788 - "childPlaces": 1, 789 - "perPersonPrice": true, 790 - "adultPrice": 0, 791 - "childPrice": 0 792 - }, 793 - { 794 - "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146", 795 - "name": "MINIVAN", 796 - "adultPlaces": 5, 797 - "childPlaces": 0, 798 - "perPersonPrice": false, 799 - "adultPrice": 45.00000000, 800 - "childPrice": 0 801 - }, 802 - { 803 - "id": "fc3815bb-af00-4733-9134-4b6334ce3854", 804 - "name": "TOYOTA HIACE", 805 - "adultPlaces": 9, 806 - "childPlaces": 0, 807 - "perPersonPrice": false, 808 - "adultPrice": 50.00000000, 809 - "childPrice": 0 810 - }, 811 - { 812 - "id": "1df09212-11e3-44b1-b615-fbb6338efaf2", 813 - "name": "HIGER BUS (27 SEATERS)", 814 - "adultPlaces": 27, 815 - "childPlaces": 0, 816 - "perPersonPrice": false, 817 - "adultPrice": 85.00000000, 818 - "childPrice": 0 819 - }, 820 - { 821 - "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb", 822 - "name": "HIGER 53", 823 - "adultPlaces": 51, 824 - "childPlaces": 0, 825 - "perPersonPrice": false, 826 - "adultPrice": 120.00000000, 827 - "childPrice": 0 828 - }, 829 - { 830 - "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04", 831 - "name": "MERCEDES S CLASS 400", 832 - "adultPlaces": 3, 833 - "childPlaces": 0, 834 - "perPersonPrice": false, 835 - "adultPrice": 140.00000000, 836 - "childPrice": 0 837 - }, 838 - { 839 - "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6", 840 - "name": "MERCEDES V CLASS", 841 - "adultPlaces": 7, 842 - "childPlaces": 0, 843 - "perPersonPrice": false, 844 - "adultPrice": 140.00000000, 845 - "childPrice": 0 846 - }, 847 - { 848 - "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326", 849 - "name": "MERCEDES S CLASS 500", 850 - "adultPlaces": 3, 851 - "childPlaces": 0, 852 - "perPersonPrice": false, 853 - "adultPrice": 165.00000000, 854 - "childPrice": 0 1065 + (% style="color:#008000; font-weight:bold" %)**"timeunits"**(%%): (% style="color:#666666" %)365(%%), 1066 + (% style="color:#008000; font-weight:bold" %)**"timeunitType"**(%%): (% style="color:#ba2121" %)"Day"(%%), 1067 + (% style="color:#008000; font-weight:bold" %)**"timeOffsetTypeName"**(%%): (% style="color:#ba2121" %)"Before Arrival"(%%), 1068 + (% style="color:#008000; font-weight:bold" %)**"chargeValue"**(%%): (% style="color:#666666" %)100(%%), 1069 + (% style="color:#008000; font-weight:bold" %)**"chargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%) 855 855 } 856 856 ] 857 857 } 858 - ], 859 - "description": " " 860 - } 861 - ], 862 - "visas": [ 863 - { 864 - "prid": "00000000-0000-0000-0000-000000000000", 865 - "prName": "WITHOUT VISA", 866 - "prValue": 0.00000000, 867 - "sortingOrder": 4 1073 + }, 1074 + (% style="color:#008000; font-weight:bold" %)**"flight"**(%%): { 1075 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"be2db8e7-f01a-4fd4-951d-c5f2ce07c69d"(%%), 1076 + (% style="color:#008000; font-weight:bold" %)**"departureDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 1077 + (% style="color:#008000; font-weight:bold" %)**"returnDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 1078 + (% style="color:#008000; font-weight:bold" %)**"departureTicketsLeft"**(%%): (% style="color:#666666" %)7(%%), 1079 + (% style="color:#008000; font-weight:bold" %)**"returnTicketsLeft"**(%%): (% style="color:#666666" %)7(%%), 1080 + (% style="color:#008000; font-weight:bold" %)**"departureAvailabilityType"**(%%): (% style="color:#ba2121" %)"FewPlaces"(%%), 1081 + (% style="color:#008000; font-weight:bold" %)**"returnAvailabilityType"**(%%): (% style="color:#ba2121" %)"FewPlaces"(%%), 1082 + (% style="color:#008000; font-weight:bold" %)**"isTwoWay"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1083 + (% style="color:#008000; font-weight:bold" %)**"sameBaggageForAll"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1084 + (% style="color:#008000; font-weight:bold" %)**"totalBaggage"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1085 + (% style="color:#008000; font-weight:bold" %)**"isBlock"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1086 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 1087 + (% style="color:#008000; font-weight:bold" %)**"departureSegments"**(%%): [ 1088 + { 1089 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"FZ"(%%), 1090 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"Fly Dubai"(%%), 1091 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"FZ1722"(%%), 1092 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 1093 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)20(%%), 1094 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)6(%%), 1095 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T03:40:00.000"(%%), 1096 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"Kazakhstan"(%%), 1097 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"Almaty"(%%), 1098 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1099 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"Almaty Intl Airport"(%%), 1100 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1101 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T07:15:00.000"(%%), 1102 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 1103 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 1104 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"DXB"(%%), 1105 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"Dubai Intl Airport"(%%), 1106 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"DXB3"(%%), 1107 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"5h 35m"(%%) 1108 + } 1109 + ], 1110 + (% style="color:#008000; font-weight:bold" %)**"returnSegments"**(%%): [ 1111 + { 1112 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"FZ"(%%), 1113 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"Fly Dubai"(%%), 1114 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"FZ1721"(%%), 1115 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 1116 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)20(%%), 1117 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)6(%%), 1118 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T21:30:00.000"(%%), 1119 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 1120 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 1121 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"DXB"(%%), 1122 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"Dubai Intl Airport"(%%), 1123 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"DXB3"(%%), 1124 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-22T02:40:00.000"(%%), 1125 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"Kazakhstan"(%%), 1126 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"Almaty"(%%), 1127 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1128 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"Almaty Intl Airport"(%%), 1129 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1130 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"3h 10m"(%%) 1131 + } 1132 + ], 1133 + (% style="color:#008000; font-weight:bold" %)**"passengers"**(%%): [ 1134 + { 1135 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"be2db8e7-f01a-4fd4-951d-c5f2ce07c69d-A1"(%%), 1136 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1137 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [], 1138 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [] 1139 + }, 1140 + { 1141 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"be2db8e7-f01a-4fd4-951d-c5f2ce07c69d-A2"(%%), 1142 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1143 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [], 1144 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [] 1145 + } 1146 + ] 1147 + }, 1148 + (% style="color:#008000; font-weight:bold" %)**"extraServices"**(%%): [], 1149 + (% style="color:#008000; font-weight:bold" %)**"insurancePrice"**(%%): { 1150 + (% style="color:#008000; font-weight:bold" %)**"name"**(%%): (% style="color:#ba2121" %)"Medical INS (N10000)"(%%), 1151 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)22.40(%%), 1152 + (% style="color:#008000; font-weight:bold" %)**"actualStartDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 1153 + (% style="color:#008000; font-weight:bold" %)**"actualEndDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 1154 + (% style="color:#008000; font-weight:bold" %)**"optional"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1155 + (% style="color:#008000; font-weight:bold" %)**"includedInPackagePrice"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 1156 + }, 1157 + (% style="color:#008000; font-weight:bold" %)**"sortCheckInOut"**(%%): (% style="color:#ba2121" %)"17.05.2024-21.05.2024"(%%), 1158 + (% style="color:#008000; font-weight:bold" %)**"sortAirline"**(%%): (% style="color:#ba2121" %)"fly dubai"(%%), 1159 + (% style="color:#008000; font-weight:bold" %)**"sortHotelName"**(%%): (% style="color:#ba2121" %)"ibis al rigga"(%%), 1160 + (% style="color:#008000; font-weight:bold" %)**"sortDetails"**(%%): (% style="color:#ba2121" %)"ro"(%%), 1161 + (% style="color:#008000; font-weight:bold" %)**"sortPlacement"**(%%): (% style="color:#ba2121" %)"standard room with 1 double bed dbl"(%%) 868 868 }, 869 869 { 870 - "prid": "40d3b511-c5b3-4395-b51f-11fb1b8e555b", 871 - "prName": "TOURIST VISA", 872 - "prValue": 80.01000000, 873 - "sortingOrder": 2 1164 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:f8d50dcc-5e46-405f-b071-362a0f713db0"(%%), 1165 + (% style="color:#008000; font-weight:bold" %)**"priceCurrency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 1166 + (% style="color:#008000; font-weight:bold" %)**"totalPrice"**(%%): (% style="color:#666666" %)1087.60(%%), 1167 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionPercent"**(%%): (% style="color:#666666" %)0.00(%%), 1168 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionAmount"**(%%): (% style="color:#666666" %)0.00(%%), 1169 + (% style="color:#008000; font-weight:bold" %)**"includedExtrasAmount"**(%%): (% style="color:#666666" %)0(%%), 1170 + (% style="color:#008000; font-weight:bold" %)**"priceDifference"**(%%): (% style="color:#666666" %)306.00(%%), 1171 + (% style="color:#008000; font-weight:bold" %)**"hotel"**(%%): { 1172 + (% style="color:#008000; font-weight:bold" %)**"hotelPriceId"**(%%): (% style="color:#ba2121" %)"fa7a89d5-1c20-4004-b3d2-f8d08163827f"(%%), 1173 + (% style="color:#008000; font-weight:bold" %)**"hotelName"**(%%): (% style="color:#ba2121" %)"Ibis Al Rigga"(%%), 1174 + (% style="color:#008000; font-weight:bold" %)**"hotelCode"**(%%): (% style="color:#ba2121" %)"IBH-6685"(%%), 1175 + (% style="color:#008000; font-weight:bold" %)**"nigths"**(%%): (% style="color:#666666" %)4(%%), 1176 + (% style="color:#008000; font-weight:bold" %)**"mealPlan"**(%%): (% style="color:#ba2121" %)"RO"(%%), 1177 + (% style="color:#008000; font-weight:bold" %)**"hotelClass"**(%%): (% style="color:#ba2121" %)"3"(%%), 1178 + (% style="color:#008000; font-weight:bold" %)**"hotelColor"**(%%): (% style="color:#ba2121" %)"#2E8B57"(%%), 1179 + (% style="color:#008000; font-weight:bold" %)**"availabilityType"**(%%): (% style="color:#ba2121" %)"FreeSale"(%%), 1180 + (% style="color:#008000; font-weight:bold" %)**"availableRoomsCount"**(%%): (% style="color:#666666" %)0(%%), 1181 + (% style="color:#008000; font-weight:bold" %)**"fewRooms"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1182 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryCode"**(%%): (% style="color:#ba2121" %)"DBC"(%%), 1183 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryName"**(%%): (% style="color:#ba2121" %)"Standard room with 1 double bed"(%%), 1184 + (% style="color:#008000; font-weight:bold" %)**"placementTypeName"**(%%): (% style="color:#ba2121" %)"DBL"(%%), 1185 + (% style="color:#008000; font-weight:bold" %)**"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="color:#008000; font-weight:bold" %)**"checkInDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 1187 + (% style="color:#008000; font-weight:bold" %)**"checkOutDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 1188 + (% style="color:#008000; font-weight:bold" %)**"adults"**(%%): (% style="color:#666666" %)2(%%), 1189 + (% style="color:#008000; font-weight:bold" %)**"children"**(%%): (% style="color:#666666" %)0(%%), 1190 + (% style="color:#008000; font-weight:bold" %)**"districtUID"**(%%): (% style="color:#ba2121" %)"aaff2238-fa72-4900-83f8-a16990415547"(%%), 1191 + (% style="color:#008000; font-weight:bold" %)**"districtName"**(%%): (% style="color:#ba2121" %)"Deira"(%%), 1192 + (% style="color:#008000; font-weight:bold" %)**"cityUID"**(%%): (% style="color:#ba2121" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%), 1193 + (% style="color:#008000; font-weight:bold" %)**"cityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 1194 + (% style="color:#008000; font-weight:bold" %)**"countryCode"**(%%): (% style="color:#ba2121" %)"AE"(%%), 1195 + (% style="color:#008000; font-weight:bold" %)**"countryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 1196 + (% style="color:#008000; font-weight:bold" %)**"hasAlcohol"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1197 + (% style="color:#008000; font-weight:bold" %)**"hasFreeWifi"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1198 + (% style="color:#008000; font-weight:bold" %)**"hasMetro"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1199 + (% style="color:#008000; font-weight:bold" %)**"hasPool"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1200 + (% style="color:#008000; font-weight:bold" %)**"hasMall"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1201 + (% style="color:#008000; font-weight:bold" %)**"infantMaxAge"**(%%): (% style="color:#666666" %)2.99(%%), 1202 + (% style="color:#008000; font-weight:bold" %)**"childMinAge"**(%%): (% style="color:#666666" %)3.00(%%), 1203 + (% style="color:#008000; font-weight:bold" %)**"childMaxAge"**(%%): (% style="color:#666666" %)11.99(%%), 1204 + (% style="color:#008000; font-weight:bold" %)**"teenMinAge"**(%%): (% style="color:#666666" %)0.0(%%), 1205 + (% style="color:#008000; font-weight:bold" %)**"teenMaxAge"**(%%): (% style="color:#666666" %)0.0(%%), 1206 + (% style="color:#008000; font-weight:bold" %)**"adultMinAge"**(%%): (% style="color:#666666" %)12.00(%%), 1207 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicyDescription"**(%%): (% style="color:#ba2121" %)"Cancellation Policy: Non refundable"(%%), 1208 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicy"**(%%): { 1209 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValue"**(%%): (% style="color:#666666" %)100(%%), 1210 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%), 1211 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValue"**(%%): (% style="color:#666666" %)100(%%), 1212 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%), 1213 + (% style="color:#008000; font-weight:bold" %)**"conditions"**(%%): [ 1214 + { 1215 + (% style="color:#008000; font-weight:bold" %)**"timeunits"**(%%): (% style="color:#666666" %)365(%%), 1216 + (% style="color:#008000; font-weight:bold" %)**"timeunitType"**(%%): (% style="color:#ba2121" %)"Day"(%%), 1217 + (% style="color:#008000; font-weight:bold" %)**"timeOffsetTypeName"**(%%): (% style="color:#ba2121" %)"Before Arrival"(%%), 1218 + (% style="color:#008000; font-weight:bold" %)**"chargeValue"**(%%): (% style="color:#666666" %)100(%%), 1219 + (% style="color:#008000; font-weight:bold" %)**"chargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%) 1220 + } 1221 + ] 1222 + } 1223 + }, 1224 + (% style="color:#008000; font-weight:bold" %)**"flight"**(%%): { 1225 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"f8d50dcc-5e46-405f-b071-362a0f713db0"(%%), 1226 + (% style="color:#008000; font-weight:bold" %)**"departureDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 1227 + (% style="color:#008000; font-weight:bold" %)**"returnDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 1228 + (% style="color:#008000; font-weight:bold" %)**"departureTicketsLeft"**(%%): (% style="color:#666666" %)7(%%), 1229 + (% style="color:#008000; font-weight:bold" %)**"returnTicketsLeft"**(%%): (% style="color:#666666" %)7(%%), 1230 + (% style="color:#008000; font-weight:bold" %)**"departureAvailabilityType"**(%%): (% style="color:#ba2121" %)"FewPlaces"(%%), 1231 + (% style="color:#008000; font-weight:bold" %)**"returnAvailabilityType"**(%%): (% style="color:#ba2121" %)"FewPlaces"(%%), 1232 + (% style="color:#008000; font-weight:bold" %)**"isTwoWay"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1233 + (% style="color:#008000; font-weight:bold" %)**"sameBaggageForAll"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1234 + (% style="color:#008000; font-weight:bold" %)**"totalBaggage"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1235 + (% style="color:#008000; font-weight:bold" %)**"isBlock"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1236 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 1237 + (% style="color:#008000; font-weight:bold" %)**"departureSegments"**(%%): [ 1238 + { 1239 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"FZ"(%%), 1240 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"Fly Dubai"(%%), 1241 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"FZ1722"(%%), 1242 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 1243 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)20(%%), 1244 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)6(%%), 1245 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T03:40:00.000"(%%), 1246 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"Kazakhstan"(%%), 1247 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"Almaty"(%%), 1248 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1249 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"Almaty Intl Airport"(%%), 1250 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1251 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T07:15:00.000"(%%), 1252 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 1253 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 1254 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"DXB"(%%), 1255 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"Dubai Intl Airport"(%%), 1256 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"DXB3"(%%), 1257 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"5h 35m"(%%) 1258 + } 1259 + ], 1260 + (% style="color:#008000; font-weight:bold" %)**"returnSegments"**(%%): [ 1261 + { 1262 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"FZ"(%%), 1263 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"Fly Dubai"(%%), 1264 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"FZ1853"(%%), 1265 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 1266 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)20(%%), 1267 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)6(%%), 1268 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T22:55:00.000"(%%), 1269 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 1270 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 1271 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"DXB"(%%), 1272 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"Dubai Intl Airport"(%%), 1273 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"DXB3"(%%), 1274 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-22T04:05:00.000"(%%), 1275 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"Kazakhstan"(%%), 1276 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"Almaty"(%%), 1277 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1278 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"Almaty Intl Airport"(%%), 1279 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1280 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"3h 10m"(%%) 1281 + } 1282 + ], 1283 + (% style="color:#008000; font-weight:bold" %)**"passengers"**(%%): [ 1284 + { 1285 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"f8d50dcc-5e46-405f-b071-362a0f713db0-A1"(%%), 1286 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1287 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [], 1288 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [] 1289 + }, 1290 + { 1291 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"f8d50dcc-5e46-405f-b071-362a0f713db0-A2"(%%), 1292 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1293 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [], 1294 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [] 1295 + } 1296 + ] 1297 + }, 1298 + (% style="color:#008000; font-weight:bold" %)**"extraServices"**(%%): [], 1299 + (% style="color:#008000; font-weight:bold" %)**"insurancePrice"**(%%): { 1300 + (% style="color:#008000; font-weight:bold" %)**"name"**(%%): (% style="color:#ba2121" %)"Medical INS (N10000)"(%%), 1301 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)22.40(%%), 1302 + (% style="color:#008000; font-weight:bold" %)**"actualStartDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 1303 + (% style="color:#008000; font-weight:bold" %)**"actualEndDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 1304 + (% style="color:#008000; font-weight:bold" %)**"optional"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1305 + (% style="color:#008000; font-weight:bold" %)**"includedInPackagePrice"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 1306 + }, 1307 + (% style="color:#008000; font-weight:bold" %)**"sortCheckInOut"**(%%): (% style="color:#ba2121" %)"17.05.2024-21.05.2024"(%%), 1308 + (% style="color:#008000; font-weight:bold" %)**"sortAirline"**(%%): (% style="color:#ba2121" %)"fly dubai"(%%), 1309 + (% style="color:#008000; font-weight:bold" %)**"sortHotelName"**(%%): (% style="color:#ba2121" %)"ibis al rigga"(%%), 1310 + (% style="color:#008000; font-weight:bold" %)**"sortDetails"**(%%): (% style="color:#ba2121" %)"ro"(%%), 1311 + (% style="color:#008000; font-weight:bold" %)**"sortPlacement"**(%%): (% style="color:#ba2121" %)"standard room with 1 double bed dbl"(%%) 874 874 }, 875 875 { 876 - "prid": "80490edd-a7ef-43dc-98cf-3f709efe68cb", 877 - "prName": "SERVICE VISA", 878 - "prValue": 120.08000000, 879 - "sortingOrder": 3 880 - } 881 - ], 882 - "terminals": [ 883 - { 884 - "terminalCode": "DXB2", 885 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 886 - "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e", 887 - "terminalName": "DXB2", 888 - "countryCode": "AE" 1314 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:6107eb99-53f1-4c1b-94cd-d06badaa5f59"(%%), 1315 + (% style="color:#008000; font-weight:bold" %)**"priceCurrency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 1316 + (% style="color:#008000; font-weight:bold" %)**"totalPrice"**(%%): (% style="color:#666666" %)1087.60(%%), 1317 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionPercent"**(%%): (% style="color:#666666" %)0.00(%%), 1318 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionAmount"**(%%): (% style="color:#666666" %)0.00(%%), 1319 + (% style="color:#008000; font-weight:bold" %)**"includedExtrasAmount"**(%%): (% style="color:#666666" %)0(%%), 1320 + (% style="color:#008000; font-weight:bold" %)**"priceDifference"**(%%): (% style="color:#666666" %)306.00(%%), 1321 + (% style="color:#008000; font-weight:bold" %)**"hotel"**(%%): { 1322 + (% style="color:#008000; font-weight:bold" %)**"hotelPriceId"**(%%): (% style="color:#ba2121" %)"fa7a89d5-1c20-4004-b3d2-f8d08163827f"(%%), 1323 + (% style="color:#008000; font-weight:bold" %)**"hotelName"**(%%): (% style="color:#ba2121" %)"Ibis Al Rigga"(%%), 1324 + (% style="color:#008000; font-weight:bold" %)**"hotelCode"**(%%): (% style="color:#ba2121" %)"IBH-6685"(%%), 1325 + (% style="color:#008000; font-weight:bold" %)**"nigths"**(%%): (% style="color:#666666" %)4(%%), 1326 + (% style="color:#008000; font-weight:bold" %)**"mealPlan"**(%%): (% style="color:#ba2121" %)"RO"(%%), 1327 + (% style="color:#008000; font-weight:bold" %)**"hotelClass"**(%%): (% style="color:#ba2121" %)"3"(%%), 1328 + (% style="color:#008000; font-weight:bold" %)**"hotelColor"**(%%): (% style="color:#ba2121" %)"#2E8B57"(%%), 1329 + (% style="color:#008000; font-weight:bold" %)**"availabilityType"**(%%): (% style="color:#ba2121" %)"FreeSale"(%%), 1330 + (% style="color:#008000; font-weight:bold" %)**"availableRoomsCount"**(%%): (% style="color:#666666" %)0(%%), 1331 + (% style="color:#008000; font-weight:bold" %)**"fewRooms"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1332 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryCode"**(%%): (% style="color:#ba2121" %)"DBC"(%%), 1333 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryName"**(%%): (% style="color:#ba2121" %)"Standard room with 1 double bed"(%%), 1334 + (% style="color:#008000; font-weight:bold" %)**"placementTypeName"**(%%): (% style="color:#ba2121" %)"DBL"(%%), 1335 + (% style="color:#008000; font-weight:bold" %)**"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="color:#008000; font-weight:bold" %)**"checkInDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 1337 + (% style="color:#008000; font-weight:bold" %)**"checkOutDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 1338 + (% style="color:#008000; font-weight:bold" %)**"adults"**(%%): (% style="color:#666666" %)2(%%), 1339 + (% style="color:#008000; font-weight:bold" %)**"children"**(%%): (% style="color:#666666" %)0(%%), 1340 + (% style="color:#008000; font-weight:bold" %)**"districtUID"**(%%): (% style="color:#ba2121" %)"aaff2238-fa72-4900-83f8-a16990415547"(%%), 1341 + (% style="color:#008000; font-weight:bold" %)**"districtName"**(%%): (% style="color:#ba2121" %)"Deira"(%%), 1342 + (% style="color:#008000; font-weight:bold" %)**"cityUID"**(%%): (% style="color:#ba2121" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%), 1343 + (% style="color:#008000; font-weight:bold" %)**"cityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 1344 + (% style="color:#008000; font-weight:bold" %)**"countryCode"**(%%): (% style="color:#ba2121" %)"AE"(%%), 1345 + (% style="color:#008000; font-weight:bold" %)**"countryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 1346 + (% style="color:#008000; font-weight:bold" %)**"hasAlcohol"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1347 + (% style="color:#008000; font-weight:bold" %)**"hasFreeWifi"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1348 + (% style="color:#008000; font-weight:bold" %)**"hasMetro"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1349 + (% style="color:#008000; font-weight:bold" %)**"hasPool"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1350 + (% style="color:#008000; font-weight:bold" %)**"hasMall"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1351 + (% style="color:#008000; font-weight:bold" %)**"infantMaxAge"**(%%): (% style="color:#666666" %)2.99(%%), 1352 + (% style="color:#008000; font-weight:bold" %)**"childMinAge"**(%%): (% style="color:#666666" %)3.00(%%), 1353 + (% style="color:#008000; font-weight:bold" %)**"childMaxAge"**(%%): (% style="color:#666666" %)11.99(%%), 1354 + (% style="color:#008000; font-weight:bold" %)**"teenMinAge"**(%%): (% style="color:#666666" %)0.0(%%), 1355 + (% style="color:#008000; font-weight:bold" %)**"teenMaxAge"**(%%): (% style="color:#666666" %)0.0(%%), 1356 + (% style="color:#008000; font-weight:bold" %)**"adultMinAge"**(%%): (% style="color:#666666" %)12.00(%%), 1357 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicyDescription"**(%%): (% style="color:#ba2121" %)"Cancellation Policy: Non refundable"(%%), 1358 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicy"**(%%): { 1359 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValue"**(%%): (% style="color:#666666" %)100(%%), 1360 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%), 1361 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValue"**(%%): (% style="color:#666666" %)100(%%), 1362 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%), 1363 + (% style="color:#008000; font-weight:bold" %)**"conditions"**(%%): [ 1364 + { 1365 + (% style="color:#008000; font-weight:bold" %)**"timeunits"**(%%): (% style="color:#666666" %)365(%%), 1366 + (% style="color:#008000; font-weight:bold" %)**"timeunitType"**(%%): (% style="color:#ba2121" %)"Day"(%%), 1367 + (% style="color:#008000; font-weight:bold" %)**"timeOffsetTypeName"**(%%): (% style="color:#ba2121" %)"Before Arrival"(%%), 1368 + (% style="color:#008000; font-weight:bold" %)**"chargeValue"**(%%): (% style="color:#666666" %)100(%%), 1369 + (% style="color:#008000; font-weight:bold" %)**"chargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%) 1370 + } 1371 + ] 1372 + } 1373 + }, 1374 + (% style="color:#008000; font-weight:bold" %)**"flight"**(%%): { 1375 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"6107eb99-53f1-4c1b-94cd-d06badaa5f59"(%%), 1376 + (% style="color:#008000; font-weight:bold" %)**"departureDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 1377 + (% style="color:#008000; font-weight:bold" %)**"returnDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 1378 + (% style="color:#008000; font-weight:bold" %)**"departureTicketsLeft"**(%%): (% style="color:#666666" %)7(%%), 1379 + (% style="color:#008000; font-weight:bold" %)**"returnTicketsLeft"**(%%): (% style="color:#666666" %)7(%%), 1380 + (% style="color:#008000; font-weight:bold" %)**"departureAvailabilityType"**(%%): (% style="color:#ba2121" %)"FewPlaces"(%%), 1381 + (% style="color:#008000; font-weight:bold" %)**"returnAvailabilityType"**(%%): (% style="color:#ba2121" %)"FewPlaces"(%%), 1382 + (% style="color:#008000; font-weight:bold" %)**"isTwoWay"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1383 + (% style="color:#008000; font-weight:bold" %)**"sameBaggageForAll"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1384 + (% style="color:#008000; font-weight:bold" %)**"totalBaggage"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1385 + (% style="color:#008000; font-weight:bold" %)**"isBlock"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1386 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 1387 + (% style="color:#008000; font-weight:bold" %)**"departureSegments"**(%%): [ 1388 + { 1389 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"FZ"(%%), 1390 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"Fly Dubai"(%%), 1391 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"FZ1854"(%%), 1392 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 1393 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)20(%%), 1394 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)6(%%), 1395 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T05:05:00.000"(%%), 1396 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"Kazakhstan"(%%), 1397 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"Almaty"(%%), 1398 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1399 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"Almaty Intl Airport"(%%), 1400 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1401 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T08:40:00.000"(%%), 1402 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 1403 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 1404 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"DXB"(%%), 1405 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"Dubai Intl Airport"(%%), 1406 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"DXB3"(%%), 1407 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"5h 35m"(%%) 1408 + } 1409 + ], 1410 + (% style="color:#008000; font-weight:bold" %)**"returnSegments"**(%%): [ 1411 + { 1412 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"FZ"(%%), 1413 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"Fly Dubai"(%%), 1414 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"FZ1721"(%%), 1415 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 1416 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)20(%%), 1417 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)6(%%), 1418 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T21:30:00.000"(%%), 1419 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 1420 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 1421 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"DXB"(%%), 1422 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"Dubai Intl Airport"(%%), 1423 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"DXB3"(%%), 1424 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-22T02:40:00.000"(%%), 1425 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"Kazakhstan"(%%), 1426 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"Almaty"(%%), 1427 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1428 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"Almaty Intl Airport"(%%), 1429 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1430 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"3h 10m"(%%) 1431 + } 1432 + ], 1433 + (% style="color:#008000; font-weight:bold" %)**"passengers"**(%%): [ 1434 + { 1435 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"6107eb99-53f1-4c1b-94cd-d06badaa5f59-A1"(%%), 1436 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1437 + (% style="color:#008000; font-weight:bold" %)**"selectedForwardBaggageCode"**(%%): (% style="color:#ba2121" %)"TOTAL_BAGGAGE"(%%), 1438 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [ 1439 + { 1440 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"TOTAL_BAGGAGE"(%%), 1441 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"20 kg included"(%%), 1442 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0.00(%%), 1443 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 1444 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 1445 + } 1446 + ], 1447 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [ 1448 + { 1449 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED_IN_FORWARD"(%%), 1450 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0(%%), 1451 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%) 1452 + } 1453 + ] 1454 + }, 1455 + { 1456 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"6107eb99-53f1-4c1b-94cd-d06badaa5f59-A2"(%%), 1457 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1458 + (% style="color:#008000; font-weight:bold" %)**"selectedForwardBaggageCode"**(%%): (% style="color:#ba2121" %)"TOTAL_BAGGAGE"(%%), 1459 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [ 1460 + { 1461 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"TOTAL_BAGGAGE"(%%), 1462 + (% style="color:#008000; font-weight:bold" %)**"description"**(%%): (% style="color:#ba2121" %)"20 kg included"(%%), 1463 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0.00(%%), 1464 + (% style="color:#008000; font-weight:bold" %)**"currency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 1465 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 1466 + } 1467 + ], 1468 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [ 1469 + { 1470 + (% style="color:#008000; font-weight:bold" %)**"baggageCode"**(%%): (% style="color:#ba2121" %)"INCLUDED_IN_FORWARD"(%%), 1471 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)0(%%), 1472 + (% style="color:#008000; font-weight:bold" %)**"included"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%) 1473 + } 1474 + ] 1475 + } 1476 + ] 1477 + }, 1478 + (% style="color:#008000; font-weight:bold" %)**"extraServices"**(%%): [], 1479 + (% style="color:#008000; font-weight:bold" %)**"insurancePrice"**(%%): { 1480 + (% style="color:#008000; font-weight:bold" %)**"name"**(%%): (% style="color:#ba2121" %)"Medical INS (N10000)"(%%), 1481 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)22.40(%%), 1482 + (% style="color:#008000; font-weight:bold" %)**"actualStartDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 1483 + (% style="color:#008000; font-weight:bold" %)**"actualEndDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 1484 + (% style="color:#008000; font-weight:bold" %)**"optional"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1485 + (% style="color:#008000; font-weight:bold" %)**"includedInPackagePrice"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 1486 + }, 1487 + (% style="color:#008000; font-weight:bold" %)**"sortCheckInOut"**(%%): (% style="color:#ba2121" %)"17.05.2024-21.05.2024"(%%), 1488 + (% style="color:#008000; font-weight:bold" %)**"sortAirline"**(%%): (% style="color:#ba2121" %)"fly dubai"(%%), 1489 + (% style="color:#008000; font-weight:bold" %)**"sortHotelName"**(%%): (% style="color:#ba2121" %)"ibis al rigga"(%%), 1490 + (% style="color:#008000; font-weight:bold" %)**"sortDetails"**(%%): (% style="color:#ba2121" %)"ro"(%%), 1491 + (% style="color:#008000; font-weight:bold" %)**"sortPlacement"**(%%): (% style="color:#ba2121" %)"standard room with 1 double bed dbl"(%%) 889 889 }, 890 890 { 891 - "terminalCode": "DXB3", 892 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 893 - "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e", 894 - "terminalName": "DXB3", 895 - "countryCode": "AE" 1494 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:e056a111-8dea-4710-954c-1a0215e516c9"(%%), 1495 + (% style="color:#008000; font-weight:bold" %)**"priceCurrency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 1496 + (% style="color:#008000; font-weight:bold" %)**"totalPrice"**(%%): (% style="color:#666666" %)1087.60(%%), 1497 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionPercent"**(%%): (% style="color:#666666" %)0.00(%%), 1498 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionAmount"**(%%): (% style="color:#666666" %)0.00(%%), 1499 + (% style="color:#008000; font-weight:bold" %)**"includedExtrasAmount"**(%%): (% style="color:#666666" %)0(%%), 1500 + (% style="color:#008000; font-weight:bold" %)**"priceDifference"**(%%): (% style="color:#666666" %)306.00(%%), 1501 + (% style="color:#008000; font-weight:bold" %)**"hotel"**(%%): { 1502 + (% style="color:#008000; font-weight:bold" %)**"hotelPriceId"**(%%): (% style="color:#ba2121" %)"fa7a89d5-1c20-4004-b3d2-f8d08163827f"(%%), 1503 + (% style="color:#008000; font-weight:bold" %)**"hotelName"**(%%): (% style="color:#ba2121" %)"Ibis Al Rigga"(%%), 1504 + (% style="color:#008000; font-weight:bold" %)**"hotelCode"**(%%): (% style="color:#ba2121" %)"IBH-6685"(%%), 1505 + (% style="color:#008000; font-weight:bold" %)**"nigths"**(%%): (% style="color:#666666" %)4(%%), 1506 + (% style="color:#008000; font-weight:bold" %)**"mealPlan"**(%%): (% style="color:#ba2121" %)"RO"(%%), 1507 + (% style="color:#008000; font-weight:bold" %)**"hotelClass"**(%%): (% style="color:#ba2121" %)"3"(%%), 1508 + (% style="color:#008000; font-weight:bold" %)**"hotelColor"**(%%): (% style="color:#ba2121" %)"#2E8B57"(%%), 1509 + (% style="color:#008000; font-weight:bold" %)**"availabilityType"**(%%): (% style="color:#ba2121" %)"FreeSale"(%%), 1510 + (% style="color:#008000; font-weight:bold" %)**"availableRoomsCount"**(%%): (% style="color:#666666" %)0(%%), 1511 + (% style="color:#008000; font-weight:bold" %)**"fewRooms"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1512 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryCode"**(%%): (% style="color:#ba2121" %)"DBC"(%%), 1513 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryName"**(%%): (% style="color:#ba2121" %)"Standard room with 1 double bed"(%%), 1514 + (% style="color:#008000; font-weight:bold" %)**"placementTypeName"**(%%): (% style="color:#ba2121" %)"DBL"(%%), 1515 + (% style="color:#008000; font-weight:bold" %)**"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="color:#008000; font-weight:bold" %)**"checkInDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 1517 + (% style="color:#008000; font-weight:bold" %)**"checkOutDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 1518 + (% style="color:#008000; font-weight:bold" %)**"adults"**(%%): (% style="color:#666666" %)2(%%), 1519 + (% style="color:#008000; font-weight:bold" %)**"children"**(%%): (% style="color:#666666" %)0(%%), 1520 + (% style="color:#008000; font-weight:bold" %)**"districtUID"**(%%): (% style="color:#ba2121" %)"aaff2238-fa72-4900-83f8-a16990415547"(%%), 1521 + (% style="color:#008000; font-weight:bold" %)**"districtName"**(%%): (% style="color:#ba2121" %)"Deira"(%%), 1522 + (% style="color:#008000; font-weight:bold" %)**"cityUID"**(%%): (% style="color:#ba2121" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%), 1523 + (% style="color:#008000; font-weight:bold" %)**"cityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 1524 + (% style="color:#008000; font-weight:bold" %)**"countryCode"**(%%): (% style="color:#ba2121" %)"AE"(%%), 1525 + (% style="color:#008000; font-weight:bold" %)**"countryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 1526 + (% style="color:#008000; font-weight:bold" %)**"hasAlcohol"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1527 + (% style="color:#008000; font-weight:bold" %)**"hasFreeWifi"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1528 + (% style="color:#008000; font-weight:bold" %)**"hasMetro"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1529 + (% style="color:#008000; font-weight:bold" %)**"hasPool"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1530 + (% style="color:#008000; font-weight:bold" %)**"hasMall"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1531 + (% style="color:#008000; font-weight:bold" %)**"infantMaxAge"**(%%): (% style="color:#666666" %)2.99(%%), 1532 + (% style="color:#008000; font-weight:bold" %)**"childMinAge"**(%%): (% style="color:#666666" %)3.00(%%), 1533 + (% style="color:#008000; font-weight:bold" %)**"childMaxAge"**(%%): (% style="color:#666666" %)11.99(%%), 1534 + (% style="color:#008000; font-weight:bold" %)**"teenMinAge"**(%%): (% style="color:#666666" %)0.0(%%), 1535 + (% style="color:#008000; font-weight:bold" %)**"teenMaxAge"**(%%): (% style="color:#666666" %)0.0(%%), 1536 + (% style="color:#008000; font-weight:bold" %)**"adultMinAge"**(%%): (% style="color:#666666" %)12.00(%%), 1537 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicyDescription"**(%%): (% style="color:#ba2121" %)"Cancellation Policy: Non refundable"(%%), 1538 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicy"**(%%): { 1539 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValue"**(%%): (% style="color:#666666" %)100(%%), 1540 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%), 1541 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValue"**(%%): (% style="color:#666666" %)100(%%), 1542 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%), 1543 + (% style="color:#008000; font-weight:bold" %)**"conditions"**(%%): [ 1544 + { 1545 + (% style="color:#008000; font-weight:bold" %)**"timeunits"**(%%): (% style="color:#666666" %)365(%%), 1546 + (% style="color:#008000; font-weight:bold" %)**"timeunitType"**(%%): (% style="color:#ba2121" %)"Day"(%%), 1547 + (% style="color:#008000; font-weight:bold" %)**"timeOffsetTypeName"**(%%): (% style="color:#ba2121" %)"Before Arrival"(%%), 1548 + (% style="color:#008000; font-weight:bold" %)**"chargeValue"**(%%): (% style="color:#666666" %)100(%%), 1549 + (% style="color:#008000; font-weight:bold" %)**"chargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%) 1550 + } 1551 + ] 1552 + } 1553 + }, 1554 + (% style="color:#008000; font-weight:bold" %)**"flight"**(%%): { 1555 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"e056a111-8dea-4710-954c-1a0215e516c9"(%%), 1556 + (% style="color:#008000; font-weight:bold" %)**"departureDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 1557 + (% style="color:#008000; font-weight:bold" %)**"returnDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 1558 + (% style="color:#008000; font-weight:bold" %)**"departureTicketsLeft"**(%%): (% style="color:#666666" %)7(%%), 1559 + (% style="color:#008000; font-weight:bold" %)**"returnTicketsLeft"**(%%): (% style="color:#666666" %)7(%%), 1560 + (% style="color:#008000; font-weight:bold" %)**"departureAvailabilityType"**(%%): (% style="color:#ba2121" %)"FewPlaces"(%%), 1561 + (% style="color:#008000; font-weight:bold" %)**"returnAvailabilityType"**(%%): (% style="color:#ba2121" %)"FewPlaces"(%%), 1562 + (% style="color:#008000; font-weight:bold" %)**"isTwoWay"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1563 + (% style="color:#008000; font-weight:bold" %)**"sameBaggageForAll"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1564 + (% style="color:#008000; font-weight:bold" %)**"totalBaggage"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1565 + (% style="color:#008000; font-weight:bold" %)**"isBlock"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1566 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 1567 + (% style="color:#008000; font-weight:bold" %)**"departureSegments"**(%%): [ 1568 + { 1569 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"FZ"(%%), 1570 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"Fly Dubai"(%%), 1571 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"FZ1854"(%%), 1572 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 1573 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)20(%%), 1574 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)6(%%), 1575 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T05:05:00.000"(%%), 1576 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"Kazakhstan"(%%), 1577 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"Almaty"(%%), 1578 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1579 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"Almaty Intl Airport"(%%), 1580 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1581 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T08:40:00.000"(%%), 1582 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 1583 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 1584 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"DXB"(%%), 1585 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"Dubai Intl Airport"(%%), 1586 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"DXB3"(%%), 1587 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"5h 35m"(%%) 1588 + } 1589 + ], 1590 + (% style="color:#008000; font-weight:bold" %)**"returnSegments"**(%%): [ 1591 + { 1592 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"FZ"(%%), 1593 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"Fly Dubai"(%%), 1594 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"FZ1853"(%%), 1595 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 1596 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)20(%%), 1597 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)6(%%), 1598 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T22:55:00.000"(%%), 1599 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 1600 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 1601 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"DXB"(%%), 1602 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"Dubai Intl Airport"(%%), 1603 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"DXB3"(%%), 1604 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-22T04:05:00.000"(%%), 1605 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"Kazakhstan"(%%), 1606 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"Almaty"(%%), 1607 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1608 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"Almaty Intl Airport"(%%), 1609 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1610 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"3h 10m"(%%) 1611 + } 1612 + ], 1613 + (% style="color:#008000; font-weight:bold" %)**"passengers"**(%%): [ 1614 + { 1615 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"e056a111-8dea-4710-954c-1a0215e516c9-A1"(%%), 1616 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1617 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [], 1618 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [] 1619 + }, 1620 + { 1621 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"e056a111-8dea-4710-954c-1a0215e516c9-A2"(%%), 1622 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1623 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [], 1624 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [] 1625 + } 1626 + ] 1627 + }, 1628 + (% style="color:#008000; font-weight:bold" %)**"extraServices"**(%%): [], 1629 + (% style="color:#008000; font-weight:bold" %)**"insurancePrice"**(%%): { 1630 + (% style="color:#008000; font-weight:bold" %)**"name"**(%%): (% style="color:#ba2121" %)"Medical INS (N10000)"(%%), 1631 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)22.40(%%), 1632 + (% style="color:#008000; font-weight:bold" %)**"actualStartDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 1633 + (% style="color:#008000; font-weight:bold" %)**"actualEndDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 1634 + (% style="color:#008000; font-weight:bold" %)**"optional"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1635 + (% style="color:#008000; font-weight:bold" %)**"includedInPackagePrice"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 1636 + }, 1637 + (% style="color:#008000; font-weight:bold" %)**"sortCheckInOut"**(%%): (% style="color:#ba2121" %)"17.05.2024-21.05.2024"(%%), 1638 + (% style="color:#008000; font-weight:bold" %)**"sortAirline"**(%%): (% style="color:#ba2121" %)"fly dubai"(%%), 1639 + (% style="color:#008000; font-weight:bold" %)**"sortHotelName"**(%%): (% style="color:#ba2121" %)"ibis al rigga"(%%), 1640 + (% style="color:#008000; font-weight:bold" %)**"sortDetails"**(%%): (% style="color:#ba2121" %)"ro"(%%), 1641 + (% style="color:#008000; font-weight:bold" %)**"sortPlacement"**(%%): (% style="color:#ba2121" %)"standard room with 1 double bed dbl"(%%) 896 896 }, 897 897 { 898 - "terminalCode": "ETD", 899 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 900 - "districtUID": "1fa8bb75-707b-40e6-8212-f705eeeaa16b", 901 - "terminalName": "Etihad Main Office Dubai", 902 - "countryCode": "AE", 903 - "note": "Noor Islamic Bank MS" 904 - }, 905 - { 906 - "terminalCode": "XGD", 907 - "cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d", 908 - "districtUID": "88ece1b0-cb91-49f3-86a0-eedc6c8e5aaf", 909 - "terminalName": "Dnata - Clock Tower", 910 - "countryCode": "AE" 911 - }, 912 - { 913 - "terminalCode": "Etihad Bus Station", 914 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 915 - "districtUID": "1fa8bb75-707b-40e6-8212-f705eeeaa16b", 916 - "terminalName": "Etihad Bus Station", 917 - "countryCode": "AE" 918 - }, 919 - { 920 - "terminalCode": "DXB1", 921 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 922 - "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e", 923 - "terminalName": "DXB1", 924 - "countryCode": "AE" 925 - }, 926 - { 927 - "terminalCode": "DWC", 928 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 929 - "districtUID": "42ace7f3-c109-4e81-8959-9c5adf193444", 930 - "terminalName": "DWC", 931 - "countryCode": "AE", 932 - "note": "Al Maktoum intl. airport" 933 - }, 934 - { 935 - "terminalCode": "DXB", 936 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 937 - "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e", 938 - "terminalName": "DXB", 939 - "countryCode": "AE" 940 - }, 941 - { 942 - "terminalCode": "SHJ", 943 - "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6", 944 - "districtUID": "18a915ca-74de-4613-a2fb-616ea300d16d", 945 - "terminalName": "SHJ", 946 - "countryCode": "AE" 947 - }, 948 - { 949 - "terminalCode": "AUH", 950 - "cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d", 951 - "districtUID": "5460739a-fb6e-4d94-a35b-6f4e0612581b", 952 - "terminalName": "AUH", 953 - "countryCode": "AE" 954 - }, 955 - { 956 - "terminalCode": "QIW", 957 - "cityUID": "9aabae22-f2f8-408c-b295-55cce1393c88", 958 - "districtUID": "9834149a-17ef-431e-b1f2-ab093bd55d94", 959 - "terminalName": "Um Al Quwain Terminal ", 960 - "countryCode": "AE" 961 - }, 962 - { 963 - "terminalCode": "AUH3", 964 - "cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d", 965 - "districtUID": "5460739a-fb6e-4d94-a35b-6f4e0612581b", 966 - "terminalName": "AUH3", 967 - "countryCode": "AE" 968 - }, 969 - { 970 - "terminalCode": "QAJ", 971 - "cityUID": "a7e023c1-c654-4e1d-8a83-7e571bd3a78d", 972 - "districtUID": "70e57708-9de2-4505-b550-f4627ae40877", 973 - "terminalName": "Ajman Terminal ", 974 - "countryCode": "AE" 975 - }, 976 - { 977 - "terminalCode": "RKT", 978 - "cityUID": "607fbe3a-68e6-4523-bf6e-e419fac86a8b", 979 - "districtUID": "7f82fcc7-65ee-48d8-b0ea-200fa2ffdb42", 980 - "terminalName": "Ras Al Khaimah Terminal ", 981 - "countryCode": "AE" 982 - }, 983 - { 984 - "terminalCode": "FJR", 985 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222", 986 - "districtUID": "3a894ed3-8021-45c9-ae0c-aa5e7379bb82", 987 - "terminalName": "Fujairah Terminal ", 988 - "countryCode": "AE" 1644 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:265dfb4f-df75-4a8e-ad08-52a742c8742d"(%%), 1645 + (% style="color:#008000; font-weight:bold" %)**"priceCurrency"**(%%): (% style="color:#ba2121" %)"USD"(%%), 1646 + (% style="color:#008000; font-weight:bold" %)**"totalPrice"**(%%): (% style="color:#666666" %)1139.42(%%), 1647 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionPercent"**(%%): (% style="color:#666666" %)0.00(%%), 1648 + (% style="color:#008000; font-weight:bold" %)**"agentCommissionAmount"**(%%): (% style="color:#666666" %)0.00(%%), 1649 + (% style="color:#008000; font-weight:bold" %)**"includedExtrasAmount"**(%%): (% style="color:#666666" %)0(%%), 1650 + (% style="color:#008000; font-weight:bold" %)**"priceDifference"**(%%): (% style="color:#666666" %)357.82(%%), 1651 + (% style="color:#008000; font-weight:bold" %)**"hotel"**(%%): { 1652 + (% style="color:#008000; font-weight:bold" %)**"hotelPriceId"**(%%): (% style="color:#ba2121" %)"fa7a89d5-1c20-4004-b3d2-f8d08163827f"(%%), 1653 + (% style="color:#008000; font-weight:bold" %)**"hotelName"**(%%): (% style="color:#ba2121" %)"Ibis Al Rigga"(%%), 1654 + (% style="color:#008000; font-weight:bold" %)**"hotelCode"**(%%): (% style="color:#ba2121" %)"IBH-6685"(%%), 1655 + (% style="color:#008000; font-weight:bold" %)**"nigths"**(%%): (% style="color:#666666" %)4(%%), 1656 + (% style="color:#008000; font-weight:bold" %)**"mealPlan"**(%%): (% style="color:#ba2121" %)"RO"(%%), 1657 + (% style="color:#008000; font-weight:bold" %)**"hotelClass"**(%%): (% style="color:#ba2121" %)"3"(%%), 1658 + (% style="color:#008000; font-weight:bold" %)**"hotelColor"**(%%): (% style="color:#ba2121" %)"#2E8B57"(%%), 1659 + (% style="color:#008000; font-weight:bold" %)**"availabilityType"**(%%): (% style="color:#ba2121" %)"FreeSale"(%%), 1660 + (% style="color:#008000; font-weight:bold" %)**"availableRoomsCount"**(%%): (% style="color:#666666" %)0(%%), 1661 + (% style="color:#008000; font-weight:bold" %)**"fewRooms"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1662 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryCode"**(%%): (% style="color:#ba2121" %)"DBC"(%%), 1663 + (% style="color:#008000; font-weight:bold" %)**"roomCategoryName"**(%%): (% style="color:#ba2121" %)"Standard room with 1 double bed"(%%), 1664 + (% style="color:#008000; font-weight:bold" %)**"placementTypeName"**(%%): (% style="color:#ba2121" %)"DBL"(%%), 1665 + (% style="color:#008000; font-weight:bold" %)**"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="color:#008000; font-weight:bold" %)**"checkInDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 1667 + (% style="color:#008000; font-weight:bold" %)**"checkOutDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 1668 + (% style="color:#008000; font-weight:bold" %)**"adults"**(%%): (% style="color:#666666" %)2(%%), 1669 + (% style="color:#008000; font-weight:bold" %)**"children"**(%%): (% style="color:#666666" %)0(%%), 1670 + (% style="color:#008000; font-weight:bold" %)**"districtUID"**(%%): (% style="color:#ba2121" %)"aaff2238-fa72-4900-83f8-a16990415547"(%%), 1671 + (% style="color:#008000; font-weight:bold" %)**"districtName"**(%%): (% style="color:#ba2121" %)"Deira"(%%), 1672 + (% style="color:#008000; font-weight:bold" %)**"cityUID"**(%%): (% style="color:#ba2121" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%), 1673 + (% style="color:#008000; font-weight:bold" %)**"cityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 1674 + (% style="color:#008000; font-weight:bold" %)**"countryCode"**(%%): (% style="color:#ba2121" %)"AE"(%%), 1675 + (% style="color:#008000; font-weight:bold" %)**"countryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 1676 + (% style="color:#008000; font-weight:bold" %)**"hasAlcohol"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1677 + (% style="color:#008000; font-weight:bold" %)**"hasFreeWifi"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1678 + (% style="color:#008000; font-weight:bold" %)**"hasMetro"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1679 + (% style="color:#008000; font-weight:bold" %)**"hasPool"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1680 + (% style="color:#008000; font-weight:bold" %)**"hasMall"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1681 + (% style="color:#008000; font-weight:bold" %)**"infantMaxAge"**(%%): (% style="color:#666666" %)2.99(%%), 1682 + (% style="color:#008000; font-weight:bold" %)**"childMinAge"**(%%): (% style="color:#666666" %)3.00(%%), 1683 + (% style="color:#008000; font-weight:bold" %)**"childMaxAge"**(%%): (% style="color:#666666" %)11.99(%%), 1684 + (% style="color:#008000; font-weight:bold" %)**"teenMinAge"**(%%): (% style="color:#666666" %)0.0(%%), 1685 + (% style="color:#008000; font-weight:bold" %)**"teenMaxAge"**(%%): (% style="color:#666666" %)0.0(%%), 1686 + (% style="color:#008000; font-weight:bold" %)**"adultMinAge"**(%%): (% style="color:#666666" %)12.00(%%), 1687 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicyDescription"**(%%): (% style="color:#ba2121" %)"Cancellation Policy: Non refundable"(%%), 1688 + (% style="color:#008000; font-weight:bold" %)**"cancellationPolicy"**(%%): { 1689 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValue"**(%%): (% style="color:#666666" %)100(%%), 1690 + (% style="color:#008000; font-weight:bold" %)**"noShowChargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%), 1691 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValue"**(%%): (% style="color:#666666" %)100(%%), 1692 + (% style="color:#008000; font-weight:bold" %)**"earlyDepartureChargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%), 1693 + (% style="color:#008000; font-weight:bold" %)**"conditions"**(%%): [ 1694 + { 1695 + (% style="color:#008000; font-weight:bold" %)**"timeunits"**(%%): (% style="color:#666666" %)365(%%), 1696 + (% style="color:#008000; font-weight:bold" %)**"timeunitType"**(%%): (% style="color:#ba2121" %)"Day"(%%), 1697 + (% style="color:#008000; font-weight:bold" %)**"timeOffsetTypeName"**(%%): (% style="color:#ba2121" %)"Before Arrival"(%%), 1698 + (% style="color:#008000; font-weight:bold" %)**"chargeValue"**(%%): (% style="color:#666666" %)100(%%), 1699 + (% style="color:#008000; font-weight:bold" %)**"chargeValueType"**(%%): (% style="color:#ba2121" %)"%"(%%) 1700 + } 1701 + ] 1702 + } 1703 + }, 1704 + (% style="color:#008000; font-weight:bold" %)**"flight"**(%%): { 1705 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"265dfb4f-df75-4a8e-ad08-52a742c8742d"(%%), 1706 + (% style="color:#008000; font-weight:bold" %)**"departureDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 1707 + (% style="color:#008000; font-weight:bold" %)**"returnDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 1708 + (% style="color:#008000; font-weight:bold" %)**"departureTicketsLeft"**(%%): (% style="color:#666666" %)7(%%), 1709 + (% style="color:#008000; font-weight:bold" %)**"returnTicketsLeft"**(%%): (% style="color:#666666" %)7(%%), 1710 + (% style="color:#008000; font-weight:bold" %)**"departureAvailabilityType"**(%%): (% style="color:#ba2121" %)"FewPlaces"(%%), 1711 + (% style="color:#008000; font-weight:bold" %)**"returnAvailabilityType"**(%%): (% style="color:#ba2121" %)"FewPlaces"(%%), 1712 + (% style="color:#008000; font-weight:bold" %)**"isTwoWay"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1713 + (% style="color:#008000; font-weight:bold" %)**"sameBaggageForAll"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1714 + (% style="color:#008000; font-weight:bold" %)**"totalBaggage"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1715 + (% style="color:#008000; font-weight:bold" %)**"isBlock"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1716 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 1717 + (% style="color:#008000; font-weight:bold" %)**"departureSegments"**(%%): [ 1718 + { 1719 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"KC"(%%), 1720 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"Air Astana"(%%), 1721 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"KC897"(%%), 1722 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 1723 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)20(%%), 1724 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)6(%%), 1725 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T09:15:00.000"(%%), 1726 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"Kazakhstan"(%%), 1727 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"Almaty"(%%), 1728 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1729 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"Almaty Intl Airport"(%%), 1730 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1731 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T12:55:00.000"(%%), 1732 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 1733 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 1734 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"DXB"(%%), 1735 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"Dubai Intl Airport"(%%), 1736 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"DXB1"(%%), 1737 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"5h 40m"(%%) 1738 + } 1739 + ], 1740 + (% style="color:#008000; font-weight:bold" %)**"returnSegments"**(%%): [ 1741 + { 1742 + (% style="color:#008000; font-weight:bold" %)**"airlineCode"**(%%): (% style="color:#ba2121" %)"KC"(%%), 1743 + (% style="color:#008000; font-weight:bold" %)**"airlineName"**(%%): (% style="color:#ba2121" %)"Air Astana"(%%), 1744 + (% style="color:#008000; font-weight:bold" %)**"flightCode"**(%%): (% style="color:#ba2121" %)"KC898"(%%), 1745 + (% style="color:#008000; font-weight:bold" %)**"class"**(%%): (% style="color:#ba2121" %)"Economy"(%%), 1746 + (% style="color:#008000; font-weight:bold" %)**"lugageWeight"**(%%): (% style="color:#666666" %)20(%%), 1747 + (% style="color:#008000; font-weight:bold" %)**"handLugageWeight"**(%%): (% style="color:#666666" %)6(%%), 1748 + (% style="color:#008000; font-weight:bold" %)**"departureFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T13:55:00.000"(%%), 1749 + (% style="color:#008000; font-weight:bold" %)**"departureCountryName"**(%%): (% style="color:#ba2121" %)"United Arab Emirates"(%%), 1750 + (% style="color:#008000; font-weight:bold" %)**"departureCityName"**(%%): (% style="color:#ba2121" %)"Dubai"(%%), 1751 + (% style="color:#008000; font-weight:bold" %)**"departureAirportCode"**(%%): (% style="color:#ba2121" %)"DXB"(%%), 1752 + (% style="color:#008000; font-weight:bold" %)**"departureAirportName"**(%%): (% style="color:#ba2121" %)"Dubai Intl Airport"(%%), 1753 + (% style="color:#008000; font-weight:bold" %)**"departureTerminalCode"**(%%): (% style="color:#ba2121" %)"DXB1"(%%), 1754 + (% style="color:#008000; font-weight:bold" %)**"arrivalFlightDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T19:10:00.000"(%%), 1755 + (% style="color:#008000; font-weight:bold" %)**"arrivalCountryName"**(%%): (% style="color:#ba2121" %)"Kazakhstan"(%%), 1756 + (% style="color:#008000; font-weight:bold" %)**"arrivalCityName"**(%%): (% style="color:#ba2121" %)"Almaty"(%%), 1757 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1758 + (% style="color:#008000; font-weight:bold" %)**"arrivalAirportName"**(%%): (% style="color:#ba2121" %)"Almaty Intl Airport"(%%), 1759 + (% style="color:#008000; font-weight:bold" %)**"arrivalTerminalCode"**(%%): (% style="color:#ba2121" %)"ALA"(%%), 1760 + (% style="color:#008000; font-weight:bold" %)**"flightDuration"**(%%): (% style="color:#ba2121" %)"3h 15m"(%%) 1761 + } 1762 + ], 1763 + (% style="color:#008000; font-weight:bold" %)**"passengers"**(%%): [ 1764 + { 1765 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"265dfb4f-df75-4a8e-ad08-52a742c8742d-A1"(%%), 1766 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1767 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [], 1768 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [] 1769 + }, 1770 + { 1771 + (% style="color:#008000; font-weight:bold" %)**"id"**(%%): (% style="color:#ba2121" %)"265dfb4f-df75-4a8e-ad08-52a742c8742d-A2"(%%), 1772 + (% style="color:#008000; font-weight:bold" %)**"isAdult"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%), 1773 + (% style="color:#008000; font-weight:bold" %)**"forwardBaggages"**(%%): [], 1774 + (% style="color:#008000; font-weight:bold" %)**"backwardBaggages"**(%%): [] 1775 + } 1776 + ] 1777 + }, 1778 + (% style="color:#008000; font-weight:bold" %)**"extraServices"**(%%): [], 1779 + (% style="color:#008000; font-weight:bold" %)**"insurancePrice"**(%%): { 1780 + (% style="color:#008000; font-weight:bold" %)**"name"**(%%): (% style="color:#ba2121" %)"Medical INS (N10000)"(%%), 1781 + (% style="color:#008000; font-weight:bold" %)**"price"**(%%): (% style="color:#666666" %)22.40(%%), 1782 + (% style="color:#008000; font-weight:bold" %)**"actualStartDate"**(%%): (% style="color:#ba2121" %)"2024-05-17T00:00:00.000"(%%), 1783 + (% style="color:#008000; font-weight:bold" %)**"actualEndDate"**(%%): (% style="color:#ba2121" %)"2024-05-21T00:00:00.000"(%%), 1784 + (% style="color:#008000; font-weight:bold" %)**"optional"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%), 1785 + (% style="color:#008000; font-weight:bold" %)**"includedInPackagePrice"**(%%): (% style="color:#008000; font-weight:bold" %)**true**(%%) 1786 + }, 1787 + (% style="color:#008000; font-weight:bold" %)**"sortCheckInOut"**(%%): (% style="color:#ba2121" %)"17.05.2024-21.05.2024"(%%), 1788 + (% style="color:#008000; font-weight:bold" %)**"sortAirline"**(%%): (% style="color:#ba2121" %)"air astana"(%%), 1789 + (% style="color:#008000; font-weight:bold" %)**"sortHotelName"**(%%): (% style="color:#ba2121" %)"ibis al rigga"(%%), 1790 + (% style="color:#008000; font-weight:bold" %)**"sortDetails"**(%%): (% style="color:#ba2121" %)"ro"(%%), 1791 + (% style="color:#008000; font-weight:bold" %)**"sortPlacement"**(%%): (% style="color:#ba2121" %)"standard room with 1 double bed dbl"(%%) 989 989 } 990 990 ], 991 - "containsError": false, 992 - "refreshPriceResult": "Success", 993 - "reservationId": "d295362b-1083-4896-86c2-b2935715c5b9", 994 - "reservationDetailsUnavailable": false, 995 - "error": false 1794 + (% style="color:#008000; font-weight:bold" %)**"refreshPriceResult"**(%%): (% style="color:#ba2121" %)"Success"(%%), 1795 + (% style="color:#008000; font-weight:bold" %)**"error"**(%%): (% style="color:#008000; font-weight:bold" %)**false**(%%) 996 996 } 997 -{{/code}} 1797 +))) 1798 +))) 998 998 999 999 1000 1000 === Schema === 1001 1001 1002 -{{success}} 1003 -CalcOnlyHotelPackageResponse{ 1803 +(% class="box successmessage" %) 1804 +((( 1805 +CalcTourPackageResponse{ 1004 1004 1005 1005 |error|boolean 1006 1006 |errorCode|string ... ... @@ -1009,7 +1009,9 @@ 1009 1009 nullable: true 1010 1010 |userErrorDescription|string 1011 1011 nullable: true 1012 -|package|OnlyHotelPackage{((( 1814 +|package|TourPackage{((( 1815 +|cacheKey|string 1816 +nullable: true 1013 1013 |id|string 1014 1014 nullable: true 1015 1015 |priceCurrency|string ... ... @@ -1017,10 +1017,11 @@ 1017 1017 |totalPrice|number($double) 1018 1018 |agentCommissionPercent|number($double) 1019 1019 |agentCommissionAmount|number($double) 1824 +|includedExtrasAmount|number($double) 1825 +|priceDifference|number($double) 1020 1020 |hotel|PackageHotel{((( 1021 1021 |hotelPriceId|string 1022 1022 nullable: true 1023 -|providerId|integer($int32) 1024 1024 |hotelName|string 1025 1025 nullable: true 1026 1026 |hotelCode|string ... ... @@ -1030,6 +1030,8 @@ 1030 1030 nullable: true 1031 1031 |hotelClass|string 1032 1032 nullable: true 1838 +|hotelColor|string 1839 +nullable: true 1033 1033 |availabilityType|RoomAvailabilityTypeEnumstringEnum: 1034 1034 [ OnRequest, FreeSale, StopSale ] 1035 1035 |availableRoomsCount|integer($int32) ... ... @@ -1063,6 +1063,12 @@ 1063 1063 |hasMetro|boolean 1064 1064 |hasPool|boolean 1065 1065 |hasMall|boolean 1873 +|infantMaxAge|number($double) 1874 +|childMinAge|number($double) 1875 +|childMaxAge|number($double) 1876 +|teenMinAge|number($double) 1877 +|teenMaxAge|number($double) 1878 +|adultMinAge|number($double) 1066 1066 |cancellationPolicyDescription|string 1067 1067 nullable: true 1068 1068 |cancellationPolicy|CancellationPolicyExchange{((( ... ... @@ -1090,6 +1090,8 @@ 1090 1090 1091 1091 }] 1092 1092 ))) 1906 +|dailyPrices|[ 1907 +nullable: truenumber($double)] 1093 1093 1094 1094 } 1095 1095 ))) ... ... @@ -1096,6 +1096,143 @@ 1096 1096 1097 1097 } 1098 1098 ))) 1914 +|flight|PackageFlight{((( 1915 +|id|string 1916 +nullable: true 1917 +|departureDate|string($date-time) 1918 +|returnDate|string($date-time) 1919 +nullable: true 1920 +|departureTicketsLeft|integer($int32) 1921 +|returnTicketsLeft|integer($int32) 1922 +|departureAvailabilityType|FlightAvailabilityTypestringEnum: 1923 +[ OnRequest, FreeSale, FewPlaces, StopSale ] 1924 +|returnAvailabilityType|FlightAvailabilityTypestringEnum: 1925 +[ OnRequest, FreeSale, FewPlaces, StopSale ] 1926 +|isTwoWay|boolean 1927 +|sameBaggageForAll|boolean 1928 +|totalBaggage|boolean 1929 +|isBlock|boolean 1930 +|class|string 1931 +nullable: true 1932 +|departureSegments|[ 1933 +nullable: trueFlightSegment{((( 1934 +|airlineCode|string 1935 +nullable: true 1936 +|airlineName|string 1937 +nullable: true 1938 +|flightCode|string 1939 +nullable: true 1940 +|class|string 1941 +nullable: true 1942 +|lugageWeight|number($double) 1943 +|handLugageWeight|number($double) 1944 +|departureFlightDate|string($date-time) 1945 +|departureCountryName|string 1946 +nullable: true 1947 +|departureCityName|string 1948 +nullable: true 1949 +|departureAirportCode|string 1950 +nullable: true 1951 +|departureAirportName|string 1952 +nullable: true 1953 +|departureTerminalCode|string 1954 +nullable: true 1955 +|arrivalFlightDate|string($date-time) 1956 +|arrivalCountryName|string 1957 +nullable: true 1958 +|arrivalCityName|string 1959 +nullable: true 1960 +|arrivalAirportCode|string 1961 +nullable: true 1962 +|arrivalAirportName|string 1963 +nullable: true 1964 +|arrivalTerminalCode|string 1965 +nullable: true 1966 +|flightDuration|string 1967 +nullable: true 1968 + 1969 +}] 1970 +))) 1971 +|returnSegments|[ 1972 +nullable: trueFlightSegment{((( 1973 +|airlineCode|string 1974 +nullable: true 1975 +|airlineName|string 1976 +nullable: true 1977 +|flightCode|string 1978 +nullable: true 1979 +|class|string 1980 +nullable: true 1981 +|lugageWeight|number($double) 1982 +|handLugageWeight|number($double) 1983 +|departureFlightDate|string($date-time) 1984 +|departureCountryName|string 1985 +nullable: true 1986 +|departureCityName|string 1987 +nullable: true 1988 +|departureAirportCode|string 1989 +nullable: true 1990 +|departureAirportName|string 1991 +nullable: true 1992 +|departureTerminalCode|string 1993 +nullable: true 1994 +|arrivalFlightDate|string($date-time) 1995 +|arrivalCountryName|string 1996 +nullable: true 1997 +|arrivalCityName|string 1998 +nullable: true 1999 +|arrivalAirportCode|string 2000 +nullable: true 2001 +|arrivalAirportName|string 2002 +nullable: true 2003 +|arrivalTerminalCode|string 2004 +nullable: true 2005 +|flightDuration|string 2006 +nullable: true 2007 + 2008 +}] 2009 +))) 2010 +|passengers|[ 2011 +nullable: trueFlightPassengerOut{((( 2012 +|id|string 2013 +nullable: true 2014 +|isAdult|boolean 2015 +|selectedForwardBaggageCode|string 2016 +nullable: true 2017 +|selectedBackwardBaggageCode|string 2018 +nullable: true 2019 +|forwardBaggages|[ 2020 +nullable: trueBaggage{((( 2021 +|baggageCode|string 2022 +nullable: true 2023 +|description|string 2024 +nullable: true 2025 +|price|number($double) 2026 +|currency|string 2027 +nullable: true 2028 +|included|boolean 2029 + 2030 +}] 2031 +))) 2032 +|backwardBaggages|[ 2033 +nullable: trueBaggage{((( 2034 +|baggageCode|string 2035 +nullable: true 2036 +|description|string 2037 +nullable: true 2038 +|price|number($double) 2039 +|currency|string 2040 +nullable: true 2041 +|included|boolean 2042 + 2043 +}] 2044 +))) 2045 + 2046 +}] 2047 +))) 2048 + 2049 +} 2050 +))) 1099 1099 |extraServices|[ 1100 1100 nullable: trueHotelExtraServiceBase{((( 1101 1101 |extraServiceCode|string ... ... @@ -1128,9 +1128,347 @@ 1128 1128 1129 1129 }] 1130 1130 ))) 2083 +|insurancePrice|InsurancePrice{((( 2084 +|name|string 2085 +nullable: true 2086 +|price|number($double) 2087 +|actualStartDate|string($date-time) 2088 +|actualEndDate|string($date-time) 2089 +|optional|boolean 2090 +|includedInPackagePrice|boolean 1131 1131 1132 1132 } 1133 1133 ))) 2094 +|sortCheckInOut|string 2095 +nullable: true 2096 +|sortAirline|string 2097 +nullable: true 2098 +|sortHotelName|string 2099 +nullable: true 2100 +|sortDetails|string 2101 +nullable: true 2102 +|sortPlacement|string 2103 +nullable: true 1134 1134 1135 1135 } 1136 -{{/success}} 2106 +))) 2107 +|altPackages|[ 2108 +nullable: trueTourPackage{((( 2109 +|cacheKey|string 2110 +nullable: true 2111 +|id|string 2112 +nullable: true 2113 +|priceCurrency|string 2114 +nullable: true 2115 +|totalPrice|number($double) 2116 +|agentCommissionPercent|number($double) 2117 +|agentCommissionAmount|number($double) 2118 +|includedExtrasAmount|number($double) 2119 +|priceDifference|number($double) 2120 +|hotel|PackageHotel{((( 2121 +|hotelPriceId|string 2122 +nullable: true 2123 +|hotelName|string 2124 +nullable: true 2125 +|hotelCode|string 2126 +nullable: true 2127 +|nigths|integer($int32) 2128 +|mealPlan|string 2129 +nullable: true 2130 +|hotelClass|string 2131 +nullable: true 2132 +|hotelColor|string 2133 +nullable: true 2134 +|availabilityType|RoomAvailabilityTypeEnumstringEnum: 2135 +[ OnRequest, FreeSale, StopSale ] 2136 +|availableRoomsCount|integer($int32) 2137 +|fewRooms|boolean 2138 +|roomCategoryCode|string 2139 +nullable: true 2140 +|roomCategoryName|string 2141 +nullable: true 2142 +|placementTypeName|string 2143 +nullable: true 2144 +|placementDescription|string 2145 +nullable: true 2146 +|checkInDate|string($date-time) 2147 +|checkOutDate|string($date-time) 2148 +|adults|integer($int32) 2149 +|children|integer($int32) 2150 +|districtUID|string($uuid) 2151 +nullable: true 2152 +|districtName|string 2153 +nullable: true 2154 +|cityUID|string($uuid) 2155 +nullable: true 2156 +|cityName|string 2157 +nullable: true 2158 +|countryCode|string 2159 +nullable: true 2160 +|countryName|string 2161 +nullable: true 2162 +|hasAlcohol|boolean 2163 +|hasFreeWifi|boolean 2164 +|hasMetro|boolean 2165 +|hasPool|boolean 2166 +|hasMall|boolean 2167 +|infantMaxAge|number($double) 2168 +|childMinAge|number($double) 2169 +|childMaxAge|number($double) 2170 +|teenMinAge|number($double) 2171 +|teenMaxAge|number($double) 2172 +|adultMinAge|number($double) 2173 +|cancellationPolicyDescription|string 2174 +nullable: true 2175 +|cancellationPolicy|CancellationPolicyExchange{((( 2176 +|cancellationPolicyCode|string 2177 +nullable: true 2178 +|noShowChargeValue|number($double) 2179 +nullable: true 2180 +|noShowChargeValueType|string 2181 +nullable: true 2182 +|earlyDepartureChargeValue|number($double) 2183 +nullable: true 2184 +|earlyDepartureChargeValueType|string 2185 +nullable: true 2186 +|conditions|[ 2187 +nullable: trueCancellationPolicyConditionExchange{((( 2188 +|timeunits|integer($int32) 2189 +|timeunitType|string 2190 +nullable: true 2191 +|timeOffsetTypeName|string 2192 +nullable: true 2193 +|chargeValue|number($double) 2194 +nullable: true 2195 +|chargeValueType|string 2196 +nullable: true 2197 + 2198 +}] 2199 +))) 2200 +|dailyPrices|[ 2201 +nullable: truenumber($double)] 2202 + 2203 +} 2204 +))) 2205 + 2206 +} 2207 +))) 2208 +|flight|PackageFlight{((( 2209 +|id|string 2210 +nullable: true 2211 +|departureDate|string($date-time) 2212 +|returnDate|string($date-time) 2213 +nullable: true 2214 +|departureTicketsLeft|integer($int32) 2215 +|returnTicketsLeft|integer($int32) 2216 +|departureAvailabilityType|FlightAvailabilityTypestringEnum: 2217 +[ OnRequest, FreeSale, FewPlaces, StopSale ] 2218 +|returnAvailabilityType|FlightAvailabilityTypestringEnum: 2219 +[ OnRequest, FreeSale, FewPlaces, StopSale ] 2220 +|isTwoWay|boolean 2221 +|sameBaggageForAll|boolean 2222 +|totalBaggage|boolean 2223 +|isBlock|boolean 2224 +|class|string 2225 +nullable: true 2226 +|departureSegments|[ 2227 +nullable: trueFlightSegment{((( 2228 +|airlineCode|string 2229 +nullable: true 2230 +|airlineName|string 2231 +nullable: true 2232 +|flightCode|string 2233 +nullable: true 2234 +|class|string 2235 +nullable: true 2236 +|lugageWeight|number($double) 2237 +|handLugageWeight|number($double) 2238 +|departureFlightDate|string($date-time) 2239 +|departureCountryName|string 2240 +nullable: true 2241 +|departureCityName|string 2242 +nullable: true 2243 +|departureAirportCode|string 2244 +nullable: true 2245 +|departureAirportName|string 2246 +nullable: true 2247 +|departureTerminalCode|string 2248 +nullable: true 2249 +|arrivalFlightDate|string($date-time) 2250 +|arrivalCountryName|string 2251 +nullable: true 2252 +|arrivalCityName|string 2253 +nullable: true 2254 +|arrivalAirportCode|string 2255 +nullable: true 2256 +|arrivalAirportName|string 2257 +nullable: true 2258 +|arrivalTerminalCode|string 2259 +nullable: true 2260 +|flightDuration|string 2261 +nullable: true 2262 + 2263 +}] 2264 +))) 2265 +|returnSegments|[ 2266 +nullable: trueFlightSegment{((( 2267 +|airlineCode|string 2268 +nullable: true 2269 +|airlineName|string 2270 +nullable: true 2271 +|flightCode|string 2272 +nullable: true 2273 +|class|string 2274 +nullable: true 2275 +|lugageWeight|number($double) 2276 +|handLugageWeight|number($double) 2277 +|departureFlightDate|string($date-time) 2278 +|departureCountryName|string 2279 +nullable: true 2280 +|departureCityName|string 2281 +nullable: true 2282 +|departureAirportCode|string 2283 +nullable: true 2284 +|departureAirportName|string 2285 +nullable: true 2286 +|departureTerminalCode|string 2287 +nullable: true 2288 +|arrivalFlightDate|string($date-time) 2289 +|arrivalCountryName|string 2290 +nullable: true 2291 +|arrivalCityName|string 2292 +nullable: true 2293 +|arrivalAirportCode|string 2294 +nullable: true 2295 +|arrivalAirportName|string 2296 +nullable: true 2297 +|arrivalTerminalCode|string 2298 +nullable: true 2299 +|flightDuration|string 2300 +nullable: true 2301 + 2302 +}] 2303 +))) 2304 +|passengers|[ 2305 +nullable: trueFlightPassengerOut{((( 2306 +|id|string 2307 +nullable: true 2308 +|isAdult|boolean 2309 +|selectedForwardBaggageCode|string 2310 +nullable: true 2311 +|selectedBackwardBaggageCode|string 2312 +nullable: true 2313 +|forwardBaggages|[ 2314 +nullable: trueBaggage{((( 2315 +|baggageCode|string 2316 +nullable: true 2317 +|description|string 2318 +nullable: true 2319 +|price|number($double) 2320 +|currency|string 2321 +nullable: true 2322 +|included|boolean 2323 + 2324 +}] 2325 +))) 2326 +|backwardBaggages|[ 2327 +nullable: trueBaggage{((( 2328 +|baggageCode|string 2329 +nullable: true 2330 +|description|string 2331 +nullable: true 2332 +|price|number($double) 2333 +|currency|string 2334 +nullable: true 2335 +|included|boolean 2336 + 2337 +}] 2338 +))) 2339 + 2340 +}] 2341 +))) 2342 + 2343 +} 2344 +))) 2345 +|extraServices|[ 2346 +nullable: trueHotelExtraServiceBase{((( 2347 +|extraServiceCode|string 2348 +nullable: true 2349 +|extraServiceTypeCode|string 2350 +nullable: true 2351 +|isMandatory|integer($int32) 2352 +|extraServiceName|string 2353 +nullable: true 2354 +|minimalServiceAmount|number($double) 2355 +|includedPriceCode|string 2356 +nullable: true 2357 +|prices|[ 2358 +nullable: trueHotelExtraServicePriceBase{((( 2359 +|extraServicePriceCode|string 2360 +nullable: true 2361 +|displayName|string 2362 +nullable: true 2363 +|restrictionInfo|string 2364 +nullable: true 2365 +|additionalInfo|string 2366 +nullable: true 2367 +|price|number($double) 2368 +|extraPrice|number($double) 2369 +|currency|string 2370 +nullable: true 2371 + 2372 +}] 2373 +))) 2374 + 2375 +}] 2376 +))) 2377 +|insurancePrice|InsurancePrice{((( 2378 +|name|string 2379 +nullable: true 2380 +|price|number($double) 2381 +|actualStartDate|string($date-time) 2382 +|actualEndDate|string($date-time) 2383 +|optional|boolean 2384 +|includedInPackagePrice|boolean 2385 + 2386 +} 2387 +))) 2388 +|sortCheckInOut|string 2389 +nullable: true 2390 +|sortAirline|string 2391 +nullable: true 2392 +|sortHotelName|string 2393 +nullable: true 2394 +|sortDetails|string 2395 +nullable: true 2396 +|sortPlacement|string 2397 +nullable: true 2398 + 2399 +}] 2400 +))) 2401 +|refreshPriceResult|RefreshPriceResultEnumstringEnum: 2402 +[ Success, HotelPriceNoMoreAvailable, FlightPriceNoMoreAvailable ] 2403 + 2404 +} 2405 +))) 2406 + 2407 + 2408 +== Important == 2409 + 2410 +(% class="box errormessage" %) 2411 +((( 2412 +=== Implementing Authorization in Subsequent Requests === 2413 + 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: 2415 + 2416 +* **Header Key:** Authorization 2417 +* **Header Value:** Bearer [Your Token Here] - Use the bearer token provided in the initial authentication response. The authorization type should be specified as Bearer Token. 2418 + 2419 +Additionally, to ensure your requests are properly formatted and recognized, include the following headers: 2420 + 2421 +* **Content-Type:** Specify this header as application/json to indicate the format of the request body. 2422 +* **Header Key:** X-nugios-timezone 2423 +* **Header Value:** 240 - Adjust this value to match your local timezone offset in minutes. 2424 + 2425 +Incorporating these headers with their respective values is essential for the successful processing of your API requests. 2426 +)))