Changes for page 6.Schemas General

Last modified by Giorgi Mdivnishvili on 2023/12/19 18:03

From version 6.1
edited by Giorgi Mdivnishvili
on 2023/12/15 14:09
Change comment: There is no comment for this version
To version 7.1
edited by Giorgi Mdivnishvili
on 2023/12/15 14:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -675,4 +675,282 @@
675 675  }
676 676  {{/info}}
677 677  
678 +
679 += CancellationPolicyConditionExchange =
680 +
681 +{{info}}
682 +{
683 +
684 +|timeunits|integer($int32)
685 +|timeunitType|string
686 +nullable: true
687 +|timeOffsetTypeName|string
688 +nullable: true
689 +|chargeValue|number($double)
690 +nullable: true
691 +|chargeValueType|string
692 +nullable: true
693 +
694 +}
695 +{{/info}}
696 +
697 +
698 += CancellationPolicyExchange =
699 +
700 +{{info}}
701 +{
702 +
703 +|cancellationPolicyCode|string
704 +nullable: true
705 +|noShowChargeValue|number($double)
706 +nullable: true
707 +|noShowChargeValueType|string
708 +nullable: true
709 +|earlyDepartureChargeValue|number($double)
710 +nullable: true
711 +|earlyDepartureChargeValueType|string
712 +nullable: true
713 +|conditions|[
714 +nullable: trueCancellationPolicyConditionExchange{(((
715 +|timeunits|integer($int32)
716 +|timeunitType|string
717 +nullable: true
718 +|timeOffsetTypeName|string
719 +nullable: true
720 +|chargeValue|number($double)
721 +nullable: true
722 +|chargeValueType|string
723 +nullable: true
724 +
725 +}]
726 +)))
727 +
728 +}
729 +{{/info}}
730 +
731 +
732 += City =
733 +
734 +{{info}}
735 +{
736 +
737 +|cityUID|string($uuid)
738 +|cityName|string
739 +nullable: true
740 +|state|string
741 +nullable: true
742 +|note|string
743 +nullable: true
744 +|countryCode|string
745 +nullable: true
746 +|iataCode|string
747 +nullable: true
748 +|timeZoneOffset|integer($int32)
749 +nullable: true
750 +
751 +}
752 +{{/info}}
753 +
754 +
755 += CitySelectorOption =
756 +
757 +{{info}}
758 +{
759 +
760 +|value|string
761 +nullable: true
762 +|text|string
763 +nullable: true
764 +|countryCode|string
765 +nullable: true
766 +
767 +}
768 +{{/info}}
769 +
770 +
771 += Country =
772 +
773 +{{info}}
774 +{
775 +
776 +|countryCode|string
777 +nullable: true
778 +readOnly: true
779 +|countryName|string
780 +nullable: true
781 +|note|string
782 +nullable: true
783 +|phoneCode|string
784 +nullable: true
785 +|isO2|string
786 +nullable: true
787 +|isO3|string
788 +nullable: true
789 +|status|integer($int32)
790 +|sortingOrder|integer($int32)
791 +|sellCurrency|string
792 +nullable: true
793 +
794 +}
795 +{{/info}}
796 +
797 +
798 += Currency =
799 +
800 +{{info}}
801 +{
802 +
803 +|code|string
804 +nullable: true
805 +|symbol|string
806 +nullable: true
807 +
808 +}
809 +{{/info}}
810 +
811 +
812 += District =
813 +
814 +{{info}}
815 +{
816 +
817 +|districtUID|string($uuid)
818 +|districtName|string
819 +nullable: true
820 +|note|string
821 +nullable: true
822 +|cityUID|string($uuid)
823 +|countryCode|string
824 +nullable: true
825 +
826 +}
827 +{{/info}}
828 +
829 +
830 += Hotel =
831 +
832 +{{info}}
833 +{
834 +
835 +|hotelCode|string
836 +nullable: true
837 +|hotelName|string
838 +nullable: true
839 +|hotelClass|string
840 +nullable: true
841 +|cityUID|string($uuid)
842 +nullable: true
843 +|countryCode|string
844 +nullable: true
845 +|countryName|string
846 +nullable: true
847 +|districtUID|string($uuid)
848 +nullable: true
849 +|cityName|string
850 +nullable: true
851 +|districtName|string
852 +nullable: true
853 +|hotelType|HotelTypeEnumstringEnum:
854 +[ CityHotel, BeachHotel, SecondLineBeach ]
855 +|latitude|string
856 +nullable: true
857 +|longitude|string
858 +nullable: true
859 +|hasAlcohol|boolean
860 +|hasFreeWifi|boolean
861 +|hasMetro|boolean
862 +|hasPool|boolean
863 +|hasMall|boolean
864 +
865 +}
866 +{{/info}}
867 +
868 +
869 += HotelExtraServiceBase =
870 +
871 +{{info}}
872 +{
873 +
874 +|extraServiceCode|string
875 +nullable: true
876 +|extraServiceTypeCode|string
877 +nullable: true
878 +|isMandatory|integer($int32)
879 +|extraServiceName|string
880 +nullable: true
881 +|minimalServiceAmount|number($double)
882 +|includedPriceCode|string
883 +nullable: true
884 +|prices|[
885 +nullable: trueHotelExtraServicePriceBase{(((
886 +|extraServicePriceCode|string
887 +nullable: true
888 +|displayName|string
889 +nullable: true
890 +|restrictionInfo|string
891 +nullable: true
892 +|additionalInfo|string
893 +nullable: true
894 +|price|number($double)
895 +|extraPrice|number($double)
896 +|currency|string
897 +nullable: true
898 +
899 +}]
900 +)))
901 +
902 +}
903 +{{/info}}
904 +
905 +
906 += HotelExtraServicePriceBase =
907 +
908 +{{info}}
909 +{
910 +
911 +|extraServicePriceCode|string
912 +nullable: true
913 +|displayName|string
914 +nullable: true
915 +|restrictionInfo|string
916 +nullable: true
917 +|additionalInfo|string
918 +nullable: true
919 +|price|number($double)
920 +|extraPrice|number($double)
921 +|currency|string
922 +nullable: true
923 +
924 +}
925 +{{/info}}
926 +
927 +
928 += HotelServiceEnum =
929 +
930 +{{info}}
931 +stringEnum:
932 +[ HasAlcohol, HasFreeWifi, HasMetro, HasPool, HasMall ]Type your information message here.
933 +{{/info}}
934 +
935 +
936 += HotelType =
937 +
938 +{{info}}
939 +{
940 +
941 +|categoryId|integer($int32)
942 +|displayName|string
943 +nullable: true
944 +
945 +}
946 +{{/info}}
947 +
948 +
949 += HotelTypeEnum =
950 +
951 +{{info}}
952 +stringEnum:
953 +[ CityHotel, BeachHotel, SecondLineBeach ]
954 +{{/info}}
955 +
678 678