Changes for page 3. CalcCheckout

Last modified by Giorgi Mdivnishvili on 2025/02/03 12:34

From version 1.3
edited by Giorgi Mdivnishvili
on 2024/04/12 18:49
Change comment: There is no comment for this version
To version 1.4
edited by Giorgi Mdivnishvili
on 2024/04/12 18:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,8 +1,20 @@
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 +** [[Descriptions>>path:#HDescriptions]]
15 +*** [[Request>>path:#HRequest]]
16 +*** [[Response>>path:#HResponse-1]]
17 +)))
6 6  
7 7  = Method Description =
8 8  
... ... @@ -12,9 +12,10 @@
12 12  
13 13  == Endpoint URL - [POST] ==
14 14  
15 -{{info}}
16 -[[https:~~/~~/integration.kazunion.com/api/Checkout/CalcCheckout>>https://integration.kazunion.com/api/Checkout/CalcCheckout]]
17 -{{/info}}
27 +(% class="box infomessage" %)
28 +(((
29 +[[https:~~/~~/integration.kazunion.com/api/Checkout/CalcCheckout>>url:https://integration.kazunion.com/api/Checkout/CalcCheckout]]
30 +)))
18 18  
19 19  
20 20  == Request Parameters ==
... ... @@ -27,101 +27,104 @@
27 27  
28 28  == Request Body ==
29 29  
30 -{{code language="Json"}}
43 +(% class="box" %)
44 +(((
45 +(% class="code" %)
46 +(((
31 31  {
32 - "reservationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
33 - "calcTourPackageRequests": [
48 + (% style="font-weight: bold; color: #008000;" %)"reservationId"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%),
49 + (% style="font-weight: bold; color: #008000;" %)"calcTourPackageRequests"(%%): [
34 34   {
35 - "packageId": "string",
36 - "extraServicePriceCodes": [
37 - "string"
51 + (% style="font-weight: bold; color: #008000;" %)"packageId"(%%): (% style="color: #BA2121;" %)"string"(%%),
52 + (% style="font-weight: bold; color: #008000;" %)"extraServicePriceCodes"(%%): [
53 + (% style="color: #BA2121;" %)"string"(%%)
38 38   ],
39 - "flightPassengers": [
55 + (% style="font-weight: bold; color: #008000;" %)"flightPassengers"(%%): [
40 40   {
41 - "id": "string",
42 - "selectedForwardBaggageCode": "string",
43 - "selectedBackwardBaggageCode": "string"
57 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"string"(%%),
58 + (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
59 + (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%): (% style="color: #BA2121;" %)"string"(%%)
44 44   }
45 45   ],
46 - "includeInsurance": true,
47 - "refreshPrices": true
62 + (% style="font-weight: bold; color: #008000;" %)"includeInsurance"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
63 + (% style="font-weight: bold; color: #008000;" %)"refreshPrices"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%)
48 48   }
49 49   ],
50 - "calcOnlyHotelPackageRequests": [
66 + (% style="font-weight: bold; color: #008000;" %)"calcOnlyHotelPackageRequests"(%%): [
51 51   {
52 - "packageId": "string",
53 - "extraServicePriceCodes": [
54 - "string"
68 + (% style="font-weight: bold; color: #008000;" %)"packageId"(%%): (% style="color: #BA2121;" %)"string"(%%),
69 + (% style="font-weight: bold; color: #008000;" %)"extraServicePriceCodes"(%%): [
70 + (% style="color: #BA2121;" %)"string"(%%)
55 55   ],
56 - "includeInsurance": true,
57 - "refreshPrices": true
72 + (% style="font-weight: bold; color: #008000;" %)"includeInsurance"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
73 + (% style="font-weight: bold; color: #008000;" %)"refreshPrices"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%)
58 58   }
59 59   ],
60 - "calcOnlyAviaPackageRequests": [
76 + (% style="font-weight: bold; color: #008000;" %)"calcOnlyAviaPackageRequests"(%%): [
61 61   {
62 - "packageId": "string",
63 - "refreshPrices": true,
64 - "flightPassengers": [
78 + (% style="font-weight: bold; color: #008000;" %)"packageId"(%%): (% style="color: #BA2121;" %)"string"(%%),
79 + (% style="font-weight: bold; color: #008000;" %)"refreshPrices"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
80 + (% style="font-weight: bold; color: #008000;" %)"flightPassengers"(%%): [
65 65   {
66 - "id": "string",
67 - "selectedForwardBaggageCode": "string",
68 - "selectedBackwardBaggageCode": "string"
82 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"string"(%%),
83 + (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
84 + (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%): (% style="color: #BA2121;" %)"string"(%%)
69 69   }
70 70   ]
71 71   }
72 72   ],
73 - "hotels": [
89 + (% style="font-weight: bold; color: #008000;" %)"hotels"(%%): [
74 74   {
75 - "hotelPriceId": "string",
76 - "agentConfirmationNumber": "string",
77 - "note": "string",
78 - "touristIds": [
79 - "3fa85f64-5717-4562-b3fc-2c963f66afa6"
91 + (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%): (% style="color: #BA2121;" %)"string"(%%),
92 + (% style="font-weight: bold; color: #008000;" %)"agentConfirmationNumber"(%%): (% style="color: #BA2121;" %)"string"(%%),
93 + (% style="font-weight: bold; color: #008000;" %)"note"(%%): (% style="color: #BA2121;" %)"string"(%%),
94 + (% style="font-weight: bold; color: #008000;" %)"touristIds"(%%): [
95 + (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%)
80 80   ]
81 81   }
82 82   ],
83 - "tourists": [
99 + (% style="font-weight: bold; color: #008000;" %)"tourists"(%%): [
84 84   {
85 - "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
86 - "firstName": "string",
87 - "lastName": "string",
88 - "birthDate": "2024-04-11T03:34:15.828Z",
89 - "passportNumber": "string",
90 - "passportExpiry": "2024-04-11T03:34:15.828Z",
91 - "passportIssue": "2024-04-11T03:34:15.828Z",
92 - "citizenship": "string",
93 - "tin": "string",
94 - "isMale": true,
95 - "flightIds": [
96 - "string"
101 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%),
102 + (% style="font-weight: bold; color: #008000;" %)"firstName"(%%): (% style="color: #BA2121;" %)"string"(%%),
103 + (% style="font-weight: bold; color: #008000;" %)"lastName"(%%): (% style="color: #BA2121;" %)"string"(%%),
104 + (% style="font-weight: bold; color: #008000;" %)"birthDate"(%%): (% style="color: #BA2121;" %)"2024-04-11T03:34:15.828Z"(%%),
105 + (% style="font-weight: bold; color: #008000;" %)"passportNumber"(%%): (% style="color: #BA2121;" %)"string"(%%),
106 + (% style="font-weight: bold; color: #008000;" %)"passportExpiry"(%%): (% style="color: #BA2121;" %)"2024-04-11T03:34:15.828Z"(%%),
107 + (% style="font-weight: bold; color: #008000;" %)"passportIssue"(%%): (% style="color: #BA2121;" %)"2024-04-11T03:34:15.828Z"(%%),
108 + (% style="font-weight: bold; color: #008000;" %)"citizenship"(%%): (% style="color: #BA2121;" %)"string"(%%),
109 + (% style="font-weight: bold; color: #008000;" %)"tin"(%%): (% style="color: #BA2121;" %)"string"(%%),
110 + (% style="font-weight: bold; color: #008000;" %)"isMale"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
111 + (% style="font-weight: bold; color: #008000;" %)"flightIds"(%%): [
112 + (% style="color: #BA2121;" %)"string"(%%)
97 97   ],
98 - "arrivalFlightInfo": {
99 - "flightNumber": "string",
100 - "terminalCode": "string",
101 - "date": "2024-04-11T03:34:15.828Z",
102 - "time": "string"
114 + (% style="font-weight: bold; color: #008000;" %)"arrivalFlightInfo"(%%): {
115 + (% style="font-weight: bold; color: #008000;" %)"flightNumber"(%%): (% style="color: #BA2121;" %)"string"(%%),
116 + (% style="font-weight: bold; color: #008000;" %)"terminalCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
117 + (% style="font-weight: bold; color: #008000;" %)"date"(%%): (% style="color: #BA2121;" %)"2024-04-11T03:34:15.828Z"(%%),
118 + (% style="font-weight: bold; color: #008000;" %)"time"(%%): (% style="color: #BA2121;" %)"string"(%%)
103 103   },
104 - "departureFlightInfo": {
105 - "flightNumber": "string",
106 - "terminalCode": "string",
107 - "date": "2024-04-11T03:34:15.828Z",
108 - "time": "string"
120 + (% style="font-weight: bold; color: #008000;" %)"departureFlightInfo"(%%): {
121 + (% style="font-weight: bold; color: #008000;" %)"flightNumber"(%%): (% style="color: #BA2121;" %)"string"(%%),
122 + (% style="font-weight: bold; color: #008000;" %)"terminalCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
123 + (% style="font-weight: bold; color: #008000;" %)"date"(%%): (% style="color: #BA2121;" %)"2024-04-11T03:34:15.828Z"(%%),
124 + (% style="font-weight: bold; color: #008000;" %)"time"(%%): (% style="color: #BA2121;" %)"string"(%%)
109 109   },
110 - "selectedVisaId": "string",
111 - "transfers": [
126 + (% style="font-weight: bold; color: #008000;" %)"selectedVisaId"(%%): (% style="color: #BA2121;" %)"string"(%%),
127 + (% style="font-weight: bold; color: #008000;" %)"transfers"(%%): [
112 112   {
113 - "id": "string",
114 - "selectedTransferPriceId": "string"
129 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"string"(%%),
130 + (% style="font-weight: bold; color: #008000;" %)"selectedTransferPriceId"(%%): (% style="color: #BA2121;" %)"string"(%%)
115 115   }
116 116   ]
117 117   }
118 118   ],
119 - "note": "string",
120 - "contactPhone": "string"
121 -}
135 + (% style="font-weight: bold; color: #008000;" %)"note"(%%): (% style="color: #BA2121;" %)"string"(%%),
136 + (% style="font-weight: bold; color: #008000;" %)"contactPhone"(%%): (% style="color: #BA2121;" %)"string"(%%)
137 +}\\
138 +)))
139 +)))
122 122  
123 -{{/code}}
124 -
125 125  (% class="wikigeneratedid" id="HRequestBodyexample" %)
126 126  (% id="cke_bm_10575S" style="display:none" %)
127 127  
... ... @@ -129,516 +129,529 @@
129 129  
130 130  == Request Body example ==
131 131  
132 -{{code language="Json"}}
148 +(% class="box" %)
149 +(((
150 +(% class="code" %)
151 +(((
133 133  {
134 - "calcTourPackageRequests": [
153 + (% style="font-weight: bold; color: #008000;" %)"calcTourPackageRequests"(%%): [
135 135   {
136 - "refreshPrices": true,
137 - "packageId": "tour:7caef71d-25e3-4882-b0db-81e766af2b72:fa7a89d5-1c20-4004-b3d2-f8d08163827f:53552191-59ea-469d-ae9d-5b848da8839d",
138 - "flightPassengers": [
155 + (% style="font-weight: bold; color: #008000;" %)"refreshPrices"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
156 + (% 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"(%%),
157 + (% style="font-weight: bold; color: #008000;" %)"flightPassengers"(%%): [
139 139   {
140 - "id": "53552191-59ea-469d-ae9d-5b848da8839d-A1",
141 - "selectedForwardBaggageCode": "INCLUDED",
142 - "selectedBackwardBaggageCode": "INCLUDED"
159 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"53552191-59ea-469d-ae9d-5b848da8839d-A1"(%%),
160 + (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%),
161 + (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%)
143 143   },
144 144   {
145 - "id": "53552191-59ea-469d-ae9d-5b848da8839d-A2",
146 - "selectedForwardBaggageCode": "INCLUDED",
147 - "selectedBackwardBaggageCode": "INCLUDED"
164 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"53552191-59ea-469d-ae9d-5b848da8839d-A2"(%%),
165 + (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%),
166 + (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%)
148 148   }
149 149   ],
150 - "extraServicePriceCodes": [],
151 - "includeInsurance": true
169 + (% style="font-weight: bold; color: #008000;" %)"extraServicePriceCodes"(%%): [],
170 + (% style="font-weight: bold; color: #008000;" %)"includeInsurance"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%)
152 152   }
153 153   ],
154 - "calcOnlyHotelPackageRequests": [],
155 - "calcOnlyAviaPackageRequests": []
173 + (% style="font-weight: bold; color: #008000;" %)"calcOnlyHotelPackageRequests"(%%): [],
174 + (% style="font-weight: bold; color: #008000;" %)"calcOnlyAviaPackageRequests"(%%): []
156 156  }
157 -{{/code}}
176 +)))
177 +)))
158 158  
159 159  
160 160  == Response ==
161 161  
162 -{{code language="json"}}
182 +(% class="box" %)
183 +(((
184 +(% class="code" %)
185 +(((
163 163  {
164 - "error": true,
165 - "errorCode": "string",
166 - "errorDescription": "string",
167 - "userErrorDescription": "string",
168 - "priceCurrency": "string",
169 - "totalPrice": 0,
170 - "agentCommissionPercent": 0,
171 - "agentCommissionAmount": 0,
172 - "requiredCitizenIdentifiers": [
187 + (% style="font-weight: bold; color: #008000;" %)"error"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
188 + (% style="font-weight: bold; color: #008000;" %)"errorCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
189 + (% style="font-weight: bold; color: #008000;" %)"errorDescription"(%%): (% style="color: #BA2121;" %)"string"(%%),
190 + (% style="font-weight: bold; color: #008000;" %)"userErrorDescription"(%%): (% style="color: #BA2121;" %)"string"(%%),
191 + (% style="font-weight: bold; color: #008000;" %)"priceCurrency"(%%): (% style="color: #BA2121;" %)"string"(%%),
192 + (% style="font-weight: bold; color: #008000;" %)"totalPrice"(%%): (% style="color: #666666;" %)0(%%),
193 + (% style="font-weight: bold; color: #008000;" %)"agentCommissionPercent"(%%): (% style="color: #666666;" %)0(%%),
194 + (% style="font-weight: bold; color: #008000;" %)"agentCommissionAmount"(%%): (% style="color: #666666;" %)0(%%),
195 + (% style="font-weight: bold; color: #008000;" %)"requiredCitizenIdentifiers"(%%): [
173 173   {
174 - "countryCode": "string",
175 - "identifierType": "TIN"
197 + (% style="font-weight: bold; color: #008000;" %)"countryCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
198 + (% style="font-weight: bold; color: #008000;" %)"identifierType"(%%): (% style="color: #BA2121;" %)"TIN"(%%)
176 176   }
177 177   ],
178 - "hotels": [
201 + (% style="font-weight: bold; color: #008000;" %)"hotels"(%%): [
179 179   {
180 - "hotelPriceId": "string",
181 - "touristIds": [
182 - "3fa85f64-5717-4562-b3fc-2c963f66afa6"
203 + (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%): (% style="color: #BA2121;" %)"string"(%%),
204 + (% style="font-weight: bold; color: #008000;" %)"touristIds"(%%): [
205 + (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%)
183 183   ],
184 - "errorCode": "string",
185 - "errorMessage": "string",
186 - "description": "string"
207 + (% style="font-weight: bold; color: #008000;" %)"errorCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
208 + (% style="font-weight: bold; color: #008000;" %)"errorMessage"(%%): (% style="color: #BA2121;" %)"string"(%%),
209 + (% style="font-weight: bold; color: #008000;" %)"description"(%%): (% style="color: #BA2121;" %)"string"(%%)
187 187   }
188 188   ],
189 - "tourists": [
212 + (% style="font-weight: bold; color: #008000;" %)"tourists"(%%): [
190 190   {
191 - "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
192 - "age": 0,
193 - "isAdult": true,
194 - "flightIds": [
195 - "string"
214 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%),
215 + (% style="font-weight: bold; color: #008000;" %)"age"(%%): (% style="color: #666666;" %)0(%%),
216 + (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
217 + (% style="font-weight: bold; color: #008000;" %)"flightIds"(%%): [
218 + (% style="color: #BA2121;" %)"string"(%%)
196 196   ],
197 - "flights": [
220 + (% style="font-weight: bold; color: #008000;" %)"flights"(%%): [
198 198   {
199 - "flightId": "string",
200 - "note": "string"
222 + (% style="font-weight: bold; color: #008000;" %)"flightId"(%%): (% style="color: #BA2121;" %)"string"(%%),
223 + (% style="font-weight: bold; color: #008000;" %)"note"(%%): (% style="color: #BA2121;" %)"string"(%%)
201 201   }
202 202   ],
203 - "arrivalFlightInfo": {
204 - "flightNumber": "string",
205 - "terminalCode": "string",
206 - "date": "2024-04-11T05:03:16.796Z",
207 - "time": "string"
226 + (% style="font-weight: bold; color: #008000;" %)"arrivalFlightInfo"(%%): {
227 + (% style="font-weight: bold; color: #008000;" %)"flightNumber"(%%): (% style="color: #BA2121;" %)"string"(%%),
228 + (% style="font-weight: bold; color: #008000;" %)"terminalCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
229 + (% style="font-weight: bold; color: #008000;" %)"date"(%%): (% style="color: #BA2121;" %)"2024-04-11T05:03:16.796Z"(%%),
230 + (% style="font-weight: bold; color: #008000;" %)"time"(%%): (% style="color: #BA2121;" %)"string"(%%)
208 208   },
209 - "departureFlightInfo": {
210 - "flightNumber": "string",
211 - "terminalCode": "string",
212 - "date": "2024-04-11T05:03:16.796Z",
213 - "time": "string"
232 + (% style="font-weight: bold; color: #008000;" %)"departureFlightInfo"(%%): {
233 + (% style="font-weight: bold; color: #008000;" %)"flightNumber"(%%): (% style="color: #BA2121;" %)"string"(%%),
234 + (% style="font-weight: bold; color: #008000;" %)"terminalCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
235 + (% style="font-weight: bold; color: #008000;" %)"date"(%%): (% style="color: #BA2121;" %)"2024-04-11T05:03:16.796Z"(%%),
236 + (% style="font-weight: bold; color: #008000;" %)"time"(%%): (% style="color: #BA2121;" %)"string"(%%)
214 214   },
215 - "insurancePrice": {
216 - "insuranceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
217 - "insuranceServiceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
218 - "insurancePriceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
219 - "touristId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
220 - "insuranceName": "string",
221 - "insuranceDescription": "string",
222 - "contragentName": "string",
223 - "contragentFullName": "string",
224 - "actualStartDate": "2024-04-11T05:03:16.796Z",
225 - "actualEndDate": "2024-04-11T05:03:16.796Z",
226 - "costCurrencyCode": "string",
227 - "costAmount": 0,
228 - "priceCurrencyCode": "string",
229 - "priceAmount": 0,
230 - "coverageCurrencyCode": "string",
231 - "coverageAmount": 0
238 + (% style="font-weight: bold; color: #008000;" %)"insurancePrice"(%%): {
239 + (% style="font-weight: bold; color: #008000;" %)"insuranceId"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%),
240 + (% style="font-weight: bold; color: #008000;" %)"insuranceServiceId"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%),
241 + (% style="font-weight: bold; color: #008000;" %)"insurancePriceId"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%),
242 + (% style="font-weight: bold; color: #008000;" %)"touristId"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%),
243 + (% style="font-weight: bold; color: #008000;" %)"insuranceName"(%%): (% style="color: #BA2121;" %)"string"(%%),
244 + (% style="font-weight: bold; color: #008000;" %)"insuranceDescription"(%%): (% style="color: #BA2121;" %)"string"(%%),
245 + (% style="font-weight: bold; color: #008000;" %)"contragentName"(%%): (% style="color: #BA2121;" %)"string"(%%),
246 + (% style="font-weight: bold; color: #008000;" %)"contragentFullName"(%%): (% style="color: #BA2121;" %)"string"(%%),
247 + (% style="font-weight: bold; color: #008000;" %)"actualStartDate"(%%): (% style="color: #BA2121;" %)"2024-04-11T05:03:16.796Z"(%%),
248 + (% style="font-weight: bold; color: #008000;" %)"actualEndDate"(%%): (% style="color: #BA2121;" %)"2024-04-11T05:03:16.796Z"(%%),
249 + (% style="font-weight: bold; color: #008000;" %)"costCurrencyCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
250 + (% style="font-weight: bold; color: #008000;" %)"costAmount"(%%): (% style="color: #666666;" %)0(%%),
251 + (% style="font-weight: bold; color: #008000;" %)"priceCurrencyCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
252 + (% style="font-weight: bold; color: #008000;" %)"priceAmount"(%%): (% style="color: #666666;" %)0(%%),
253 + (% style="font-weight: bold; color: #008000;" %)"coverageCurrencyCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
254 + (% style="font-weight: bold; color: #008000;" %)"coverageAmount"(%%): (% style="color: #666666;" %)0(%%)
232 232   },
233 - "selectedVisaId": "string",
234 - "transfers": [
256 + (% style="font-weight: bold; color: #008000;" %)"selectedVisaId"(%%): (% style="color: #BA2121;" %)"string"(%%),
257 + (% style="font-weight: bold; color: #008000;" %)"transfers"(%%): [
235 235   {
236 - "id": "string",
237 - "type": "Arrival",
238 - "flightId": "string",
239 - "flightInfo": {
240 - "flightNumber": "string",
241 - "terminalCode": "string",
242 - "date": "2024-04-11T05:03:16.796Z",
243 - "time": "string"
259 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"string"(%%),
260 + (% style="font-weight: bold; color: #008000;" %)"type"(%%): (% style="color: #BA2121;" %)"Arrival"(%%),
261 + (% style="font-weight: bold; color: #008000;" %)"flightId"(%%): (% style="color: #BA2121;" %)"string"(%%),
262 + (% style="font-weight: bold; color: #008000;" %)"flightInfo"(%%): {
263 + (% style="font-weight: bold; color: #008000;" %)"flightNumber"(%%): (% style="color: #BA2121;" %)"string"(%%),
264 + (% style="font-weight: bold; color: #008000;" %)"terminalCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
265 + (% style="font-weight: bold; color: #008000;" %)"date"(%%): (% style="color: #BA2121;" %)"2024-04-11T05:03:16.796Z"(%%),
266 + (% style="font-weight: bold; color: #008000;" %)"time"(%%): (% style="color: #BA2121;" %)"string"(%%)
244 244   },
245 - "checkInHotelId": "string",
246 - "checkOutHotelId": "string",
247 - "selectedTransferPriceId": "string",
248 - "transferPrices": [
268 + (% style="font-weight: bold; color: #008000;" %)"checkInHotelId"(%%): (% style="color: #BA2121;" %)"string"(%%),
269 + (% style="font-weight: bold; color: #008000;" %)"checkOutHotelId"(%%): (% style="color: #BA2121;" %)"string"(%%),
270 + (% style="font-weight: bold; color: #008000;" %)"selectedTransferPriceId"(%%): (% style="color: #BA2121;" %)"string"(%%),
271 + (% style="font-weight: bold; color: #008000;" %)"transferPrices"(%%): [
249 249   {
250 - "id": "string",
251 - "name": "string",
252 - "adultPlaces": 0,
253 - "childPlaces": 0,
254 - "perPersonPrice": true,
255 - "adultPrice": 0,
256 - "childPrice": 0
273 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"string"(%%),
274 + (% style="font-weight: bold; color: #008000;" %)"name"(%%): (% style="color: #BA2121;" %)"string"(%%),
275 + (% style="font-weight: bold; color: #008000;" %)"adultPlaces"(%%): (% style="color: #666666;" %)0(%%),
276 + (% style="font-weight: bold; color: #008000;" %)"childPlaces"(%%): (% style="color: #666666;" %)0(%%),
277 + (% style="font-weight: bold; color: #008000;" %)"perPersonPrice"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
278 + (% style="font-weight: bold; color: #008000;" %)"adultPrice"(%%): (% style="color: #666666;" %)0(%%),
279 + (% style="font-weight: bold; color: #008000;" %)"childPrice"(%%): (% style="color: #666666;" %)0(%%)
257 257   }
258 258   ]
259 259   }
260 260   ],
261 - "errorCode": "string",
262 - "errorMessage": "string",
263 - "description": "string"
284 + (% style="font-weight: bold; color: #008000;" %)"errorCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
285 + (% style="font-weight: bold; color: #008000;" %)"errorMessage"(%%): (% style="color: #BA2121;" %)"string"(%%),
286 + (% style="font-weight: bold; color: #008000;" %)"description"(%%): (% style="color: #BA2121;" %)"string"(%%)
264 264   }
265 265   ],
266 - "visas": [
289 + (% style="font-weight: bold; color: #008000;" %)"visas"(%%): [
267 267   {
268 - "prid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
269 - "prName": "string",
270 - "prValue": 0,
271 - "sortingOrder": 0
291 + (% style="font-weight: bold; color: #008000;" %)"prid"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%),
292 + (% style="font-weight: bold; color: #008000;" %)"prName"(%%): (% style="color: #BA2121;" %)"string"(%%),
293 + (% style="font-weight: bold; color: #008000;" %)"prValue"(%%): (% style="color: #666666;" %)0(%%),
294 + (% style="font-weight: bold; color: #008000;" %)"sortingOrder"(%%): (% style="color: #666666;" %)0(%%)
272 272   }
273 273   ],
274 - "terminals": [
297 + (% style="font-weight: bold; color: #008000;" %)"terminals"(%%): [
275 275   {
276 - "terminalCode": "string",
277 - "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
278 - "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
279 - "terminalName": "string",
280 - "countryCode": "string",
281 - "note": "string"
299 + (% style="font-weight: bold; color: #008000;" %)"terminalCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
300 + (% style="font-weight: bold; color: #008000;" %)"cityUID"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%),
301 + (% style="font-weight: bold; color: #008000;" %)"districtUID"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%),
302 + (% style="font-weight: bold; color: #008000;" %)"terminalName"(%%): (% style="color: #BA2121;" %)"string"(%%),
303 + (% style="font-weight: bold; color: #008000;" %)"countryCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
304 + (% style="font-weight: bold; color: #008000;" %)"note"(%%): (% style="color: #BA2121;" %)"string"(%%)
282 282   }
283 283   ],
284 - "containsError": true,
285 - "refreshPriceResult": "Success",
286 - "reservationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
287 - "reservationDetailsUnavailable": true
307 + (% style="font-weight: bold; color: #008000;" %)"containsError"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
308 + (% style="font-weight: bold; color: #008000;" %)"refreshPriceResult"(%%): (% style="color: #BA2121;" %)"Success"(%%),
309 + (% style="font-weight: bold; color: #008000;" %)"reservationId"(%%): (% style="color: #BA2121;" %)"3fa85f64-5717-4562-b3fc-2c963f66afa6"(%%),
310 + (% style="font-weight: bold; color: #008000;" %)"reservationDetailsUnavailable"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%)
288 288  }
289 -{{/code}}
312 +)))
313 +)))
290 290  
291 291  
292 292  === Response example ===
293 293  
294 -{{code language="Json"}}
318 +(% class="box" %)
319 +(((
320 +(% class="code" %)
321 +(((
295 295  {
296 - "package": {
297 - "id": "tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:0c299240-6fc6-4f79-ba99-3548f2de3f57",
298 - "priceCurrency": "USD",
299 - "totalPrice": 937.16,
300 - "agentCommissionPercent": 0.00,
301 - "agentCommissionAmount": 0.00,
302 - "includedExtrasAmount": 0,
303 - "priceDifference": 0,
304 - "hotel": {
305 - "hotelPriceId": "193990fa-41a5-46e6-9805-50f82c3c377f",
306 - "providerId": 13,
307 - "hotelName": "Mercure Dubai Barsha Heights Suites Apartments",
308 - "hotelCode": "5f125310-7025-4807-a4c6-49cd284c9c14",
309 - "nigths": 2,
310 - "mealPlan": "BB",
311 - "hotelClass": "4",
312 - "availabilityType": "StopSale",
313 - "availableRoomsCount": 0,
314 - "fewRooms": true,
315 - "roomCategoryCode": "f8e1ffe5-25cc-46a4-80e8-586d1c049de4",
316 - "roomCategoryName": "1 B/R Apartment City View",
317 - "placementTypeName": "SNGL + CHILD(2-5.99)sharing",
318 - "checkInDate": "2024-02-15T20:00:00.000Z",
319 - "checkOutDate": "2024-02-17T20:00:00.000Z",
320 - "adults": 1,
321 - "children": 1,
322 - "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e",
323 - "districtName": "Al Barsha",
324 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
325 - "cityName": "Dubai",
326 - "countryCode": "AE",
327 - "countryName": "United Arab Emirates",
328 - "hasAlcohol": false,
329 - "hasFreeWifi": true,
330 - "hasMetro": true,
331 - "hasPool": true,
332 - "hasMall": false,
333 - "cancellationPolicyDescription": "Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
334 - "cancellationPolicy": {
335 - "noShowChargeValue": 100.00,
336 - "noShowChargeValueType": "%",
337 - "earlyDepartureChargeValue": 100.00,
338 - "earlyDepartureChargeValueType": "%",
339 - "conditions": [
323 + (% style="font-weight: bold; color: #008000;" %)"package"(%%): {
324 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:0c299240-6fc6-4f79-ba99-3548f2de3f57"(%%),
325 + (% style="font-weight: bold; color: #008000;" %)"priceCurrency"(%%): (% style="color: #BA2121;" %)"USD"(%%),
326 + (% style="font-weight: bold; color: #008000;" %)"totalPrice"(%%): (% style="color: #666666;" %)937.16(%%),
327 + (% style="font-weight: bold; color: #008000;" %)"agentCommissionPercent"(%%): (% style="color: #666666;" %)0.00(%%),
328 + (% style="font-weight: bold; color: #008000;" %)"agentCommissionAmount"(%%): (% style="color: #666666;" %)0.00(%%),
329 + (% style="font-weight: bold; color: #008000;" %)"includedExtrasAmount"(%%): (% style="color: #666666;" %)0(%%),
330 + (% style="font-weight: bold; color: #008000;" %)"priceDifference"(%%): (% style="color: #666666;" %)0(%%),
331 + (% style="font-weight: bold; color: #008000;" %)"hotel"(%%): {
332 + (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%): (% style="color: #BA2121;" %)"193990fa-41a5-46e6-9805-50f82c3c377f"(%%),
333 + (% style="font-weight: bold; color: #008000;" %)"providerId"(%%): (% style="color: #666666;" %)13(%%),
334 + (% style="font-weight: bold; color: #008000;" %)"hotelName"(%%): (% style="color: #BA2121;" %)"Mercure Dubai Barsha Heights Suites Apartments"(%%),
335 + (% style="font-weight: bold; color: #008000;" %)"hotelCode"(%%): (% style="color: #BA2121;" %)"5f125310-7025-4807-a4c6-49cd284c9c14"(%%),
336 + (% style="font-weight: bold; color: #008000;" %)"nigths"(%%): (% style="color: #666666;" %)2(%%),
337 + (% style="font-weight: bold; color: #008000;" %)"mealPlan"(%%): (% style="color: #BA2121;" %)"BB"(%%),
338 + (% style="font-weight: bold; color: #008000;" %)"hotelClass"(%%): (% style="color: #BA2121;" %)"4"(%%),
339 + (% style="font-weight: bold; color: #008000;" %)"availabilityType"(%%): (% style="color: #BA2121;" %)"StopSale"(%%),
340 + (% style="font-weight: bold; color: #008000;" %)"availableRoomsCount"(%%): (% style="color: #666666;" %)0(%%),
341 + (% style="font-weight: bold; color: #008000;" %)"fewRooms"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
342 + (% style="font-weight: bold; color: #008000;" %)"roomCategoryCode"(%%): (% style="color: #BA2121;" %)"f8e1ffe5-25cc-46a4-80e8-586d1c049de4"(%%),
343 + (% style="font-weight: bold; color: #008000;" %)"roomCategoryName"(%%): (% style="color: #BA2121;" %)"1 B/R Apartment City View"(%%),
344 + (% style="font-weight: bold; color: #008000;" %)"placementTypeName"(%%): (% style="color: #BA2121;" %)"SNGL + CHILD(2-5.99)sharing"(%%),
345 + (% style="font-weight: bold; color: #008000;" %)"checkInDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%),
346 + (% style="font-weight: bold; color: #008000;" %)"checkOutDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%),
347 + (% style="font-weight: bold; color: #008000;" %)"adults"(%%): (% style="color: #666666;" %)1(%%),
348 + (% style="font-weight: bold; color: #008000;" %)"children"(%%): (% style="color: #666666;" %)1(%%),
349 + (% style="font-weight: bold; color: #008000;" %)"districtUID"(%%): (% style="color: #BA2121;" %)"4c65f6ed-902b-4fd8-9419-af7884c22c5e"(%%),
350 + (% style="font-weight: bold; color: #008000;" %)"districtName"(%%): (% style="color: #BA2121;" %)"Al Barsha"(%%),
351 + (% style="font-weight: bold; color: #008000;" %)"cityUID"(%%): (% style="color: #BA2121;" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%),
352 + (% style="font-weight: bold; color: #008000;" %)"cityName"(%%): (% style="color: #BA2121;" %)"Dubai"(%%),
353 + (% style="font-weight: bold; color: #008000;" %)"countryCode"(%%): (% style="color: #BA2121;" %)"AE"(%%),
354 + (% style="font-weight: bold; color: #008000;" %)"countryName"(%%): (% style="color: #BA2121;" %)"United Arab Emirates"(%%),
355 + (% style="font-weight: bold; color: #008000;" %)"hasAlcohol"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%),
356 + (% style="font-weight: bold; color: #008000;" %)"hasFreeWifi"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
357 + (% style="font-weight: bold; color: #008000;" %)"hasMetro"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
358 + (% style="font-weight: bold; color: #008000;" %)"hasPool"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
359 + (% style="font-weight: bold; color: #008000;" %)"hasMall"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%),
360 + (% style="font-weight: bold; color: #008000;" %)"cancellationPolicyDescription"(%%): (% style="color: #BA2121;" %)"Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %"(%%),
361 + (% style="font-weight: bold; color: #008000;" %)"cancellationPolicy"(%%): {
362 + (% style="font-weight: bold; color: #008000;" %)"noShowChargeValue"(%%): (% style="color: #666666;" %)100.00(%%),
363 + (% style="font-weight: bold; color: #008000;" %)"noShowChargeValueType"(%%): (% style="color: #BA2121;" %)"%"(%%),
364 + (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValue"(%%): (% style="color: #666666;" %)100.00(%%),
365 + (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValueType"(%%): (% style="color: #BA2121;" %)"%"(%%),
366 + (% style="font-weight: bold; color: #008000;" %)"conditions"(%%): [
340 340   {
341 - "timeunits": 5,
342 - "timeunitType": "Day",
343 - "timeOffsetTypeName": "Before Arrival",
344 - "chargeValue": 100.00,
345 - "chargeValueType": "%"
368 + (% style="font-weight: bold; color: #008000;" %)"timeunits"(%%): (% style="color: #666666;" %)5(%%),
369 + (% style="font-weight: bold; color: #008000;" %)"timeunitType"(%%): (% style="color: #BA2121;" %)"Day"(%%),
370 + (% style="font-weight: bold; color: #008000;" %)"timeOffsetTypeName"(%%): (% style="color: #BA2121;" %)"Before Arrival"(%%),
371 + (% style="font-weight: bold; color: #008000;" %)"chargeValue"(%%): (% style="color: #666666;" %)100.00(%%),
372 + (% style="font-weight: bold; color: #008000;" %)"chargeValueType"(%%): (% style="color: #BA2121;" %)"%"(%%)
346 346   }
347 347   ]
348 348   }
349 349   },
350 - "flight": {
351 - "id": "0c299240-6fc6-4f79-ba99-3548f2de3f57",
352 - "departureDate": "2024-02-15T20:00:00.000Z",
353 - "returnDate": "2024-02-17T20:00:00.000Z",
354 - "departureTicketsLeft": 7,
355 - "returnTicketsLeft": 7,
356 - "departureAvailabilityType": "FewPlaces",
357 - "returnAvailabilityType": "FewPlaces",
358 - "isTwoWay": true,
359 - "sameBaggageForAll": false,
360 - "totalBaggage": true,
361 - "departureSegments": [
377 + (% style="font-weight: bold; color: #008000;" %)"flight"(%%): {
378 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"0c299240-6fc6-4f79-ba99-3548f2de3f57"(%%),
379 + (% style="font-weight: bold; color: #008000;" %)"departureDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%),
380 + (% style="font-weight: bold; color: #008000;" %)"returnDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%),
381 + (% style="font-weight: bold; color: #008000;" %)"departureTicketsLeft"(%%): (% style="color: #666666;" %)7(%%),
382 + (% style="font-weight: bold; color: #008000;" %)"returnTicketsLeft"(%%): (% style="color: #666666;" %)7(%%),
383 + (% style="font-weight: bold; color: #008000;" %)"departureAvailabilityType"(%%): (% style="color: #BA2121;" %)"FewPlaces"(%%),
384 + (% style="font-weight: bold; color: #008000;" %)"returnAvailabilityType"(%%): (% style="color: #BA2121;" %)"FewPlaces"(%%),
385 + (% style="font-weight: bold; color: #008000;" %)"isTwoWay"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
386 + (% style="font-weight: bold; color: #008000;" %)"sameBaggageForAll"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%),
387 + (% style="font-weight: bold; color: #008000;" %)"totalBaggage"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
388 + (% style="font-weight: bold; color: #008000;" %)"departureSegments"(%%): [
362 362   {
363 - "airlineCode": "KC",
364 - "airlineName": "Air Astana-",
365 - "flightCode": "KC899",
366 - "class": "econom",
367 - "lugageWeight": 20,
368 - "handLugageWeight": 6,
369 - "departureFlightDate": "2024-02-15T20:00:00.000Z",
370 - "departureCountryName": "Kazakhstan",
371 - "departureCityName": "Almaty",
372 - "departureAirportCode": "ALA",
373 - "departureAirportName": "Almaty Intl Airport",
374 - "departureTerminalCode": "ALA",
375 - "arrivalFlightDate": "2024-02-15T20:00:00.000Z",
376 - "arrivalCountryName": "United Arab Emirates",
377 - "arrivalCityName": "Dubai",
378 - "arrivalAirportCode": "DXB",
379 - "arrivalAirportName": "Dubai Intl Airport",
380 - "arrivalTerminalCode": "DXB1",
381 - "flightDuration": "0h 50m"
390 + (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%): (% style="color: #BA2121;" %)"KC"(%%),
391 + (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%): (% style="color: #BA2121;" %)"Air Astana-"(%%),
392 + (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%): (% style="color: #BA2121;" %)"KC899"(%%),
393 + (% style="font-weight: bold; color: #008000;" %)"class"(%%): (% style="color: #BA2121;" %)"econom"(%%),
394 + (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%): (% style="color: #666666;" %)20(%%),
395 + (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%): (% style="color: #666666;" %)6(%%),
396 + (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%),
397 + (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%): (% style="color: #BA2121;" %)"Kazakhstan"(%%),
398 + (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%): (% style="color: #BA2121;" %)"Almaty"(%%),
399 + (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%): (% style="color: #BA2121;" %)"ALA"(%%),
400 + (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%): (% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),
401 + (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%): (% style="color: #BA2121;" %)"ALA"(%%),
402 + (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%),
403 + (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%): (% style="color: #BA2121;" %)"United Arab Emirates"(%%),
404 + (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%): (% style="color: #BA2121;" %)"Dubai"(%%),
405 + (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%): (% style="color: #BA2121;" %)"DXB"(%%),
406 + (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%): (% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),
407 + (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%): (% style="color: #BA2121;" %)"DXB1"(%%),
408 + (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%): (% style="color: #BA2121;" %)"0h 50m"(%%)
382 382   }
383 383   ],
384 - "returnSegments": [
411 + (% style="font-weight: bold; color: #008000;" %)"returnSegments"(%%): [
385 385   {
386 - "airlineCode": "KC",
387 - "airlineName": "Air Astana-",
388 - "flightCode": "KC900",
389 - "class": "econom",
390 - "lugageWeight": 20,
391 - "handLugageWeight": 6,
392 - "departureFlightDate": "2024-02-17T20:00:00.000Z",
393 - "departureCountryName": "United Arab Emirates",
394 - "departureCityName": "Dubai",
395 - "departureAirportCode": "DXB",
396 - "departureAirportName": "Dubai Intl Airport",
397 - "departureTerminalCode": "DXB1",
398 - "arrivalFlightDate": "2024-02-17T20:00:00.000Z",
399 - "arrivalCountryName": "Kazakhstan",
400 - "arrivalCityName": "Almaty",
401 - "arrivalAirportCode": "ALA",
402 - "arrivalAirportName": "Almaty Intl Airport",
403 - "arrivalTerminalCode": "ALA",
404 - "flightDuration": "8h 15m"
413 + (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%): (% style="color: #BA2121;" %)"KC"(%%),
414 + (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%): (% style="color: #BA2121;" %)"Air Astana-"(%%),
415 + (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%): (% style="color: #BA2121;" %)"KC900"(%%),
416 + (% style="font-weight: bold; color: #008000;" %)"class"(%%): (% style="color: #BA2121;" %)"econom"(%%),
417 + (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%): (% style="color: #666666;" %)20(%%),
418 + (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%): (% style="color: #666666;" %)6(%%),
419 + (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%),
420 + (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%): (% style="color: #BA2121;" %)"United Arab Emirates"(%%),
421 + (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%): (% style="color: #BA2121;" %)"Dubai"(%%),
422 + (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%): (% style="color: #BA2121;" %)"DXB"(%%),
423 + (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%): (% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),
424 + (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%): (% style="color: #BA2121;" %)"DXB1"(%%),
425 + (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%),
426 + (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%): (% style="color: #BA2121;" %)"Kazakhstan"(%%),
427 + (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%): (% style="color: #BA2121;" %)"Almaty"(%%),
428 + (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%): (% style="color: #BA2121;" %)"ALA"(%%),
429 + (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%): (% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),
430 + (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%): (% style="color: #BA2121;" %)"ALA"(%%),
431 + (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%): (% style="color: #BA2121;" %)"8h 15m"(%%)
405 405   }
406 406   ],
407 - "passengers": [
434 + (% style="font-weight: bold; color: #008000;" %)"passengers"(%%): [
408 408   {
409 - "id": "42779531011000004-A1",
410 - "isAdult": true,
411 - "forwardBaggages": [
436 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"42779531011000004-A1"(%%),
437 + (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
438 + (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [
412 412   {
413 - "baggageCode": "TOTAL_BAGGAGE",
414 - "description": "1 piece included, UP TO 50 POUNDS/23 KILOGRAMS, OVER 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
415 - "price": 45.00,
416 - "currency": "USD",
417 - "included": false
440 + (% style="font-weight: bold; color: #008000;" %)"baggageCode"(%%): (% style="color: #BA2121;" %)"TOTAL_BAGGAGE"(%%),
441 + (% style="font-weight: bold; color: #008000;" %)"description"(%%): (% style="color: #BA2121;" %)"1 piece included, UP TO 50 POUNDS/23 KILOGRAMS, OVER 62 LINEAR INCHES/158 LINEAR CENTIMETERS"(%%),
442 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)45.00(%%),
443 + (% style="font-weight: bold; color: #008000;" %)"currency"(%%): (% style="color: #BA2121;" %)"USD"(%%),
444 + (% style="font-weight: bold; color: #008000;" %)"included"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%)
418 418   }
419 419   ],
420 - "backwardBaggages": [
447 + (% style="font-weight: bold; color: #008000;" %)"backwardBaggages"(%%): [
421 421   {
422 - "baggageCode": "INCLUDED_IN_FORWARD",
423 - "price": 0,
424 - "included": false
449 + (% style="font-weight: bold; color: #008000;" %)"baggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED_IN_FORWARD"(%%),
450 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)0(%%),
451 + (% style="font-weight: bold; color: #008000;" %)"included"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%)
425 425   }
426 426   ]
427 427   },
428 428   {
429 - "id": "42779531011000004-C1",
430 - "isAdult": false,
431 - "forwardBaggages": [
456 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"42779531011000004-C1"(%%),
457 + (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%),
458 + (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [
432 432   {
433 - "baggageCode": "TOTAL_BAGGAGE",
434 - "description": "1 piece included, UP TO 50 POUNDS/23 KILOGRAMS, OVER 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
435 - "price": 45.00,
436 - "currency": "USD",
437 - "included": false
460 + (% style="font-weight: bold; color: #008000;" %)"baggageCode"(%%): (% style="color: #BA2121;" %)"TOTAL_BAGGAGE"(%%),
461 + (% style="font-weight: bold; color: #008000;" %)"description"(%%): (% style="color: #BA2121;" %)"1 piece included, UP TO 50 POUNDS/23 KILOGRAMS, OVER 62 LINEAR INCHES/158 LINEAR CENTIMETERS"(%%),
462 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)45.00(%%),
463 + (% style="font-weight: bold; color: #008000;" %)"currency"(%%): (% style="color: #BA2121;" %)"USD"(%%),
464 + (% style="font-weight: bold; color: #008000;" %)"included"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%)
438 438   }
439 439   ],
440 - "backwardBaggages": [
467 + (% style="font-weight: bold; color: #008000;" %)"backwardBaggages"(%%): [
441 441   {
442 - "baggageCode": "INCLUDED_IN_FORWARD",
443 - "price": 0,
444 - "included": false
469 + (% style="font-weight: bold; color: #008000;" %)"baggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED_IN_FORWARD"(%%),
470 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)0(%%),
471 + (% style="font-weight: bold; color: #008000;" %)"included"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%)
445 445   }
446 446   ]
447 447   }
448 448   ]
449 449   },
450 - "extraServices": [],
451 - "insurancePrice": {
452 - "name": "Medical INS (N10000)",
453 - "price": 13.44,
454 - "priceSurcarge": 0.00,
455 - "actualStartDate": "2024-02-15T20:00:00.000Z",
456 - "actualEndDate": "2024-02-17T20:00:00.000Z",
457 - "optional": false,
458 - "includedInPackagePrice": true
477 + (% style="font-weight: bold; color: #008000;" %)"extraServices"(%%): [],
478 + (% style="font-weight: bold; color: #008000;" %)"insurancePrice"(%%): {
479 + (% style="font-weight: bold; color: #008000;" %)"name"(%%): (% style="color: #BA2121;" %)"Medical INS (N10000)"(%%),
480 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)13.44(%%),
481 + (% style="font-weight: bold; color: #008000;" %)"priceSurcarge"(%%): (% style="color: #666666;" %)0.00(%%),
482 + (% style="font-weight: bold; color: #008000;" %)"actualStartDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%),
483 + (% style="font-weight: bold; color: #008000;" %)"actualEndDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%),
484 + (% style="font-weight: bold; color: #008000;" %)"optional"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%),
485 + (% style="font-weight: bold; color: #008000;" %)"includedInPackagePrice"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%)
459 459   }
460 460   },
461 - "altPackages": [
488 + (% style="font-weight: bold; color: #008000;" %)"altPackages"(%%): [
462 462   {
463 - "id": "tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:63d79c94-1e19-443f-8a17-50e59e633ea8",
464 - "priceCurrency": "USD",
465 - "totalPrice": 968.40,
466 - "agentCommissionPercent": 0.00,
467 - "agentCommissionAmount": 0.00,
468 - "includedExtrasAmount": 0,
469 - "priceDifference": 31.24,
470 - "hotel": {
471 - "hotelPriceId": "193990fa-41a5-46e6-9805-50f82c3c377f",
472 - "providerId": 13,
473 - "hotelName": "Mercure Dubai Barsha Heights Suites Apartments",
474 - "hotelCode": "5f125310-7025-4807-a4c6-49cd284c9c14",
475 - "nigths": 2,
476 - "mealPlan": "BB",
477 - "hotelClass": "4",
478 - "availabilityType": "StopSale",
479 - "availableRoomsCount": 0,
480 - "fewRooms": true,
481 - "roomCategoryCode": "f8e1ffe5-25cc-46a4-80e8-586d1c049de4",
482 - "roomCategoryName": "1 B/R Apartment City View",
483 - "placementTypeName": "SNGL + CHILD(2-5.99)sharing",
484 - "checkInDate": "2024-02-15T20:00:00.000Z",
485 - "checkOutDate": "2024-02-17T20:00:00.000Z",
486 - "adults": 1,
487 - "children": 1,
488 - "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e",
489 - "districtName": "Al Barsha",
490 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
491 - "cityName": "Dubai",
492 - "countryCode": "AE",
493 - "countryName": "United Arab Emirates",
494 - "hasAlcohol": false,
495 - "hasFreeWifi": true,
496 - "hasMetro": true,
497 - "hasPool": true,
498 - "hasMall": false,
499 - "cancellationPolicyDescription": "Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
500 - "cancellationPolicy": {
501 - "noShowChargeValue": 100.00,
502 - "noShowChargeValueType": "%",
503 - "earlyDepartureChargeValue": 100.00,
504 - "earlyDepartureChargeValueType": "%",
505 - "conditions": [
490 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:63d79c94-1e19-443f-8a17-50e59e633ea8"(%%),
491 + (% style="font-weight: bold; color: #008000;" %)"priceCurrency"(%%): (% style="color: #BA2121;" %)"USD"(%%),
492 + (% style="font-weight: bold; color: #008000;" %)"totalPrice"(%%): (% style="color: #666666;" %)968.40(%%),
493 + (% style="font-weight: bold; color: #008000;" %)"agentCommissionPercent"(%%): (% style="color: #666666;" %)0.00(%%),
494 + (% style="font-weight: bold; color: #008000;" %)"agentCommissionAmount"(%%): (% style="color: #666666;" %)0.00(%%),
495 + (% style="font-weight: bold; color: #008000;" %)"includedExtrasAmount"(%%): (% style="color: #666666;" %)0(%%),
496 + (% style="font-weight: bold; color: #008000;" %)"priceDifference"(%%): (% style="color: #666666;" %)31.24(%%),
497 + (% style="font-weight: bold; color: #008000;" %)"hotel"(%%): {
498 + (% style="font-weight: bold; color: #008000;" %)"hotelPriceId"(%%): (% style="color: #BA2121;" %)"193990fa-41a5-46e6-9805-50f82c3c377f"(%%),
499 + (% style="font-weight: bold; color: #008000;" %)"providerId"(%%): (% style="color: #666666;" %)13(%%),
500 + (% style="font-weight: bold; color: #008000;" %)"hotelName"(%%): (% style="color: #BA2121;" %)"Mercure Dubai Barsha Heights Suites Apartments"(%%),
501 + (% style="font-weight: bold; color: #008000;" %)"hotelCode"(%%): (% style="color: #BA2121;" %)"5f125310-7025-4807-a4c6-49cd284c9c14"(%%),
502 + (% style="font-weight: bold; color: #008000;" %)"nigths"(%%): (% style="color: #666666;" %)2(%%),
503 + (% style="font-weight: bold; color: #008000;" %)"mealPlan"(%%): (% style="color: #BA2121;" %)"BB"(%%),
504 + (% style="font-weight: bold; color: #008000;" %)"hotelClass"(%%): (% style="color: #BA2121;" %)"4"(%%),
505 + (% style="font-weight: bold; color: #008000;" %)"availabilityType"(%%): (% style="color: #BA2121;" %)"StopSale"(%%),
506 + (% style="font-weight: bold; color: #008000;" %)"availableRoomsCount"(%%): (% style="color: #666666;" %)0(%%),
507 + (% style="font-weight: bold; color: #008000;" %)"fewRooms"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
508 + (% style="font-weight: bold; color: #008000;" %)"roomCategoryCode"(%%): (% style="color: #BA2121;" %)"f8e1ffe5-25cc-46a4-80e8-586d1c049de4"(%%),
509 + (% style="font-weight: bold; color: #008000;" %)"roomCategoryName"(%%): (% style="color: #BA2121;" %)"1 B/R Apartment City View"(%%),
510 + (% style="font-weight: bold; color: #008000;" %)"placementTypeName"(%%): (% style="color: #BA2121;" %)"SNGL + CHILD(2-5.99)sharing"(%%),
511 + (% style="font-weight: bold; color: #008000;" %)"checkInDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%),
512 + (% style="font-weight: bold; color: #008000;" %)"checkOutDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%),
513 + (% style="font-weight: bold; color: #008000;" %)"adults"(%%): (% style="color: #666666;" %)1(%%),
514 + (% style="font-weight: bold; color: #008000;" %)"children"(%%): (% style="color: #666666;" %)1(%%),
515 + (% style="font-weight: bold; color: #008000;" %)"districtUID"(%%): (% style="color: #BA2121;" %)"4c65f6ed-902b-4fd8-9419-af7884c22c5e"(%%),
516 + (% style="font-weight: bold; color: #008000;" %)"districtName"(%%): (% style="color: #BA2121;" %)"Al Barsha"(%%),
517 + (% style="font-weight: bold; color: #008000;" %)"cityUID"(%%): (% style="color: #BA2121;" %)"f5185fa3-3f56-44ed-bf6b-80386a33caa2"(%%),
518 + (% style="font-weight: bold; color: #008000;" %)"cityName"(%%): (% style="color: #BA2121;" %)"Dubai"(%%),
519 + (% style="font-weight: bold; color: #008000;" %)"countryCode"(%%): (% style="color: #BA2121;" %)"AE"(%%),
520 + (% style="font-weight: bold; color: #008000;" %)"countryName"(%%): (% style="color: #BA2121;" %)"United Arab Emirates"(%%),
521 + (% style="font-weight: bold; color: #008000;" %)"hasAlcohol"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%),
522 + (% style="font-weight: bold; color: #008000;" %)"hasFreeWifi"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
523 + (% style="font-weight: bold; color: #008000;" %)"hasMetro"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
524 + (% style="font-weight: bold; color: #008000;" %)"hasPool"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
525 + (% style="font-weight: bold; color: #008000;" %)"hasMall"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%),
526 + (% style="font-weight: bold; color: #008000;" %)"cancellationPolicyDescription"(%%): (% style="color: #BA2121;" %)"Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %"(%%),
527 + (% style="font-weight: bold; color: #008000;" %)"cancellationPolicy"(%%): {
528 + (% style="font-weight: bold; color: #008000;" %)"noShowChargeValue"(%%): (% style="color: #666666;" %)100.00(%%),
529 + (% style="font-weight: bold; color: #008000;" %)"noShowChargeValueType"(%%): (% style="color: #BA2121;" %)"%"(%%),
530 + (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValue"(%%): (% style="color: #666666;" %)100.00(%%),
531 + (% style="font-weight: bold; color: #008000;" %)"earlyDepartureChargeValueType"(%%): (% style="color: #BA2121;" %)"%"(%%),
532 + (% style="font-weight: bold; color: #008000;" %)"conditions"(%%): [
506 506   {
507 - "timeunits": 5,
508 - "timeunitType": "Day",
509 - "timeOffsetTypeName": "Before Arrival",
510 - "chargeValue": 100.00,
511 - "chargeValueType": "%"
534 + (% style="font-weight: bold; color: #008000;" %)"timeunits"(%%): (% style="color: #666666;" %)5(%%),
535 + (% style="font-weight: bold; color: #008000;" %)"timeunitType"(%%): (% style="color: #BA2121;" %)"Day"(%%),
536 + (% style="font-weight: bold; color: #008000;" %)"timeOffsetTypeName"(%%): (% style="color: #BA2121;" %)"Before Arrival"(%%),
537 + (% style="font-weight: bold; color: #008000;" %)"chargeValue"(%%): (% style="color: #666666;" %)100.00(%%),
538 + (% style="font-weight: bold; color: #008000;" %)"chargeValueType"(%%): (% style="color: #BA2121;" %)"%"(%%)
512 512   }
513 513   ]
514 514   }
515 515   },
516 - "flight": {
517 - "id": "63d79c94-1e19-443f-8a17-50e59e633ea8",
518 - "departureDate": "2024-02-15T20:00:00.000Z",
519 - "returnDate": "2024-02-17T20:00:00.000Z",
520 - "departureTicketsLeft": 50,
521 - "returnTicketsLeft": 50,
522 - "departureAvailabilityType": "FewPlaces",
523 - "returnAvailabilityType": "FewPlaces",
524 - "isTwoWay": true,
525 - "sameBaggageForAll": false,
526 - "totalBaggage": false,
527 - "departureSegments": [
543 + (% style="font-weight: bold; color: #008000;" %)"flight"(%%): {
544 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"63d79c94-1e19-443f-8a17-50e59e633ea8"(%%),
545 + (% style="font-weight: bold; color: #008000;" %)"departureDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%),
546 + (% style="font-weight: bold; color: #008000;" %)"returnDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%),
547 + (% style="font-weight: bold; color: #008000;" %)"departureTicketsLeft"(%%): (% style="color: #666666;" %)50(%%),
548 + (% style="font-weight: bold; color: #008000;" %)"returnTicketsLeft"(%%): (% style="color: #666666;" %)50(%%),
549 + (% style="font-weight: bold; color: #008000;" %)"departureAvailabilityType"(%%): (% style="color: #BA2121;" %)"FewPlaces"(%%),
550 + (% style="font-weight: bold; color: #008000;" %)"returnAvailabilityType"(%%): (% style="color: #BA2121;" %)"FewPlaces"(%%),
551 + (% style="font-weight: bold; color: #008000;" %)"isTwoWay"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
552 + (% style="font-weight: bold; color: #008000;" %)"sameBaggageForAll"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%),
553 + (% style="font-weight: bold; color: #008000;" %)"totalBaggage"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%),
554 + (% style="font-weight: bold; color: #008000;" %)"departureSegments"(%%): [
528 528   {
529 - "airlineCode": "FZ",
530 - "airlineName": "Fly Dubai.",
531 - "flightCode": "FZ1722",
532 - "class": "econom",
533 - "lugageWeight": 20,
534 - "handLugageWeight": 6,
535 - "departureFlightDate": "2024-02-15T20:00:00.000Z",
536 - "departureCountryName": "Kazakhstan",
537 - "departureCityName": "Almaty",
538 - "departureAirportCode": "ALA",
539 - "departureAirportName": "Almaty Intl Airport",
540 - "departureTerminalCode": "ALA",
541 - "arrivalFlightDate": "2024-02-15T20:00:00.000Z",
542 - "arrivalCountryName": "United Arab Emirates",
543 - "arrivalCityName": "Dubai",
544 - "arrivalAirportCode": "DXB",
545 - "arrivalAirportName": "Dubai Intl Airport",
546 - "arrivalTerminalCode": "DXB3",
547 - "flightDuration": "0h 55m"
556 + (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%): (% style="color: #BA2121;" %)"FZ"(%%),
557 + (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%): (% style="color: #BA2121;" %)"Fly Dubai."(%%),
558 + (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%): (% style="color: #BA2121;" %)"FZ1722"(%%),
559 + (% style="font-weight: bold; color: #008000;" %)"class"(%%): (% style="color: #BA2121;" %)"econom"(%%),
560 + (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%): (% style="color: #666666;" %)20(%%),
561 + (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%): (% style="color: #666666;" %)6(%%),
562 + (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%),
563 + (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%): (% style="color: #BA2121;" %)"Kazakhstan"(%%),
564 + (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%): (% style="color: #BA2121;" %)"Almaty"(%%),
565 + (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%): (% style="color: #BA2121;" %)"ALA"(%%),
566 + (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%): (% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),
567 + (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%): (% style="color: #BA2121;" %)"ALA"(%%),
568 + (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%),
569 + (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%): (% style="color: #BA2121;" %)"United Arab Emirates"(%%),
570 + (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%): (% style="color: #BA2121;" %)"Dubai"(%%),
571 + (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%): (% style="color: #BA2121;" %)"DXB"(%%),
572 + (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%): (% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),
573 + (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%): (% style="color: #BA2121;" %)"DXB3"(%%),
574 + (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%): (% style="color: #BA2121;" %)"0h 55m"(%%)
548 548   }
549 549   ],
550 - "returnSegments": [
577 + (% style="font-weight: bold; color: #008000;" %)"returnSegments"(%%): [
551 551   {
552 - "airlineCode": "FZ",
553 - "airlineName": "Fly Dubai.",
554 - "flightCode": "FZ1721",
555 - "class": "econom",
556 - "lugageWeight": 20,
557 - "handLugageWeight": 6,
558 - "departureFlightDate": "2024-02-17T20:00:00.000Z",
559 - "departureCountryName": "United Arab Emirates",
560 - "departureCityName": "Dubai",
561 - "departureAirportCode": "DXB",
562 - "departureAirportName": "Dubai Intl Airport",
563 - "departureTerminalCode": "DXB3",
564 - "arrivalFlightDate": "2024-02-18T20:00:00.000Z",
565 - "arrivalCountryName": "Kazakhstan",
566 - "arrivalCityName": "Almaty",
567 - "arrivalAirportCode": "ALA",
568 - "arrivalAirportName": "Almaty Intl Airport",
569 - "arrivalTerminalCode": "DXB3",
570 - "flightDuration": "8h 10m"
579 + (% style="font-weight: bold; color: #008000;" %)"airlineCode"(%%): (% style="color: #BA2121;" %)"FZ"(%%),
580 + (% style="font-weight: bold; color: #008000;" %)"airlineName"(%%): (% style="color: #BA2121;" %)"Fly Dubai."(%%),
581 + (% style="font-weight: bold; color: #008000;" %)"flightCode"(%%): (% style="color: #BA2121;" %)"FZ1721"(%%),
582 + (% style="font-weight: bold; color: #008000;" %)"class"(%%): (% style="color: #BA2121;" %)"econom"(%%),
583 + (% style="font-weight: bold; color: #008000;" %)"lugageWeight"(%%): (% style="color: #666666;" %)20(%%),
584 + (% style="font-weight: bold; color: #008000;" %)"handLugageWeight"(%%): (% style="color: #666666;" %)6(%%),
585 + (% style="font-weight: bold; color: #008000;" %)"departureFlightDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%),
586 + (% style="font-weight: bold; color: #008000;" %)"departureCountryName"(%%): (% style="color: #BA2121;" %)"United Arab Emirates"(%%),
587 + (% style="font-weight: bold; color: #008000;" %)"departureCityName"(%%): (% style="color: #BA2121;" %)"Dubai"(%%),
588 + (% style="font-weight: bold; color: #008000;" %)"departureAirportCode"(%%): (% style="color: #BA2121;" %)"DXB"(%%),
589 + (% style="font-weight: bold; color: #008000;" %)"departureAirportName"(%%): (% style="color: #BA2121;" %)"Dubai Intl Airport"(%%),
590 + (% style="font-weight: bold; color: #008000;" %)"departureTerminalCode"(%%): (% style="color: #BA2121;" %)"DXB3"(%%),
591 + (% style="font-weight: bold; color: #008000;" %)"arrivalFlightDate"(%%): (% style="color: #BA2121;" %)"2024-02-18T20:00:00.000Z"(%%),
592 + (% style="font-weight: bold; color: #008000;" %)"arrivalCountryName"(%%): (% style="color: #BA2121;" %)"Kazakhstan"(%%),
593 + (% style="font-weight: bold; color: #008000;" %)"arrivalCityName"(%%): (% style="color: #BA2121;" %)"Almaty"(%%),
594 + (% style="font-weight: bold; color: #008000;" %)"arrivalAirportCode"(%%): (% style="color: #BA2121;" %)"ALA"(%%),
595 + (% style="font-weight: bold; color: #008000;" %)"arrivalAirportName"(%%): (% style="color: #BA2121;" %)"Almaty Intl Airport"(%%),
596 + (% style="font-weight: bold; color: #008000;" %)"arrivalTerminalCode"(%%): (% style="color: #BA2121;" %)"DXB3"(%%),
597 + (% style="font-weight: bold; color: #008000;" %)"flightDuration"(%%): (% style="color: #BA2121;" %)"8h 10m"(%%)
571 571   }
572 572   ],
573 - "passengers": [
600 + (% style="font-weight: bold; color: #008000;" %)"passengers"(%%): [
574 574   {
575 - "id": "42779547001000004-A1",
576 - "isAdult": true,
577 - "selectedForwardBaggageCode": "INCLUDED",
578 - "selectedBackwardBaggageCode": "INCLUDED",
579 - "forwardBaggages": [
602 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"42779547001000004-A1"(%%),
603 + (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%),
604 + (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%),
605 + (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%),
606 + (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [
580 580   {
581 - "baggageCode": "INCLUDED",
582 - "description": "20 KG INCLUDED",
583 - "price": 0.0,
584 - "currency": "USD",
585 - "included": true
608 + (% style="font-weight: bold; color: #008000;" %)"baggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%),
609 + (% style="font-weight: bold; color: #008000;" %)"description"(%%): (% style="color: #BA2121;" %)"20 KG INCLUDED"(%%),
610 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)0.0(%%),
611 + (% style="font-weight: bold; color: #008000;" %)"currency"(%%): (% style="color: #BA2121;" %)"USD"(%%),
612 + (% style="font-weight: bold; color: #008000;" %)"included"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%)
586 586   }
587 587   ],
588 - "backwardBaggages": [
615 + (% style="font-weight: bold; color: #008000;" %)"backwardBaggages"(%%): [
589 589   {
590 - "baggageCode": "INCLUDED",
591 - "description": "20 KG INCLUDED",
592 - "price": 0.0,
593 - "currency": "USD",
594 - "included": true
617 + (% style="font-weight: bold; color: #008000;" %)"baggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%),
618 + (% style="font-weight: bold; color: #008000;" %)"description"(%%): (% style="color: #BA2121;" %)"20 KG INCLUDED"(%%),
619 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)0.0(%%),
620 + (% style="font-weight: bold; color: #008000;" %)"currency"(%%): (% style="color: #BA2121;" %)"USD"(%%),
621 + (% style="font-weight: bold; color: #008000;" %)"included"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%)
595 595   }
596 596   ]
597 597   },
598 598   {
599 - "id": "42779547001000004-C1",
600 - "isAdult": false,
601 - "selectedForwardBaggageCode": "INCLUDED",
602 - "selectedBackwardBaggageCode": "INCLUDED",
603 - "forwardBaggages": [
626 + (% style="font-weight: bold; color: #008000;" %)"id"(%%): (% style="color: #BA2121;" %)"42779547001000004-C1"(%%),
627 + (% style="font-weight: bold; color: #008000;" %)"isAdult"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%),
628 + (% style="font-weight: bold; color: #008000;" %)"selectedForwardBaggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%),
629 + (% style="font-weight: bold; color: #008000;" %)"selectedBackwardBaggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%),
630 + (% style="font-weight: bold; color: #008000;" %)"forwardBaggages"(%%): [
604 604   {
605 - "baggageCode": "INCLUDED",
606 - "description": "20 KG INCLUDED",
607 - "price": 0.0,
608 - "currency": "USD",
609 - "included": true
632 + (% style="font-weight: bold; color: #008000;" %)"baggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%),
633 + (% style="font-weight: bold; color: #008000;" %)"description"(%%): (% style="color: #BA2121;" %)"20 KG INCLUDED"(%%),
634 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)0.0(%%),
635 + (% style="font-weight: bold; color: #008000;" %)"currency"(%%): (% style="color: #BA2121;" %)"USD"(%%),
636 + (% style="font-weight: bold; color: #008000;" %)"included"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%)
610 610   }
611 611   ],
612 - "backwardBaggages": [
639 + (% style="font-weight: bold; color: #008000;" %)"backwardBaggages"(%%): [
613 613   {
614 - "baggageCode": "INCLUDED",
615 - "description": "20 KG INCLUDED",
616 - "price": 0.0,
617 - "currency": "USD",
618 - "included": true
641 + (% style="font-weight: bold; color: #008000;" %)"baggageCode"(%%): (% style="color: #BA2121;" %)"INCLUDED"(%%),
642 + (% style="font-weight: bold; color: #008000;" %)"description"(%%): (% style="color: #BA2121;" %)"20 KG INCLUDED"(%%),
643 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)0.0(%%),
644 + (% style="font-weight: bold; color: #008000;" %)"currency"(%%): (% style="color: #BA2121;" %)"USD"(%%),
645 + (% style="font-weight: bold; color: #008000;" %)"included"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%)
619 619   }
620 620   ]
621 621   }
622 622   ]
623 623   },
624 - "extraServices": [],
625 - "insurancePrice": {
626 - "name": "Medical INS (N10000)",
627 - "price": 13.44,
628 - "priceSurcarge": 0.00,
629 - "actualStartDate": "2024-02-15T20:00:00.000Z",
630 - "actualEndDate": "2024-02-17T20:00:00.000Z",
631 - "optional": false,
632 - "includedInPackagePrice": true
651 + (% style="font-weight: bold; color: #008000;" %)"extraServices"(%%): [],
652 + (% style="font-weight: bold; color: #008000;" %)"insurancePrice"(%%): {
653 + (% style="font-weight: bold; color: #008000;" %)"name"(%%): (% style="color: #BA2121;" %)"Medical INS (N10000)"(%%),
654 + (% style="font-weight: bold; color: #008000;" %)"price"(%%): (% style="color: #666666;" %)13.44(%%),
655 + (% style="font-weight: bold; color: #008000;" %)"priceSurcarge"(%%): (% style="color: #666666;" %)0.00(%%),
656 + (% style="font-weight: bold; color: #008000;" %)"actualStartDate"(%%): (% style="color: #BA2121;" %)"2024-02-15T20:00:00.000Z"(%%),
657 + (% style="font-weight: bold; color: #008000;" %)"actualEndDate"(%%): (% style="color: #BA2121;" %)"2024-02-17T20:00:00.000Z"(%%),
658 + (% style="font-weight: bold; color: #008000;" %)"optional"(%%): (% style="font-weight: bold; color: #008000;" %)false(%%),
659 + (% style="font-weight: bold; color: #008000;" %)"includedInPackagePrice"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%)
633 633   }
634 634   },
635 635   {
636 -{{/code}}
663 +)))
664 +)))
637 637  
638 638  
639 639  === Schema ===
640 640  
641 -{{success}}
669 +(% class="box successmessage" %)
670 +(((
642 642  CheckoutFormIn{
643 643  
644 644  |reservationId|string($uuid)
... ... @@ -776,9 +776,10 @@
776 776  nullable: true
777 777  
778 778  }
779 -{{/success}}
808 +)))
780 780  
781 -{{success}}
810 +(% class="box successmessage" %)
811 +(((
782 782  CheckoutFormOut{
783 783  
784 784  |error|boolean
... ... @@ -853,7 +853,7 @@
853 853  |reservationDetailsUnavailable|boolean
854 854  
855 855  }
856 -{{/success}}
886 +)))
857 857  
858 858  
859 859  == Descriptions ==