Changes for page 5. ConfirmCheckout
Last modified by Giorgi Mdivnishvili on 2024/08/30 12:58
From version 12.1
edited by Giorgi Mdivnishvili
on 2024/08/30 12:58
on 2024/08/30 12:58
Change comment:
There is no comment for this version
To version 5.1
edited by Giorgi Mdivnishvili
on 2024/04/11 09:18
on 2024/04/11 09:18
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,16 +6,9 @@ 6 6 7 7 = Method Description = 8 8 9 +This method is used to calculate full package with hotels and flights, to recheck prices, availability, prices and cancelation policy before book. 9 9 10 -This API endpoint serves the purpose of registering a new reservation. 11 11 12 -Upon successfully processing the data retrieved from preceding methods, users can populate the designated parameters in their entirety and proceed to initiate a reservation request. 13 - 14 -{{warning}} 15 -Important message: Please ensure that when creating a test booking, you clearly enter the names and surnames of the tourists as 'Test/Test' in a way that they do not resemble real names and surnames. 16 -{{/warning}} 17 - 18 - 19 19 == Endpoint URL - [POST] == 20 20 21 21 {{info}} ... ... @@ -308,126 +308,353 @@ 308 308 "errorCode": "string", 309 309 "errorDescription": "string", 310 310 "userErrorDescription": "string", 311 - "priceCurrency": "string", 312 - "totalPrice": 0, 313 - "agentCommissionPercent": 0, 314 - "agentCommissionAmount": 0, 315 - "requiredCitizenIdentifiers": [ 316 - { 317 - "countryCode": "string", 318 - "identifierType": "TIN" 319 - } 320 - ], 321 - "hotels": [ 322 - { 304 + "package": { 305 + "cacheKey": "string", 306 + "id": "string", 307 + "priceCurrency": "string", 308 + "totalPrice": 0, 309 + "agentCommissionPercent": 0, 310 + "agentCommissionAmount": 0, 311 + "includedExtrasAmount": 0, 312 + "priceDifference": 0, 313 + "hotel": { 323 323 "hotelPriceId": "string", 324 - "touristIds": [ 325 - "3fa85f64-5717-4562-b3fc-2c963f66afa6" 315 + "providerId": 0, 316 + "hotelName": "string", 317 + "hotelCode": "string", 318 + "nigths": 0, 319 + "mealPlan": "string", 320 + "hotelClass": "string", 321 + "availabilityType": "OnRequest", 322 + "availableRoomsCount": 0, 323 + "fewRooms": true, 324 + "roomCategoryCode": "string", 325 + "roomCategoryName": "string", 326 + "placementTypeName": "string", 327 + "placementDescription": "string", 328 + "checkInDate": "2023-12-26T12:55:59.433Z", 329 + "checkOutDate": "2023-12-26T12:55:59.433Z", 330 + "adults": 0, 331 + "children": 0, 332 + "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 333 + "districtName": "string", 334 + "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 335 + "cityName": "string", 336 + "countryCode": "string", 337 + "countryName": "string", 338 + "hasAlcohol": true, 339 + "hasFreeWifi": true, 340 + "hasMetro": true, 341 + "hasPool": true, 342 + "hasMall": true, 343 + "cancellationPolicyDescription": "string", 344 + "cancellationPolicy": { 345 + "cancellationPolicyCode": "string", 346 + "noShowChargeValue": 0, 347 + "noShowChargeValueType": "string", 348 + "earlyDepartureChargeValue": 0, 349 + "earlyDepartureChargeValueType": "string", 350 + "conditions": [ 351 + { 352 + "timeunits": 0, 353 + "timeunitType": "string", 354 + "timeOffsetTypeName": "string", 355 + "chargeValue": 0, 356 + "chargeValueType": "string" 357 + } 358 + ] 359 + } 360 + }, 361 + "flight": { 362 + "id": "string", 363 + "departureDate": "2023-12-26T12:55:59.433Z", 364 + "returnDate": "2023-12-26T12:55:59.433Z", 365 + "departureTicketsLeft": 0, 366 + "returnTicketsLeft": 0, 367 + "departureAvailabilityType": "OnRequest", 368 + "returnAvailabilityType": "OnRequest", 369 + "isTwoWay": true, 370 + "sameBaggageForAll": true, 371 + "totalBaggage": true, 372 + "departureSegments": [ 373 + { 374 + "airlineCode": "string", 375 + "airlineName": "string", 376 + "flightCode": "string", 377 + "class": "string", 378 + "lugageWeight": 0, 379 + "handLugageWeight": 0, 380 + "departureFlightDate": "2023-12-26T12:55:59.433Z", 381 + "departureCountryName": "string", 382 + "departureCityName": "string", 383 + "departureAirportCode": "string", 384 + "departureAirportName": "string", 385 + "departureTerminalCode": "string", 386 + "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 387 + "arrivalCountryName": "string", 388 + "arrivalCityName": "string", 389 + "arrivalAirportCode": "string", 390 + "arrivalAirportName": "string", 391 + "arrivalTerminalCode": "string", 392 + "flightDuration": "string" 393 + } 326 326 ], 327 - "errorCode": "string", 328 - "errorMessage": "string", 329 - "description": "string" 330 - } 331 - ], 332 - "tourists": [ 333 - { 334 - "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 335 - "age": 0, 336 - "isAdult": true, 337 - "flightIds": [ 338 - "string" 339 - ], 340 - "flights": [ 395 + "returnSegments": [ 341 341 { 342 - "flightId": "string", 343 - "note": "string" 397 + "airlineCode": "string", 398 + "airlineName": "string", 399 + "flightCode": "string", 400 + "class": "string", 401 + "lugageWeight": 0, 402 + "handLugageWeight": 0, 403 + "departureFlightDate": "2023-12-26T12:55:59.433Z", 404 + "departureCountryName": "string", 405 + "departureCityName": "string", 406 + "departureAirportCode": "string", 407 + "departureAirportName": "string", 408 + "departureTerminalCode": "string", 409 + "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 410 + "arrivalCountryName": "string", 411 + "arrivalCityName": "string", 412 + "arrivalAirportCode": "string", 413 + "arrivalAirportName": "string", 414 + "arrivalTerminalCode": "string", 415 + "flightDuration": "string" 344 344 } 345 345 ], 346 - "arrivalFlightInfo": { 347 - "flightNumber": "string", 348 - "terminalCode": "string", 349 - "date": "2024-04-11T05:16:08.335Z", 350 - "time": "string" 418 + "passengers": [ 419 + { 420 + "id": "string", 421 + "isAdult": true, 422 + "selectedForwardBaggageCode": "string", 423 + "selectedBackwardBaggageCode": "string", 424 + "forwardBaggages": [ 425 + { 426 + "baggageCode": "string", 427 + "description": "string", 428 + "price": 0, 429 + "currency": "string", 430 + "included": true 431 + } 432 + ], 433 + "backwardBaggages": [ 434 + { 435 + "baggageCode": "string", 436 + "description": "string", 437 + "price": 0, 438 + "currency": "string", 439 + "included": true 440 + } 441 + ] 442 + } 443 + ] 444 + }, 445 + "extraServices": [ 446 + { 447 + "extraServiceCode": "string", 448 + "extraServiceTypeCode": "string", 449 + "isMandatory": 0, 450 + "extraServiceName": "string", 451 + "minimalServiceAmount": 0, 452 + "includedPriceCode": "string", 453 + "prices": [ 454 + { 455 + "extraServicePriceCode": "string", 456 + "displayName": "string", 457 + "restrictionInfo": "string", 458 + "additionalInfo": "string", 459 + "price": 0, 460 + "extraPrice": 0, 461 + "currency": "string" 462 + } 463 + ] 464 + } 465 + ], 466 + "insurancePrice": { 467 + "name": "string", 468 + "price": 0, 469 + "priceSurcarge": 0, 470 + "actualStartDate": "2023-12-26T12:55:59.433Z", 471 + "actualEndDate": "2023-12-26T12:55:59.433Z", 472 + "optional": true, 473 + "includedInPackagePrice": true 474 + } 475 + }, 476 + "altPackages": [ 477 + { 478 + "cacheKey": "string", 479 + "id": "string", 480 + "priceCurrency": "string", 481 + "totalPrice": 0, 482 + "agentCommissionPercent": 0, 483 + "agentCommissionAmount": 0, 484 + "includedExtrasAmount": 0, 485 + "priceDifference": 0, 486 + "hotel": { 487 + "hotelPriceId": "string", 488 + "providerId": 0, 489 + "hotelName": "string", 490 + "hotelCode": "string", 491 + "nigths": 0, 492 + "mealPlan": "string", 493 + "hotelClass": "string", 494 + "availabilityType": "OnRequest", 495 + "availableRoomsCount": 0, 496 + "fewRooms": true, 497 + "roomCategoryCode": "string", 498 + "roomCategoryName": "string", 499 + "placementTypeName": "string", 500 + "placementDescription": "string", 501 + "checkInDate": "2023-12-26T12:55:59.433Z", 502 + "checkOutDate": "2023-12-26T12:55:59.433Z", 503 + "adults": 0, 504 + "children": 0, 505 + "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 506 + "districtName": "string", 507 + "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 508 + "cityName": "string", 509 + "countryCode": "string", 510 + "countryName": "string", 511 + "hasAlcohol": true, 512 + "hasFreeWifi": true, 513 + "hasMetro": true, 514 + "hasPool": true, 515 + "hasMall": true, 516 + "cancellationPolicyDescription": "string", 517 + "cancellationPolicy": { 518 + "cancellationPolicyCode": "string", 519 + "noShowChargeValue": 0, 520 + "noShowChargeValueType": "string", 521 + "earlyDepartureChargeValue": 0, 522 + "earlyDepartureChargeValueType": "string", 523 + "conditions": [ 524 + { 525 + "timeunits": 0, 526 + "timeunitType": "string", 527 + "timeOffsetTypeName": "string", 528 + "chargeValue": 0, 529 + "chargeValueType": "string" 530 + } 531 + ] 532 + } 351 351 }, 352 - "departureFlightInfo": { 353 - "flightNumber": "string", 354 - "terminalCode": "string", 355 - "date": "2024-04-11T05:16:08.335Z", 356 - "time": "string" 534 + "flight": { 535 + "id": "string", 536 + "departureDate": "2023-12-26T12:55:59.433Z", 537 + "returnDate": "2023-12-26T12:55:59.433Z", 538 + "departureTicketsLeft": 0, 539 + "returnTicketsLeft": 0, 540 + "departureAvailabilityType": "OnRequest", 541 + "returnAvailabilityType": "OnRequest", 542 + "isTwoWay": true, 543 + "sameBaggageForAll": true, 544 + "totalBaggage": true, 545 + "departureSegments": [ 546 + { 547 + "airlineCode": "string", 548 + "airlineName": "string", 549 + "flightCode": "string", 550 + "class": "string", 551 + "lugageWeight": 0, 552 + "handLugageWeight": 0, 553 + "departureFlightDate": "2023-12-26T12:55:59.433Z", 554 + "departureCountryName": "string", 555 + "departureCityName": "string", 556 + "departureAirportCode": "string", 557 + "departureAirportName": "string", 558 + "departureTerminalCode": "string", 559 + "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 560 + "arrivalCountryName": "string", 561 + "arrivalCityName": "string", 562 + "arrivalAirportCode": "string", 563 + "arrivalAirportName": "string", 564 + "arrivalTerminalCode": "string", 565 + "flightDuration": "string" 566 + } 567 + ], 568 + "returnSegments": [ 569 + { 570 + "airlineCode": "string", 571 + "airlineName": "string", 572 + "flightCode": "string", 573 + "class": "string", 574 + "lugageWeight": 0, 575 + "handLugageWeight": 0, 576 + "departureFlightDate": "2023-12-26T12:55:59.433Z", 577 + "departureCountryName": "string", 578 + "departureCityName": "string", 579 + "departureAirportCode": "string", 580 + "departureAirportName": "string", 581 + "departureTerminalCode": "string", 582 + "arrivalFlightDate": "2023-12-26T12:55:59.433Z", 583 + "arrivalCountryName": "string", 584 + "arrivalCityName": "string", 585 + "arrivalAirportCode": "string", 586 + "arrivalAirportName": "string", 587 + "arrivalTerminalCode": "string", 588 + "flightDuration": "string" 589 + } 590 + ], 591 + "passengers": [ 592 + { 593 + "id": "string", 594 + "isAdult": true, 595 + "selectedForwardBaggageCode": "string", 596 + "selectedBackwardBaggageCode": "string", 597 + "forwardBaggages": [ 598 + { 599 + "baggageCode": "string", 600 + "description": "string", 601 + "price": 0, 602 + "currency": "string", 603 + "included": true 604 + } 605 + ], 606 + "backwardBaggages": [ 607 + { 608 + "baggageCode": "string", 609 + "description": "string", 610 + "price": 0, 611 + "currency": "string", 612 + "included": true 613 + } 614 + ] 615 + } 616 + ] 357 357 }, 358 - "insurancePrice": { 359 - "insuranceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 360 - "insuranceServiceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 361 - "insurancePriceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 362 - "touristId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 363 - "insuranceName": "string", 364 - "insuranceDescription": "string", 365 - "contragentName": "string", 366 - "contragentFullName": "string", 367 - "actualStartDate": "2024-04-11T05:16:08.335Z", 368 - "actualEndDate": "2024-04-11T05:16:08.335Z", 369 - "costCurrencyCode": "string", 370 - "costAmount": 0, 371 - "priceCurrencyCode": "string", 372 - "priceAmount": 0, 373 - "coverageCurrencyCode": "string", 374 - "coverageAmount": 0 375 - }, 376 - "selectedVisaId": "string", 377 - "transfers": [ 618 + "extraServices": [ 378 378 { 379 - "id": "string", 380 - "type": "Arrival", 381 - "flightId": "string", 382 - "flightInfo": { 383 - "flightNumber": "string", 384 - "terminalCode": "string", 385 - "date": "2024-04-11T05:16:08.335Z", 386 - "time": "string" 387 - }, 388 - "checkInHotelId": "string", 389 - "checkOutHotelId": "string", 390 - "selectedTransferPriceId": "string", 391 - "transferPrices": [ 620 + "extraServiceCode": "string", 621 + "extraServiceTypeCode": "string", 622 + "isMandatory": 0, 623 + "extraServiceName": "string", 624 + "minimalServiceAmount": 0, 625 + "includedPriceCode": "string", 626 + "prices": [ 392 392 { 393 - "id": "string", 394 - " name": "string",395 - " adultPlaces":0,396 - " childPlaces":0,397 - "p erPersonPrice":true,398 - " adultPrice": 0,399 - "c hildPrice":0628 + "extraServicePriceCode": "string", 629 + "displayName": "string", 630 + "restrictionInfo": "string", 631 + "additionalInfo": "string", 632 + "price": 0, 633 + "extraPrice": 0, 634 + "currency": "string" 400 400 } 401 401 ] 402 402 } 403 403 ], 404 - "errorCode": "string", 405 - "errorMessage": "string", 406 - "description": "string" 639 + "insurancePrice": { 640 + "name": "string", 641 + "price": 0, 642 + "priceSurcarge": 0, 643 + "actualStartDate": "2023-12-26T12:55:59.433Z", 644 + "actualEndDate": "2023-12-26T12:55:59.433Z", 645 + "optional": true, 646 + "includedInPackagePrice": true 647 + } 407 407 } 408 408 ], 409 - "visas": [ 410 - { 411 - "prid": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 412 - "prName": "string", 413 - "prValue": 0, 414 - "sortingOrder": 0 415 - } 416 - ], 417 - "terminals": [ 418 - { 419 - "terminalCode": "string", 420 - "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 421 - "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 422 - "terminalName": "string", 423 - "countryCode": "string", 424 - "note": "string" 425 - } 426 - ], 427 - "containsError": true, 428 - "refreshPriceResult": "Success", 429 - "reservationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 430 - "reservationDetailsUnavailable": true 650 + "refreshPriceResult": "Success" 431 431 } 432 432 {{/code}} 433 433 ... ... @@ -997,7 +997,7 @@ 997 997 === Schema === 998 998 999 999 {{success}} 1000 -C heckoutFormOut{1220 +CalcOnlyHotelPackageResponse{ 1001 1001 1002 1002 |error|boolean 1003 1003 |errorCode|string ... ... @@ -1006,287 +1006,128 @@ 1006 1006 nullable: true 1007 1007 |userErrorDescription|string 1008 1008 nullable: true 1229 +|package|OnlyHotelPackage{((( 1230 +|id|string 1231 +nullable: true 1009 1009 |priceCurrency|string 1010 1010 nullable: true 1011 1011 |totalPrice|number($double) 1012 1012 |agentCommissionPercent|number($double) 1013 1013 |agentCommissionAmount|number($double) 1014 -|requiredCitizenIdentifiers|[ 1015 -nullable: trueCitizenIdentifier{((( 1016 -|countryCode|string 1017 -nullable: true 1018 -|identifierType|IdentifierTypeEnumstringEnum: 1019 -[ TIN, FIN ] 1020 - 1021 -}] 1022 -))) 1023 -|hotels|[ 1024 -nullable: trueCheckoutHotelOut{((( 1237 +|hotel|PackageHotel{((( 1025 1025 |hotelPriceId|string 1026 1026 nullable: true 1027 -|touristIds|[ 1028 -nullable: truestring($uuid)] 1029 -|errorCode|string 1240 +|providerId|integer($int32) 1241 +|hotelName|string 1030 1030 nullable: true 1031 -|e rrorMessage|string1243 +|hotelCode|string 1032 1032 nullable: true 1033 -|description|string 1245 +|nigths|integer($int32) 1246 +|mealPlan|string 1034 1034 nullable: true 1035 - 1036 -}] 1037 -))) 1038 -|tourists|[ 1039 -nullable: trueCheckoutTouristOut{((( 1040 -|id|string($uuid) 1041 -|age|integer($int32) 1248 +|hotelClass|string 1042 1042 nullable: true 1043 -|isAdult|boolean 1044 -|flightIds|[ 1045 -nullable: truestring] 1046 -|flights|[ 1047 -nullable: trueCheckoutFlightOut{((( 1048 -|flightId|string 1250 +|availabilityType|RoomAvailabilityTypeEnumstringEnum: 1251 +[ OnRequest, FreeSale, StopSale ] 1252 +|availableRoomsCount|integer($int32) 1253 +|fewRooms|boolean 1254 +|roomCategoryCode|string 1049 1049 nullable: true 1050 -| note|string1256 +|roomCategoryName|string 1051 1051 nullable: true 1052 - 1053 -}] 1054 -))) 1055 -|arrivalFlightInfo|ManualFlightInfo{((( 1056 -|flightNumber|string 1258 +|placementTypeName|string 1057 1057 nullable: true 1058 -|ter minalCode|string1260 +|placementDescription|string 1059 1059 nullable: true 1060 -|date|string($date-time) 1262 +|checkInDate|string($date-time) 1263 +|checkOutDate|string($date-time) 1264 +|adults|integer($int32) 1265 +|children|integer($int32) 1266 +|districtUID|string($uuid) 1061 1061 nullable: true 1062 -|time|string 1268 +|districtName|string 1063 1063 nullable: true 1064 - 1065 -} 1066 -))) 1067 -|departureFlightInfo|ManualFlightInfo{((( 1068 -|flightNumber|string 1270 +|cityUID|string($uuid) 1069 1069 nullable: true 1070 -| terminalCode|string1272 +|cityName|string 1071 1071 nullable: true 1072 -| date|string($date-time)1274 +|countryCode|string 1073 1073 nullable: true 1074 -|t ime|string1276 +|countryName|string 1075 1075 nullable: true 1076 - 1077 -} 1078 -))) 1079 -|insurancePrice|InsurancePriceForTourist{((( 1080 -|insuranceId|string($uuid) 1081 -|insuranceServiceId|string($uuid) 1082 -|insurancePriceId|string($uuid) 1083 -|touristId|string($uuid) 1084 -|insuranceName|string 1278 +|hasAlcohol|boolean 1279 +|hasFreeWifi|boolean 1280 +|hasMetro|boolean 1281 +|hasPool|boolean 1282 +|hasMall|boolean 1283 +|cancellationPolicyDescription|string 1085 1085 nullable: true 1086 -|insuranceDescription|string 1285 +|cancellationPolicy|CancellationPolicyExchange{((( 1286 +|cancellationPolicyCode|string 1087 1087 nullable: true 1088 -| contragentName|string1288 +|noShowChargeValue|number($double) 1089 1089 nullable: true 1090 -| contragentFullName|string1290 +|noShowChargeValueType|string 1091 1091 nullable: true 1092 -|actualStartDate|string($date-time) 1093 -|actualEndDate|string($date-time) 1094 -|costCurrencyCode|string 1292 +|earlyDepartureChargeValue|number($double) 1095 1095 nullable: true 1096 -|costAmount|number($double) 1097 -|priceCurrencyCode|string 1294 +|earlyDepartureChargeValueType|string 1098 1098 nullable: true 1099 -|priceAmount|number($double) 1100 -|coverageCurrencyCode|string 1296 +|conditions|[ 1297 +nullable: trueCancellationPolicyConditionExchange{((( 1298 +|timeunits|integer($int32) 1299 +|timeunitType|string 1101 1101 nullable: true 1102 -|coverageAmount|number($double) 1103 - 1104 -} 1105 -))) 1106 -|selectedVisaId|string 1301 +|timeOffsetTypeName|string 1107 1107 nullable: true 1108 -|transfers|[ 1109 -nullable: trueCheckoutTransferOut{((( 1110 -|id|string 1303 +|chargeValue|number($double) 1111 1111 nullable: true 1112 -|type|CheckoutTransferTypeEnumstringEnum: 1113 -[ Arrival, Departure, HotelToHotel ] 1114 -|flightId|string 1305 +|chargeValueType|string 1115 1115 nullable: true 1116 -|flightInfo|ManualFlightInfo{((( 1117 -|flightNumber|string 1118 -nullable: true 1119 -|terminalCode|string 1120 -nullable: true 1121 -|date|string($date-time) 1122 -nullable: true 1123 -|time|string 1124 -nullable: true 1125 1125 1308 +}] 1309 +))) 1310 + 1126 1126 } 1127 1127 ))) 1128 -|checkInHotelId|string 1313 + 1314 +} 1315 +))) 1316 +|extraServices|[ 1317 +nullable: trueHotelExtraServiceBase{((( 1318 +|extraServiceCode|string 1129 1129 nullable: true 1130 -| checkOutHotelId|string1320 +|extraServiceTypeCode|string 1131 1131 nullable: true 1132 -|selectedTransferPriceId|string 1322 +|isMandatory|integer($int32) 1323 +|extraServiceName|string 1133 1133 nullable: true 1134 -|transferPrices|[ 1135 -nullable: trueCheckoutTransferPrice{((( 1136 -|id|string 1325 +|minimalServiceAmount|number($double) 1326 +|includedPriceCode|string 1137 1137 nullable: true 1138 -|name|string 1328 +|prices|[ 1329 +nullable: trueHotelExtraServicePriceBase{((( 1330 +|extraServicePriceCode|string 1139 1139 nullable: true 1140 -|adultPlaces|integer($int32) 1141 -|childPlaces|integer($int32) 1142 -|perPersonPrice|boolean 1143 -|adultPrice|number($double) 1144 -|childPrice|number($double) 1145 - 1146 -}] 1147 -))) 1148 - 1149 -}] 1150 -))) 1151 -|errorCode|string 1332 +|displayName|string 1152 1152 nullable: true 1153 -| errorMessage|string1334 +|restrictionInfo|string 1154 1154 nullable: true 1155 -|d escription|string1336 +|additionalInfo|string 1156 1156 nullable: true 1338 +|price|number($double) 1339 +|extraPrice|number($double) 1340 +|currency|string 1341 +nullable: true 1157 1157 1158 1158 }] 1159 1159 ))) 1160 -|visas|[ 1161 -nullable: trueServicePrice{((( 1162 -|prid|string($uuid) 1163 -|prName|string 1164 -nullable: true 1165 -|prValue|number($double) 1166 -|sortingOrder|integer($int32) 1167 1167 1168 1168 }] 1169 1169 ))) 1170 -|terminals|[ 1171 -nullable: trueTerminal{((( 1172 -|terminalCode|string 1173 -nullable: true 1174 -|cityUID|string($uuid) 1175 -nullable: true 1176 -|districtUID|string($uuid) 1177 -nullable: true 1178 -|terminalName|string 1179 -nullable: true 1180 -|countryCode|string 1181 -nullable: true 1182 -|note|string 1183 -nullable: true 1184 1184 1185 -} ]1349 +} 1186 1186 ))) 1187 -|containsError|boolean 1188 -|refreshPriceResult|RefreshPriceResultEnumstringEnum: 1189 -[ Success, HotelPriceNoMoreAvailable, FlightPriceNoMoreAvailable ] 1190 -|reservationId|string($uuid) 1191 -|reservationDetailsUnavailable|boolean 1192 1192 1193 1193 } 1194 1194 {{/success}} 1195 - 1196 - 1197 - 1198 -== Description == 1199 - 1200 - 1201 -=== Request === 1202 - 1203 -(% class="table-bordered" %) 1204 -|=Field Path|=Data Type|=Description 1205 -|calcTourPackageRequests[*].refreshPrices|Boolean|Indicates whether to refresh the prices for the tour package. 1206 -|calcTourPackageRequests[*].packageId|String|Unique identifier for the tour package. 1207 -|calcTourPackageRequests[*].flightPassengers[*].id|String|Unique identifier for a flight passenger within the package. 1208 -|calcTourPackageRequests[*].flightPassengers[*].selectedForwardBaggageCode|String|Code indicating the baggage option selected for the forward journey. 1209 -|calcTourPackageRequests[*].flightPassengers[*].selectedBackwardBaggageCode|String|Code indicating the baggage option selected for the return journey. 1210 -|calcTourPackageRequests[*].extraServicePriceCodes|Array|An array of codes for extra services priced within the package. 1211 -|calcTourPackageRequests[*].includeInsurance|Boolean|Indicates if insurance is included in the tour package. 1212 -|calcOnlyHotelPackageRequests|Array|Details about hotel-only package requests, if applicable. 1213 -|calcOnlyAviaPackageRequests|Array|Details about avia-only package requests, if applicable. 1214 -|hotels[*].note|String|Additional notes regarding the hotel booking. 1215 -|hotels[*].agentConfirmationNumber|String|Confirmation number provided by the agent for the hotel booking. 1216 -|hotels[*].hotelPriceId|String|Unique identifier for the hotel price. 1217 -|hotels[*].touristIds[*]|String|List of IDs for tourists staying at the hotel. 1218 -|tourists[*].id|String|Unique identifier for the tourist. 1219 -|tourists[*].isMale|Boolean|Indicates if the tourist is male. 1220 -|tourists[*].firstName|String|First name of the tourist. 1221 -|tourists[*].lastName|String|Last name of the tourist. 1222 -|tourists[*].birthDate|String|Birth date of the tourist. 1223 -|tourists[*].citizenship|String|Citizenship of the tourist. 1224 -|tourists[*].passportNumber|String|Passport number of the tourist. 1225 -|tourists[*].passportIssue|String|Issue date of the tourist's passport. 1226 -|tourists[*].passportExpiry|String|Expiry date of the tourist's passport. 1227 -|tourists[*].tin|String|Tax identification number of the tourist, if applicable. 1228 -|tourists[*].selectedVisaId|String|ID of the selected visa option for the tourist. 1229 -|tourists[*].flights[*].flightId|String|Identifier for flights associated with the tourist. 1230 -|tourists[*].flights[*].note|String|Additional notes or details about the flight. 1231 -|tourists[*].flightIds[*]|String|Array of flight IDs associated with the tourist. 1232 -|tourists[*].insurancePrice.insuranceId|String|Identifier for the insurance plan selected for the tourist. 1233 -|...|...|Additional fields for insurancePrice as detailed in previous responses. 1234 -|tourists[*].departureFlightInfo.date|String|Departure date for the tourist's flight, if applicable. 1235 -|tourists[*].departureFlightInfo.time|String|Departure time for the tourist's flight, if applicable. 1236 -|tourists[*].departureFlightInfo.flightNumber|String|Flight number for the tourist's departure flight, if applicable. 1237 -|tourists[*].departureFlightInfo.terminalCode|String|Terminal code for the tourist's departure flight, if applicable. 1238 -|tourists[*].arrivalFlightInfo.date|String|Arrival date for the tourist's flight, if applicable. 1239 -|tourists[*].arrivalFlightInfo.time|String|Arrival time for the tourist's flight, if applicable. 1240 -|tourists[*].arrivalFlightInfo.flightNumber|String|Flight number for the tourist's arrival flight, if applicable. 1241 -|tourists[*].arrivalFlightInfo.terminalCode|String|Terminal code for the tourist's arrival flight, if applicable. 1242 -|tourists[*].transfers[*].id|String|Unique identifier for a transfer service associated with the tourist. 1243 -|tourists[*].transfers[*].selectedTransferPriceId|String|ID of the selected pricing option for the transfer. 1244 -|note|String|General note regarding the reservation, intended for testing or additional information. 1245 -|contactPhone|String|Contact phone number associated with the reservation. 1246 -|reservationId|String|Unique identifier for the entire reservation. 1247 - 1248 -=== Response === 1249 - 1250 -(% class="table-bordered" %) 1251 -|=Field Path|=Data Type|=Description 1252 -|priceCurrency|String|Currency code (ISO 4217) for all transactional amounts mentioned in the response. 1253 -|totalPrice|Number|Total price of the reservation. 1254 -|agentCommissionPercent|Number|The percentage of the total price allocated as commission for the agent. 1255 -|agentCommissionAmount|Number|The total commission amount in priceCurrency. 1256 -|requiredCitizenIdentifiers[*].countryCode|String|The ISO 3166-1 alpha-2 country code for which an identifier is required. 1257 -|requiredCitizenIdentifiers[*].identifierType|String|Type of identifier required (e.g., "TIN", "FIN"). 1258 -|hotels[*].hotelPriceId|String|Unique identifier for the hotel price. 1259 -|hotels[*].touristIds[*]|Array|List of tourist IDs that are booked in this hotel. 1260 -|hotels[*].description|String|Description of the hotel booking. 1261 -|tourists[*].id|String|Unique identifier for a tourist. 1262 -|tourists[*].age|Number|Age of the tourist. 1263 -|tourists[*].isAdult|Boolean|Indicates whether the tourist is an adult. 1264 -|tourists[*].flightIds[*]|Array|List of flight IDs associated with the tourist. 1265 -|tourists[*].flights[*].flightId|String|Unique identifier for the flight. 1266 -|tourists[*].flights[*].note|String|Notes or additional information about the flight. 1267 -|tourists[*].insurancePrice.*|Various|Detailed information about the insurance price, including ID, name, coverage, and cost details. 1268 -|tourists[*].selectedVisaId|String|Identifier for the selected visa option for the tourist. 1269 -|tourists[*].transfers[*].id|String|Unique identifier for the transfer. 1270 -|tourists[*].transfers[*].type|String|Type of transfer (e.g., "Arrival", "Departure"). 1271 -|tourists[*].transfers[*].flightId|String|The flight ID associated with the transfer. 1272 -|tourists[*].transfers[*].checkInHotelId|String|Hotel ID for check-in associated with the transfer. 1273 -|tourists[*].transfers[*].checkOutHotelId|String|Hotel ID for check-out associated with the transfer. 1274 -|tourists[*].transfers[*].selectedTransferPriceId|String|The ID of the selected pricing option for the transfer. 1275 -|tourists[*].transfers[*].transferPrices[*].*|Various|Detailed information about each transfer price option, including ID, name, and cost details. 1276 -|visas[*].prid|String|Unique identifier for a visa option. 1277 -|visas[*].prName|String|Name of the visa option. 1278 -|visas[*].prValue|Number|The cost associated with this visa option. 1279 -|visas[*].sortingOrder|Number|Sorting order for the visa options. 1280 -|terminals[*].terminalCode|String|Code representing the terminal. 1281 -|terminals[*].cityUID|String|Unique identifier for the city where the terminal is located. 1282 -|terminals[*].districtUID|String|Unique identifier for the district of the terminal. 1283 -|terminals[*].terminalName|String|Name of the terminal. 1284 -|terminals[*].countryCode|String|The ISO 3166-1 alpha-2 country code for the terminal's country. 1285 -|terminals[*].note|String|Additional notes or information about the terminal. 1286 -|containsError|Boolean|Indicates if the response contains any errors. 1287 -|refreshPriceResult|String|The result of attempting to refresh the price (e.g., "Success"). 1288 -|reservationId|String|Unique identifier for the reservation. 1289 -|reservationDetailsUnavailable|Boolean|Indicates if the reservation details are currently unavailable. 1290 -|error|Boolean|A generic error indicator, presumably redundant with containsError. 1291 - 1292 -