Changes for page 4. CalcCheckout

Last modified by Giorgi Mdivnishvili on 2024/04/11 16:59

From version 9.1
edited by Giorgi Mdivnishvili
on 2024/04/11 13:22
Change comment: There is no comment for this version
To version 10.1
edited by Giorgi Mdivnishvili
on 2024/04/11 16:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -639,6 +639,8 @@
639 639  === Schema ===
640 640  
641 641  {{success}}
642 +CheckoutFormOut{
643 +
642 642  |error|boolean
643 643  |errorCode|string
644 644  nullable: true
... ... @@ -653,7 +653,8 @@
653 653  |agentCommissionAmount|number($double)
654 654  |requiredCitizenIdentifiers|[
655 655  nullable: trueCitizenIdentifier{(((
656 -|countryCode|[...]
658 +|countryCode|string
659 +nullable: true
657 657  |identifierType|IdentifierTypeEnumstringEnum:
658 658  [ TIN, FIN ]
659 659  
... ... @@ -675,117 +675,7 @@
675 675  }]
676 676  )))
677 677  |tourists|[
678 -nullable: trueCheckoutTouristOut{(((
679 -|id|[...]
680 -|age|[...]
681 -|isAdult|[...]
682 -|flightIds|[...]
683 -|flights|[...]
684 -|arrivalFlightInfo|ManualFlightInfo{(((
685 -|flightNumber|string
686 -nullable: true
687 -|terminalCode|string
688 -nullable: true
689 -|date|string($date-time)
690 -nullable: true
691 -|time|string
692 -nullable: true
693 -
694 -}
695 -)))
696 -|departureFlightInfo|ManualFlightInfo{(((
697 -|flightNumber|string
698 -nullable: true
699 -|terminalCode|string
700 -nullable: true
701 -|date|string($date-time)
702 -nullable: true
703 -|time|string
704 -nullable: true
705 -
706 -}
707 -)))
708 -|insurancePrice|InsurancePriceForTourist{(((
709 -|insuranceId|string($uuid)
710 -|insuranceServiceId|string($uuid)
711 -|insurancePriceId|string($uuid)
712 -|touristId|string($uuid)
713 -|insuranceName|string
714 -nullable: true
715 -|insuranceDescription|string
716 -nullable: true
717 -|contragentName|string
718 -nullable: true
719 -|contragentFullName|string
720 -nullable: true
721 -|actualStartDate|string($date-time)
722 -|actualEndDate|string($date-time)
723 -|costCurrencyCode|string
724 -nullable: true
725 -|costAmount|number($double)
726 -|priceCurrencyCode|string
727 -nullable: true
728 -|priceAmount|number($double)
729 -|coverageCurrencyCode|string
730 -nullable: true
731 -|coverageAmount|number($double)
732 -
733 -}
734 -)))
735 -|selectedVisaId|string
736 -nullable: true
737 -|transfers|[
738 -nullable: trueCheckoutTransferOut{(((
739 -|id|string
740 -nullable: true
741 -|type|CheckoutTransferTypeEnumstringEnum:
742 -[ Arrival, Departure, HotelToHotel ]
743 -|flightId|string
744 -nullable: true
745 -|flightInfo|ManualFlightInfo{(((
746 -|flightNumber|string
747 -nullable: true
748 -|terminalCode|string
749 -nullable: true
750 -|date|string($date-time)
751 -nullable: true
752 -|time|string
753 -nullable: true
754 -
755 -}
756 -)))
757 -|checkInHotelId|string
758 -nullable: true
759 -|checkOutHotelId|string
760 -nullable: true
761 -|selectedTransferPriceId|string
762 -nullable: true
763 -|transferPrices|[
764 -nullable: trueCheckoutTransferPrice{(((
765 -|id|string
766 -nullable: true
767 -|name|string
768 -nullable: true
769 -|adultPlaces|integer($int32)
770 -|childPlaces|integer($int32)
771 -|perPersonPrice|boolean
772 -|adultPrice|number($double)
773 -|childPrice|number($double)
774 -
775 -}]
776 -)))
777 -
778 -}]
779 -)))
780 -|errorCode|string
781 -nullable: true
782 -|errorMessage|string
783 -nullable: true
784 -|description|string
785 -nullable: true
786 -
787 -}]
788 -)))
681 +nullable: trueCheckoutTouristOut{...}]
789 789  |visas|[
790 790  nullable: trueServicePrice{(((
791 791  |prid|string($uuid)