ICN-ALA (KC) ECONOMY (같은클래스 V) FareBasis VEE1MKC 가 한단계 높은 운임(ECONOMY PLUS) FareBasis VFF 도 나오게 하기(ECONOMY PLUS)
: LBR 노무자 요금중 수화물 2개인 요금이 나오게 하려면 ReturnUpsellFare=”true” 를 준다.Upgrade to PLUS for a fully flexible fare option with increased checked baggage allowance.
Your PLUS fare includes:
• 2 pieces of free checked luggage (up to 23 KG each)
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 |
<!-- 가독성을 높이기 위해 모든 네임스페이스를 위로 올림 --> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:air="http://www.travelport.com/schema/air_v49_0" xmlns:com="http://www.travelport.com/schema/common_v49_0"> <soapenv:Header/> <soapenv:Body> <!-- TraceId : 로그 추적번호년도일시간초단위로 하면 추적에 도움 --> <!-- SolutionResult *false 요금기준으로 리턴 / true:여정기준으로 리턴 --> <!-- AuthorizedBy : 사용자 name --> <air:LowFareSearchReq TraceId="20200301102313" TargetBranch="P*******" ReturnUpsellFare="true" SolutionResult="true" AuthorizedBy="user" > <com:BillingPointOfSaleInfo OriginApplication="UAPI" /> <!-- 조회레그 왕복/다구간은 SearchAirLeg 6개까지 지원 --> <air:SearchAirLeg> <air:SearchOrigin> <com:CityOrAirport Code="SEL"/> <!-- 출발도시(공항) --> </air:SearchOrigin> <air:SearchDestination> <com:CityOrAirport Code="ALA"/> <!-- 도착도시(공항) --> </air:SearchDestination> <air:SearchDepTime PreferredTime="2020-11-16"/> </air:SearchAirLeg> <air:SearchAirLeg> <air:SearchOrigin> <com:CityOrAirport Code="ALA"/> <!-- 출발도시(공항) --> </air:SearchOrigin> <air:SearchDestination> <com:CityOrAirport Code="SEL"/> <!-- 도착도시(공항) --> </air:SearchDestination> <air:SearchDepTime PreferredTime="2020-11-26"/> </air:SearchAirLeg> <air:AirSearchModifiers> <air:PreferredProviders> <com:Provider Code="1G"/> <!-- 갈릴레오인 경우 1G --> </air:PreferredProviders> <!-- PreferredCarriers:선호항공사조회/ PermittedCarriers:허용항공사 조회/ ProhibitedCarriers:제외항공사조회 --> <!-- 위 항목 하나만 가능 --> <!-- interlineCon 협정항공사 / OnlineCon 단일항공사 / StopDirects 중간경유 / NonStopDirects 직항 --> <!-- 항공사 마다 요금이 잘 나오는 옵션이 다르기 옵션컨크롤이 중요 --> <air:PermittedCarriers> <com:Carrier Code="KC"/> </air:PermittedCarriers> <air:FlightType TripleInterlineCon="true" DoubleInterlineCon="true" SingleInterlineCon="true" TripleOnlineCon="true" DoubleOnlineCon="true" SingleOnlineCon="true" StopDirects="true" NonStopDirects="true"/> </air:AirSearchModifiers> <!-- 탑승객 --> <com:SearchPassenger Code="LBR"/> <!--com:SearchPassenger Code="ADT"/--> <!-- 요금 종류 --> <air:AirPricingModifiers FaresIndicator="PublicAndPrivateFares" ETicketability="Required"/> </air:LowFareSearchReq> </soapenv:Body> </soapenv:Envelope> |
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 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 |
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <air:LowFareSearchRsp TraceId="20200301102313" TransactionId="D337B22A0A07405F1C8919DCE4DEE3D2" ResponseTime="407" DistanceUnits="MI" CurrencyType="KRW" xmlns:air="http://www.travelport.com/schema/air_v49_0"> <air:FlightDetailsList> <air:FlightDetails Key="2UPLTDfB0BKAXoGdBAAAAA==" Origin="ICN" Destination="ALA" DepartureTime="2020-11-16T11:55:00.000+09:00" ArrivalTime="2020-11-16T15:50:00.000+06:00" FlightTime="415" TravelTime="415" Equipment="767" OriginTerminal="1"/> <air:FlightDetails Key="2UPLTDfB0BKAZoGdBAAAAA==" Origin="ALA" Destination="DME" DepartureTime="2020-11-26T18:55:00.000+06:00" ArrivalTime="2020-11-26T20:50:00.000+03:00" FlightTime="295" TravelTime="1840" Equipment="320"/> <air:FlightDetails Key="2UPLTDfB0BKAboGdBAAAAA==" Origin="DME" Destination="TSE" DepartureTime="2020-11-26T22:30:00.000+03:00" ArrivalTime="2020-11-27T04:50:00.000+06:00" FlightTime="200" TravelTime="1840" Equipment="320" DestinationTerminal="1"/> <air:FlightDetails Key="2UPLTDfB0BKAdoGdBAAAAA==" Origin="TSE" Destination="ICN" DepartureTime="2020-11-27T19:35:00.000+06:00" ArrivalTime="2020-11-28T04:35:00.000+09:00" FlightTime="360" TravelTime="1840" Equipment="757" OriginTerminal="1" DestinationTerminal="1"/> <air:FlightDetails Key="2UPLTDfB0BKA0oGdBAAAAA==" Origin="ALA" Destination="DME" DepartureTime="2020-11-26T06:45:00.000+06:00" ArrivalTime="2020-11-26T08:40:00.000+03:00" FlightTime="295" TravelTime="2570" Equipment="320"/> <air:FlightDetails Key="2UPLTDfB0BKAApGdBAAAAA==" Origin="ALA" Destination="ICN" DepartureTime="2020-11-26T01:10:00.000+06:00" ArrivalTime="2020-11-26T09:45:00.000+09:00" FlightTime="335" TravelTime="335" Equipment="767" DestinationTerminal="1"/> <air:FlightDetails Key="2UPLTDfB0BKALpGdBAAAAA==" Origin="ALA" Destination="FRU" DepartureTime="2020-11-26T18:20:00.000+06:00" ArrivalTime="2020-11-26T19:15:00.000+06:00" FlightTime="55" TravelTime="1875" Equipment="E90"/> <air:FlightDetails Key="2UPLTDfB0BKANpGdBAAAAA==" Origin="FRU" Destination="TSE" DepartureTime="2020-11-27T10:55:00.000+06:00" ArrivalTime="2020-11-27T12:45:00.000+06:00" FlightTime="110" TravelTime="1875" Equipment="E90" DestinationTerminal="1"/> </air:FlightDetailsList> <air:AirSegmentList> <air:AirSegment Key="2UPLTDfB0BKAWoGdBAAAAA==" Group="0" Carrier="KC" FlightNumber="910" Origin="ICN" Destination="ALA" DepartureTime="2020-11-16T11:55:00.000+09:00" ArrivalTime="2020-11-16T15:50:00.000+06:00" FlightTime="415" Distance="2602" ETicketability="Yes" Equipment="767" ChangeOfPlane="false" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="Cached status used. Polled avail exists" OptionalServicesIndicator="false" AvailabilitySource="P" AvailabilityDisplayType="Fare Shop/Optimal Shop"> <air:AirAvailInfo ProviderCode="1G"/> <air:FlightDetailsRef Key="2UPLTDfB0BKAXoGdBAAAAA=="/> </air:AirSegment> <air:AirSegment Key="2UPLTDfB0BKAYoGdBAAAAA==" Group="1" Carrier="KC" FlightNumber="875" Origin="ALA" Destination="DME" DepartureTime="2020-11-26T18:55:00.000+06:00" ArrivalTime="2020-11-26T20:50:00.000+03:00" FlightTime="295" Distance="1926" ETicketability="Yes" Equipment="320" ChangeOfPlane="false" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="Cached status used. Polled avail exists" OptionalServicesIndicator="false" AvailabilitySource="P" AvailabilityDisplayType="Fare Shop/Optimal Shop"> <air:AirAvailInfo ProviderCode="1G"/> <air:FlightDetailsRef Key="2UPLTDfB0BKAZoGdBAAAAA=="/> </air:AirSegment> <air:AirSegment Key="2UPLTDfB0BKAaoGdBAAAAA==" Group="1" Carrier="KC" FlightNumber="874" Origin="DME" Destination="TSE" DepartureTime="2020-11-26T22:30:00.000+03:00" ArrivalTime="2020-11-27T04:50:00.000+06:00" FlightTime="200" Distance="1412" ETicketability="Yes" Equipment="320" ChangeOfPlane="false" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="Cached status used. Polled avail exists" OptionalServicesIndicator="false" AvailabilitySource="P" AvailabilityDisplayType="Fare Shop/Optimal Shop"> <air:AirAvailInfo ProviderCode="1G"/> <air:FlightDetailsRef Key="2UPLTDfB0BKAboGdBAAAAA=="/> </air:AirSegment> <air:AirSegment Key="2UPLTDfB0BKAcoGdBAAAAA==" Group="1" Carrier="KC" FlightNumber="209" Origin="TSE" Destination="ICN" DepartureTime="2020-11-27T19:35:00.000+06:00" ArrivalTime="2020-11-28T04:35:00.000+09:00" FlightTime="360" Distance="2810" ETicketability="Yes" Equipment="757" ChangeOfPlane="false" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="Cached status used. Polled avail exists" OptionalServicesIndicator="false" AvailabilitySource="P" AvailabilityDisplayType="Fare Shop/Optimal Shop"> <air:AirAvailInfo ProviderCode="1G"/> <air:FlightDetailsRef Key="2UPLTDfB0BKAdoGdBAAAAA=="/> </air:AirSegment> <air:AirSegment Key="2UPLTDfB0BKAzoGdBAAAAA==" Group="1" Carrier="KC" FlightNumber="871" Origin="ALA" Destination="DME" DepartureTime="2020-11-26T06:45:00.000+06:00" ArrivalTime="2020-11-26T08:40:00.000+03:00" FlightTime="295" Distance="1926" ETicketability="Yes" Equipment="320" ChangeOfPlane="false" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="Cached status used. Polled avail exists" OptionalServicesIndicator="false" AvailabilitySource="P" AvailabilityDisplayType="Fare Shop/Optimal Shop"> <air:AirAvailInfo ProviderCode="1G"/> <air:FlightDetailsRef Key="2UPLTDfB0BKA0oGdBAAAAA=="/> </air:AirSegment> <air:AirSegment Key="2UPLTDfB0BKA/oGdBAAAAA==" Group="1" Carrier="KC" FlightNumber="909" Origin="ALA" Destination="ICN" DepartureTime="2020-11-26T01:10:00.000+06:00" ArrivalTime="2020-11-26T09:45:00.000+09:00" FlightTime="335" Distance="2602" ETicketability="Yes" Equipment="767" ChangeOfPlane="false" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="Cached status used. Polled avail exists" OptionalServicesIndicator="false" AvailabilitySource="P" AvailabilityDisplayType="Fare Shop/Optimal Shop"> <air:AirAvailInfo ProviderCode="1G"/> <air:FlightDetailsRef Key="2UPLTDfB0BKAApGdBAAAAA=="/> </air:AirSegment> <air:AirSegment Key="2UPLTDfB0BKAKpGdBAAAAA==" Group="1" Carrier="KC" FlightNumber="109" Origin="ALA" Destination="FRU" DepartureTime="2020-11-26T18:20:00.000+06:00" ArrivalTime="2020-11-26T19:15:00.000+06:00" FlightTime="55" Distance="127" ETicketability="Yes" Equipment="E90" ChangeOfPlane="false" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="Cached status used. Polled avail exists" OptionalServicesIndicator="false" AvailabilitySource="P" AvailabilityDisplayType="Fare Shop/Optimal Shop"> <air:AirAvailInfo ProviderCode="1G"/> <air:FlightDetailsRef Key="2UPLTDfB0BKALpGdBAAAAA=="/> </air:AirSegment> <air:AirSegment Key="2UPLTDfB0BKAMpGdBAAAAA==" Group="1" Carrier="KC" FlightNumber="152" Origin="FRU" Destination="TSE" DepartureTime="2020-11-27T10:55:00.000+06:00" ArrivalTime="2020-11-27T12:45:00.000+06:00" FlightTime="110" Distance="593" ETicketability="Yes" Equipment="E90" ChangeOfPlane="false" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="Cached status used. Polled avail exists" OptionalServicesIndicator="false" AvailabilitySource="P" AvailabilityDisplayType="Fare Shop/Optimal Shop"> <air:AirAvailInfo ProviderCode="1G"/> <air:FlightDetailsRef Key="2UPLTDfB0BKANpGdBAAAAA=="/> </air:AirSegment> </air:AirSegmentList> <air:FareInfoList> <air:FareInfo Key="2UPLTDfB0BKAnoGdBAAAAA==" FareBasis="SEE6MKC" PassengerTypeCode="ADT" Origin="ICN" Destination="DME" EffectiveDate="2020-03-13T18:26:00.000+09:00" DepartureDate="2020-11-16" Amount="KRW289200" NegotiatedFare="false" NotValidBefore="2020-11-26" NotValidAfter="2020-11-26"> <air:FareSurcharge Key="2UPLTDfB0BKA3oGdBAAAAA==" Type="Stopover Charge" Amount="NUC25.00"/> <air:FareSurcharge Key="2UPLTDfB0BKA4oGdBAAAAA==" Type="Other" Amount="NUC50.00"/> <air:BaggageAllowance> <air:NumberOfPieces>1</air:NumberOfPieces> <air:MaxWeight/> </air:BaggageAllowance> <air:FareRuleKey FareInfoRef="2UPLTDfB0BKAnoGdBAAAAA==" ProviderCode="1G">gws-eJxNjksKwzAMRA8TZj+SjOOliz9QQrxpu8im9z9G5aSFCiSNePrlnJVKmlj+twXvZSsYrwIMqHvdGyQmSRCvDlDCikdrcfe+uUNEopNx0ivL7GPVYp7Q2e1C03Cc8V6GMw3mi0kK5mVM6RP4id5cjlt9boVGBmVMX8QV/sAHRqorAQ==</air:FareRuleKey> <air:Brand Key="2UPLTDfB0BKAopGdBAAAAA==" BrandFound="false" UpSellBrandFound="false"/> </air:FareInfo> <air:FareInfo Key="2UPLTDfB0BKAvoGdBAAAAA==" FareBasis="SEE6MKC" PassengerTypeCode="ADT" Origin="DME" Destination="ICN" EffectiveDate="2020-03-13T18:26:00.000+09:00" DepartureDate="2020-11-26" Amount="KRW259500" NegotiatedFare="false" NotValidBefore="2020-11-27" NotValidAfter="2020-11-27"> <air:FareSurcharge Key="2UPLTDfB0BKAwoGdBAAAAA==" Type="Other" Amount="NUC50.00"/> <air:BaggageAllowance> <air:NumberOfPieces>1</air:NumberOfPieces> <air:MaxWeight/> </air:BaggageAllowance> <air:FareRuleKey FareInfoRef="2UPLTDfB0BKAvoGdBAAAAA==" ProviderCode="1G">gws-eJxNjksKwzAMRA8TZj+Sg+Oliz9QQrRpu8im9z9GZTeFCiSNePrlnJVKBgn53xa8l73AXgUwqPu9GCQmSbM6QVk3PFqLh/eNHSIandik3yyjj1VL8ITOHiY6ze2K9WjOVMZikoJxGUP6BH6iN5d2q8+9MJCrMqYLcYM/8AFNISsQ</air:FareRuleKey> <air:Brand Key="2UPLTDfB0BKAqpGdBAAAAA==" BrandFound="false" UpSellBrandFound="false"/> </air:FareInfo> <air:FareInfo Key="2UPLTDfB0BKAFpGdBAAAAA==" FareBasis="VSF" PassengerTypeCode="ADT" Origin="ICN" Destination="ALA" EffectiveDate="2020-03-13T18:26:00.000+09:00" DepartureDate="2020-11-16" Amount="KRW405000" NegotiatedFare="false" NotValidBefore="2020-11-16" NotValidAfter="2020-11-16"> <air:BaggageAllowance> <air:NumberOfPieces>1</air:NumberOfPieces> <air:MaxWeight/> </air:BaggageAllowance> <air:FareRuleKey FareInfoRef="2UPLTDfB0BKAFpGdBAAAAA==" ProviderCode="1G">gws-eJxNTssOgkAM/Bgy92kXkOOSAtFgekFNuPj/n2F3VxObtDPt9JVzViqZJOV/6/DudoM/DXBo+HyfkXoOEySyEyQnvI4NZV5Exqh6VRpK7VnUUgBWtbFJxXDWeDMPrS2NdYJyFYXGBH5kvQb1eXnsdmxxlOwH9a/IC+LND9q9Kqo=</air:FareRuleKey> <air:Brand Key="2UPLTDfB0BKAspGdBAAAAA==" BrandID="286969" UpSellBrandID="286968" BrandTier="0002"> <air:UpsellBrand FareBasis="VFF" FareInfoRef="2UPLTDfB0BKAipGdBAAAAA=="/> </air:Brand> </air:FareInfo> <air:FareInfo Key="2UPLTDfB0BKAGpGdBAAAAA==" FareBasis="VSF" PassengerTypeCode="ADT" Origin="ALA" Destination="ICN" EffectiveDate="2020-03-13T18:26:00.000+09:00" DepartureDate="2020-11-26" Amount="KRW405000" NegotiatedFare="false" NotValidBefore="2020-11-26" NotValidAfter="2020-11-26"> <air:BaggageAllowance> <air:NumberOfPieces>1</air:NumberOfPieces> <air:MaxWeight/> </air:BaggageAllowance> <air:FareRuleKey FareInfoRef="2UPLTDfB0BKAGpGdBAAAAA==" ProviderCode="1G">gws-eJxNTssOgzAM+xjke5oC49gqgIZAubBN4rL//4y5BaRFSuzEeaWUVFQkhpj+rcG3WQ3+NsCh9MUcsZVuqNkBERnw2WeU+RC0Z9WrcmKoPaNaJGBS66t0OO2KecvUzqVcF1CuolBO4CbTk9Tz+Fptn3lUpO3UL1Ee4Js/41cqtw==</air:FareRuleKey> <air:Brand Key="2UPLTDfB0BKAupGdBAAAAA==" BrandID="286969" UpSellBrandID="286968" BrandTier="0002"> <air:UpsellBrand FareBasis="VFF" FareInfoRef="2UPLTDfB0BKAjpGdBAAAAA=="/> </air:Brand> </air:FareInfo> <air:FareInfo Key="2UPLTDfB0BKAUpGdBAAAAA==" FareBasis="VEE1MKC" PassengerTypeCode="ADT" Origin="ICN" Destination="FRU" EffectiveDate="2020-03-13T18:26:00.000+09:00" DepartureDate="2020-11-16" Amount="KRW429200" NegotiatedFare="false" NotValidBefore="2020-11-26" NotValidAfter="2020-11-26"> <air:FareSurcharge Key="2UPLTDfB0BKAVpGdBAAAAA==" Type="Stopover Charge" Amount="NUC25.00"/> <air:FareSurcharge Key="2UPLTDfB0BKAWpGdBAAAAA==" Type="Other" Amount="NUC50.00"/> <air:BaggageAllowance> <air:NumberOfPieces>1</air:NumberOfPieces> <air:MaxWeight/> </air:BaggageAllowance> <air:FareRuleKey FareInfoRef="2UPLTDfB0BKAUpGdBAAAAA==" ProviderCode="1G">gws-eJxNjksKwzAMRA8TZq8P+XTn4Ng0hHpRmkI2vf8xOnZSqJCtMU8eKYRgYiKuHv6jw6fbIsoegQLjyc8dNvU3g/J1QEQmvFPSB/uqh6oOJKXRs2rrWyw6C7JkP1ENHO1eYyHzQWhMS0WdjCr5Az+R7pRlXl5bFOdgZj9fTEZwgy9/xyta</air:FareRuleKey> <air:Brand Key="2UPLTDfB0BKAwpGdBAAAAA==" BrandFound="false" UpSellBrandFound="false"/> </air:FareInfo> <air:FareInfo Key="2UPLTDfB0BKAXpGdBAAAAA==" FareBasis="VEE1MKC" PassengerTypeCode="ADT" Origin="FRU" Destination="ICN" EffectiveDate="2020-03-13T18:26:00.000+09:00" DepartureDate="2020-11-27" Amount="KRW399500" NegotiatedFare="false" NotValidBefore="2020-11-27" NotValidAfter="2020-11-27"> <air:FareSurcharge Key="2UPLTDfB0BKAYpGdBAAAAA==" Type="Other" Amount="NUC50.00"/> <air:BaggageAllowance> <air:NumberOfPieces>1</air:NumberOfPieces> <air:MaxWeight/> </air:BaggageAllowance> <air:FareRuleKey FareInfoRef="2UPLTDfB0BKAXpGdBAAAAA==" ProviderCode="1G">gws-eJxNjs0KwjAQhB+mzH1/KK23lDRBKe5BrNCL7/8YTmIFlyQz4dvMJqVkYiKunv5rwHvYMmLPQMC4b5k6jxfrtwMiMuNVit7Z1zJUbSKJTr+qvW+17BRUqd7REazzrI+dzL0FM1LRJqNZvsDPlCttLOtzy+IczDUuJ5MJ/MEHfvcrag==</air:FareRuleKey> <air:Brand Key="2UPLTDfB0BKAypGdBAAAAA==" BrandFound="false" UpSellBrandFound="false"/> </air:FareInfo> <air:FareInfo Key="2UPLTDfB0BKAipGdBAAAAA==" FareBasis="VFF" PassengerTypeCode="ADT" Origin="ICN" Destination="ALA" EffectiveDate="2020-03-13T18:26:00.000+09:00" DepartureDate="2020-11-16" Amount="KRW440400" NegotiatedFare="false" NotValidAfter="2021-05-16"> <air:BaggageAllowance> <air:NumberOfPieces>2</air:NumberOfPieces> <air:MaxWeight/> </air:BaggageAllowance> <air:FareRuleKey FareInfoRef="2UPLTDfB0BKAipGdBAAAAA==" ProviderCode="1G">gws-eJxNTkkOwjAMfEw1dy805ZjIJaJq5RMg9cL/n4GTgIQle8YebzlnISFS1vxvE97TbvCnAQ4JL0eBLqQzOLITRHTFq1a0eWZOUfWuDOTes4ppACxZGlIznD1u5qGNpbGO0a6i0ZjAj9zuQb2sj91qjaNEl1n8K9KCePMD0dcqjg==</air:FareRuleKey> <air:Brand Key="2UPLTDfB0BKA0pGdBAAAAA==" BrandID="286968" UpSellBrandFound="false" BrandTier="0003"/> </air:FareInfo> <air:FareInfo Key="2UPLTDfB0BKAjpGdBAAAAA==" FareBasis="VFF" PassengerTypeCode="ADT" Origin="ALA" Destination="ICN" EffectiveDate="2020-03-13T18:26:00.000+09:00" DepartureDate="2020-11-26" Amount="KRW440400" NegotiatedFare="false" NotValidAfter="2021-05-16"> <air:BaggageAllowance> <air:NumberOfPieces>2</air:NumberOfPieces> <air:MaxWeight/> </air:BaggageAllowance> <air:FareRuleKey FareInfoRef="2UPLTDfB0BKAjpGdBAAAAA==" ProviderCode="1G">gws-eJxNTkkKwzAMfEyYu5bG6dFGiWlJ0Ckt5NL/P6Oyk0IF0ow02nLOQkKkrPnfBnyG1eAvAxwS/jSHTqRjzw4Q0R3vWtHmmSVF1btyIveeWUwDYMlSlw4Pu2LZSmjn0ljHaFfRaEzgR5ZHUC/zvlqtcZToNopfIk2IN7/acSqb</air:FareRuleKey> <air:Brand Key="2UPLTDfB0BKA2pGdBAAAAA==" BrandID="286968" UpSellBrandFound="false" BrandTier="0003"/> </air:FareInfo> </air:FareInfoList> <air:RouteList> <air:Route Key="2UPLTDfB0BKAmpGdBAAAAA=="> <air:Leg Key="2UPLTDfB0BKAeoGdBAAAAA==" Group="0" Origin="SEL" Destination="ALA"/> <air:Leg Key="2UPLTDfB0BKAfoGdBAAAAA==" Group="1" Origin="ALA" Destination="SEL"/> </air:Route> </air:RouteList> <air:AirPricingSolution Key="2UPLTDfB0BKAVoGdBAAAAA==" TotalPrice="KRW720300" BasePrice="KRW548700" ApproximateTotalPrice="KRW720300" ApproximateBasePrice="KRW548700" Taxes="KRW171600" ApproximateTaxes="KRW171600"> <air:Journey TravelTime="P0DT6H55M0S"> <air:AirSegmentRef Key="2UPLTDfB0BKAWoGdBAAAAA=="/> </air:Journey> <air:Journey TravelTime="P1DT6H40M0S"> <air:AirSegmentRef Key="2UPLTDfB0BKAYoGdBAAAAA=="/> <air:AirSegmentRef Key="2UPLTDfB0BKAaoGdBAAAAA=="/> <air:AirSegmentRef Key="2UPLTDfB0BKAcoGdBAAAAA=="/> </air:Journey> <air:LegRef Key="2UPLTDfB0BKAeoGdBAAAAA=="/> <air:LegRef Key="2UPLTDfB0BKAfoGdBAAAAA=="/> <air:AirPricingInfo Key="2UPLTDfB0BKAgoGdBAAAAA==" TotalPrice="KRW720300" BasePrice="KRW548700" ApproximateTotalPrice="KRW720300" ApproximateBasePrice="KRW548700" Taxes="KRW171600" ApproximateTaxes="KRW171600" LatestTicketingTime="2020-03-16" PricingMethod="Guaranteed" Refundable="true" ETicketability="Yes" PlatingCarrier="KC" ProviderCode="1G" Cat35Indicator="false"> <air:FareInfoRef Key="2UPLTDfB0BKAnoGdBAAAAA=="/> <air:FareInfoRef Key="2UPLTDfB0BKAvoGdBAAAAA=="/> <air:BookingInfo BookingCode="S" BookingCount="9" CabinClass="Economy" FareInfoRef="2UPLTDfB0BKAnoGdBAAAAA==" SegmentRef="2UPLTDfB0BKAWoGdBAAAAA=="/> <air:BookingInfo BookingCode="S" BookingCount="9" CabinClass="Economy" FareInfoRef="2UPLTDfB0BKAnoGdBAAAAA==" SegmentRef="2UPLTDfB0BKAYoGdBAAAAA=="/> <air:BookingInfo BookingCode="S" BookingCount="9" CabinClass="Economy" FareInfoRef="2UPLTDfB0BKAvoGdBAAAAA==" SegmentRef="2UPLTDfB0BKAaoGdBAAAAA=="/> <air:BookingInfo BookingCode="S" BookingCount="9" CabinClass="Economy" FareInfoRef="2UPLTDfB0BKAvoGdBAAAAA==" SegmentRef="2UPLTDfB0BKAcoGdBAAAAA=="/> <air:TaxInfo Category="BP" Amount="KRW28000" Key="2UPLTDfB0BKAhoGdBAAAAAAA"/> <air:TaxInfo Category="CS" Amount="KRW2500" Key="2UPLTDfB0BKAioGdBAAAAAAA"/> <air:TaxInfo Category="UJ" Amount="KRW11100" Key="2UPLTDfB0BKAjoGdBAAAAAAA"/> <air:TaxInfo Category="RI" Amount="KRW25800" Key="2UPLTDfB0BKAkoGdBAAAAAAA"/> <air:TaxInfo Category="UH" Amount="KRW8800" Key="2UPLTDfB0BKAloGdBAAAAAAA"/> <air:TaxInfo Category="YQ" Amount="KRW95400" Key="2UPLTDfB0BKAmoGdBAAAAAAA"/> <air:FareCalc>SEL KC ALA KC MOW Q SELMOW50.00 168.18SEE6MKC KC X/TSE KC SEL Q MOWSEL50.00 168.19SEE6MKC 1S25.00 NUC461.37END ROE1189.14257</air:FareCalc> <air:PassengerType Code="LBR"/> <air:ChangePenalty PenaltyApplies="Anytime"> <air:Amount>KRW47700</air:Amount> </air:ChangePenalty> <air:CancelPenalty PenaltyApplies="Anytime"> <air:Amount>KRW47700</air:Amount> </air:CancelPenalty> </air:AirPricingInfo> <air:Connection SegmentIndex="1"/> <air:Connection SegmentIndex="2"/> </air:AirPricingSolution> <air:AirPricingSolution Key="2UPLTDfB0BKA9oGdBAAAAA==" TotalPrice="KRW720300" BasePrice="KRW548700" ApproximateTotalPrice="KRW720300" ApproximateBasePrice="KRW548700" Taxes="KRW171600" ApproximateTaxes="KRW171600"> <air:Journey TravelTime="P0DT6H55M0S"> <air:AirSegmentRef Key="2UPLTDfB0BKAWoGdBAAAAA=="/> </air:Journey> <air:Journey TravelTime="P1DT18H50M0S"> <air:AirSegmentRef Key="2UPLTDfB0BKAzoGdBAAAAA=="/> <air:AirSegmentRef Key="2UPLTDfB0BKAaoGdBAAAAA=="/> <air:AirSegmentRef Key="2UPLTDfB0BKAcoGdBAAAAA=="/> </air:Journey> <air:LegRef Key="2UPLTDfB0BKAeoGdBAAAAA=="/> <air:LegRef Key="2UPLTDfB0BKAfoGdBAAAAA=="/> <air:AirPricingInfo Key="2UPLTDfB0BKAooGdBAAAAA==" TotalPrice="KRW720300" BasePrice="KRW548700" ApproximateTotalPrice="KRW720300" ApproximateBasePrice="KRW548700" Taxes="KRW171600" ApproximateTaxes="KRW171600" LatestTicketingTime="2020-03-16" PricingMethod="Guaranteed" Refundable="true" ETicketability="Yes" PlatingCarrier="KC" ProviderCode="1G" Cat35Indicator="false"> <air:FareInfoRef Key="2UPLTDfB0BKAnoGdBAAAAA=="/> <air:FareInfoRef Key="2UPLTDfB0BKAvoGdBAAAAA=="/> <air:BookingInfo BookingCode="S" BookingCount="9" CabinClass="Economy" FareInfoRef="2UPLTDfB0BKAnoGdBAAAAA==" SegmentRef="2UPLTDfB0BKAWoGdBAAAAA=="/> <air:BookingInfo BookingCode="S" BookingCount="9" CabinClass="Economy" FareInfoRef="2UPLTDfB0BKAnoGdBAAAAA==" SegmentRef="2UPLTDfB0BKAzoGdBAAAAA=="/> <air:BookingInfo BookingCode="S" BookingCount="9" CabinClass="Economy" FareInfoRef="2UPLTDfB0BKAvoGdBAAAAA==" SegmentRef="2UPLTDfB0BKAaoGdBAAAAA=="/> <air:BookingInfo BookingCode="S" BookingCount="9" CabinClass="Economy" FareInfoRef="2UPLTDfB0BKAvoGdBAAAAA==" SegmentRef="2UPLTDfB0BKAcoGdBAAAAA=="/> <air:TaxInfo Category="BP" Amount="KRW28000" Key="2UPLTDfB0BKApoGdBAAAAAAA"/> <air:TaxInfo Category="CS" Amount="KRW2500" Key="2UPLTDfB0BKAqoGdBAAAAAAA"/> <air:TaxInfo Category="UJ" Amount="KRW11100" Key="2UPLTDfB0BKAroGdBAAAAAAA"/> <air:TaxInfo Category="RI" Amount="KRW25800" Key="2UPLTDfB0BKAsoGdBAAAAAAA"/> <air:TaxInfo Category="UH" Amount="KRW8800" Key="2UPLTDfB0BKAtoGdBAAAAAAA"/> <air:TaxInfo Category="YQ" Amount="KRW95400" Key="2UPLTDfB0BKAuoGdBAAAAAAA"/> <air:FareCalc>SEL KC ALA KC MOW Q SELMOW50.00 168.18SEE6MKC KC X/TSE KC SEL Q MOWSEL50.00 168.19SEE6MKC 1S25.00 NUC461.37END ROE1189.14257</air:FareCalc> <air:PassengerType Code="LBR"/> <air:ChangePenalty PenaltyApplies="Anytime"> <air:Amount>KRW47700</air:Amount> </air:ChangePenalty> <air:CancelPenalty PenaltyApplies="Anytime"> <air:Amount>KRW47700</air:Amount> </air:CancelPenalty> </air:AirPricingInfo> <air:Connection SegmentIndex="1"/> <air:Connection SegmentIndex="2"/> </air:AirPricingSolution> <air:AirPricingSolution Key="2UPLTDfB0BKA+oGdBAAAAA==" TotalPrice="KRW846300" BasePrice="KRW810000" ApproximateTotalPrice="KRW846300" ApproximateBasePrice="KRW810000" Taxes="KRW36300" ApproximateTaxes="KRW36300"> <air:Journey TravelTime="P0DT6H55M0S"> <air:AirSegmentRef Key="2UPLTDfB0BKAWoGdBAAAAA=="/> </air:Journey> <air:Journey TravelTime="P0DT5H35M0S"> <air:AirSegmentRef Key="2UPLTDfB0BKA/oGdBAAAAA=="/> </air:Journey> <air:LegRef Key="2UPLTDfB0BKAeoGdBAAAAA=="/> <air:LegRef Key="2UPLTDfB0BKAfoGdBAAAAA=="/> <air:AirPricingInfo Key="2UPLTDfB0BKABpGdBAAAAA==" TotalPrice="KRW846300" BasePrice="KRW810000" ApproximateTotalPrice="KRW846300" ApproximateBasePrice="KRW810000" Taxes="KRW36300" ApproximateTaxes="KRW36300" LatestTicketingTime="2020-03-16" PricingMethod="Guaranteed" Refundable="true" ETicketability="Yes" PlatingCarrier="KC" ProviderCode="1G" Cat35Indicator="false"> <air:FareInfoRef Key="2UPLTDfB0BKAFpGdBAAAAA=="/> <air:FareInfoRef Key="2UPLTDfB0BKAGpGdBAAAAA=="/> <air:BookingInfo BookingCode="V" BookingCount="9" CabinClass="Economy" FareInfoRef="2UPLTDfB0BKAFpGdBAAAAA==" SegmentRef="2UPLTDfB0BKAWoGdBAAAAA=="/> <air:BookingInfo BookingCode="V" BookingCount="9" CabinClass="Economy" FareInfoRef="2UPLTDfB0BKAGpGdBAAAAA==" SegmentRef="2UPLTDfB0BKA/oGdBAAAAA=="/> <air:TaxInfo Category="BP" Amount="KRW28000" Key="2UPLTDfB0BKACpGdBAAAAAAA"/> <air:TaxInfo Category="CS" Amount="KRW2500" Key="2UPLTDfB0BKADpGdBAAAAAAA"/> <air:TaxInfo Category="UJ" Amount="KRW5800" Key="2UPLTDfB0BKAEpGdBAAAAAAA"/> <air:FareCalc>SEL KC ALA 340.58VSF KC SEL 340.58VSF NUC681.16END ROE1189.14257</air:FareCalc> <air:PassengerType Code="LBR"/> <air:ChangePenalty PenaltyApplies="Anytime"> <air:Amount>KRW47700</air:Amount> </air:ChangePenalty> <air:CancelPenalty PenaltyApplies="Anytime"> <air:Amount>KRW47700</air:Amount> </air:CancelPenalty> </air:AirPricingInfo> </air:AirPricingSolution> <air:AirPricingSolution Key="2UPLTDfB0BKAJpGdBAAAAA==" TotalPrice="KRW930100" BasePrice="KRW828700" ApproximateTotalPrice="KRW930100" ApproximateBasePrice="KRW828700" Taxes="KRW101400" ApproximateTaxes="KRW101400"> <air:Journey TravelTime="P0DT6H55M0S"> <air:AirSegmentRef Key="2UPLTDfB0BKAWoGdBAAAAA=="/> </air:Journey> <air:Journey TravelTime="P1DT7H15M0S"> <air:AirSegmentRef Key="2UPLTDfB0BKAKpGdBAAAAA=="/> <air:AirSegmentRef Key="2UPLTDfB0BKAMpGdBAAAAA=="/> <air:AirSegmentRef Key="2UPLTDfB0BKAcoGdBAAAAA=="/> </air:Journey> <air:LegRef Key="2UPLTDfB0BKAeoGdBAAAAA=="/> <air:LegRef Key="2UPLTDfB0BKAfoGdBAAAAA=="/> <air:AirPricingInfo Key="2UPLTDfB0BKAOpGdBAAAAA==" TotalPrice="KRW930100" BasePrice="KRW828700" ApproximateTotalPrice="KRW930100" ApproximateBasePrice="KRW828700" Taxes="KRW101400" ApproximateTaxes="KRW101400" LatestTicketingTime="2020-03-16" PricingMethod="Guaranteed" Refundable="true" ETicketability="Yes" PlatingCarrier="KC" ProviderCode="1G" Cat35Indicator="false"> <air:FareInfoRef Key="2UPLTDfB0BKAUpGdBAAAAA=="/> <air:FareInfoRef Key="2UPLTDfB0BKAXpGdBAAAAA=="/> <air:BookingInfo BookingCode="V" BookingCount="9" CabinClass="Economy" FareInfoRef="2UPLTDfB0BKAUpGdBAAAAA==" SegmentRef="2UPLTDfB0BKAWoGdBAAAAA=="/> <air:BookingInfo BookingCode="V" BookingCount="9" CabinClass="Economy" FareInfoRef="2UPLTDfB0BKAUpGdBAAAAA==" SegmentRef="2UPLTDfB0BKAKpGdBAAAAA=="/> <air:BookingInfo BookingCode="V" BookingCount="9" CabinClass="Economy" FareInfoRef="2UPLTDfB0BKAXpGdBAAAAA==" SegmentRef="2UPLTDfB0BKAMpGdBAAAAA=="/> <air:BookingInfo BookingCode="V" BookingCount="9" CabinClass="Economy" FareInfoRef="2UPLTDfB0BKAXpGdBAAAAA==" SegmentRef="2UPLTDfB0BKAcoGdBAAAAA=="/> <air:TaxInfo Category="BP" Amount="KRW28000" Key="2UPLTDfB0BKAPpGdBAAAAAAA"/> <air:TaxInfo Category="CS" Amount="KRW2500" Key="2UPLTDfB0BKAQpGdBAAAAAAA"/> <air:TaxInfo Category="UJ" Amount="KRW11100" Key="2UPLTDfB0BKARpGdBAAAAAAA"/> <air:TaxInfo Category="HL" Amount="KRW17900" Key="2UPLTDfB0BKASpGdBAAAAAAA"/> <air:TaxInfo Category="YQ" Amount="KRW41900" Key="2UPLTDfB0BKATpGdBAAAAAAA"/> <air:FareCalc>SEL KC ALA KC FRU Q SELFRU50.00 285.92VEE1MKC KC X/TSE KC SEL Q FRUSEL50.00 285.92VEE1MKC 1S25.00 NUC696.84END ROE1189.14257</air:FareCalc> <air:PassengerType Code="LBR"/> <air:ChangePenalty PenaltyApplies="Anytime"> <air:Amount>KRW47700</air:Amount> </air:ChangePenalty> <air:CancelPenalty PenaltyApplies="Anytime"> <air:Amount>KRW47700</air:Amount> </air:CancelPenalty> </air:AirPricingInfo> <air:Connection SegmentIndex="1"/> <air:Connection SegmentIndex="2"/> </air:AirPricingSolution> <air:AirPricingSolution Key="2UPLTDfB0BKAdpGdBAAAAA==" TotalPrice="KRW917100" BasePrice="KRW880800" ApproximateTotalPrice="KRW917100" ApproximateBasePrice="KRW880800" Taxes="KRW36300" ApproximateTaxes="KRW36300"> <air:Journey TravelTime="P0DT6H55M0S"> <air:AirSegmentRef Key="2UPLTDfB0BKAWoGdBAAAAA=="/> </air:Journey> <air:Journey TravelTime="P0DT5H35M0S"> <air:AirSegmentRef Key="2UPLTDfB0BKA/oGdBAAAAA=="/> </air:Journey> <air:LegRef Key="2UPLTDfB0BKAeoGdBAAAAA=="/> <air:LegRef Key="2UPLTDfB0BKAfoGdBAAAAA=="/> <air:AirPricingInfo Key="2UPLTDfB0BKAepGdBAAAAA==" TotalPrice="KRW917100" BasePrice="KRW880800" ApproximateTotalPrice="KRW917100" ApproximateBasePrice="KRW880800" Taxes="KRW36300" ApproximateTaxes="KRW36300" LatestTicketingTime="2020-03-16" PricingMethod="Guaranteed" Refundable="true" ProviderCode="1G"> <air:FareInfoRef Key="2UPLTDfB0BKAipGdBAAAAA=="/> <air:FareInfoRef Key="2UPLTDfB0BKAjpGdBAAAAA=="/> <air:BookingInfo BookingCode="V" BookingCount="9" CabinClass="Economy" FareInfoRef="2UPLTDfB0BKAipGdBAAAAA==" SegmentRef="2UPLTDfB0BKAWoGdBAAAAA=="/> <air:BookingInfo BookingCode="V" BookingCount="9" CabinClass="Economy" FareInfoRef="2UPLTDfB0BKAjpGdBAAAAA==" SegmentRef="2UPLTDfB0BKA/oGdBAAAAA=="/> <air:TaxInfo Category="BP" Amount="KRW28000" Key="2UPLTDfB0BKAfpGdBAAAAAAA"/> <air:TaxInfo Category="CS" Amount="KRW2500" Key="2UPLTDfB0BKAgpGdBAAAAAAA"/> <air:TaxInfo Category="UJ" Amount="KRW5800" Key="2UPLTDfB0BKAhpGdBAAAAAAA"/> <air:FareCalc>SEL KC ALA 370.35VFF KC SEL 370.35VFF NUC740.70END ROE1189.14257</air:FareCalc> <air:PassengerType Code="LBR"/> <air:CancelPenalty NoShow="true" PenaltyApplies="Anytime"> <air:Percentage>0.00</air:Percentage> </air:CancelPenalty> </air:AirPricingInfo> </air:AirPricingSolution> <air:BrandList> <air:Brand Key="2UPLTDfB0BKA4pGdBAAAAA==" BrandID="286969" Name="ECONOMY CLASSIC" BrandedDetailsAvailable="true" Carrier="KC"> <air:Title Type="External" LanguageCode="EN">Classic</air:Title> <air:Title Type="Short" LanguageCode="EN">Classic</air:Title> <air:Text Type="Upsell" LanguageCode="EN">Upgrade to CLASSIC for a fare which includes checked baggage and changes for a fee.</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">Your CLASSIC fare includes: • Free checked baggage (23kg) • Hand baggage • Advanced seat reservation • Changes and refunds permitted for a fee • Meals and beverages • Entertainment • 100% Nomad Club bonus points • WiFi not available • Please note that if the flight is operated by another airline then the onboard product or service maybe different to that described above.</air:Text> <air:Text Type="Strapline" LanguageCode="EN">The fare with a checked bag included</air:Text> <air:ImageLocation Type="Agent" ImageWidth="150" ImageHeight="150">https://cdn.travelport.com/airastana/KC_general_medium_138729.jpg</air:ImageLocation> <air:ImageLocation Type="Consumer" ImageWidth="1300" ImageHeight="560">https://cdn.travelport.com/airastana/KC_general_large_80669.png</air:ImageLocation> </air:Brand> <air:Brand Key="2UPLTDfB0BKA6pGdBAAAAA==" BrandID="286968" Name="ECONOMY PLUS" BrandedDetailsAvailable="true" Carrier="KC"> <air:Title Type="External" LanguageCode="EN">Plus</air:Title> <air:Title Type="Short" LanguageCode="EN">Plus</air:Title> <air:Text Type="Upsell" LanguageCode="EN">Upgrade to PLUS for a fully flexible fare option with increased checked baggage allowance.</air:Text> <air:Text Type="MarketingAgent" LanguageCode="EN">Your PLUS fare includes: • 2 pieces of free checked luggage (up to 23 KG each) • Hand baggage • Advanced seat reservation • Changes and refunds permitted • Meals and beverages • Entertainment • 150% Nomad Club bonus points • Priority check-in • WiFi not available • Please note that if the flight is operated by another airline then the onboard product or service maybe different to that described above.</air:Text> <air:Text Type="Strapline" LanguageCode="EN">The fully flexible fare option with increased checked baggage allowance</air:Text> <air:ImageLocation Type="Agent" ImageWidth="150" ImageHeight="150">https://cdn.travelport.com/airastana/KC_general_medium_138728.jpg</air:ImageLocation> <air:ImageLocation Type="Consumer" ImageWidth="1300" ImageHeight="630">https://cdn.travelport.com/airastana/KC_general_large_80670.png</air:ImageLocation> </air:Brand> </air:BrandList> </air:LowFareSearchRsp> </SOAP:Body> </SOAP:Envelope> |