Changes for page 3. CalcCheckout

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

From version 3.1
edited by Giorgi Mdivnishvili
on 2025/02/03 12:34
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,21 +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 +** [[Descriptions>>path:#HDescriptions]]
15 +*** [[Request>>path:#HRequest]]
16 +*** [[Response>>path:#HResponse-1]]
17 +)))
6 6  
7 7  = Method Description =
8 8  
9 9  
22 +Once the desired tour variation has been selected, the next step involves calculating the package price in greater detail, typically just before proceeding with the reservation. To accomplish this, the **CalcCheckout **method must be utilized. This stage marks the pre-booking phase of the process.
10 10  
11 -Once the desired tour variation has been selected, the next step involves calculating the package price in greater detail, typically just before proceeding with the reservation. To accomplish this, the **CalcCheckout **method must be utilized. This stage marks the pre-booking phase of the process.
12 12  
13 -
14 14  == Endpoint URL - [POST] ==
15 15  
16 -{{info}}
17 -[[https:~~/~~/integration.kazunion.com/api/Checkout/CalcCheckout>>https://integration.kazunion.com/api/Checkout/CalcCheckout]]
18 -{{/info}}
27 +(% class="box infomessage" %)
28 +(((
29 +[[https:~~/~~/integration.kazunion.com/api/Checkout/CalcCheckout>>url:https://integration.kazunion.com/api/Checkout/CalcCheckout]]
30 +)))
19 19  
20 20  
21 21  == Request Parameters ==
... ... @@ -28,101 +28,104 @@
28 28  
29 29  == Request Body ==
30 30  
31 -{{code language="Json"}}
43 +(% class="box" %)
44 +(((
45 +(% class="code" %)
46 +(((
32 32  {
33 - "reservationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
34 - "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"(%%): [
35 35   {
36 - "packageId": "string",
37 - "extraServicePriceCodes": [
38 - "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"(%%)
39 39   ],
40 - "flightPassengers": [
55 + (% style="font-weight: bold; color: #008000;" %)"flightPassengers"(%%): [
41 41   {
42 - "id": "string",
43 - "selectedForwardBaggageCode": "string",
44 - "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"(%%)
45 45   }
46 46   ],
47 - "includeInsurance": true,
48 - "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(%%)
49 49   }
50 50   ],
51 - "calcOnlyHotelPackageRequests": [
66 + (% style="font-weight: bold; color: #008000;" %)"calcOnlyHotelPackageRequests"(%%): [
52 52   {
53 - "packageId": "string",
54 - "extraServicePriceCodes": [
55 - "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"(%%)
56 56   ],
57 - "includeInsurance": true,
58 - "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(%%)
59 59   }
60 60   ],
61 - "calcOnlyAviaPackageRequests": [
76 + (% style="font-weight: bold; color: #008000;" %)"calcOnlyAviaPackageRequests"(%%): [
62 62   {
63 - "packageId": "string",
64 - "refreshPrices": true,
65 - "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"(%%): [
66 66   {
67 - "id": "string",
68 - "selectedForwardBaggageCode": "string",
69 - "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"(%%)
70 70   }
71 71   ]
72 72   }
73 73   ],
74 - "hotels": [
89 + (% style="font-weight: bold; color: #008000;" %)"hotels"(%%): [
75 75   {
76 - "hotelPriceId": "string",
77 - "agentConfirmationNumber": "string",
78 - "note": "string",
79 - "touristIds": [
80 - "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"(%%)
81 81   ]
82 82   }
83 83   ],
84 - "tourists": [
99 + (% style="font-weight: bold; color: #008000;" %)"tourists"(%%): [
85 85   {
86 - "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
87 - "firstName": "string",
88 - "lastName": "string",
89 - "birthDate": "2024-04-11T03:34:15.828Z",
90 - "passportNumber": "string",
91 - "passportExpiry": "2024-04-11T03:34:15.828Z",
92 - "passportIssue": "2024-04-11T03:34:15.828Z",
93 - "citizenship": "string",
94 - "tin": "string",
95 - "isMale": true,
96 - "flightIds": [
97 - "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"(%%)
98 98   ],
99 - "arrivalFlightInfo": {
100 - "flightNumber": "string",
101 - "terminalCode": "string",
102 - "date": "2024-04-11T03:34:15.828Z",
103 - "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"(%%)
104 104   },
105 - "departureFlightInfo": {
106 - "flightNumber": "string",
107 - "terminalCode": "string",
108 - "date": "2024-04-11T03:34:15.828Z",
109 - "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"(%%)
110 110   },
111 - "selectedVisaId": "string",
112 - "transfers": [
126 + (% style="font-weight: bold; color: #008000;" %)"selectedVisaId"(%%): (% style="color: #BA2121;" %)"string"(%%),
127 + (% style="font-weight: bold; color: #008000;" %)"transfers"(%%): [
113 113   {
114 - "id": "string",
115 - "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"(%%)
116 116   }
117 117   ]
118 118   }
119 119   ],
120 - "note": "string",
121 - "contactPhone": "string"
122 -}
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 +)))
123 123  
124 -{{/code}}
125 -
126 126  (% class="wikigeneratedid" id="HRequestBodyexample" %)
127 127  (% id="cke_bm_10575S" style="display:none" %)
128 128  
... ... @@ -130,912 +130,529 @@
130 130  
131 131  == Request Body example ==
132 132  
133 -{{code language="Json"}}
148 +(% class="box" %)
149 +(((
150 +(% class="code" %)
151 +(((
134 134  {
135 - "calcTourPackageRequests": [],
136 - "calcOnlyHotelPackageRequests": [
153 + (% style="font-weight: bold; color: #008000;" %)"calcTourPackageRequests"(%%): [
137 137   {
138 - "refreshPrices": true,
139 - "packageId": "onlyhotel:25a0ce83-047e-485a-8fd7-f2b5a7a1fa37:9963330c-2346-4330-b9cf-7abbb0f64636",
140 - "extraServicePriceCodes": [],
141 - "includeInsurance": false
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"(%%): [
158 + {
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"(%%)
162 + },
163 + {
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"(%%)
167 + }
168 + ],
169 + (% style="font-weight: bold; color: #008000;" %)"extraServicePriceCodes"(%%): [],
170 + (% style="font-weight: bold; color: #008000;" %)"includeInsurance"(%%): (% style="font-weight: bold; color: #008000;" %)true(%%)
142 142   }
143 143   ],
144 - "calcOnlyAviaPackageRequests": []
173 + (% style="font-weight: bold; color: #008000;" %)"calcOnlyHotelPackageRequests"(%%): [],
174 + (% style="font-weight: bold; color: #008000;" %)"calcOnlyAviaPackageRequests"(%%): []
145 145  }
146 -{{/code}}
176 +)))
177 +)))
147 147  
148 148  
149 149  == Response ==
150 150  
151 -{{code language="json"}}
182 +(% class="box" %)
183 +(((
184 +(% class="code" %)
185 +(((
152 152  {
153 - "priceCurrency": "USD",
154 - "totalPrice": 47,
155 - "agentCommissionPercent": 0.00,
156 - "agentCommissionAmount": 0,
157 - "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"(%%): [
196 + {
197 + (% style="font-weight: bold; color: #008000;" %)"countryCode"(%%): (% style="color: #BA2121;" %)"string"(%%),
198 + (% style="font-weight: bold; color: #008000;" %)"identifierType"(%%): (% style="color: #BA2121;" %)"TIN"(%%)
199 + }
200 + ],
201 + (% style="font-weight: bold; color: #008000;" %)"hotels"(%%): [
202 + {
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"(%%)
206 + ],
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"(%%)
210 + }
211 + ],
212 + (% style="font-weight: bold; color: #008000;" %)"tourists"(%%): [
213 + {
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"(%%)
219 + ],
220 + (% style="font-weight: bold; color: #008000;" %)"flights"(%%): [
158 158   {
159 - "countryCode": "KZ",
160 - "identifierType": "TIN"
161 - },
162 - {
163 - "countryCode": "AZ",
164 - "identifierType": "FIN"
222 + (% style="font-weight: bold; color: #008000;" %)"flightId"(%%): (% style="color: #BA2121;" %)"string"(%%),
223 + (% style="font-weight: bold; color: #008000;" %)"note"(%%): (% style="color: #BA2121;" %)"string"(%%)
165 165   }
166 - ],
167 - "hotels": [
225 + ],
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"(%%)
231 + },
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"(%%)
237 + },
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(%%)
255 + },
256 + (% style="font-weight: bold; color: #008000;" %)"selectedVisaId"(%%): (% style="color: #BA2121;" %)"string"(%%),
257 + (% style="font-weight: bold; color: #008000;" %)"transfers"(%%): [
168 168   {
169 - "hotelPriceId": "9963330c-2346-4330-b9cf-7abbb0f64636",
170 - "touristIds": [
171 - "5652e3ba-23d1-4392-bcd9-03442b48e385",
172 - "5e395a1b-982b-4686-b078-b8ffd3332c0e"
173 - ],
174 - "description": "Royal Continental Hotel"
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"(%%)
267 + },
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"(%%): [
272 + {
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(%%)
280 + }
281 + ]
175 175   }
176 - ],
177 - "tourists": [
178 - {
179 - "id": "5652e3ba-23d1-4392-bcd9-03442b48e385",
180 - "isAdult": true,
181 - "flightIds": [],
182 - "flights": [],
183 - "arrivalFlightInfo": {
184 - "terminalCode": "DXB2",
185 - "date": "2024-06-30T00:00:00.000"
186 - },
187 - "departureFlightInfo": {
188 - "terminalCode": "DXB2",
189 - "date": "2024-07-01T00:00:00.000"
190 - },
191 - "selectedVisaId": "00000000-0000-0000-0000-000000000000",
192 - "transfers": [
193 - {
194 - "id": "DXB2-03cf038c-df96-4926-af5f-0f285e600405",
195 - "type": "Arrival",
196 - "flightInfo": {
197 - "terminalCode": "DXB2",
198 - "date": "2024-06-30T00:00:00.000"
199 - },
200 - "checkInHotelId": "9963330c-2346-4330-b9cf-7abbb0f64636",
201 - "selectedTransferPriceId": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01",
202 - "transferPrices": [
203 - {
204 - "id": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01",
205 - "name": "WITHOUT",
206 - "adultPlaces": 0,
207 - "childPlaces": 0,
208 - "perPersonPrice": false,
209 - "adultPrice": 0.00000000,
210 - "childPrice": 0
211 - },
212 - {
213 - "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146",
214 - "name": "MINIVAN",
215 - "adultPlaces": 5,
216 - "childPlaces": 0,
217 - "perPersonPrice": false,
218 - "adultPrice": 45.00000000,
219 - "childPrice": 0
220 - },
221 - {
222 - "id": "fc3815bb-af00-4733-9134-4b6334ce3854",
223 - "name": "TOYOTA HIACE",
224 - "adultPlaces": 9,
225 - "childPlaces": 0,
226 - "perPersonPrice": false,
227 - "adultPrice": 50.00000000,
228 - "childPrice": 0
229 - },
230 - {
231 - "id": "1df09212-11e3-44b1-b615-fbb6338efaf2",
232 - "name": "HIGER BUS (27 SEATERS)",
233 - "adultPlaces": 27,
234 - "childPlaces": 0,
235 - "perPersonPrice": false,
236 - "adultPrice": 85.00000000,
237 - "childPrice": 0
238 - },
239 - {
240 - "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb",
241 - "name": "HIGER 53",
242 - "adultPlaces": 51,
243 - "childPlaces": 0,
244 - "perPersonPrice": false,
245 - "adultPrice": 120.00000000,
246 - "childPrice": 0
247 - },
248 - {
249 - "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04",
250 - "name": "MERCEDES S CLASS 400",
251 - "adultPlaces": 3,
252 - "childPlaces": 0,
253 - "perPersonPrice": false,
254 - "adultPrice": 140.00000000,
255 - "childPrice": 0
256 - },
257 - {
258 - "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6",
259 - "name": "MERCEDES V CLASS",
260 - "adultPlaces": 7,
261 - "childPlaces": 0,
262 - "perPersonPrice": false,
263 - "adultPrice": 140.00000000,
264 - "childPrice": 0
265 - },
266 - {
267 - "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326",
268 - "name": "MERCEDES S CLASS 500",
269 - "adultPlaces": 3,
270 - "childPlaces": 0,
271 - "perPersonPrice": false,
272 - "adultPrice": 165.00000000,
273 - "childPrice": 0
274 - }
275 - ]
276 - },
277 - {
278 - "id": "03cf038c-df96-4926-af5f-0f285e600405-DXB2",
279 - "type": "Departure",
280 - "flightInfo": {
281 - "terminalCode": "DXB2",
282 - "date": "2024-07-01T00:00:00.000"
283 - },
284 - "checkOutHotelId": "9963330c-2346-4330-b9cf-7abbb0f64636",
285 - "selectedTransferPriceId": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01",
286 - "transferPrices": [
287 - {
288 - "id": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01",
289 - "name": "WITHOUT",
290 - "adultPlaces": 0,
291 - "childPlaces": 0,
292 - "perPersonPrice": false,
293 - "adultPrice": 0.00000000,
294 - "childPrice": 0
295 - },
296 - {
297 - "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146",
298 - "name": "MINIVAN",
299 - "adultPlaces": 5,
300 - "childPlaces": 0,
301 - "perPersonPrice": false,
302 - "adultPrice": 45.00000000,
303 - "childPrice": 0
304 - },
305 - {
306 - "id": "fc3815bb-af00-4733-9134-4b6334ce3854",
307 - "name": "TOYOTA HIACE",
308 - "adultPlaces": 9,
309 - "childPlaces": 0,
310 - "perPersonPrice": false,
311 - "adultPrice": 50.00000000,
312 - "childPrice": 0
313 - },
314 - {
315 - "id": "1df09212-11e3-44b1-b615-fbb6338efaf2",
316 - "name": "HIGER BUS (27 SEATERS)",
317 - "adultPlaces": 27,
318 - "childPlaces": 0,
319 - "perPersonPrice": false,
320 - "adultPrice": 85.00000000,
321 - "childPrice": 0
322 - },
323 - {
324 - "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb",
325 - "name": "HIGER 53",
326 - "adultPlaces": 51,
327 - "childPlaces": 0,
328 - "perPersonPrice": false,
329 - "adultPrice": 120.00000000,
330 - "childPrice": 0
331 - },
332 - {
333 - "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04",
334 - "name": "MERCEDES S CLASS 400",
335 - "adultPlaces": 3,
336 - "childPlaces": 0,
337 - "perPersonPrice": false,
338 - "adultPrice": 140.00000000,
339 - "childPrice": 0
340 - },
341 - {
342 - "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6",
343 - "name": "MERCEDES V CLASS",
344 - "adultPlaces": 7,
345 - "childPlaces": 0,
346 - "perPersonPrice": false,
347 - "adultPrice": 140.00000000,
348 - "childPrice": 0
349 - },
350 - {
351 - "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326",
352 - "name": "MERCEDES S CLASS 500",
353 - "adultPlaces": 3,
354 - "childPlaces": 0,
355 - "perPersonPrice": false,
356 - "adultPrice": 165.00000000,
357 - "childPrice": 0
358 - }
359 - ]
360 - }
361 - ],
362 - "description": " "
363 - },
364 - {
365 - "id": "5e395a1b-982b-4686-b078-b8ffd3332c0e",
366 - "isAdult": true,
367 - "flightIds": [],
368 - "flights": [],
369 - "arrivalFlightInfo": {
370 - "terminalCode": "DXB2",
371 - "date": "2024-06-30T00:00:00.000"
372 - },
373 - "departureFlightInfo": {
374 - "terminalCode": "DXB2",
375 - "date": "2024-07-01T00:00:00.000"
376 - },
377 - "selectedVisaId": "00000000-0000-0000-0000-000000000000",
378 - "transfers": [
379 - {
380 - "id": "DXB2-03cf038c-df96-4926-af5f-0f285e600405",
381 - "type": "Arrival",
382 - "flightInfo": {
383 - "terminalCode": "DXB2",
384 - "date": "2024-06-30T00:00:00.000"
385 - },
386 - "checkInHotelId": "9963330c-2346-4330-b9cf-7abbb0f64636",
387 - "selectedTransferPriceId": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01",
388 - "transferPrices": [
389 - {
390 - "id": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01",
391 - "name": "WITHOUT",
392 - "adultPlaces": 0,
393 - "childPlaces": 0,
394 - "perPersonPrice": false,
395 - "adultPrice": 0.00000000,
396 - "childPrice": 0
397 - },
398 - {
399 - "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146",
400 - "name": "MINIVAN",
401 - "adultPlaces": 5,
402 - "childPlaces": 0,
403 - "perPersonPrice": false,
404 - "adultPrice": 45.00000000,
405 - "childPrice": 0
406 - },
407 - {
408 - "id": "fc3815bb-af00-4733-9134-4b6334ce3854",
409 - "name": "TOYOTA HIACE",
410 - "adultPlaces": 9,
411 - "childPlaces": 0,
412 - "perPersonPrice": false,
413 - "adultPrice": 50.00000000,
414 - "childPrice": 0
415 - },
416 - {
417 - "id": "1df09212-11e3-44b1-b615-fbb6338efaf2",
418 - "name": "HIGER BUS (27 SEATERS)",
419 - "adultPlaces": 27,
420 - "childPlaces": 0,
421 - "perPersonPrice": false,
422 - "adultPrice": 85.00000000,
423 - "childPrice": 0
424 - },
425 - {
426 - "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb",
427 - "name": "HIGER 53",
428 - "adultPlaces": 51,
429 - "childPlaces": 0,
430 - "perPersonPrice": false,
431 - "adultPrice": 120.00000000,
432 - "childPrice": 0
433 - },
434 - {
435 - "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04",
436 - "name": "MERCEDES S CLASS 400",
437 - "adultPlaces": 3,
438 - "childPlaces": 0,
439 - "perPersonPrice": false,
440 - "adultPrice": 140.00000000,
441 - "childPrice": 0
442 - },
443 - {
444 - "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6",
445 - "name": "MERCEDES V CLASS",
446 - "adultPlaces": 7,
447 - "childPlaces": 0,
448 - "perPersonPrice": false,
449 - "adultPrice": 140.00000000,
450 - "childPrice": 0
451 - },
452 - {
453 - "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326",
454 - "name": "MERCEDES S CLASS 500",
455 - "adultPlaces": 3,
456 - "childPlaces": 0,
457 - "perPersonPrice": false,
458 - "adultPrice": 165.00000000,
459 - "childPrice": 0
460 - }
461 - ]
462 - },
463 - {
464 - "id": "03cf038c-df96-4926-af5f-0f285e600405-DXB2",
465 - "type": "Departure",
466 - "flightInfo": {
467 - "terminalCode": "DXB2",
468 - "date": "2024-07-01T00:00:00.000"
469 - },
470 - "checkOutHotelId": "9963330c-2346-4330-b9cf-7abbb0f64636",
471 - "selectedTransferPriceId": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01",
472 - "transferPrices": [
473 - {
474 - "id": "9b4d2a8e-1f85-4d0d-8b39-c3b516d15c01",
475 - "name": "WITHOUT",
476 - "adultPlaces": 0,
477 - "childPlaces": 0,
478 - "perPersonPrice": false,
479 - "adultPrice": 0.00000000,
480 - "childPrice": 0
481 - },
482 - {
483 - "id": "9bc3625d-017e-4e72-a4bc-b1e57dc2a146",
484 - "name": "MINIVAN",
485 - "adultPlaces": 5,
486 - "childPlaces": 0,
487 - "perPersonPrice": false,
488 - "adultPrice": 45.00000000,
489 - "childPrice": 0
490 - },
491 - {
492 - "id": "fc3815bb-af00-4733-9134-4b6334ce3854",
493 - "name": "TOYOTA HIACE",
494 - "adultPlaces": 9,
495 - "childPlaces": 0,
496 - "perPersonPrice": false,
497 - "adultPrice": 50.00000000,
498 - "childPrice": 0
499 - },
500 - {
501 - "id": "1df09212-11e3-44b1-b615-fbb6338efaf2",
502 - "name": "HIGER BUS (27 SEATERS)",
503 - "adultPlaces": 27,
504 - "childPlaces": 0,
505 - "perPersonPrice": false,
506 - "adultPrice": 85.00000000,
507 - "childPrice": 0
508 - },
509 - {
510 - "id": "bd26e2cf-15ed-41c0-8e6f-743834b12dfb",
511 - "name": "HIGER 53",
512 - "adultPlaces": 51,
513 - "childPlaces": 0,
514 - "perPersonPrice": false,
515 - "adultPrice": 120.00000000,
516 - "childPrice": 0
517 - },
518 - {
519 - "id": "5d67ad4f-5e8a-4dd2-abc0-74e5389e8c04",
520 - "name": "MERCEDES S CLASS 400",
521 - "adultPlaces": 3,
522 - "childPlaces": 0,
523 - "perPersonPrice": false,
524 - "adultPrice": 140.00000000,
525 - "childPrice": 0
526 - },
527 - {
528 - "id": "f6fe44b2-574d-47b5-a15c-b0560cfc71a6",
529 - "name": "MERCEDES V CLASS",
530 - "adultPlaces": 7,
531 - "childPlaces": 0,
532 - "perPersonPrice": false,
533 - "adultPrice": 140.00000000,
534 - "childPrice": 0
535 - },
536 - {
537 - "id": "50cf907a-2145-4b46-bb67-0dde2e7b7326",
538 - "name": "MERCEDES S CLASS 500",
539 - "adultPlaces": 3,
540 - "childPlaces": 0,
541 - "perPersonPrice": false,
542 - "adultPrice": 165.00000000,
543 - "childPrice": 0
544 - }
545 - ]
546 - }
547 - ],
548 - "description": " "
549 - }
550 - ],
551 - "visas": [
552 - {
553 - "prid": "00000000-0000-0000-0000-000000000000",
554 - "prName": "WITHOUT VISA",
555 - "prValue": 0.00000000,
556 - "sortingOrder": 4
557 - },
558 - {
559 - "prid": "40d3b511-c5b3-4395-b51f-11fb1b8e555b",
560 - "prName": "TOURIST VISA",
561 - "prValue": 80.01000000,
562 - "sortingOrder": 2
563 - },
564 - {
565 - "prid": "80490edd-a7ef-43dc-98cf-3f709efe68cb",
566 - "prName": "SERVICE VISA",
567 - "prValue": 120.08000000,
568 - "sortingOrder": 3
569 - }
570 - ],
571 - "terminals": [
572 - {
573 - "terminalCode": "DXB2",
574 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
575 - "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e",
576 - "terminalName": "DXB2",
577 - "countryCode": "AE"
578 - },
579 - {
580 - "terminalCode": "DXB",
581 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
582 - "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e",
583 - "terminalName": "DXB",
584 - "countryCode": "AE"
585 - },
586 - {
587 - "terminalCode": "SHJ",
588 - "cityUID": "f78ac3bc-f040-46d0-8319-2c52083080a6",
589 - "districtUID": "18a915ca-74de-4613-a2fb-616ea300d16d",
590 - "terminalName": "SHJ",
591 - "countryCode": "AE"
592 - },
593 - {
594 - "terminalCode": "AUH3",
595 - "cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d",
596 - "districtUID": "5460739a-fb6e-4d94-a35b-6f4e0612581b",
597 - "terminalName": "AUH3",
598 - "countryCode": "AE"
599 - },
600 - {
601 - "terminalCode": "AUH",
602 - "cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d",
603 - "districtUID": "5460739a-fb6e-4d94-a35b-6f4e0612581b",
604 - "terminalName": "AUH",
605 - "countryCode": "AE"
606 - },
607 - {
608 - "terminalCode": "QIW",
609 - "cityUID": "9aabae22-f2f8-408c-b295-55cce1393c88",
610 - "districtUID": "9834149a-17ef-431e-b1f2-ab093bd55d94",
611 - "terminalName": "Um Al Quwain Terminal ",
612 - "countryCode": "AE"
613 - },
614 - {
615 - "terminalCode": "QAJ",
616 - "cityUID": "a7e023c1-c654-4e1d-8a83-7e571bd3a78d",
617 - "districtUID": "70e57708-9de2-4505-b550-f4627ae40877",
618 - "terminalName": "Ajman Terminal ",
619 - "countryCode": "AE"
620 - },
621 - {
622 - "terminalCode": "RKT",
623 - "cityUID": "607fbe3a-68e6-4523-bf6e-e419fac86a8b",
624 - "districtUID": "7f82fcc7-65ee-48d8-b0ea-200fa2ffdb42",
625 - "terminalName": "Ras Al Khaimah Terminal ",
626 - "countryCode": "AE"
627 - },
628 - {
629 - "terminalCode": "FJR",
630 - "cityUID": "857a6d87-d1e4-4a17-a867-c65307559222",
631 - "districtUID": "3a894ed3-8021-45c9-ae0c-aa5e7379bb82",
632 - "terminalName": "Fujairah Terminal ",
633 - "countryCode": "AE"
634 - },
635 - {
636 - "terminalCode": "DXB3",
637 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
638 - "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e",
639 - "terminalName": "DXB3",
640 - "countryCode": "AE"
641 - },
642 - {
643 - "terminalCode": "Etihad Bus Station",
644 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
645 - "districtUID": "1fa8bb75-707b-40e6-8212-f705eeeaa16b",
646 - "terminalName": "Etihad Bus Station",
647 - "countryCode": "AE"
648 - },
649 - {
650 - "terminalCode": "ETD",
651 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
652 - "districtUID": "1fa8bb75-707b-40e6-8212-f705eeeaa16b",
653 - "terminalName": "Etihad Main Office Dubai",
654 - "countryCode": "AE",
655 - "note": "Noor Islamic Bank MS"
656 - },
657 - {
658 - "terminalCode": "XGD",
659 - "cityUID": "28c794fe-3c7e-4da2-ba93-f24bd3d4730d",
660 - "districtUID": "88ece1b0-cb91-49f3-86a0-eedc6c8e5aaf",
661 - "terminalName": "Dnata - Clock Tower",
662 - "countryCode": "AE"
663 - },
664 - {
665 - "terminalCode": "DXB1",
666 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
667 - "districtUID": "e6ce358e-22d4-413f-a39f-983a14a8e28e",
668 - "terminalName": "DXB1",
669 - "countryCode": "AE"
670 - },
671 - {
672 - "terminalCode": "DWC",
673 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
674 - "districtUID": "42ace7f3-c109-4e81-8959-9c5adf193444",
675 - "terminalName": "DWC",
676 - "countryCode": "AE",
677 - "note": "Al Maktoum intl. airport"
678 - }
679 - ],
680 - "containsError": false,
681 - "refreshPriceResult": "Success",
682 - "reservationId": "39b50207-50b0-4b86-8a5d-a026866acf6d",
683 - "reservationDetailsUnavailable": false,
684 - "error": false
283 + ],
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"(%%)
287 + }
288 + ],
289 + (% style="font-weight: bold; color: #008000;" %)"visas"(%%): [
290 + {
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(%%)
295 + }
296 + ],
297 + (% style="font-weight: bold; color: #008000;" %)"terminals"(%%): [
298 + {
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"(%%)
305 + }
306 + ],
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(%%)
685 685  }
686 -{{/code}}
312 +)))
313 +)))
687 687  
688 688  
689 689  === Response example ===
690 690  
691 -{{code language="Json"}}
318 +(% class="box" %)
319 +(((
320 +(% class="code" %)
321 +(((
692 692  {
693 - "package": {
694 - "id": "tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:0c299240-6fc6-4f79-ba99-3548f2de3f57",
695 - "priceCurrency": "USD",
696 - "totalPrice": 937.16,
697 - "agentCommissionPercent": 0.00,
698 - "agentCommissionAmount": 0.00,
699 - "includedExtrasAmount": 0,
700 - "priceDifference": 0,
701 - "hotel": {
702 - "hotelPriceId": "193990fa-41a5-46e6-9805-50f82c3c377f",
703 - "providerId": 13,
704 - "hotelName": "Mercure Dubai Barsha Heights Suites Apartments",
705 - "hotelCode": "5f125310-7025-4807-a4c6-49cd284c9c14",
706 - "nigths": 2,
707 - "mealPlan": "BB",
708 - "hotelClass": "4",
709 - "availabilityType": "StopSale",
710 - "availableRoomsCount": 0,
711 - "fewRooms": true,
712 - "roomCategoryCode": "f8e1ffe5-25cc-46a4-80e8-586d1c049de4",
713 - "roomCategoryName": "1 B/R Apartment City View",
714 - "placementTypeName": "SNGL + CHILD(2-5.99)sharing",
715 - "checkInDate": "2024-02-15T20:00:00.000Z",
716 - "checkOutDate": "2024-02-17T20:00:00.000Z",
717 - "adults": 1,
718 - "children": 1,
719 - "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e",
720 - "districtName": "Al Barsha",
721 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
722 - "cityName": "Dubai",
723 - "countryCode": "AE",
724 - "countryName": "United Arab Emirates",
725 - "hasAlcohol": false,
726 - "hasFreeWifi": true,
727 - "hasMetro": true,
728 - "hasPool": true,
729 - "hasMall": false,
730 - "cancellationPolicyDescription": "Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
731 - "cancellationPolicy": {
732 - "noShowChargeValue": 100.00,
733 - "noShowChargeValueType": "%",
734 - "earlyDepartureChargeValue": 100.00,
735 - "earlyDepartureChargeValueType": "%",
736 - "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"(%%): [
737 737   {
738 - "timeunits": 5,
739 - "timeunitType": "Day",
740 - "timeOffsetTypeName": "Before Arrival",
741 - "chargeValue": 100.00,
742 - "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;" %)"%"(%%)
743 743   }
744 744   ]
745 745   }
746 746   },
747 - "flight": {
748 - "id": "0c299240-6fc6-4f79-ba99-3548f2de3f57",
749 - "departureDate": "2024-02-15T20:00:00.000Z",
750 - "returnDate": "2024-02-17T20:00:00.000Z",
751 - "departureTicketsLeft": 7,
752 - "returnTicketsLeft": 7,
753 - "departureAvailabilityType": "FewPlaces",
754 - "returnAvailabilityType": "FewPlaces",
755 - "isTwoWay": true,
756 - "sameBaggageForAll": false,
757 - "totalBaggage": true,
758 - "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"(%%): [
759 759   {
760 - "airlineCode": "KC",
761 - "airlineName": "Air Astana-",
762 - "flightCode": "KC899",
763 - "class": "econom",
764 - "lugageWeight": 20,
765 - "handLugageWeight": 6,
766 - "departureFlightDate": "2024-02-15T20:00:00.000Z",
767 - "departureCountryName": "Kazakhstan",
768 - "departureCityName": "Almaty",
769 - "departureAirportCode": "ALA",
770 - "departureAirportName": "Almaty Intl Airport",
771 - "departureTerminalCode": "ALA",
772 - "arrivalFlightDate": "2024-02-15T20:00:00.000Z",
773 - "arrivalCountryName": "United Arab Emirates",
774 - "arrivalCityName": "Dubai",
775 - "arrivalAirportCode": "DXB",
776 - "arrivalAirportName": "Dubai Intl Airport",
777 - "arrivalTerminalCode": "DXB1",
778 - "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"(%%)
779 779   }
780 780   ],
781 - "returnSegments": [
411 + (% style="font-weight: bold; color: #008000;" %)"returnSegments"(%%): [
782 782   {
783 - "airlineCode": "KC",
784 - "airlineName": "Air Astana-",
785 - "flightCode": "KC900",
786 - "class": "econom",
787 - "lugageWeight": 20,
788 - "handLugageWeight": 6,
789 - "departureFlightDate": "2024-02-17T20:00:00.000Z",
790 - "departureCountryName": "United Arab Emirates",
791 - "departureCityName": "Dubai",
792 - "departureAirportCode": "DXB",
793 - "departureAirportName": "Dubai Intl Airport",
794 - "departureTerminalCode": "DXB1",
795 - "arrivalFlightDate": "2024-02-17T20:00:00.000Z",
796 - "arrivalCountryName": "Kazakhstan",
797 - "arrivalCityName": "Almaty",
798 - "arrivalAirportCode": "ALA",
799 - "arrivalAirportName": "Almaty Intl Airport",
800 - "arrivalTerminalCode": "ALA",
801 - "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"(%%)
802 802   }
803 803   ],
804 - "passengers": [
434 + (% style="font-weight: bold; color: #008000;" %)"passengers"(%%): [
805 805   {
806 - "id": "42779531011000004-A1",
807 - "isAdult": true,
808 - "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"(%%): [
809 809   {
810 - "baggageCode": "TOTAL_BAGGAGE",
811 - "description": "1 piece included, UP TO 50 POUNDS/23 KILOGRAMS, OVER 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
812 - "price": 45.00,
813 - "currency": "USD",
814 - "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(%%)
815 815   }
816 816   ],
817 - "backwardBaggages": [
447 + (% style="font-weight: bold; color: #008000;" %)"backwardBaggages"(%%): [
818 818   {
819 - "baggageCode": "INCLUDED_IN_FORWARD",
820 - "price": 0,
821 - "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(%%)
822 822   }
823 823   ]
824 824   },
825 825   {
826 - "id": "42779531011000004-C1",
827 - "isAdult": false,
828 - "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"(%%): [
829 829   {
830 - "baggageCode": "TOTAL_BAGGAGE",
831 - "description": "1 piece included, UP TO 50 POUNDS/23 KILOGRAMS, OVER 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
832 - "price": 45.00,
833 - "currency": "USD",
834 - "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(%%)
835 835   }
836 836   ],
837 - "backwardBaggages": [
467 + (% style="font-weight: bold; color: #008000;" %)"backwardBaggages"(%%): [
838 838   {
839 - "baggageCode": "INCLUDED_IN_FORWARD",
840 - "price": 0,
841 - "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(%%)
842 842   }
843 843   ]
844 844   }
845 845   ]
846 846   },
847 - "extraServices": [],
848 - "insurancePrice": {
849 - "name": "Medical INS (N10000)",
850 - "price": 13.44,
851 - "priceSurcarge": 0.00,
852 - "actualStartDate": "2024-02-15T20:00:00.000Z",
853 - "actualEndDate": "2024-02-17T20:00:00.000Z",
854 - "optional": false,
855 - "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(%%)
856 856   }
857 857   },
858 - "altPackages": [
488 + (% style="font-weight: bold; color: #008000;" %)"altPackages"(%%): [
859 859   {
860 - "id": "tour:1d0fa533-4261-4254-93bb-83599d581ffc:193990fa-41a5-46e6-9805-50f82c3c377f:63d79c94-1e19-443f-8a17-50e59e633ea8",
861 - "priceCurrency": "USD",
862 - "totalPrice": 968.40,
863 - "agentCommissionPercent": 0.00,
864 - "agentCommissionAmount": 0.00,
865 - "includedExtrasAmount": 0,
866 - "priceDifference": 31.24,
867 - "hotel": {
868 - "hotelPriceId": "193990fa-41a5-46e6-9805-50f82c3c377f",
869 - "providerId": 13,
870 - "hotelName": "Mercure Dubai Barsha Heights Suites Apartments",
871 - "hotelCode": "5f125310-7025-4807-a4c6-49cd284c9c14",
872 - "nigths": 2,
873 - "mealPlan": "BB",
874 - "hotelClass": "4",
875 - "availabilityType": "StopSale",
876 - "availableRoomsCount": 0,
877 - "fewRooms": true,
878 - "roomCategoryCode": "f8e1ffe5-25cc-46a4-80e8-586d1c049de4",
879 - "roomCategoryName": "1 B/R Apartment City View",
880 - "placementTypeName": "SNGL + CHILD(2-5.99)sharing",
881 - "checkInDate": "2024-02-15T20:00:00.000Z",
882 - "checkOutDate": "2024-02-17T20:00:00.000Z",
883 - "adults": 1,
884 - "children": 1,
885 - "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e",
886 - "districtName": "Al Barsha",
887 - "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
888 - "cityName": "Dubai",
889 - "countryCode": "AE",
890 - "countryName": "United Arab Emirates",
891 - "hasAlcohol": false,
892 - "hasFreeWifi": true,
893 - "hasMetro": true,
894 - "hasPool": true,
895 - "hasMall": false,
896 - "cancellationPolicyDescription": "Cancellation Policy: 5 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
897 - "cancellationPolicy": {
898 - "noShowChargeValue": 100.00,
899 - "noShowChargeValueType": "%",
900 - "earlyDepartureChargeValue": 100.00,
901 - "earlyDepartureChargeValueType": "%",
902 - "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"(%%): [
903 903   {
904 - "timeunits": 5,
905 - "timeunitType": "Day",
906 - "timeOffsetTypeName": "Before Arrival",
907 - "chargeValue": 100.00,
908 - "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;" %)"%"(%%)
909 909   }
910 910   ]
911 911   }
912 912   },
913 - "flight": {
914 - "id": "63d79c94-1e19-443f-8a17-50e59e633ea8",
915 - "departureDate": "2024-02-15T20:00:00.000Z",
916 - "returnDate": "2024-02-17T20:00:00.000Z",
917 - "departureTicketsLeft": 50,
918 - "returnTicketsLeft": 50,
919 - "departureAvailabilityType": "FewPlaces",
920 - "returnAvailabilityType": "FewPlaces",
921 - "isTwoWay": true,
922 - "sameBaggageForAll": false,
923 - "totalBaggage": false,
924 - "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"(%%): [
925 925   {
926 - "airlineCode": "FZ",
927 - "airlineName": "Fly Dubai.",
928 - "flightCode": "FZ1722",
929 - "class": "econom",
930 - "lugageWeight": 20,
931 - "handLugageWeight": 6,
932 - "departureFlightDate": "2024-02-15T20:00:00.000Z",
933 - "departureCountryName": "Kazakhstan",
934 - "departureCityName": "Almaty",
935 - "departureAirportCode": "ALA",
936 - "departureAirportName": "Almaty Intl Airport",
937 - "departureTerminalCode": "ALA",
938 - "arrivalFlightDate": "2024-02-15T20:00:00.000Z",
939 - "arrivalCountryName": "United Arab Emirates",
940 - "arrivalCityName": "Dubai",
941 - "arrivalAirportCode": "DXB",
942 - "arrivalAirportName": "Dubai Intl Airport",
943 - "arrivalTerminalCode": "DXB3",
944 - "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"(%%)
945 945   }
946 946   ],
947 - "returnSegments": [
577 + (% style="font-weight: bold; color: #008000;" %)"returnSegments"(%%): [
948 948   {
949 - "airlineCode": "FZ",
950 - "airlineName": "Fly Dubai.",
951 - "flightCode": "FZ1721",
952 - "class": "econom",
953 - "lugageWeight": 20,
954 - "handLugageWeight": 6,
955 - "departureFlightDate": "2024-02-17T20:00:00.000Z",
956 - "departureCountryName": "United Arab Emirates",
957 - "departureCityName": "Dubai",
958 - "departureAirportCode": "DXB",
959 - "departureAirportName": "Dubai Intl Airport",
960 - "departureTerminalCode": "DXB3",
961 - "arrivalFlightDate": "2024-02-18T20:00:00.000Z",
962 - "arrivalCountryName": "Kazakhstan",
963 - "arrivalCityName": "Almaty",
964 - "arrivalAirportCode": "ALA",
965 - "arrivalAirportName": "Almaty Intl Airport",
966 - "arrivalTerminalCode": "DXB3",
967 - "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"(%%)
968 968   }
969 969   ],
970 - "passengers": [
600 + (% style="font-weight: bold; color: #008000;" %)"passengers"(%%): [
971 971   {
972 - "id": "42779547001000004-A1",
973 - "isAdult": true,
974 - "selectedForwardBaggageCode": "INCLUDED",
975 - "selectedBackwardBaggageCode": "INCLUDED",
976 - "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"(%%): [
977 977   {
978 - "baggageCode": "INCLUDED",
979 - "description": "20 KG INCLUDED",
980 - "price": 0.0,
981 - "currency": "USD",
982 - "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(%%)
983 983   }
984 984   ],
985 - "backwardBaggages": [
615 + (% style="font-weight: bold; color: #008000;" %)"backwardBaggages"(%%): [
986 986   {
987 - "baggageCode": "INCLUDED",
988 - "description": "20 KG INCLUDED",
989 - "price": 0.0,
990 - "currency": "USD",
991 - "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(%%)
992 992   }
993 993   ]
994 994   },
995 995   {
996 - "id": "42779547001000004-C1",
997 - "isAdult": false,
998 - "selectedForwardBaggageCode": "INCLUDED",
999 - "selectedBackwardBaggageCode": "INCLUDED",
1000 - "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"(%%): [
1001 1001   {
1002 - "baggageCode": "INCLUDED",
1003 - "description": "20 KG INCLUDED",
1004 - "price": 0.0,
1005 - "currency": "USD",
1006 - "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(%%)
1007 1007   }
1008 1008   ],
1009 - "backwardBaggages": [
639 + (% style="font-weight: bold; color: #008000;" %)"backwardBaggages"(%%): [
1010 1010   {
1011 - "baggageCode": "INCLUDED",
1012 - "description": "20 KG INCLUDED",
1013 - "price": 0.0,
1014 - "currency": "USD",
1015 - "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(%%)
1016 1016   }
1017 1017   ]
1018 1018   }
1019 1019   ]
1020 1020   },
1021 - "extraServices": [],
1022 - "insurancePrice": {
1023 - "name": "Medical INS (N10000)",
1024 - "price": 13.44,
1025 - "priceSurcarge": 0.00,
1026 - "actualStartDate": "2024-02-15T20:00:00.000Z",
1027 - "actualEndDate": "2024-02-17T20:00:00.000Z",
1028 - "optional": false,
1029 - "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(%%)
1030 1030   }
1031 1031   },
1032 1032   {
1033 -{{/code}}
663 +)))
664 +)))
1034 1034  
1035 1035  
1036 1036  === Schema ===
1037 1037  
1038 -{{success}}
669 +(% class="box successmessage" %)
670 +(((
1039 1039  CheckoutFormIn{
1040 1040  
1041 1041  |reservationId|string($uuid)
... ... @@ -1173,9 +1173,10 @@
1173 1173  nullable: true
1174 1174  
1175 1175  }
1176 -{{/success}}
808 +)))
1177 1177  
1178 -{{success}}
810 +(% class="box successmessage" %)
811 +(((
1179 1179  CheckoutFormOut{
1180 1180  
1181 1181  |error|boolean
... ... @@ -1250,7 +1250,7 @@
1250 1250  |reservationDetailsUnavailable|boolean
1251 1251  
1252 1252  }
1253 -{{/success}}
886 +)))
1254 1254  
1255 1255  
1256 1256  == Descriptions ==
... ... @@ -1317,23 +1317,4 @@
1317 1317  |reservationDetailsUnavailable|Boolean|Indicates if the reservation details are currently unavailable.
1318 1318  |error|Boolean|A generic error indicator, presumably redundant with containsError.
1319 1319  
1320 -== ==
1321 -
1322 -== Important ==
1323 -
1324 -{{error}}
1325 -=== Implementing Authorization in Subsequent Requests ===
1326 -
1327 -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:
1328 -
1329 -* **Header Key:** Authorization
1330 -* **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.
1331 -
1332 -Additionally, to ensure your requests are properly formatted and recognized, include the following headers:
1333 -
1334 -* **Content-Type:** Specify this header as application/json to indicate the format of the request body.
1335 -* **Header Key:** X-nugios-timezone
1336 -* **Header Value:** 240 - Adjust this value to match your local timezone offset in minutes.
1337 -
1338 -Incorporating these headers with their respective values is essential for the successful processing of your API requests.
1339 -{{/error}}
953 +