Changes for page 3. CalcPackage

Last modified by Giorgi Mdivnishvili on 2024/04/11 17:03

From version 8.1
edited by Giorgi Mdivnishvili
on 2023/12/26 17:05
Change comment: There is no comment for this version
To version 15.3
edited by Giorgi Mdivnishvili
on 2024/04/11 16:47
Change comment: There is no comment for this version

Summary

Details

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