1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<?xml version="1.0"?> <soap:Envelope xmlns:ns2="http://www.travelport.com/schema/air_v41_0" xmlns:ns1="http://www.travelport.com/schema/common_v41_0" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:AirFareRulesReq TargetBranch="P2222222" FareRuleType="long"> <ns1:BillingPointOfSaleInfo OriginApplication="UAPI"/> <ns2:FareRuleLookup ProviderCode="1P" FareBasis="OLX48TN1/KRUD" Carrier="AA" Destination="LAX" Origin="ICN"> </ns2:FareRuleLookup> </ns2:AirFareRulesReq> </soap:Body> </soap:Envelope> |