1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <air:AirFareRulesReq TargetBranch="P*******" xmlns:air="http://www.travelport.com/schema/air_v50_0" xmlns:com="http://www.travelport.com/schema/common_v50_0"> <com:BillingPointOfSaleInfo OriginApplication="UAPI"/> <air:FareRuleKey FareInfoRef="kcab1CnB0BKAj/IvOKAAAA==" ProviderCode="1G">gws-eJxNTssKg0AM/BiZe5Jltd52cZWKkoJtD/bQ//+MJrstNJDMJJNXSklIiAJz+rcO7+72gj4nQCHmec8IMow92LITRHTBfTvg80zcW1Wr0pBrT5EyGmCJCzXJDWeN66SmtaW2juFX4dQm8CPz1ajm8tiO6EfNJcSvSAPszQ/vMyqw</air:FareRuleKey> <!-- Category 코드 나열 --> <air:FareRulesFilterCategory> <air:CategoryCode>ADV</air:CategoryCode> <air:CategoryCode>STP</air:CategoryCode> <air:CategoryCode>CHG</air:CategoryCode> </air:FareRulesFilterCategory> </air:AirFareRulesReq> </soap:Body> </soap:Envelope> |
룰 종류 :
ADV, MIN, MAX, OTH, APP, WHO, DAY, SEA, FLT, STP, TRF, CMB, BLA, SUR, ACC, TVL, TKT, HIP, END, CHD, TUC, AGT, DSC, MIS, FBR, GRP, TUR, VAC, DEP, VOL, IVE, VOR, IVR, NET
1G 규정은 주로 : VOR
- MIN – returns minimum stay fare rules (Cat 6 information)
- MAX – returns maximum stay fare rules (Cat 7 information)
- ADV – returns advanced purchase fare rules (Cat 5 information)
- CHG – returns penalty fare rules (Cat 16 information)
- OTH – returns other fare rules
-
Day and/or time restrictions
-
Seasonality
-
Blackout dates
-
Stopovers
-
Flight restrictions
-
Combinations
-
Advanced reservation/ticketing requirements
-
Surcharges
-
Minimum and maximum stay requirements
-
Travel restrictions
-
Ticket restrictions
-
Accompanied travel restrictions
-
Cancellation or change penalties
-
참조 : https://support.travelport.com/webhelp/uapi/Content/Air/Low_Fare_Shopping/FareRulesFilter.htm
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 |
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <air:AirFareRulesRsp TransactionId="C90E85E40A074258F99F7E7C5EAA7379" ResponseTime="422" xmlns:air="http://www.travelport.com/schema/air_v49_0"> <air:FareRule FareInfoRef="kcab1CnB0BKAj/IvOKAAAA==" RuleNumber="KR50" Source="ATPCO" TariffNumber="008" ProviderCode="1G"> <air:StructuredFareRules> <air:FareRuleCategoryType Value="CHG"> <air:CategoryDetails Name="Voluntary" Value="X"/> <air:CategoryDetails Name="InVoluntary" Value=" "/> <air:CategoryDetails Name="CancellationsRefunds" Value=" "/> <air:CategoryDetails Name="TktNonRef" Value=" "/> <air:CategoryDetails Name="Cancellation" Value=" "/> <air:CategoryDetails Name="NoShowPenalty" Value=" "/> <air:CategoryDetails Name="ChangeItinPenalty" Value=" "/> <air:CategoryDetails Name="ReplacementPenalty" Value=" "/> <air:CategoryDetails Name="ChangeNoReissuePenalty" Value="X"/> <air:CategoryDetails Name="TktRefPenalty" Value=" "/> <air:CategoryDetails Name="UntKtPTAsPenalty" Value=" "/> <air:CategoryDetails Name="PenaltyCharges" Value="1"/> <air:CategoryDetails Name="PortionOfTktPenalty" Value=" "/> <air:CategoryDetails Name="Amt1" Value="0000000"/> <air:CategoryDetails Name="Currency1" Value=" "/> <air:CategoryDetails Name="Decimal1" Value="0"/> <air:CategoryDetails Name="Amt2" Value="0000000"/> <air:CategoryDetails Name="Currency2" Value=" "/> <air:CategoryDetails Name="Decimal2" Value="0"/> <air:CategoryDetails Name="Percent" Value="0000000"/> <air:CategoryDetails Name="HighLow" Value=" "/> <air:CategoryDetails Name="PaxDeathWaiver" Value=" "/> <air:CategoryDetails Name="PaxIllWaiver" Value=" "/> <air:CategoryDetails Name="FamMemberDeathWaiver" Value=" "/> <air:CategoryDetails Name="FamMemberIllWaiver" Value=" "/> <air:CategoryDetails Name="SchedChangeWaiver" Value=" "/> <air:CategoryDetails Name="TktUpgradeWaiver" Value=" "/> </air:FareRuleCategoryType> <air:FareRuleCategoryType Value="CHG"> <air:CategoryDetails Name="Voluntary" Value="X"/> <air:CategoryDetails Name="InVoluntary" Value=" "/> <air:CategoryDetails Name="CancellationsRefunds" Value=" "/> <air:CategoryDetails Name="TktNonRef" Value=" "/> <air:CategoryDetails Name="Cancellation" Value=" "/> <air:CategoryDetails Name="NoShowPenalty" Value=" "/> <air:CategoryDetails Name="ChangeItinPenalty" Value="X"/> <air:CategoryDetails Name="ReplacementPenalty" Value=" "/> <air:CategoryDetails Name="ChangeNoReissuePenalty" Value=" "/> <air:CategoryDetails Name="TktRefPenalty" Value=" "/> <air:CategoryDetails Name="UntKtPTAsPenalty" Value=" "/> <air:CategoryDetails Name="PenaltyCharges" Value="4"/> <air:CategoryDetails Name="PortionOfTktPenalty" Value=" "/> <air:CategoryDetails Name="Amt1" Value="0100000"/> <air:CategoryDetails Name="Currency1" Value="KRW"/> <air:CategoryDetails Name="Decimal1" Value="0"/> <air:CategoryDetails Name="Amt2" Value="0000000"/> <air:CategoryDetails Name="Currency2" Value=" "/> <air:CategoryDetails Name="Decimal2" Value="0"/> <air:CategoryDetails Name="Percent" Value="0000000"/> <air:CategoryDetails Name="HighLow" Value=" "/> <air:CategoryDetails Name="PaxDeathWaiver" Value=" "/> <air:CategoryDetails Name="PaxIllWaiver" Value=" "/> <air:CategoryDetails Name="FamMemberDeathWaiver" Value=" "/> <air:CategoryDetails Name="FamMemberIllWaiver" Value=" "/> <air:CategoryDetails Name="SchedChangeWaiver" Value=" "/> <air:CategoryDetails Name="TktUpgradeWaiver" Value=" "/> </air:FareRuleCategoryType> <air:FareRuleCategoryType Value="CHG"> <air:CategoryDetails Name="Voluntary" Value=" "/> <air:CategoryDetails Name="InVoluntary" Value=" "/> <air:CategoryDetails Name="CancellationsRefunds" Value="X"/> <air:CategoryDetails Name="TktNonRef" Value=" "/> <air:CategoryDetails Name="Cancellation" Value="X"/> <air:CategoryDetails Name="NoShowPenalty" Value=" "/> <air:CategoryDetails Name="ChangeItinPenalty" Value=" "/> <air:CategoryDetails Name="ReplacementPenalty" Value=" "/> <air:CategoryDetails Name="ChangeNoReissuePenalty" Value=" "/> <air:CategoryDetails Name="TktRefPenalty" Value="X"/> <air:CategoryDetails Name="UntKtPTAsPenalty" Value=" "/> <air:CategoryDetails Name="PenaltyCharges" Value="5"/> <air:CategoryDetails Name="PortionOfTktPenalty" Value=" "/> <air:CategoryDetails Name="Amt1" Value="0200000"/> <air:CategoryDetails Name="Currency1" Value="KRW"/> <air:CategoryDetails Name="Decimal1" Value="0"/> <air:CategoryDetails Name="Amt2" Value="0000000"/> <air:CategoryDetails Name="Currency2" Value=" "/> <air:CategoryDetails Name="Decimal2" Value="0"/> <air:CategoryDetails Name="Percent" Value="0000000"/> <air:CategoryDetails Name="HighLow" Value=" "/> <air:CategoryDetails Name="PaxDeathWaiver" Value=" "/> <air:CategoryDetails Name="PaxIllWaiver" Value=" "/> <air:CategoryDetails Name="FamMemberDeathWaiver" Value=" "/> <air:CategoryDetails Name="FamMemberIllWaiver" Value=" "/> <air:CategoryDetails Name="SchedChangeWaiver" Value=" "/> <air:CategoryDetails Name="TktUpgradeWaiver" Value=" "/> </air:FareRuleCategoryType> <air:FareRuleCategoryType Value="CHG"> <air:CategoryDetails Name="Voluntary" Value=" "/> <air:CategoryDetails Name="InVoluntary" Value=" "/> <air:CategoryDetails Name="CancellationsRefunds" Value="X"/> <air:CategoryDetails Name="TktNonRef" Value=" "/> <air:CategoryDetails Name="Cancellation" Value="X"/> <air:CategoryDetails Name="NoShowPenalty" Value=" "/> <air:CategoryDetails Name="ChangeItinPenalty" Value=" "/> <air:CategoryDetails Name="ReplacementPenalty" Value=" "/> <air:CategoryDetails Name="ChangeNoReissuePenalty" Value=" "/> <air:CategoryDetails Name="TktRefPenalty" Value="X"/> <air:CategoryDetails Name="UntKtPTAsPenalty" Value=" "/> <air:CategoryDetails Name="PenaltyCharges" Value="6"/> <air:CategoryDetails Name="PortionOfTktPenalty" Value=" "/> <air:CategoryDetails Name="Amt1" Value="0150000"/> <air:CategoryDetails Name="Currency1" Value="KRW"/> <air:CategoryDetails Name="Decimal1" Value="0"/> <air:CategoryDetails Name="Amt2" Value="0000000"/> <air:CategoryDetails Name="Currency2" Value=" "/> <air:CategoryDetails Name="Decimal2" Value="0"/> <air:CategoryDetails Name="Percent" Value="0000000"/> <air:CategoryDetails Name="HighLow" Value=" "/> <air:CategoryDetails Name="PaxDeathWaiver" Value=" "/> <air:CategoryDetails Name="PaxIllWaiver" Value=" "/> <air:CategoryDetails Name="FamMemberDeathWaiver" Value=" "/> <air:CategoryDetails Name="FamMemberIllWaiver" Value=" "/> <air:CategoryDetails Name="SchedChangeWaiver" Value=" "/> <air:CategoryDetails Name="TktUpgradeWaiver" Value=" "/> </air:FareRuleCategoryType> <air:FareRuleCategoryType Value="CHG"> <air:CategoryDetails Name="Voluntary" Value="X"/> <air:CategoryDetails Name="InVoluntary" Value=" "/> <air:CategoryDetails Name="CancellationsRefunds" Value="X"/> <air:CategoryDetails Name="TktNonRef" Value=" "/> <air:CategoryDetails Name="Cancellation" Value=" "/> <air:CategoryDetails Name="NoShowPenalty" Value="X"/> <air:CategoryDetails Name="ChangeItinPenalty" Value=" "/> <air:CategoryDetails Name="ReplacementPenalty" Value=" "/> <air:CategoryDetails Name="ChangeNoReissuePenalty" Value=" "/> <air:CategoryDetails Name="TktRefPenalty" Value=" "/> <air:CategoryDetails Name="UntKtPTAsPenalty" Value=" "/> <air:CategoryDetails Name="PenaltyCharges" Value="1"/> <air:CategoryDetails Name="PortionOfTktPenalty" Value=" "/> <air:CategoryDetails Name="Amt1" Value="0120000"/> <air:CategoryDetails Name="Currency1" Value="KRW"/> <air:CategoryDetails Name="Decimal1" Value="0"/> <air:CategoryDetails Name="Amt2" Value="0012000"/> <air:CategoryDetails Name="Currency2" Value="USD"/> <air:CategoryDetails Name="Decimal2" Value="2"/> <air:CategoryDetails Name="Percent" Value="0000000"/> <air:CategoryDetails Name="HighLow" Value=" "/> <air:CategoryDetails Name="PaxDeathWaiver" Value="X"/> <air:CategoryDetails Name="PaxIllWaiver" Value=" "/> <air:CategoryDetails Name="FamMemberDeathWaiver" Value=" "/> <air:CategoryDetails Name="FamMemberIllWaiver" Value=" "/> <air:CategoryDetails Name="SchedChangeWaiver" Value=" "/> <air:CategoryDetails Name="TktUpgradeWaiver" Value=" "/> </air:FareRuleCategoryType> <air:FareRuleCategoryType Value="ADV"> <air:CategoryDetails Name="ResFirstTOD" Value=" "/> <air:CategoryDetails Name="ResPeriodFirstTOD" Value=" "/> <air:CategoryDetails Name="ResUnitFirstTOD" Value=" "/> <air:CategoryDetails Name="ResLastTOD" Value=" "/> <air:CategoryDetails Name="ResPeriodLastTOD" Value=" "/> <air:CategoryDetails Name="ResUnitLastTOD" Value=" "/> <air:CategoryDetails Name="ResTSI" Value=" "/> <air:CategoryDetails Name="ResPermitted" Value=" "/> <air:CategoryDetails Name="ResTkt" Value=" "/> <air:CategoryDetails Name="Standby" Value=" "/> <air:CategoryDetails Name="ConfirmedSector" Value="X"/> <air:CategoryDetails Name="EachFareResProvision" Value=" "/> <air:CategoryDetails Name="TktTOD" Value=" "/> <air:CategoryDetails Name="TktPeriod" Value=" "/> <air:CategoryDetails Name="TktUnit" Value=" "/> <air:CategoryDetails Name="TktOption" Value=" "/> <air:CategoryDetails Name="TimeBeforeDept" Value="000"/> <air:CategoryDetails Name="DeptTimeUnit" Value=" "/> <air:CategoryDetails Name="TktTSI" Value=" "/> <air:CategoryDetails Name="TktReq" Value=" "/> <air:CategoryDetails Name="ExceptionTime" Value="000"/> <air:CategoryDetails Name="ExceptionTimeUnit" Value=" "/> <air:CategoryDetails Name="WaiverResDate" Value=" "/> <air:CategoryDetails Name="WaiverTktDate" Value=" "/> </air:FareRuleCategoryType> <air:FareRuleCategoryType Value="STP"> <air:CategoryDetails Name="MinStopsPermitted" Value=" "/> <air:CategoryDetails Name="MaxStopsPermitted" Value=" "/> <air:CategoryDetails Name="OutboundStopsPermitted" Value="02"/> <air:CategoryDetails Name="InboundStopsPermitted" Value="02"/> <air:CategoryDetails Name="OutIn" Value=" "/> <air:CategoryDetails Name="OpenJaw" Value=" "/> <air:CategoryDetails Name="CircleTrip" Value=" "/> <air:CategoryDetails Name="CircleTripPlus" Value=" "/> <air:CategoryDetails Name="Gateway" Value=" "/> <air:CategoryDetails Name="MinTime" Value=" "/> <air:CategoryDetails Name="MinUnitOfTime" Value=" "/> <air:CategoryDetails Name="MaxTime" Value=" "/> <air:CategoryDetails Name="MaxUnitOfTime" Value=" "/> <air:CategoryDetails Name="SamePointStops" Value=" "/> <air:CategoryDetails Name="Transfers" Value=" "/> <air:CategoryDetails Name="Connections" Value=" "/> <air:CategoryDetails Name="Charge" Value=" "/> <air:CategoryDetails Name="FirstNumber" Value=" "/> <air:CategoryDetails Name="Charges1" Value="0000000"/> <air:CategoryDetails Name="AddtlNum1" Value=" "/> <air:CategoryDetails Name="AddtlAmt1" Value="0000000"/> <air:CategoryDetails Name="Currency1" Value=" "/> <air:CategoryDetails Name="Decimal1" Value="0"/> <air:CategoryDetails Name="Charges2" Value="0000000"/> <air:CategoryDetails Name="AddtlAmt2" Value="0000000"/> <air:CategoryDetails Name="Currency2" Value=" "/> <air:CategoryDetails Name="Decimal2" Value="0"/> <air:CategoryDetails Name="SegCount" Value="000"/> </air:FareRuleCategoryType> </air:StructuredFareRules> </air:FareRule> </air:AirFareRulesRsp> </SOAP:Body> </SOAP:Envelope> |