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 |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header /> <soapenv:Body> <air:LowFareSearchReq MetaOptionIdentifier="99" xmlns:air="http://www.travelport.com/schema/air_v42_0" xmlns:com="http://www.travelport.com/schema/common_v42_0" AuthorizedBy="user" SolutionResult="true" TargetBranch="P22222222"> <com:BillingPointOfSaleInfo OriginApplication="UAPI" /> <air:SearchAirLeg> <air:SearchOrigin> <com:CityOrAirport Code="ICN" PreferCity="true" /> </air:SearchOrigin> <air:SearchDestination> <com:CityOrAirport Code="NRT" PreferCity="false" /> </air:SearchDestination> <air:SearchDepTime PreferredTime="2018-04-20"> <!--com:SearchExtraDays DaysBefore="0" DaysAfter="0" /--> </air:SearchDepTime> <air:AirLegModifiers AllowDirectAccess="true" MaxConnectionTime="0" ProhibitMultiAirportConnection="true" PreferNonStop="true" > <air:PreferredCabins> <com:CabinClass Type="Economy" /> </air:PreferredCabins> <air:PermittedCarriers> <com:Carrier Code="KE"/> <com:Carrier Code="OZ"/> </air:PermittedCarriers> </air:AirLegModifiers> </air:SearchAirLeg> <air:SearchAirLeg> <air:SearchOrigin> <com:CityOrAirport Code="NRT" PreferCity="false" /> </air:SearchOrigin> <air:SearchDestination> <com:CityOrAirport Code="ICN" PreferCity="true" /> </air:SearchDestination> <air:SearchDepTime PreferredTime="2018-04-29"> <!--com:SearchExtraDays DaysBefore="0" DaysAfter="0" /--> </air:SearchDepTime> <air:AirLegModifiers AllowDirectAccess="true" MaxConnectionTime="0" ProhibitMultiAirportConnection="true" PreferNonStop="true" > <air:PreferredCabins> <com:CabinClass Type="Economy" /> </air:PreferredCabins> <air:PermittedCarriers> <com:Carrier Code="KE"/> <com:Carrier Code="OZ"/> </air:PermittedCarriers> </air:AirLegModifiers> </air:SearchAirLeg> <air:AirSearchModifiers> <air:PreferredProviders> <com:Provider Code="1P" /> </air:PreferredProviders> <!--air:FlightType NonStopDirects="true" StopDirects="false" SingleOnlineCon="false" DoubleOnlineCon="false" TripleOnlineCon="false" SingleInterlineCon="false" DoubleInterlineCon="false" TripleInterlineCon="false" /--> <!--air:FlightType TripleOnlineCon="false" DoubleOnlineCon="false" SingleOnlineCon="false" StopDirects="false" NonStopDirects="true"/--> <air:FlightType MaxConnections="0" MaxStops="0" RequireSingleCarrier="true" /> </air:AirSearchModifiers> <com:SearchPassenger Code="ADT" /> <air:AirPricingModifiers FaresIndicator="PublicAndPrivateFares" CurrencyType="KRW" ETicketability="Required" /> </air:LowFareSearchReq> </soapenv:Body> </soapenv:Envelope> |
Specify using Airport Code or City Code
1 2 3 |
<air:SearchOrigin> <com:CityOrAirport xmlns:com="http://www.travelport.com/schema/common_v42_0" Code="NRT" PreferCity="false" /> </air:SearchOrigin> |
Using false, Will return only NRT not HND
SolutionResult will affect the solution structure
1 |
<air:LowFareSearchReq SolutionResult="true" ........................ > |
True(1 Price point per solution)
return as AirPricingSolution
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<air:AirPricingSolution Key="fSPk0IvB0BKAiLkJ8CAAAA==" TotalPrice="KRW485800" BasePrice="KRW405000" ApproximateTotalPrice="KRW485800" ApproximateBasePrice="KRW405000" Taxes="KRW80800" ApproximateTaxes="KRW80800"> <air:Journey TravelTime="P0DT2H20M0S"> <air:AirSegmentRef Key="fSPk0IvB0BKAbGkJ8CAAAA=="/> </air:Journey> <air:Journey TravelTime="P0DT2H40M0S"> <air:AirSegmentRef Key="fSPk0IvB0BKA8GkJ8CAAAA=="/> </air:Journey> <air:LegRef Key="fSPk0IvB0BKAIGkJ8CAAAA=="/> <air:LegRef Key="fSPk0IvB0BKAJGkJ8CAAAA=="/> <air:AirPricingInfo Key="fSPk0IvB0BKAQHkJ8CAAAA==" TotalPrice="KRW485800" BasePrice="KRW405000" ApproximateTotalPrice="KRW485800" ApproximateBasePrice="KRW405000" Taxes="KRW80800" ApproximateTaxes="KRW80800" LatestTicketingTime="2018-03-22" PricingMethod="Auto" ETicketability="Yes" PlatingCarrier="KE" ProviderCode="1P"> <air:FareInfoRef Key="fSPk0IvB0BKAVHkJ8CAAAA=="/> <air:FareInfoRef Key="fSPk0IvB0BKAPHkJ8CAAAA=="/> <air:BookingInfo BookingCode="E" BookingCount="9" CabinClass="Economy" FareInfoRef="fSPk0IvB0BKAVHkJ8CAAAA==" SegmentRef="fSPk0IvB0BKAbGkJ8CAAAA=="/> <air:BookingInfo BookingCode="L" BookingCount="6" CabinClass="Economy" FareInfoRef="fSPk0IvB0BKAPHkJ8CAAAA==" SegmentRef="fSPk0IvB0BKA8GkJ8CAAAA=="/> <air:TaxInfo Category="BP" Amount="KRW28000" Key="fSPk0IvB0BKARHkJ8CAAAAAA"/> <air:TaxInfo Category="OI" Amount="KRW5300" Key="fSPk0IvB0BKASHkJ8CAAAAAA"/> <air:TaxInfo Category="SW" Amount="KRW21100" Key="fSPk0IvB0BKATHkJ8CAAAAAA"/> <air:TaxInfo Category="YR" Amount="KRW26400" Key="fSPk0IvB0BKAUHkJ8CAAAAAA"/> <air:PassengerType Code="ADT"/> </air:AirPricingInfo> </air:AirPricingSolution> |
False(1 Price point per combination)
return as AirPricingPointList
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 |
<air:AirPricePointList> <air:AirPricePoint Key="aXwY0IBAAA/BznwDCDAAAA==" TotalPrice="KRW345800" BasePrice="KRW265000" ApproximateTotalPrice="KRW345800" ApproximateBasePrice="KRW265000" Taxes="KRW80800" ApproximateTaxes="KRW80800" CompleteItinerary="true"> <air:AirPricingInfo Key="aXwY0IBAAA/B0nwDCDAAAA==" TotalPrice="KRW345800" BasePrice="KRW265000" ApproximateTotalPrice="KRW345800" ApproximateBasePrice="KRW265000" Taxes="KRW80800" LatestTicketingTime="2018-03-21" PricingMethod="Unknown" Refundable="true" ETicketability="Yes" PlatingCarrier="KE" ProviderCode="1P" Cat35Indicator="true" TotalNetPrice="KRW345800"> <air:FareInfoRef Key="aXwY0IBAAA/BHmwDCDAAAA=="/> <air:FareInfoRef Key="aXwY0IBAAA/BgmwDCDAAAA=="/> <air:TaxInfo Category="BP" Amount="KRW28000" Key="aXwY0IBAAA/B1nwDCDAAAAAA"/> <air:TaxInfo Category="OI" Amount="KRW5300" Key="aXwY0IBAAA/B2nwDCDAAAAAA"/> <air:TaxInfo Category="SW" Amount="KRW21100" Key="aXwY0IBAAA/B3nwDCDAAAAAA"/> <air:TaxInfo Category="YR" Amount="KRW26400" Key="aXwY0IBAAA/B4nwDCDAAAAAA"/> <air:FareCalc>SEL KE TYO114.75KE SEL128.52NUC243.27END ROE1089.32056</air:FareCalc> <air:PassengerType Code="ADT"/> <air:ChangePenalty> <air:Percentage>100.00</air:Percentage> </air:ChangePenalty> <air:FlightOptionsList> <air:FlightOption LegRef="aXwY0IBAAA/BUmwDCDAAAA==" Destination="TYO" Origin="SEL"> <air:Option Key="aXwY0IBAAA/B5nwDCDAAAA==" TravelTime="P0DT2H20M0S"> <air:BookingInfo BookingCode="U" BookingCount="9" CabinClass="Economy" FareInfoRef="aXwY0IBAAA/BHmwDCDAAAA==" SegmentRef="aXwY0IBAAA/BtlwDCDAAAA=="/> </air:Option> </air:FlightOption> <air:FlightOption LegRef="aXwY0IBAAA/BZmwDCDAAAA==" Destination="SEL" Origin="TYO"> <air:Option Key="aXwY0IBAAA/B7nwDCDAAAA==" TravelTime="P0DT2H35M0S"> <air:BookingInfo BookingCode="U" BookingCount="4" CabinClass="Economy" FareInfoRef="aXwY0IBAAA/BgmwDCDAAAA==" SegmentRef="aXwY0IBAAA/BvlwDCDAAAA=="/> </air:Option> </air:FlightOption> </air:FlightOptionsList> </air:AirPricingInfo> </air:AirPricePoint> |