Overview :
여행사 특가가 ATPCO에 올려지면 LowfareSearch 옵션에 AccountCode 를 추가 해야 특가 요금이 조회됩니다.
- Account Code 설명
- 특정 항공사가 지정된 여행사의 PCC 에 특별 할인가를 배포하는 형태로 운임 조회 시 반드시 특정 Code 값을 입력해야지만 조회되는 운임
- Master Account Code (MAC) 설명
- IBE 개발 시 LFS RQ API 내 Account Code 입력이 3개까지로 제한되어, 별도의 설정 기능을 이용하여, 1개의 Master Account Code 내 최대 10개까지의 Account Code 을 입력하여,
Shopping 조회 시 1개의 MAC 만 입력해도 최대 10개의 Account Code 운임을 조회하도록 지원함
- 단말기 조회 명령어
FD19NOVLONSYD-PRI-TO | Request public and private fares, including fares with account code TO. |
FD19NOVLONSYD-PRI-:TO | Request fares with account code TO only. |
형식 :
1 2 3 4 5 6 7 |
<air:AccountCodes> <!-- 멀티 입력 가능 10개 까지 / 단일 항공사 조회인 경우 SupplierCode="VN" 생략가능 --> <com:AccountCode Code="KRE1" SupplierCode="VN"/> <com:AccountCode Code="KNP23" SupplierCode="AI"/> </air:AccountCodes> |
AirCreateReservationReq AccountCode 추가
1 2 3 4 5 6 7 |
<air:AirPricingModifiers FaresIndicator="AllFares"> <air:AccountCodes> <com:AccountCode Code="KRE1" /> </air:AccountCodes> </air:AirPricingModifiers> |
예제 :
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 |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:air="http://www.travelport.com/schema/air_v50_0" xmlns:com="http://www.travelport.com/schema/common_v50_0"> <soapenv:Header/> <soapenv:Body> <air:LowFareSearchReq AuthorizedBy="DEV" SolutionResult="true" TargetBranch="P*******" TraceId="202204261611122"> <com:BillingPointOfSaleInfo OriginApplication="UAPI"/> <air:SearchAirLeg> <air:SearchOrigin> <com:Airport Code="ICN"/> </air:SearchOrigin> <air:SearchDestination> <com:Airport Code="HAN"/> </air:SearchDestination> <air:SearchDepTime PreferredTime="2022-10-01"/> </air:SearchAirLeg> <air:SearchAirLeg> <air:SearchOrigin> <com:Airport Code="HAN"/> </air:SearchOrigin> <air:SearchDestination> <com:Airport Code="ICN"/> </air:SearchDestination> <air:SearchDepTime PreferredTime="2022-10-14"/> </air:SearchAirLeg> <air:AirSearchModifiers> <air:PreferredProviders> <com:Provider Code="1G"/> </air:PreferredProviders> <air:PermittedCarriers> <com:Carrier Code="VN"/> </air:PermittedCarriers> <air:PreferredCabins> <com:CabinClass Type="Economy"/> </air:PreferredCabins> <air:FlightType NonStopDirects="true" StopDirects="false" SingleOnlineCon="false" DoubleOnlineCon="false" SingleInterlineCon="false" DoubleInterlineCon="false"/> </air:AirSearchModifiers> <com:SearchPassenger Code="VFR" PricePTCOnly ="true"/> <com:SearchPassenger Code="VNN" PricePTCOnly ="false" Age="08"/> <air:AirPricingModifiers ETicketability="Required" FaresIndicator="AllFares" AccountCodeFaresOnly="false" > <air:AccountCodes> <com:AccountCode Code="KRE1" SupplierCode="VN"/> <com:AccountCode Code="KNP23" SupplierCode="AI"/> </air:AccountCodes> </air:AirPricingModifiers> </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 |
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <air:LowFareSearchRsp TraceId="202204261611122" TransactionId="F1A1AF740A0EE0DF2E2B989097235CC0" ResponseTime="733" DistanceUnits="MI" CurrencyType="KRW" xmlns:air="http://www.travelport.com/schema/air_v50_0" xmlns:common_v50_0="http://www.travelport.com/schema/common_v50_0"> <air:FlightDetailsList> <air:FlightDetails Key="4ZNyfLfDuDKAxYv4OIAAAA==" Origin="ICN" Destination="HAN" DepartureTime="2022-10-01T18:05:00.000+09:00" ArrivalTime="2022-10-01T20:35:00.000+07:00" FlightTime="270" TravelTime="270" Equipment="350" OriginTerminal="1" DestinationTerminal="2"/> <air:FlightDetails Key="4ZNyfLfDuDKAzYv4OIAAAA==" Origin="HAN" Destination="ICN" DepartureTime="2022-10-14T23:35:00.000+07:00" ArrivalTime="2022-10-15T05:50:00.000+09:00" FlightTime="255" TravelTime="255" Equipment="359" OriginTerminal="2" DestinationTerminal="1"/> <air:FlightDetails Key="4ZNyfLfDuDKAFZv4OIAAAA==" Origin="ICN" Destination="HAN" DepartureTime="2022-10-01T10:05:00.000+09:00" ArrivalTime="2022-10-01T12:40:00.000+07:00" FlightTime="275" TravelTime="275" Equipment="359" OriginTerminal="1" DestinationTerminal="2"/> </air:FlightDetailsList> <air:AirSegmentList> <air:AirSegment Key="4ZNyfLfDuDKAwYv4OIAAAA==" Group="0" Carrier="VN" FlightNumber="415" Origin="ICN" Destination="HAN" DepartureTime="2022-10-01T18:05:00.000+09:00" ArrivalTime="2022-10-01T20:35:00.000+07:00" FlightTime="270" Distance="1678" ETicketability="Yes" Equipment="350" ChangeOfPlane="false" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="Cache status used. No polled avail exists." OptionalServicesIndicator="false" AvailabilitySource="H" AvailabilityDisplayType="Fare Shop/Optimal Shop"> <air:AirAvailInfo ProviderCode="1G"/> <air:FlightDetailsRef Key="4ZNyfLfDuDKAxYv4OIAAAA=="/> </air:AirSegment> <air:AirSegment Key="4ZNyfLfDuDKAyYv4OIAAAA==" Group="1" Carrier="VN" FlightNumber="416" Origin="HAN" Destination="ICN" DepartureTime="2022-10-14T23:35:00.000+07:00" ArrivalTime="2022-10-15T05:50:00.000+09:00" FlightTime="255" Distance="1678" ETicketability="Yes" Equipment="359" ChangeOfPlane="false" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="Cache status used. No polled avail exists." OptionalServicesIndicator="false" AvailabilitySource="H" AvailabilityDisplayType="Fare Shop/Optimal Shop"> <air:AirAvailInfo ProviderCode="1G"/> <air:FlightDetailsRef Key="4ZNyfLfDuDKAzYv4OIAAAA=="/> </air:AirSegment> <air:AirSegment Key="4ZNyfLfDuDKAEZv4OIAAAA==" Group="0" Carrier="VN" FlightNumber="417" Origin="ICN" Destination="HAN" DepartureTime="2022-10-01T10:05:00.000+09:00" ArrivalTime="2022-10-01T12:40:00.000+07:00" FlightTime="275" Distance="1678" ETicketability="Yes" Equipment="359" ChangeOfPlane="false" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="Cache status used. No polled avail exists." OptionalServicesIndicator="false" AvailabilitySource="H" AvailabilityDisplayType="Fare Shop/Optimal Shop"> <air:AirAvailInfo ProviderCode="1G"/> <air:FlightDetailsRef Key="4ZNyfLfDuDKAFZv4OIAAAA=="/> </air:AirSegment> </air:AirSegmentList> <air:FareInfoList> <air:FareInfo Key="4ZNyfLfDuDKA7Yv4OIAAAA==" FareBasis="AK1YKRE" PassengerTypeCode="VFR" Origin="ICN" Destination="HAN" EffectiveDate="2022-08-31T11:01:00.000+09:00" DepartureDate="2022-10-01" Amount="KRW90000" NegotiatedFare="false" PrivateFare="AirlinePrivateFare" PseudoCityCode="7B0L"> <common_v50_0:AccountCode Code="KRE1" ProviderCode="1G"/> <air:BaggageAllowance> <air:NumberOfPieces>2</air:NumberOfPieces> <air:MaxWeight/> </air:BaggageAllowance> <air:FareRuleKey FareInfoRef="4ZNyfLfDuDKA7Yv4OIAAAA==" ProviderCode="1G">gws-eJxNT0kOgzAMfAyau21IwTcoi0AgH0BFyqX/f0adUKpOlMVjezxp21ZIhJqS238U6z4yEH2tHNf9GGcc47YtMDhv0AtA/aQtEcRe2+XisUMKvB52TvtZKouzgYjJwao1haaSSgVAYlCcBnv1SUh8z53hoaRZJ4JKpVsbyS9THuc9vzPFRIMM6hf6MIUrlYBoFg1Lb2laFr6m4l1kA96B++E/RfZ9WW7KSvj45qiGG/0AWRREhQ==</air:FareRuleKey> <air:Brand Key="4ZNyfLfDuDKAeZv4OIAAAA==" BrandFound="false"/> </air:FareInfo> <air:FareInfo Key="4ZNyfLfDuDKA8Yv4OIAAAA==" FareBasis="LKAP3KRE" PassengerTypeCode="VFR" Origin="HAN" Destination="ICN" EffectiveDate="2022-08-31T11:01:00.000+09:00" DepartureDate="2022-10-14" Amount="KRW233700" NegotiatedFare="false" PrivateFare="AirlinePrivateFare" NotValidBefore="2022-10-02" PseudoCityCode="7B0L"> <common_v50_0:AccountCode Code="KRE1" ProviderCode="1G" SupplierCode="EH"/> <air:BaggageAllowance> <air:NumberOfPieces>2</air:NumberOfPieces> <air:MaxWeight/> </air:BaggageAllowance> <air:FareRuleKey FareInfoRef="4ZNyfLfDuDKA8Yv4OIAAAA==" ProviderCode="1G">gws-eJxNT8sOgzAM+xjke9JCoTc2HgJRVRNoSFz2/58xt9UerpQ2Tpy4fd8bMUY6q/0/qm2fFNOCiydsem27O3BMIayIMGDwBUB7l5AI0dx7e1iKkRL2I57zflqvhmQjokKo921dO0eaeiQG1RkRnwPy+Ih1iNDWW8cseRDr5Tc8eVbRmgWqvjHtFBnN6HlhaOYml65IpHhFLDcalTK57MWryhaowOfBjyM7L6Y7Wxvl/0tRWtDrG90IRdM=</air:FareRuleKey> <air:Brand Key="4ZNyfLfDuDKAgZv4OIAAAA==" BrandFound="false"/> </air:FareInfo> <air:FareInfo Key="4ZNyfLfDuDKAOZv4OIAAAA==" FareBasis="AK1YKRE" PassengerTypeCode="VNN" Origin="ICN" Destination="HAN" EffectiveDate="2022-08-31T11:01:00.000+09:00" DepartureDate="2022-10-01" Amount="KRW67500" NegotiatedFare="false" PrivateFare="AirlinePrivateFare" PseudoCityCode="7B0L"> <air:FareTicketDesignator Value="CH25"/> <common_v50_0:AccountCode Code="KRE1" ProviderCode="1G" SupplierCode="AK1"/> <air:BaggageAllowance> <air:NumberOfPieces>2</air:NumberOfPieces> <air:MaxWeight/> </air:BaggageAllowance> <air:FareRuleKey FareInfoRef="4ZNyfLfDuDKAOZv4OIAAAA==" ProviderCode="1G">gws-eJxNT8sOgzAM+xjke5pSoLduwAQC5QAaEpf9/2fM5TEtVdvUlh03paSiKo136b+KaekdHpPDziVsdiJY+3keYSA8LWs/sI1nAfVTZhCQrHEilWpVQfmgCraZbT46pU0QIc8jxlpCU2oZFQARRbEZ7N1mI+UeHobgGsUVxEfBHSYHp09mqPmdeaJIp13khTa8wknlwm62G8bW8rTD+JyKT3EEoAJ3w+/hyH1Gbnypbr04qcGgX6xbRkg=</air:FareRuleKey> <air:Brand Key="4ZNyfLfDuDKAiZv4OIAAAA==" BrandFound="false"/> </air:FareInfo> <air:FareInfo Key="4ZNyfLfDuDKAPZv4OIAAAA==" FareBasis="LKAP3KRE" PassengerTypeCode="VNN" Origin="HAN" Destination="ICN" EffectiveDate="2022-08-31T11:01:00.000+09:00" DepartureDate="2022-10-14" Amount="KRW175300" NegotiatedFare="false" PrivateFare="AirlinePrivateFare" NotValidBefore="2022-10-02" PseudoCityCode="7B0L"> <air:FareTicketDesignator Value="CH25"/> <common_v50_0:AccountCode Code="KRE1" ProviderCode="1G" SupplierCode="ELK"/> <air:BaggageAllowance> <air:NumberOfPieces>2</air:NumberOfPieces> <air:MaxWeight/> </air:BaggageAllowance> <air:FareRuleKey FareInfoRef="4ZNyfLfDuDKAPZv4OIAAAA==" ProviderCode="1G">gws-eJxNj8GOwyAMRD8mmrttCCm3dFOqViC0SrSRuOz/f0YnpLuqkQx4POYxz7OJmVyczp8x5DUpUsloXFLy9dvlFVsq5YkKg7a8hi09eIlnANOXFLAgSo+KBLMQ2NsOH+pe6+6iGkePItSZYpy8D4Fl+sGKYdgr6s+C/kzFc6lQ50frg8jiouDNk3DAq6inQNd/PlpFbnaL3LCM97FLrTKO3CoeV4LKOfl8F79DR6ADfwd+EJ38hL44bxq2tygTyPoCOrBHkA==</air:FareRuleKey> <air:Brand Key="4ZNyfLfDuDKAkZv4OIAAAA==" BrandFound="false"/> </air:FareInfo> <air:FareInfo Key="4ZNyfLfDuDKACZv4OIAAAA==" FareBasis="NKAP3KRE" PassengerTypeCode="VFR" Origin="ICN" Destination="HAN" EffectiveDate="2022-08-31T11:01:00.000+09:00" DepartureDate="2022-10-01" Amount="KRW178200" NegotiatedFare="false" PrivateFare="AirlinePrivateFare" PseudoCityCode="7B0L"> <common_v50_0:AccountCode Code="KRE1" ProviderCode="1G" SupplierCode="EH"/> <air:BaggageAllowance> <air:NumberOfPieces>2</air:NumberOfPieces> <air:MaxWeight/> </air:BaggageAllowance> <air:FareRuleKey FareInfoRef="4ZNyfLfDuDKACZv4OIAAAA==" ProviderCode="1G">gws-eJxNT10PgyAM/DHm3ltQlDc3P6LRkEUzE172/3/GDojZ2lDotb0efd8bMUY6q/2/VdsxKaYFkR42jdvhTpzTvq8IUDD4YkD7lD0Born38bIcRkrYj3DNx2W9GoKNiApNvW/r2jnCnEdCUF0B4T0kIsOzPLjGuk4yUYRYLz/ypFmlLKTfMeUioxk9LwzN3JRSMsQQYsA6UKgU5rIXnypL4ATuBz+OrLyI7mxtlP8vRWlBrV/TB0W4</air:FareRuleKey> <air:Brand Key="4ZNyfLfDuDKAmZv4OIAAAA==" BrandFound="false"/> </air:FareInfo> <air:FareInfo Key="4ZNyfLfDuDKAYZv4OIAAAA==" FareBasis="NKAP3KRE" PassengerTypeCode="VNN" Origin="ICN" Destination="HAN" EffectiveDate="2022-08-31T11:01:00.000+09:00" DepartureDate="2022-10-01" Amount="KRW133700" NegotiatedFare="false" PrivateFare="AirlinePrivateFare" PseudoCityCode="7B0L"> <air:FareTicketDesignator Value="CH25"/> <common_v50_0:AccountCode Code="KRE1" ProviderCode="1G" SupplierCode="ENK"/> <air:BaggageAllowance> <air:NumberOfPieces>2</air:NumberOfPieces> <air:MaxWeight/> </air:BaggageAllowance> <air:FareRuleKey FareInfoRef="4ZNyfLfDuDKAYZv4OIAAAA==" ProviderCode="1G">gws-eJxNj8GOwyAMRD8mmrttElJuaVOqVkTWKtFGyqX//xkdSndVIwx4NPZjmiYTMzkFnb6jK2tWZC84uMTL+SeUFVtelgccCj3KGrd85yO1AMaLLGBBlB4ViWYxwvigD7677yGpsfUgQp0ppbHvY2SZfrBi6HaH/861kXHfzxwnFgXaWEISfHgyKjw7VYmu/1xnilztmnhgHm5Dk2rgcD8cj5mg0jq3uXh2bwQ68HfhB/Emb9Cn0JvG7SPKCLK+ADLdR3k=</air:FareRuleKey> <air:Brand Key="4ZNyfLfDuDKAoZv4OIAAAA==" BrandFound="false"/> </air:FareInfo> <air:FareInfo Key="4ZNyfLfDuDKAZZv4OIAAAA==" FareBasis="LKAP3KRE" PassengerTypeCode="VNN" Origin="HAN" Destination="ICN" EffectiveDate="2022-08-31T11:01:00.000+09:00" DepartureDate="2022-10-14" Amount="KRW175200" NegotiatedFare="false" PrivateFare="AirlinePrivateFare" NotValidBefore="2022-10-02" PseudoCityCode="7B0L"> <air:FareTicketDesignator Value="CH25"/> <common_v50_0:AccountCode Code="KRE1" ProviderCode="1G" SupplierCode="ELK"/> <air:BaggageAllowance> <air:NumberOfPieces>2</air:NumberOfPieces> <air:MaxWeight/> </air:BaggageAllowance> <air:FareRuleKey FareInfoRef="4ZNyfLfDuDKAZZv4OIAAAA==" ProviderCode="1G">gws-eJxNj8GOwyAMRD8mmrttCCm3dFOqViC0SrSRuOz/f0YnpLuqkQx4POYxz7OJmVyczp8x5DUpUsloXFLy9dvlFVsq5YkKg7a8hi09eIlnANOXFLAgSo+KBLMQ2NsOH+pe6+6iGkePItSZYpy8D4Fl+sGKYdgr6s+C/kzFc6lQ50frg8jiouDNk3DAq6inQNd/PlpFbnaL3LCM97FLrTKO3CoeV4LKOfl8F79DR6ADfwd+EJ38hL44bxq2tygTyPoCOrBHkA==</air:FareRuleKey> <air:Brand Key="4ZNyfLfDuDKAqZv4OIAAAA==" BrandFound="false"/> </air:FareInfo> </air:FareInfoList> <air:RouteList> <air:Route Key="4ZNyfLfDuDKAcZv4OIAAAA=="> <air:Leg Key="4ZNyfLfDuDKA0Yv4OIAAAA==" Group="0" Origin="SEL" Destination="HAN"/> <air:Leg Key="4ZNyfLfDuDKA1Yv4OIAAAA==" Group="1" Origin="HAN" Destination="SEL"/> </air:Route> </air:RouteList> <air:AirPricingSolution Key="4ZNyfLfDuDKAvYv4OIAAAA==" TotalPrice="KRW1082100" BasePrice="KRW566500" ApproximateTotalPrice="KRW1082100" ApproximateBasePrice="KRW566500" Taxes="KRW515600" ApproximateTaxes="KRW515600"> <air:Journey TravelTime="P0DT4H30M0S"> <air:AirSegmentRef Key="4ZNyfLfDuDKAwYv4OIAAAA=="/> </air:Journey> <air:Journey TravelTime="P0DT4H15M0S"> <air:AirSegmentRef Key="4ZNyfLfDuDKAyYv4OIAAAA=="/> </air:Journey> <air:LegRef Key="4ZNyfLfDuDKA0Yv4OIAAAA=="/> <air:LegRef Key="4ZNyfLfDuDKA1Yv4OIAAAA=="/> <air:AirPricingInfo Key="4ZNyfLfDuDKA2Yv4OIAAAA==" TotalPrice="KRW590600" BasePrice="KRW323700" ApproximateTotalPrice="KRW590600" ApproximateBasePrice="KRW323700" Taxes="KRW266900" ApproximateTaxes="KRW266900" LatestTicketingTime="2022-09-10T23:59:00.000+09:00" PricingMethod="GuaranteedUsingAirlinePrivateFare" Refundable="true" ETicketability="Yes" PlatingCarrier="VN" ProviderCode="1G" Cat35Indicator="false"> <air:FareInfoRef Key="4ZNyfLfDuDKA7Yv4OIAAAA=="/> <air:FareInfoRef Key="4ZNyfLfDuDKA8Yv4OIAAAA=="/> <air:BookingInfo BookingCode="A" BookingCount="4" CabinClass="Economy" FareInfoRef="4ZNyfLfDuDKA7Yv4OIAAAA==" SegmentRef="4ZNyfLfDuDKAwYv4OIAAAA=="/> <air:BookingInfo BookingCode="L" BookingCount="7" CabinClass="Economy" FareInfoRef="4ZNyfLfDuDKA8Yv4OIAAAA==" SegmentRef="4ZNyfLfDuDKAyYv4OIAAAA=="/> <air:TaxInfo Category="BP" Amount="KRW28000" Key="4ZNyfLfDuDKA3Yv4OIAAAA=="/> <air:TaxInfo Category="C4" Amount="KRW2700" Key="4ZNyfLfDuDKA4Yv4OIAAAA=="/> <air:TaxInfo Category="JC" Amount="KRW33800" Key="4ZNyfLfDuDKA5Yv4OIAAAA=="/> <air:TaxInfo Category="YQ" Amount="KRW202400" Key="4ZNyfLfDuDKA6Yv4OIAAAA=="/> <air:FareCalc>SEL VN HAN 69.09AK1YKRE VN SEL 179.36LKAP3KRE NUC248.45END ROE1302.56207</air:FareCalc> <air:PassengerType Code="VFR" PricePTCOnly="true"/> <air:ChangePenalty PenaltyApplies="Anytime"> <air:Percentage>0.00</air:Percentage> </air:ChangePenalty> <air:CancelPenalty PenaltyApplies="Anytime"> <air:Amount>KRW60000</air:Amount> </air:CancelPenalty> </air:AirPricingInfo> <air:AirPricingInfo Key="4ZNyfLfDuDKAJZv4OIAAAA==" TotalPrice="KRW491500" BasePrice="KRW242800" ApproximateTotalPrice="KRW491500" ApproximateBasePrice="KRW242800" Taxes="KRW248700" ApproximateTaxes="KRW248700" LatestTicketingTime="2022-09-10T23:59:00.000+09:00" PricingMethod="GuaranteedUsingAirlinePrivateFare" Refundable="true" ETicketability="Yes" PlatingCarrier="VN" ProviderCode="1G" Cat35Indicator="false"> <air:FareInfoRef Key="4ZNyfLfDuDKAOZv4OIAAAA=="/> <air:FareInfoRef Key="4ZNyfLfDuDKAPZv4OIAAAA=="/> <air:BookingInfo BookingCode="A" BookingCount="4" CabinClass="Economy" FareInfoRef="4ZNyfLfDuDKAOZv4OIAAAA==" SegmentRef="4ZNyfLfDuDKAwYv4OIAAAA=="/> <air:BookingInfo BookingCode="L" BookingCount="7" CabinClass="Economy" FareInfoRef="4ZNyfLfDuDKAPZv4OIAAAA==" SegmentRef="4ZNyfLfDuDKAyYv4OIAAAA=="/> <air:TaxInfo Category="BP" Amount="KRW28000" Key="4ZNyfLfDuDKAKZv4OIAAAA=="/> <air:TaxInfo Category="C4" Amount="KRW1400" Key="4ZNyfLfDuDKALZv4OIAAAA=="/> <air:TaxInfo Category="JC" Amount="KRW16900" Key="4ZNyfLfDuDKAMZv4OIAAAA=="/> <air:TaxInfo Category="YQ" Amount="KRW202400" Key="4ZNyfLfDuDKANZv4OIAAAA=="/> <air:FareCalc>SEL VN HAN 51.82AK1YKRE/CH25 VN SEL 134.52LKAP3KRE/CH25 NUC186.34END ROE1302.56207</air:FareCalc> <air:PassengerType Code="VNN" Age="8" PricePTCOnly="false"/> <air:ChangePenalty PenaltyApplies="Anytime"> <air:Percentage>0.00</air:Percentage> </air:ChangePenalty> <air:CancelPenalty PenaltyApplies="Anytime"> <air:Amount>KRW60000</air:Amount> </air:CancelPenalty> </air:AirPricingInfo> </air:AirPricingSolution> <air:AirPricingSolution Key="4ZNyfLfDuDKASZv4OIAAAA==" TotalPrice="KRW1236400" BasePrice="KRW720800" ApproximateTotalPrice="KRW1236400" ApproximateBasePrice="KRW720800" Taxes="KRW515600" ApproximateTaxes="KRW515600"> <air:Journey TravelTime="P0DT4H35M0S"> <air:AirSegmentRef Key="4ZNyfLfDuDKAEZv4OIAAAA=="/> </air:Journey> <air:Journey TravelTime="P0DT4H15M0S"> <air:AirSegmentRef Key="4ZNyfLfDuDKAyYv4OIAAAA=="/> </air:Journey> <air:LegRef Key="4ZNyfLfDuDKA0Yv4OIAAAA=="/> <air:LegRef Key="4ZNyfLfDuDKA1Yv4OIAAAA=="/> <air:AirPricingInfo Key="4ZNyfLfDuDKA9Yv4OIAAAA==" TotalPrice="KRW678800" BasePrice="KRW411900" ApproximateTotalPrice="KRW678800" ApproximateBasePrice="KRW411900" Taxes="KRW266900" ApproximateTaxes="KRW266900" LatestTicketingTime="2022-09-10T23:59:00.000+09:00" PricingMethod="GuaranteedUsingAirlinePrivateFare" Refundable="true" ETicketability="Yes" PlatingCarrier="VN" ProviderCode="1G" Cat35Indicator="false"> <air:FareInfoRef Key="4ZNyfLfDuDKACZv4OIAAAA=="/> <air:FareInfoRef Key="4ZNyfLfDuDKA8Yv4OIAAAA=="/> <air:BookingInfo BookingCode="N" BookingCount="7" CabinClass="Economy" FareInfoRef="4ZNyfLfDuDKACZv4OIAAAA==" SegmentRef="4ZNyfLfDuDKAEZv4OIAAAA=="/> <air:BookingInfo BookingCode="L" BookingCount="7" CabinClass="Economy" FareInfoRef="4ZNyfLfDuDKA8Yv4OIAAAA==" SegmentRef="4ZNyfLfDuDKAyYv4OIAAAA=="/> <air:TaxInfo Category="BP" Amount="KRW28000" Key="4ZNyfLfDuDKA+Yv4OIAAAA=="/> <air:TaxInfo Category="C4" Amount="KRW2700" Key="4ZNyfLfDuDKA/Yv4OIAAAA=="/> <air:TaxInfo Category="JC" Amount="KRW33800" Key="4ZNyfLfDuDKAAZv4OIAAAA=="/> <air:TaxInfo Category="YQ" Amount="KRW202400" Key="4ZNyfLfDuDKABZv4OIAAAA=="/> <air:FareCalc>SEL VN HAN 136.80NKAP3KRE VN SEL 179.37LKAP3KRE NUC316.17END ROE1302.56207</air:FareCalc> <air:PassengerType Code="VFR" PricePTCOnly="true"/> <air:ChangePenalty PenaltyApplies="Anytime"> <air:Percentage>0.00</air:Percentage> </air:ChangePenalty> <air:CancelPenalty PenaltyApplies="Before Departure"> <air:Amount>KRW30000</air:Amount> </air:CancelPenalty> </air:AirPricingInfo> <air:AirPricingInfo Key="4ZNyfLfDuDKATZv4OIAAAA==" TotalPrice="KRW557600" BasePrice="KRW308900" ApproximateTotalPrice="KRW557600" ApproximateBasePrice="KRW308900" Taxes="KRW248700" ApproximateTaxes="KRW248700" LatestTicketingTime="2022-09-10T23:59:00.000+09:00" PricingMethod="GuaranteedUsingAirlinePrivateFare" Refundable="true" ETicketability="Yes" PlatingCarrier="VN" ProviderCode="1G" Cat35Indicator="false"> <air:FareInfoRef Key="4ZNyfLfDuDKAYZv4OIAAAA=="/> <air:FareInfoRef Key="4ZNyfLfDuDKAZZv4OIAAAA=="/> <air:BookingInfo BookingCode="N" BookingCount="7" CabinClass="Economy" FareInfoRef="4ZNyfLfDuDKAYZv4OIAAAA==" SegmentRef="4ZNyfLfDuDKAEZv4OIAAAA=="/> <air:BookingInfo BookingCode="L" BookingCount="7" CabinClass="Economy" FareInfoRef="4ZNyfLfDuDKAZZv4OIAAAA==" SegmentRef="4ZNyfLfDuDKAyYv4OIAAAA=="/> <air:TaxInfo Category="BP" Amount="KRW28000" Key="4ZNyfLfDuDKAUZv4OIAAAA=="/> <air:TaxInfo Category="C4" Amount="KRW1400" Key="4ZNyfLfDuDKAVZv4OIAAAA=="/> <air:TaxInfo Category="JC" Amount="KRW16900" Key="4ZNyfLfDuDKAWZv4OIAAAA=="/> <air:TaxInfo Category="YQ" Amount="KRW202400" Key="4ZNyfLfDuDKAXZv4OIAAAA=="/> <air:FareCalc>SEL VN HAN 102.60NKAP3KRE/CH25 VN SEL 134.53LKAP3KRE/CH25 NUC237.13END ROE1302.56207</air:FareCalc> <air:PassengerType Code="VNN" Age="8" PricePTCOnly="false"/> <air:ChangePenalty PenaltyApplies="Anytime"> <air:Percentage>0.00</air:Percentage> </air:ChangePenalty> <air:CancelPenalty PenaltyApplies="Before Departure"> <air:Amount>KRW30000</air:Amount> </air:CancelPenalty> </air:AirPricingInfo> </air:AirPricingSolution> </air:LowFareSearchRsp> </SOAP:Body> </SOAP:Envelope> |
AirCreateReservationReq
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 |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:air="http://www.travelport.com/schema/air_v50_0" xmlns:com="http://www.travelport.com/schema/common_v50_0" xmlns:univ="http://www.travelport.com/schema/universal_v50_0"> <soapenv:Body> <univ:AirCreateReservationReq RetainReservation="Schedule" TargetBranch="P*******" TraceId="XAwDAariZyM026YvYDBkmgsGvAyESGRLJuNWSPgjs" RestrictWaitlist="true" AuthorizedBy="BSTEST"> <com:BillingPointOfSaleInfo OriginApplication="UAPI" /> <com:BookingTraveler DOB="1984-09-01" Gender="M" Key="1" TravelerType="VFR"> <com:BookingTravelerName First="SEOKKYU" Last="HAN" Prefix="MR" /> <com:PhoneNumber Number="023210****" Text="CLIENT CONNECT" /> <com:SSR Type="CTCM" Status="HK" FreeText="02778****" Carrier="VN" /> <com:SSR Carrier="VN" FreeText="P/KOR/M9686****/KOR/01SEP84/M/26JUN29/HAN/SEOKKYU" Type="DOCS" /> </com:BookingTraveler> <com:BookingTraveler DOB="2015-05-10" Gender="F" Key="2" TravelerType="VFN"> <com:BookingTravelerName First="JIMIN" Last="HAN" Prefix="MISS" /> <com:SSR Type="CTCM" Status="HK" FreeText="027780119" Carrier="VN" /> <com:SSR Carrier="VN" FreeText="P/KOR/M5401****/KOR/10MAY15/F/25JUN22/HAN/JIMIN" Type="DOCS" /> <com:NameRemark> <com:RemarkData>P-C10 DOB10MAY15</com:RemarkData> </com:NameRemark> </com:BookingTraveler> <com:OSI Carrier="VN" Text="023210****" ProviderCode="1G" /> <com:ContinuityCheckOverride>yes</com:ContinuityCheckOverride> <com:AgencyContactInfo> <com:PhoneNumber Type="Agency" CountryCode="82" Number="023210****" Text="GAL" /> </com:AgencyContactInfo> <air:AirPricingSolution Key="zGVkNBqxnDKA94BZudAAAA==" TotalPrice="KRW606100" BasePrice="KRW397300" ApproximateTotalPrice="KRW606100" ApproximateBasePrice="KRW397300" Taxes="KRW208800" Fees="KRW0" ApproximateTaxes="KRW208800" QuoteDate="2022-05-02"> <air:AirSegment Key="zGVkNBqxnDKA54BZudAAAA==" Group="0" Carrier="VN" FlightNumber="417" ProviderCode="1G" Origin="ICN" Destination="HAN" DepartureTime="2022-09-05T10:05:00.000+09:00" ArrivalTime="2022-09-05T12:40:00.000+07:00" FlightTime="275" TravelTime="275" Distance="1678" ClassOfService="Q" Equipment="787" ChangeOfPlane="false" OptionalServicesIndicator="false" AvailabilitySource="L" ParticipantLevel="Secure Sell" LinkAvailability="true" PolledAvailabilityOption="O and D cache or polled status used with different local status" AvailabilityDisplayType="Fare Specific Fare Quote Unbooked"> <air:Connection /> </air:AirSegment> <air:AirPricingInfo AirPricingInfoGroup="1" Key="zGVkNBqxnDKAC5BZudAAAA==" TotalPrice="KRW331400" BasePrice="KRW227000" ApproximateTotalPrice="KRW331400" ApproximateBasePrice="KRW227000" ApproximateTaxes="KRW104400" Taxes="KRW104400" LatestTicketingTime="2022-09-05T23:59:00.000+09:00" PricingMethod="GuaranteedUsingAirlinePrivateFare" Refundable="true" IncludesVAT="false" ETicketability="Yes" PlatingCarrier="VN" ProviderCode="1G"> <air:FareInfo Key="zGVkNBqxnDKAJ5BZudAAAA==" FareBasis="QLOXKRE" PassengerTypeCode="VFR" Origin="ICN" Destination="HAN" EffectiveDate="2022-05-02T13:16:00.000+09:00" DepartureDate="2022-09-05" Amount="KRW227000" PrivateFare="AirlinePrivateFare" NegotiatedFare="false" PseudoCityCode="3Y0D" TaxAmount="KRW104400"> <com:AccountCode Code="KRE1" ProviderCode="1G" SupplierCode="H" /> <com:Endorsement Value="NON-END.RESTRICT MAY APPLY" /> <com:Endorsement Value="CONTACT B4 DEPT FOR CHANGE" /> <air:FareRuleKey FareInfoRef="zGVkNBqxnDKAJ5BZudAAAA==" ProviderCode="1G">6UUVoSldxwg7VTBsqJgFUsbKj3F8T9EyxsqPcXxP0TLGyo9xfE/RMo0hm9wTmB7aF7Hgr3cbW7S1s6aILVqxDMeyGM+sJjGLzFOd+W7w/Uyl8KybrsNkBdE8og94BLyPD96xSfyxqQh6+WRr8tqYPLEqF13yavZ2vj2Ov9dKzRgCymgQ/HI3KjvrudzRiZYB3daPS0o6in6zGJVeVqk4QBdWfTX8jT6Y8p8NPzNyCmHK7m/WDrBVz+Gx5sa/PPpd83f1UwCbb2WVdwwHYk+FMmdhnjpTq8pKweGtQIZLT57eAEfh8gEcfSrLmLgskyhGWpF8NxjK8VA70CJW3hmugIX+hNfHEXoxprz9aEUoCV7pwj+ng/plJyx8Gvx3trnDVvL0gTWvGVJsAtNlFMzLJ+BhbCacu0grKUlT1kElFhn1huULaKiqKL+F729rtUMfv4Xvb2u1Qx+/he9va7VDH7+F729rtUMfv4Xvb2u1Qx80GqQ2wgDK/01BlpTwyo+r9GjARZYw7j/TROTkGAG0MZua50dpAr8sf03/XepJXc7cF7TvWtaxDxYEi+QBVphx</air:FareRuleKey> <air:Brand Key="zGVkNBqxnDKAJ5BZudAAAA==" BrandFound="false" UpSellBrandFound="false" /> </air:FareInfo> <air:BookingInfo BookingCode="Q" CabinClass="Economy" FareInfoRef="zGVkNBqxnDKAJ5BZudAAAA==" SegmentRef="zGVkNBqxnDKA54BZudAAAA==" HostTokenRef="zGVkNBqxnDKA+4BZudAAAA==" /> <air:TaxInfo Category="BP" Amount="KRW28000" Key="zGVkNBqxnDKAF5BZudAAAA==" /> <air:TaxInfo Category="YQ" Amount="KRW76400" Key="zGVkNBqxnDKAH5BZudAAAA==" /> <air:FareCalc>SEL VN HAN 186.27QLOXKRE NUC186.27END ROE1218.60909</air:FareCalc> <air:PassengerType BookingTravelerRef="1" Code="VFR" PricePTCOnly="true" /> <air:ChangePenalty PenaltyApplies="Anytime"> <air:Percentage>0.00</air:Percentage> </air:ChangePenalty> <air:CancelPenalty PenaltyApplies="Before Departure"> <air:Amount>KRW30000</air:Amount> </air:CancelPenalty> <air:AirPricingModifiers FaresIndicator="AllFares"> <air:AccountCodes> <com:AccountCode Code="KRE1" /> </air:AccountCodes> </air:AirPricingModifiers> <air:BaggageAllowances> <air:BaggageAllowanceInfo TravelerType="VFR" Origin="ICN" Destination="HAN" Carrier="VN"> <air:URLInfo> <air:URL>VIEWTRIP.TRAVELPORT.COM/BAGGAGEPOLICY/VN</air:URL> </air:URLInfo> <air:TextInfo> <air:Text>2P</air:Text> <air:Text>BAGGAGE DISCOUNTS MAY APPLY BASED ON FREQUENT FLYER STATUS/ ONLINE CHECKIN/FORM OF PAYMENT/MILITARY/ETC.</air:Text> </air:TextInfo> <air:BagDetails ApplicableBags="1stChecked" BasePrice="KRW0" ApproximateBasePrice="KRW0" TotalPrice="KRW0" ApproximateTotalPrice="KRW0"> <air:BaggageRestriction> <air:TextInfo> <air:Text>UPTO50LB/23KG AND UPTO62LI/158LCM</air:Text> </air:TextInfo> </air:BaggageRestriction> </air:BagDetails> <air:BagDetails ApplicableBags="2ndChecked" BasePrice="KRW0" ApproximateBasePrice="KRW0" TotalPrice="KRW0" ApproximateTotalPrice="KRW0"> <air:BaggageRestriction> <air:TextInfo> <air:Text>UPTO50LB/23KG AND UPTO62LI/158LCM</air:Text> </air:TextInfo> </air:BaggageRestriction> </air:BagDetails> </air:BaggageAllowanceInfo> <air:CarryOnAllowanceInfo Origin="ICN" Destination="HAN" Carrier="VN"> <air:TextInfo> <air:Text>1P</air:Text> </air:TextInfo> <air:CarryOnDetails ApplicableCarryOnBags="1" BasePrice="KRW0" ApproximateBasePrice="KRW0" TotalPrice="KRW0" ApproximateTotalPrice="KRW0"> <air:BaggageRestriction> <air:TextInfo> <air:Text>UPTO22LB/10KG AND UPTO45LI/115LCM</air:Text> </air:TextInfo> </air:BaggageRestriction> </air:CarryOnDetails> </air:CarryOnAllowanceInfo> </air:BaggageAllowances> </air:AirPricingInfo> <air:AirPricingInfo AirPricingInfoGroup="3" Key="zGVkNBqxnDKAT5BZudAAAA==" TotalPrice="KRW274700" BasePrice="KRW170300" ApproximateTotalPrice="KRW274700" ApproximateBasePrice="KRW170300" ApproximateTaxes="KRW104400" Taxes="KRW104400" LatestTicketingTime="2022-09-05T23:59:00.000+09:00" PricingMethod="GuaranteedUsingAirlinePrivateFare" Refundable="true" IncludesVAT="false" ETicketability="Yes" PlatingCarrier="VN" ProviderCode="1G"> <air:FareInfo Key="zGVkNBqxnDKAX5BZudAAAA==" FareBasis="QLOXKRE" PassengerTypeCode="VFN" Origin="ICN" Destination="HAN" EffectiveDate="2022-05-02T13:16:00.000+09:00" DepartureDate="2022-09-05" Amount="KRW170300" PrivateFare="AirlinePrivateFare" NegotiatedFare="false" PseudoCityCode="3Y0D" TaxAmount="KRW104400"> <air:FareTicketDesignator Value="CH25" /> <com:AccountCode Code="KRE1" ProviderCode="1G" SupplierCode="QLO" /> <com:Endorsement Value="NON-END.RESTRICT MAY APPLY" /> <com:Endorsement Value="CONTACT B4 DEPT FOR CHANGE" /> <air:FareRuleKey FareInfoRef="zGVkNBqxnDKAX5BZudAAAA==" ProviderCode="1G">6UUVoSldxwg7VTBsqJgFUsbKj3F8T9EyxsqPcXxP0TLGyo9xfE/RMo0hm9wTmB7a2lmtsGhO8X6v55h84J2QPc6BVe54IW77zYre4jXFbtXu5Ryd6jx93lYGS35U+sGazyx3vbkGUPWE5jUfQKCeRGAUdVY1xwqBlaXd7PpP/4l7Rii/rE9A041A5YIRHfSYt02TthB+ANpD0ZfqZwg78jtunRLjvOxYI38+3KpznobHOAXW5/rMMJWt1gpDzqhopKhb3q2bByMBLMlDT4ciKD8k+sDdU59vr53RIp3/mM+d2G54YbYzpxRnpDTjHjKn7Frzz+VVn4jHSgBvx0Q0JoX+hNfHEXoxUV3b2b+cmv9dHjQglve7PvtknTQdUWPljEobvfiZkThbjM2e3bOwAIMN1QPqv5KjG077DJ7EgZdhH3UexopsKpRpjxQc9sJmy5YV9dV3U4CXLmrFneovA5cuasWd6i8Dly5qxZ3qLwOXLmrFneovAzzD4Wdjal2fHna1H5QsLdGaNi6zOfbTtY770mJHGJ8MBlW/xjygHuA2Fs51z9HjzLiHBhdFNUrphBWvRq2nHss=</air:FareRuleKey> <air:Brand Key="zGVkNBqxnDKAX5BZudAAAA==" BrandFound="false" UpSellBrandFound="false" /> </air:FareInfo> <air:BookingInfo BookingCode="Q" CabinClass="Economy" FareInfoRef="zGVkNBqxnDKAX5BZudAAAA==" SegmentRef="zGVkNBqxnDKA54BZudAAAA==" HostTokenRef="zGVkNBqxnDKAA5BZudAAAA==" /> <air:TaxInfo Category="BP" Amount="KRW28000" Key="zGVkNBqxnDKAU5BZudAAAA==" /> <air:TaxInfo Category="YQ" Amount="KRW76400" Key="zGVkNBqxnDKAW5BZudAAAA==" /> <air:FareCalc>SEL VN HAN 139.70QLOXKRE/CH25 NUC139.70END ROE1218.60909</air:FareCalc> <air:PassengerType BookingTravelerRef="2" Age="10" Code="VFN" PricePTCOnly="true" /> <air:PassengerType Code="VFR" AccompaniedPassenger="true" /> <air:ChangePenalty PenaltyApplies="Anytime"> <air:Percentage>0.00</air:Percentage> </air:ChangePenalty> <air:CancelPenalty PenaltyApplies="Before Departure"> <air:Amount>KRW30000</air:Amount> </air:CancelPenalty> <air:AirPricingModifiers FaresIndicator="AllFares"> <air:AccountCodes> <com:AccountCode Code="KRE1" /> </air:AccountCodes> </air:AirPricingModifiers> <air:BaggageAllowances> <air:BaggageAllowanceInfo TravelerType="VFN" Origin="ICN" Destination="HAN" Carrier="VN"> <air:URLInfo> <air:URL>VIEWTRIP.TRAVELPORT.COM/BAGGAGEPOLICY/VN</air:URL> </air:URLInfo> <air:TextInfo> <air:Text>2P</air:Text> <air:Text>BAGGAGE DISCOUNTS MAY APPLY BASED ON FREQUENT FLYER STATUS/ ONLINE CHECKIN/FORM OF PAYMENT/MILITARY/ETC.</air:Text> </air:TextInfo> <air:BagDetails ApplicableBags="1stChecked" BasePrice="KRW0" ApproximateBasePrice="KRW0" TotalPrice="KRW0" ApproximateTotalPrice="KRW0"> <air:BaggageRestriction> <air:TextInfo> <air:Text>UPTO50LB/23KG AND UPTO62LI/158LCM</air:Text> </air:TextInfo> </air:BaggageRestriction> </air:BagDetails> <air:BagDetails ApplicableBags="2ndChecked" BasePrice="KRW0" ApproximateBasePrice="KRW0" TotalPrice="KRW0" ApproximateTotalPrice="KRW0"> <air:BaggageRestriction> <air:TextInfo> <air:Text>UPTO50LB/23KG AND UPTO62LI/158LCM</air:Text> </air:TextInfo> </air:BaggageRestriction> </air:BagDetails> </air:BaggageAllowanceInfo> <air:CarryOnAllowanceInfo Origin="ICN" Destination="HAN" Carrier="VN"> <air:TextInfo> <air:Text>1P</air:Text> </air:TextInfo> <air:CarryOnDetails ApplicableCarryOnBags="1" BasePrice="KRW0" ApproximateBasePrice="KRW0" TotalPrice="KRW0" ApproximateTotalPrice="KRW0"> <air:BaggageRestriction> <air:TextInfo> <air:Text>UPTO22LB/10KG AND UPTO45LI/115LCM</air:Text> </air:TextInfo> </air:BaggageRestriction> </air:CarryOnDetails> </air:CarryOnAllowanceInfo> </air:BaggageAllowances> </air:AirPricingInfo> <com:HostToken Key="zGVkNBqxnDKA+4BZudAAAA==">GFB10101VFR00 01QLOXKRE 010001#GFB200010101NVFRV3912KRE50140000199705842492QLOXKREQLOXKR6SEH#GFMCXOL912YKRE5FVN VFRQLOXKRE</com:HostToken> <com:HostToken Key="zGVkNBqxnDKAA5BZudAAAA==">GFB10202VFN00 01QLOXKRE CH25 010001#GFB200020201NVFNV3912KRE50140000199705842492100622509QLOXKREQLOXKR6SEH#GFMCXOL912YKRE5FVN VFNQLOXKRE</com:HostToken> </air:AirPricingSolution> <com:ActionStatus Type="ACTIVE" TicketDate="T*" ProviderCode="1G"> <com:Remark /> </com:ActionStatus> </univ:AirCreateReservationReq> </soapenv:Body> </soapenv:Envelope> |
Host 에서 *FF로 확인
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
9F06TD/WS SELOU ****GWS AG 173***** 13NOV 1.1HONG/GILDONG MR 1. UA 806 L 11DEC ICNSFO HK1 1245 0620 O* E WE ** FILED FARE DATA EXISTS ** >*FF; ** VENDOR LOCATOR DATA EXISTS ** >*VL; ** VENDOR REMARKS DATA EXISTS ** >*VR; ** SERVICE INFORMATION EXISTS ** >*SI; ** EMAIL ADDRESS EXISTS ** >*EM; FONE-SELM*82 01022222222 CLIENT CONNECT TKTG-T* > FQ1 - S1 13NOV24 WS/AG >FQP1/-KRQTT*3I2Y*:BF0004/ET/:C/:P P1 HONG/GILNAM MR ADT A 13NOV24 * KRW 993200 > |