Wiki source code of 3. CalcCheckout

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

Hide last authors
Giorgi Mdivnishvili 1.5 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2
Giorgi Mdivnishvili 1.2 3
Giorgi Mdivnishvili 1.5 4 {{toc/}}
5 {{/box}}
Giorgi Mdivnishvili 1.1 6
Giorgi Mdivnishvili 1.2 7 = Method Description =
Giorgi Mdivnishvili 1.1 8
9
10
Giorgi Mdivnishvili 2.1 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.
Giorgi Mdivnishvili 1.1 12
Giorgi Mdivnishvili 2.1 13
Giorgi Mdivnishvili 1.2 14 == Endpoint URL - [POST] ==
15
Giorgi Mdivnishvili 1.5 16 {{info}}
Giorgi Mdivnishvili 3.1 17 [[https:~~/~~/integration.kazunion.com/api/Checkout/CalcCheckout>>https://integration.kazunion.com/api/Checkout/CalcCheckout]]
Giorgi Mdivnishvili 1.5 18 {{/info}}
Giorgi Mdivnishvili 1.2 19
20
21 == Request Parameters ==
22
23 (% class="box infomessage" %)
24 (((
25 None
26 )))
27
Giorgi Mdivnishvili 1.3 28
Giorgi Mdivnishvili 1.2 29 == Request Body ==
30
Giorgi Mdivnishvili 1.5 31 {{code language="Json"}}
Giorgi Mdivnishvili 1.2 32 {
Giorgi Mdivnishvili 1.5 33 "reservationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
34 "calcTourPackageRequests": [
Giorgi Mdivnishvili 1.2 35 {
Giorgi Mdivnishvili 1.5 36 "packageId": "string",
37 "extraServicePriceCodes": [
38 "string"
Giorgi Mdivnishvili 1.3 39 ],
Giorgi Mdivnishvili 1.5 40 "flightPassengers": [
Giorgi Mdivnishvili 1.3 41 {
Giorgi Mdivnishvili 1.5 42 "id": "string",
43 "selectedForwardBaggageCode": "string",
44 "selectedBackwardBaggageCode": "string"
Giorgi Mdivnishvili 1.3 45 }
46 ],
Giorgi Mdivnishvili 1.5 47 "includeInsurance": true,
48 "refreshPrices": true
Giorgi Mdivnishvili 1.2 49 }
50 ],
Giorgi Mdivnishvili 1.5 51 "calcOnlyHotelPackageRequests": [
Giorgi Mdivnishvili 1.3 52 {
Giorgi Mdivnishvili 1.5 53 "packageId": "string",
54 "extraServicePriceCodes": [
55 "string"
Giorgi Mdivnishvili 1.3 56 ],
Giorgi Mdivnishvili 1.5 57 "includeInsurance": true,
58 "refreshPrices": true
Giorgi Mdivnishvili 1.3 59 }
Giorgi Mdivnishvili 1.2 60 ],
Giorgi Mdivnishvili 1.5 61 "calcOnlyAviaPackageRequests": [
Giorgi Mdivnishvili 1.3 62 {
Giorgi Mdivnishvili 1.5 63 "packageId": "string",
64 "refreshPrices": true,
65 "flightPassengers": [
Giorgi Mdivnishvili 1.3 66 {
Giorgi Mdivnishvili 1.5 67 "id": "string",
68 "selectedForwardBaggageCode": "string",
69 "selectedBackwardBaggageCode": "string"
Giorgi Mdivnishvili 1.3 70 }
71 ]
72 }
Giorgi Mdivnishvili 1.2 73 ],
Giorgi Mdivnishvili 1.5 74 "hotels": [
Giorgi Mdivnishvili 1.3 75 {
Giorgi Mdivnishvili 1.5 76 "hotelPriceId": "string",
77 "agentConfirmationNumber": "string",
78 "note": "string",
79 "touristIds": [
80 "3fa85f64-5717-4562-b3fc-2c963f66afa6"
Giorgi Mdivnishvili 1.3 81 ]
82 }
Giorgi Mdivnishvili 1.2 83 ],
Giorgi Mdivnishvili 1.5 84 "tourists": [
Giorgi Mdivnishvili 1.3 85 {
Giorgi Mdivnishvili 1.5 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"
Giorgi Mdivnishvili 1.3 98 ],
Giorgi Mdivnishvili 1.5 99 "arrivalFlightInfo": {
100 "flightNumber": "string",
101 "terminalCode": "string",
102 "date": "2024-04-11T03:34:15.828Z",
103 "time": "string"
Giorgi Mdivnishvili 1.3 104 },
Giorgi Mdivnishvili 1.5 105 "departureFlightInfo": {
106 "flightNumber": "string",
107 "terminalCode": "string",
108 "date": "2024-04-11T03:34:15.828Z",
109 "time": "string"
Giorgi Mdivnishvili 1.3 110 },
Giorgi Mdivnishvili 1.5 111 "selectedVisaId": "string",
112 "transfers": [
Giorgi Mdivnishvili 1.3 113 {
Giorgi Mdivnishvili 1.5 114 "id": "string",
115 "selectedTransferPriceId": "string"
Giorgi Mdivnishvili 1.3 116 }
117 ]
118 }
Giorgi Mdivnishvili 1.2 119 ],
Giorgi Mdivnishvili 1.5 120 "note": "string",
121 "contactPhone": "string"
122 }
Giorgi Mdivnishvili 1.3 123
Giorgi Mdivnishvili 1.5 124 {{/code}}
125
Giorgi Mdivnishvili 1.3 126 (% class="wikigeneratedid" id="HRequestBodyexample" %)
127 (% id="cke_bm_10575S" style="display:none" %)
128
129
130
Giorgi Mdivnishvili 1.2 131 == Request Body example ==
132
Giorgi Mdivnishvili 1.5 133 {{code language="Json"}}
Giorgi Mdivnishvili 1.2 134 {
Giorgi Mdivnishvili 1.5 135 "calcTourPackageRequests": [],
136 "calcOnlyHotelPackageRequests": [
Giorgi Mdivnishvili 1.3 137 {
Giorgi Mdivnishvili 1.5 138 "refreshPrices": true,
139 "packageId": "onlyhotel:25a0ce83-047e-485a-8fd7-f2b5a7a1fa37:9963330c-2346-4330-b9cf-7abbb0f64636",
140 "extraServicePriceCodes": [],
141 "includeInsurance": false
Giorgi Mdivnishvili 1.3 142 }
143 ],
Giorgi Mdivnishvili 1.5 144 "calcOnlyAviaPackageRequests": []
Giorgi Mdivnishvili 1.3 145 }
Giorgi Mdivnishvili 1.5 146 {{/code}}
Giorgi Mdivnishvili 1.3 147
148
149 == Response ==
150
Giorgi Mdivnishvili 1.5 151 {{code language="json"}}
Giorgi Mdivnishvili 1.3 152 {
Giorgi Mdivnishvili 1.5 153 "priceCurrency": "USD",
154 "totalPrice": 47,
155 "agentCommissionPercent": 0.00,
156 "agentCommissionAmount": 0,
157 "requiredCitizenIdentifiers": [
Giorgi Mdivnishvili 1.3 158 {
Giorgi Mdivnishvili 1.5 159 "countryCode": "KZ",
160 "identifierType": "TIN"
161 },
162 {
163 "countryCode": "AZ",
164 "identifierType": "FIN"
Giorgi Mdivnishvili 1.3 165 }
Giorgi Mdivnishvili 1.5 166 ],
167 "hotels": [
Giorgi Mdivnishvili 1.3 168 {
Giorgi Mdivnishvili 1.5 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"
Giorgi Mdivnishvili 1.3 175 }
Giorgi Mdivnishvili 1.5 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
Giorgi Mdivnishvili 1.2 685 }
Giorgi Mdivnishvili 1.5 686 {{/code}}
Giorgi Mdivnishvili 1.2 687
688
Giorgi Mdivnishvili 1.3 689 === Response example ===
Giorgi Mdivnishvili 1.2 690
Giorgi Mdivnishvili 1.5 691 {{code language="Json"}}
Giorgi Mdivnishvili 1.2 692 {
Giorgi Mdivnishvili 1.5 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": [
Giorgi Mdivnishvili 1.3 737 {
Giorgi Mdivnishvili 1.5 738 "timeunits": 5,
739 "timeunitType": "Day",
740 "timeOffsetTypeName": "Before Arrival",
741 "chargeValue": 100.00,
742 "chargeValueType": "%"
Giorgi Mdivnishvili 1.3 743 }
744 ]
745 }
746 },
Giorgi Mdivnishvili 1.5 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": [
Giorgi Mdivnishvili 1.3 759 {
Giorgi Mdivnishvili 1.5 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"
Giorgi Mdivnishvili 1.3 779 }
780 ],
Giorgi Mdivnishvili 1.5 781 "returnSegments": [
Giorgi Mdivnishvili 1.3 782 {
Giorgi Mdivnishvili 1.5 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"
Giorgi Mdivnishvili 1.3 802 }
803 ],
Giorgi Mdivnishvili 1.5 804 "passengers": [
Giorgi Mdivnishvili 1.3 805 {
Giorgi Mdivnishvili 1.5 806 "id": "42779531011000004-A1",
807 "isAdult": true,
808 "forwardBaggages": [
Giorgi Mdivnishvili 1.3 809 {
Giorgi Mdivnishvili 1.5 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
Giorgi Mdivnishvili 1.3 815 }
816 ],
Giorgi Mdivnishvili 1.5 817 "backwardBaggages": [
Giorgi Mdivnishvili 1.3 818 {
Giorgi Mdivnishvili 1.5 819 "baggageCode": "INCLUDED_IN_FORWARD",
820 "price": 0,
821 "included": false
Giorgi Mdivnishvili 1.3 822 }
823 ]
824 },
825 {
Giorgi Mdivnishvili 1.5 826 "id": "42779531011000004-C1",
827 "isAdult": false,
828 "forwardBaggages": [
Giorgi Mdivnishvili 1.3 829 {
Giorgi Mdivnishvili 1.5 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
Giorgi Mdivnishvili 1.3 835 }
836 ],
Giorgi Mdivnishvili 1.5 837 "backwardBaggages": [
Giorgi Mdivnishvili 1.3 838 {
Giorgi Mdivnishvili 1.5 839 "baggageCode": "INCLUDED_IN_FORWARD",
840 "price": 0,
841 "included": false
Giorgi Mdivnishvili 1.3 842 }
843 ]
844 }
845 ]
846 },
Giorgi Mdivnishvili 1.5 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
Giorgi Mdivnishvili 1.3 856 }
857 },
Giorgi Mdivnishvili 1.5 858 "altPackages": [
Giorgi Mdivnishvili 1.2 859 {
Giorgi Mdivnishvili 1.5 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": [
Giorgi Mdivnishvili 1.2 903 {
Giorgi Mdivnishvili 1.5 904 "timeunits": 5,
905 "timeunitType": "Day",
906 "timeOffsetTypeName": "Before Arrival",
907 "chargeValue": 100.00,
908 "chargeValueType": "%"
Giorgi Mdivnishvili 1.2 909 }
910 ]
911 }
912 },
Giorgi Mdivnishvili 1.5 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": [
Giorgi Mdivnishvili 1.3 925 {
Giorgi Mdivnishvili 1.5 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"
Giorgi Mdivnishvili 1.3 945 }
946 ],
Giorgi Mdivnishvili 1.5 947 "returnSegments": [
Giorgi Mdivnishvili 1.3 948 {
Giorgi Mdivnishvili 1.5 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"
Giorgi Mdivnishvili 1.3 968 }
969 ],
Giorgi Mdivnishvili 1.5 970 "passengers": [
Giorgi Mdivnishvili 1.3 971 {
Giorgi Mdivnishvili 1.5 972 "id": "42779547001000004-A1",
973 "isAdult": true,
974 "selectedForwardBaggageCode": "INCLUDED",
975 "selectedBackwardBaggageCode": "INCLUDED",
976 "forwardBaggages": [
Giorgi Mdivnishvili 1.3 977 {
Giorgi Mdivnishvili 1.5 978 "baggageCode": "INCLUDED",
979 "description": "20 KG INCLUDED",
980 "price": 0.0,
981 "currency": "USD",
982 "included": true
Giorgi Mdivnishvili 1.3 983 }
984 ],
Giorgi Mdivnishvili 1.5 985 "backwardBaggages": [
Giorgi Mdivnishvili 1.3 986 {
Giorgi Mdivnishvili 1.5 987 "baggageCode": "INCLUDED",
988 "description": "20 KG INCLUDED",
989 "price": 0.0,
990 "currency": "USD",
991 "included": true
Giorgi Mdivnishvili 1.3 992 }
993 ]
994 },
995 {
Giorgi Mdivnishvili 1.5 996 "id": "42779547001000004-C1",
997 "isAdult": false,
998 "selectedForwardBaggageCode": "INCLUDED",
999 "selectedBackwardBaggageCode": "INCLUDED",
1000 "forwardBaggages": [
Giorgi Mdivnishvili 1.3 1001 {
Giorgi Mdivnishvili 1.5 1002 "baggageCode": "INCLUDED",
1003 "description": "20 KG INCLUDED",
1004 "price": 0.0,
1005 "currency": "USD",
1006 "included": true
Giorgi Mdivnishvili 1.3 1007 }
1008 ],
Giorgi Mdivnishvili 1.5 1009 "backwardBaggages": [
Giorgi Mdivnishvili 1.3 1010 {
Giorgi Mdivnishvili 1.5 1011 "baggageCode": "INCLUDED",
1012 "description": "20 KG INCLUDED",
1013 "price": 0.0,
1014 "currency": "USD",
1015 "included": true
Giorgi Mdivnishvili 1.3 1016 }
1017 ]
1018 }
1019 ]
1020 },
Giorgi Mdivnishvili 1.5 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
Giorgi Mdivnishvili 1.3 1030 }
Giorgi Mdivnishvili 1.2 1031 },
Giorgi Mdivnishvili 1.3 1032 {
Giorgi Mdivnishvili 1.5 1033 {{/code}}
Giorgi Mdivnishvili 1.2 1034
1035
1036 === Schema ===
1037
Giorgi Mdivnishvili 1.5 1038 {{success}}
Giorgi Mdivnishvili 1.3 1039 CheckoutFormIn{
Giorgi Mdivnishvili 1.2 1040
Giorgi Mdivnishvili 1.3 1041 |reservationId|string($uuid)
1042 nullable: true
1043 |calcTourPackageRequests|[
1044 nullable: trueCalcTourPackageRequest{(((
1045 |packageId|string
1046 nullable: true
1047 |extraServicePriceCodes|[
1048 nullable: truestring]
1049 |flightPassengers|[
1050 nullable: trueFlightPassengerIn{(((
Giorgi Mdivnishvili 1.2 1051 |id|string
1052 nullable: true
Giorgi Mdivnishvili 1.3 1053 |selectedForwardBaggageCode|string
Giorgi Mdivnishvili 1.2 1054 nullable: true
Giorgi Mdivnishvili 1.3 1055 |selectedBackwardBaggageCode|string
Giorgi Mdivnishvili 1.2 1056 nullable: true
Giorgi Mdivnishvili 1.3 1057
1058 }]
1059 )))
1060 |includeInsurance|boolean
Giorgi Mdivnishvili 1.2 1061 nullable: true
Giorgi Mdivnishvili 1.3 1062 |refreshPrices|boolean
1063
1064 }]
1065 )))
1066 |calcOnlyHotelPackageRequests|[
1067 nullable: trueCalcOnlyHotelPackageRequest{(((
1068 |packageId|string
Giorgi Mdivnishvili 1.2 1069 nullable: true
Giorgi Mdivnishvili 1.3 1070 |extraServicePriceCodes|[
1071 nullable: truestring]
1072 |includeInsurance|boolean
1073 |refreshPrices|boolean
1074
1075 }]
1076 )))
1077 |calcOnlyAviaPackageRequests|[
1078 nullable: trueCalcOnlyAviaPackageRequest{(((
1079 |packageId|string
Giorgi Mdivnishvili 1.2 1080 nullable: true
Giorgi Mdivnishvili 1.3 1081 |refreshPrices|boolean
1082 |flightPassengers|[
1083 nullable: trueFlightPassengerIn{(((
1084 |id|string
Giorgi Mdivnishvili 1.2 1085 nullable: true
Giorgi Mdivnishvili 1.3 1086 |selectedForwardBaggageCode|string
Giorgi Mdivnishvili 1.2 1087 nullable: true
Giorgi Mdivnishvili 1.3 1088 |selectedBackwardBaggageCode|string
Giorgi Mdivnishvili 1.2 1089 nullable: true
Giorgi Mdivnishvili 1.3 1090
1091 }]
1092 )))
1093
1094 }]
1095 )))
1096 |hotels|[
1097 nullable: trueCheckoutHotelIn{(((
1098 |hotelPriceId|string
Giorgi Mdivnishvili 1.2 1099 nullable: true
Giorgi Mdivnishvili 1.3 1100 |agentConfirmationNumber|string
Giorgi Mdivnishvili 1.2 1101 nullable: true
Giorgi Mdivnishvili 1.3 1102 |note|string
Giorgi Mdivnishvili 1.2 1103 nullable: true
Giorgi Mdivnishvili 1.3 1104 |touristIds|[
1105 nullable: truestring($uuid)]
1106
1107 }]
1108 )))
1109 |tourists|[
1110 nullable: trueCheckoutTouristIn{(((
1111 |id|string($uuid)
1112 |firstName|string
Giorgi Mdivnishvili 1.2 1113 nullable: true
Giorgi Mdivnishvili 1.3 1114 |lastName|string
Giorgi Mdivnishvili 1.2 1115 nullable: true
Giorgi Mdivnishvili 1.3 1116 |birthDate|string($date-time)
Giorgi Mdivnishvili 1.2 1117 nullable: true
Giorgi Mdivnishvili 1.3 1118 |passportNumber|string
Giorgi Mdivnishvili 1.2 1119 nullable: true
Giorgi Mdivnishvili 1.3 1120 |passportExpiry|string($date-time)
Giorgi Mdivnishvili 1.2 1121 nullable: true
Giorgi Mdivnishvili 1.3 1122 |passportIssue|string($date-time)
Giorgi Mdivnishvili 1.2 1123 nullable: true
Giorgi Mdivnishvili 1.3 1124 |citizenship|string
Giorgi Mdivnishvili 1.2 1125 nullable: true
Giorgi Mdivnishvili 1.3 1126 |tin|string
Giorgi Mdivnishvili 1.2 1127 nullable: true
Giorgi Mdivnishvili 1.3 1128 |isMale|boolean
Giorgi Mdivnishvili 1.2 1129 nullable: true
Giorgi Mdivnishvili 1.3 1130 |flightIds|[
1131 nullable: truestring]
1132 |arrivalFlightInfo|ManualFlightInfo{(((
1133 |flightNumber|string
Giorgi Mdivnishvili 1.2 1134 nullable: true
Giorgi Mdivnishvili 1.3 1135 |terminalCode|string
Giorgi Mdivnishvili 1.2 1136 nullable: true
Giorgi Mdivnishvili 1.3 1137 |date|string($date-time)
Giorgi Mdivnishvili 1.2 1138 nullable: true
Giorgi Mdivnishvili 1.3 1139 |time|string
Giorgi Mdivnishvili 1.2 1140 nullable: true
Giorgi Mdivnishvili 1.3 1141
1142 }
1143 )))
1144 |departureFlightInfo|ManualFlightInfo{(((
1145 |flightNumber|string
Giorgi Mdivnishvili 1.2 1146 nullable: true
Giorgi Mdivnishvili 1.3 1147 |terminalCode|string
Giorgi Mdivnishvili 1.2 1148 nullable: true
Giorgi Mdivnishvili 1.3 1149 |date|string($date-time)
1150 nullable: true
1151 |time|string
1152 nullable: true
Giorgi Mdivnishvili 1.2 1153
Giorgi Mdivnishvili 1.3 1154 }
1155 )))
1156 |selectedVisaId|string
1157 nullable: true
1158 |transfers|[
1159 nullable: trueCheckoutTransferIn{(((
1160 |id|string
1161 nullable: true
1162 |selectedTransferPriceId|string
1163 nullable: true
1164
Giorgi Mdivnishvili 1.2 1165 }]
1166 )))
1167
Giorgi Mdivnishvili 1.3 1168 }]
Giorgi Mdivnishvili 1.2 1169 )))
Giorgi Mdivnishvili 1.3 1170 |note|string
1171 nullable: true
1172 |contactPhone|string
1173 nullable: true
Giorgi Mdivnishvili 1.2 1174
1175 }
Giorgi Mdivnishvili 1.5 1176 {{/success}}
Giorgi Mdivnishvili 1.3 1177
Giorgi Mdivnishvili 1.5 1178 {{success}}
Giorgi Mdivnishvili 1.3 1179 CheckoutFormOut{
1180
1181 |error|boolean
1182 |errorCode|string
Giorgi Mdivnishvili 1.2 1183 nullable: true
Giorgi Mdivnishvili 1.3 1184 |errorDescription|string
Giorgi Mdivnishvili 1.2 1185 nullable: true
Giorgi Mdivnishvili 1.3 1186 |userErrorDescription|string
Giorgi Mdivnishvili 1.2 1187 nullable: true
Giorgi Mdivnishvili 1.3 1188 |priceCurrency|string
Giorgi Mdivnishvili 1.2 1189 nullable: true
Giorgi Mdivnishvili 1.3 1190 |totalPrice|number($double)
1191 |agentCommissionPercent|number($double)
1192 |agentCommissionAmount|number($double)
1193 |requiredCitizenIdentifiers|[
1194 nullable: trueCitizenIdentifier{(((
1195 |countryCode|string
Giorgi Mdivnishvili 1.2 1196 nullable: true
Giorgi Mdivnishvili 1.3 1197 |identifierType|IdentifierTypeEnumstringEnum:
1198 [ TIN, FIN ]
1199
1200 }]
1201 )))
1202 |hotels|[
1203 nullable: trueCheckoutHotelOut{(((
1204 |hotelPriceId|string
Giorgi Mdivnishvili 1.2 1205 nullable: true
Giorgi Mdivnishvili 1.3 1206 |touristIds|[
1207 nullable: truestring($uuid)]
1208 |errorCode|string
Giorgi Mdivnishvili 1.2 1209 nullable: true
Giorgi Mdivnishvili 1.3 1210 |errorMessage|string
Giorgi Mdivnishvili 1.2 1211 nullable: true
Giorgi Mdivnishvili 1.3 1212 |description|string
Giorgi Mdivnishvili 1.2 1213 nullable: true
1214
1215 }]
1216 )))
Giorgi Mdivnishvili 1.3 1217 |tourists|[
1218 nullable: trueCheckoutTouristOut{...}]
1219 |visas|[
1220 nullable: trueServicePrice{(((
1221 |prid|string($uuid)
1222 |prName|string
1223 nullable: true
1224 |prValue|number($double)
1225 |sortingOrder|integer($int32)
Giorgi Mdivnishvili 1.2 1226
1227 }]
1228 )))
Giorgi Mdivnishvili 1.3 1229 |terminals|[
1230 nullable: trueTerminal{(((
1231 |terminalCode|string
1232 nullable: true
1233 |cityUID|string($uuid)
1234 nullable: true
1235 |districtUID|string($uuid)
1236 nullable: true
1237 |terminalName|string
1238 nullable: true
1239 |countryCode|string
1240 nullable: true
1241 |note|string
1242 nullable: true
Giorgi Mdivnishvili 1.2 1243
1244 }]
1245 )))
Giorgi Mdivnishvili 1.3 1246 |containsError|boolean
1247 |refreshPriceResult|RefreshPriceResultEnumstringEnum:
1248 [ Success, HotelPriceNoMoreAvailable, FlightPriceNoMoreAvailable ]
1249 |reservationId|string($uuid)
1250 |reservationDetailsUnavailable|boolean
Giorgi Mdivnishvili 1.2 1251
1252 }
Giorgi Mdivnishvili 1.5 1253 {{/success}}
Giorgi Mdivnishvili 1.2 1254
1255
Giorgi Mdivnishvili 1.3 1256 == Descriptions ==
Giorgi Mdivnishvili 1.2 1257
1258
Giorgi Mdivnishvili 1.3 1259 === Request ===
Giorgi Mdivnishvili 1.2 1260
Giorgi Mdivnishvili 1.3 1261 Here's a table describing each parameter of the JSON request:
Giorgi Mdivnishvili 1.2 1262
Giorgi Mdivnishvili 1.3 1263 (% class="table-bordered" %)
1264 |=Parameter|=Data Type|=Description
1265 |calcTourPackageRequests|Array|An array of objects, each representing a tour package request.
1266 |refreshPrices|Boolean|If true, the prices for the tour package will be refreshed.
1267 |packageId|String|A unique identifier for the tour package.
1268 |flightPassengers|Array|An array of objects, each representing a flight passenger.
1269 |id|String|A unique identifier for each flight passenger.
1270 |selectedForwardBaggageCode|String|The selected baggage option for the forward journey. there is two optoions ""
1271 |selectedBackwardBaggageCode|String|The selected baggage option for the backward journey.
1272 |extraServicePriceCodes|Array|An array of extra service price codes. If empty, no extra services are selected.
1273 |includeInsurance|Boolean|If true, insurance will be included in the tour package.
1274 |calcOnlyHotelPackageRequests|Array|An array of objects, each representing a hotel-only package request. If empty, no hotel-only packages are requested.
1275 |calcOnlyAviaPackageRequests|Array|An array of objects, each representing an avia-only package request. If empty, no avia-only packages are requested.
Giorgi Mdivnishvili 1.2 1276
Giorgi Mdivnishvili 1.3 1277 === Response ===
Giorgi Mdivnishvili 1.2 1278
Giorgi Mdivnishvili 1.3 1279 (% class="table-bordered" %)
1280 |=Parameter|=Data Type|=Description
1281 |priceCurrency|String|The currency code (ISO 4217) for all prices mentioned in the response.
1282 |totalPrice|Number|The total price of the booking.
1283 |agentCommissionPercent|Number|The commission percentage for the agent.
1284 |agentCommissionAmount|Number|The total commission amount for the agent in priceCurrency.
1285 |requiredCitizenIdentifiers[*].countryCode|String|The ISO 3166-1 alpha-2 country code.
1286 |requiredCitizenIdentifiers[*].identifierType|String|The type of identifier required (e.g., "TIN", "FIN"). **TIN (Taxpayer Identification Number) & FIN (Financial Identification Number)**
1287 |hotels[*].hotelPriceId|String|Unique identifier for the hotel price.
1288 |hotels[*].touristIds[*]|String|List of tourist IDs that are booked in this hotel.
1289 |hotels[*].description|String|A brief description of the hotel.
1290 |tourists[*].id|String|Unique identifier for the tourist.
1291 |tourists[*].isAdult|Boolean|Indicates if the tourist is an adult.
1292 |tourists[*].flightIds[*]|String|Identifiers for flights associated with the tourist.
1293 |tourists[*].flights[*].flightId|String|Unique identifier for the flight.
1294 |tourists[*].flights[*].note|String|Additional information about the flight, such as baggage allowance.
1295 |tourists[*].insurancePrice.insuranceId|String|Unique identifier for the insurance product.
1296 |tourists[*].insurancePrice.insuranceServiceId|String|Identifier for the insurance service provider.
1297 |...|...|Additional fields for insurancePrice as detailed previously.
1298 |tourists[*].transfers[*].id|String|Unique identifier for the transfer service.
1299 |tourists[*].transfers[*].type|String|The type of transfer (e.g., "Arrival", "Departure").
1300 |tourists[*].transfers[*].flightId|String|Identifier of the flight associated with this transfer.
1301 |tourists[*].transfers[*].checkInHotelId|String|Hotel ID for check-in associated with this transfer (for arrival type).
1302 |tourists[*].transfers[*].checkOutHotelId|String|Hotel ID for check-out associated with this transfer (for departure type).
1303 |tourists[*].transfers[*].selectedTransferPriceId|String|The ID of the selected pricing option for the transfer.
1304 |tourists[*].transfers[*].transferPrices[*].id|String|Unique identifier for the transfer price option.
1305 |tourists[*].transfers[*].transferPrices[*].name|String|The name of the transfer service (e.g., "GROUP", "MINIVAN").
1306 |...|...|Additional fields for transferPrices as detailed previously.
1307 |visas[*].prid|String|Unique identifier for the visa option.
1308 |visas[*].prName|String|The name of the visa option.
1309 |visas[*].prValue|Number|The cost associated with this visa option.
1310 |visas[*].sortingOrder|Number|Used to sort visa options in the response or UI.
1311 |terminals[*].terminalCode|String|The code representing the terminal.
1312 |terminals[*].cityUID|String|Unique identifier for the city where the terminal is located.
1313 |...|...|Additional fields for terminals as detailed previously.
1314 |containsError|Boolean|Indicates if the response contains any errors.
1315 |refreshPriceResult|String|The result of attempting to refresh the price (e.g., "Success").
1316 |reservationId|String|Unique identifier for the reservation.
1317 |reservationDetailsUnavailable|Boolean|Indicates if the reservation details are currently unavailable.
1318 |error|Boolean|A generic error indicator, presumably redundant with containsError.
Giorgi Mdivnishvili 1.2 1319
Giorgi Mdivnishvili 1.5 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}}