Air Flight Information

Download all samples

Copy
Air Flight Information
Air Flight Information-Request
******************************************************************** 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <air:FlightInformationReq TargetBranch="TPKIKSBUT" AuthorizedBy="PRODSMOKETEST" xmlns:air="http://www.travelport.com/schema/air_v46_0" xmlns:com="http://www.travelport.com/schema/common_v46_0">
         <com:BillingPointOfSaleInfo OriginApplication="UAPI"/>
         <air:FlightInfoCriteria Key="30T" Carrier="UA" FlightNumber="1087" Origin="DEN" Destination="ORD" DepartureDate="2023-06-08"/>
      </air:FlightInformationReq>
   </soap:Body>
</soap:Envelope>

Air Flight Information-Response
******************************************************************** 
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP:Body>
      <air:FlightInformationRsp TransactionId="5A5063590A0D6A940CE23A7C6C69B0AD" ResponseTime="111" xmlns:air="http://www.travelport.com/schema/air_v46_0">
         <air:FlightInfo CriteriaKey="yG8VaRlrQ/uvxl4vrH5Rog==" Carrier="UA" FlightNumber="1087" Origin="DEN" Destination="ORD" DepartureDate="2023-06-08">
            <air:FlightInfoErrorMessage Code="4" Type="Error">Flight not found</air:FlightInfoErrorMessage>
         </air:FlightInfo>
      </air:FlightInformationRsp>
   </SOAP:Body>
</SOAP:Envelope>