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 |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:air="http://www.travelport.com/schema/air_v40_0" xmlns:com="http://www.travelport.com/schema/common_v40_0" > <soapenv:Header/> <soapenv:Body> <air:AirPriceReq xmlns:air="http://www.travelport.com/schema/air_v40_0" AuthorizedBy="user" TargetBranch="P2222222" TraceId="trace"> <com:BillingPointOfSaleInfo xmlns:com="http://www.travelport.com/schema/common_v40_0" OriginApplication="UAPI"/> <air:AirItinerary> <air:AirSegment ArrivalTime="2018-08-29T09:30:00.000+08:00" AvailabilitySource="A" Carrier="HX" ChangeOfPlane="false" DepartureTime="2018-08-29T06:45:00.000+09:00" Destination="HKG" Distance="1295" ETicketability="Yes" Equipment="Yes" FlightNumber="647" FlightTime="225" Group="0" Key="GOWAjIBAAA/BdmRHFCAAAA==" OptionalServicesIndicator="false" Origin="ICN" ParticipantLevel="Secure Sell" ProviderCode="1P"> </air:AirSegment> <air:AirSegment ArrivalTime="2018-09-02T00:40:00.000+09:00" AvailabilitySource="A" Carrier="HX" ChangeOfPlane="false" DepartureTime="2018-09-01T19:55:00.000+08:00" Destination="ICN" Distance="1295" ETicketability="Yes" Equipment="Yes" FlightNumber="646" FlightTime="225" Group="1" Key="GOWAjIBAAA/BimRHFCAAAA==" OptionalServicesIndicator="false" Origin="HKG" ParticipantLevel="Secure Sell" ProviderCode="1P"> </air:AirSegment> </air:AirItinerary> <air:AirPricingModifiers FaresIndicator="PublicAndPrivateFares" InventoryRequestType="DirectAccess" PlatingCarrier="HX" ETicketability="Required"> </air:AirPricingModifiers> <com:SearchPassenger xmlns:com="http://www.travelport.com/schema/common_v40_0" BookingTravelerRef="0" Code="ADT"/> <air:AirPricingCommand> <air:AirSegmentPricingModifiers AirSegmentRef="GOWAjIBAAA/BdmRHFCAAAA==" > <air:PermittedBookingCodes> <air:BookingCode Code="T" /> </air:PermittedBookingCodes> </air:AirSegmentPricingModifiers> <air:AirSegmentPricingModifiers AirSegmentRef="GOWAjIBAAA/BimRHFCAAAA==" > <air:PermittedBookingCodes> <air:BookingCode Code="T" /> </air:PermittedBookingCodes> </air:AirSegmentPricingModifiers> </air:AirPricingCommand > </air:AirPriceReq> </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 |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:air="http://www.travelport.com/schema/air_v40_0" xmlns:com="http://www.travelport.com/schema/common_v40_0" > <soapenv:Header/> <soapenv:Body> <air:AirPriceReq xmlns:air="http://www.travelport.com/schema/air_v40_0" AuthorizedBy="user" TargetBranch="P2449024" TraceId="trace"> <com:BillingPointOfSaleInfo xmlns:com="http://www.travelport.com/schema/common_v40_0" OriginApplication="UAPI"/> <air:AirItinerary> <air:AirSegment ArrivalTime="2018-08-29T09:30:00.000+08:00" AvailabilitySource="A" Carrier="HX" ChangeOfPlane="false" DepartureTime="2018-08-29T06:45:00.000+09:00" Destination="HKG" Distance="1295" ETicketability="Yes" Equipment="Yes" FlightNumber="647" FlightTime="225" Group="0" Key="GOWAjIBAAA/BdmRHFCAAAA==" OptionalServicesIndicator="false" Origin="ICN" ParticipantLevel="Secure Sell" ProviderCode="1P"> </air:AirSegment> <air:AirSegment ArrivalTime="2018-09-02T00:40:00.000+09:00" AvailabilitySource="A" Carrier="HX" ChangeOfPlane="false" DepartureTime="2018-09-01T19:55:00.000+08:00" Destination="ICN" Distance="1295" ETicketability="Yes" Equipment="Yes" FlightNumber="646" FlightTime="225" Group="1" Key="GOWAjIBAAA/BimRHFCAAAA==" OptionalServicesIndicator="false" Origin="HKG" ParticipantLevel="Secure Sell" ProviderCode="1P"> </air:AirSegment> </air:AirItinerary> <air:AirPricingModifiers FaresIndicator="PublicAndPrivateFares" InventoryRequestType="DirectAccess" PlatingCarrier="HX" ETicketability="Required"> </air:AirPricingModifiers> <com:SearchPassenger xmlns:com="http://www.travelport.com/schema/common_v40_0" BookingTravelerRef="0" Code="ADT"/> <air:AirPricingCommand CommandKey="4P*FSR"> <air:AirSegmentPricingModifiers AirSegmentRef="GOWAjIBAAA/BdmRHFCAAAA==" > <air:PermittedBookingCodes> <air:BookingCode Code="T" /> </air:PermittedBookingCodes> </air:AirSegmentPricingModifiers> <air:AirSegmentPricingModifiers AirSegmentRef="GOWAjIBAAA/BimRHFCAAAA==" > <air:PermittedBookingCodes> <air:BookingCode Code="T" /> </air:PermittedBookingCodes> </air:AirSegmentPricingModifiers> </air:AirPricingCommand > </air:AirPriceReq> </soapenv:Body> </soapenv:Envelope> |
1 |
<air:AirPricingCommand CommandKey="4P*FSR.SR"> |