Skip Navigation

Get Flight Information

3.2.0
Air
Check-In
SOAP API
Airline Carrier

Not Signed In.

Looks like you may not have access to all of the resources and documentation for this page.
Please log-in or contact your support desk team if you believe you should have access.

The Get Flight Information (ACS_FlightDetailRQ) service will return flight information, flight history, government security and travel document requirements for the flight or flight leg, or government security and travel document requirements for a passenger's itinerary depending on the option specified.

Target Audience
Airline Carrier
API Version
3.2.0
Authentication
Session Token
Service Action Code
ACS_FlightDetailRQ
Sample Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext" xmlns:mes="http://www.ebxml.org/namespaces/messageHeader" xmlns:v300="http://services.sabre.com/ACS/BSO/flightDetail/v3">
 <soapenv:Header>
  <eb:MessageHeader eb:id="" eb:version="1.0" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader">
   <eb:From>
    <eb:PartyId eb:type="URI">Client</eb:PartyId>
   </eb:From>
   <eb:To>
    <eb:PartyId eb:type="URI">Server</eb:PartyId>
   </eb:To>
   <eb:CPAId>IPCC</eb:CPAId>
   <eb:ConversationId>9DB7_921682_1204548352874</eb:ConversationId>
   <eb:Service>ACS_FlightDetailRQ</eb:Service>
   <eb:Action>ACS_FlightDetailRQ</eb:Action>
   <eb:MessageData>
    <eb:MessageId>mid:1</eb:MessageId>
    <eb:Timestamp>2008-03-03T12:45:52</eb:Timestamp>
   </eb:MessageData>
  </eb:MessageHeader>
  <wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext">
   <wsse:BinarySecurityToken EncodingType="wsse:Base64Binary" valueType="String"> ${#TestCase#BST} </wsse:BinarySecurityToken>
  </wsse:Security>
 </soapenv:Header>
 <soapenv:Body>
      <v300:ACS_FlightDetailRQ>
         <FlightInfo>
            <Airline>U0</Airline>
            <Flight>204</Flight>
            <DepartureDate>2020-02-27</DepartureDate>
            <Origin>AUH</Origin>
         </FlightInfo>
        <APIS PNRLocator="VOTHVD"></APIS>
    <Client>KIOSK</Client>
      </v300:ACS_FlightDetailRQ>
   </soapenv:Body>
</soapenv:Envelope>
Sample Response
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
   <soap-env:Header>
      <eb:MessageHeader eb:version="1.0" soap-env:mustUnderstand="1" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader">
         <eb:From>
            <eb:PartyId eb:type="URI">Server</eb:PartyId>
         </eb:From>
         <eb:To>
            <eb:PartyId eb:type="URI">Client</eb:PartyId>
         </eb:To>
         <eb:CPAId>IPCC</eb:CPAId>
         <eb:ConversationId>9DB7_921682_1204548352874</eb:ConversationId>
         <eb:Service>ACS_FlightDetailRQ</eb:Service>
         <eb:Action>ACS_FlightDetailRS</eb:Action>
         <eb:MessageData>
            <eb:MessageId>739791242677070150</eb:MessageId>
            <eb:Timestamp>2020-02-28T06:44:27</eb:Timestamp>
            <eb:RefToMessageId>mid:1</eb:RefToMessageId>
         </eb:MessageData>
      </eb:MessageHeader>
      <wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext">
         <wsse:BinarySecurityToken valueType="String" EncodingType="wsse:Base64Binary">Shared/IDL:IceSess\/SessMgr:1\.0.IDL/Common/!ICESMS\/STSB!ICESMSLB\/STS.LB!1582871344801!308!9</wsse:BinarySecurityToken>
      </wsse:Security>
   </soap-env:Header>
   <soap-env:Body>
      <ns3:ACS_FlightDetailRS xmlns:ns3="http://services.sabre.com/ACS/BSO/flightDetail/v3" xmlns:ns2="http://services.sabre.com/STL/v3">
         <ItineraryResponseList>
            <ItineraryInfoResponse>
               <Airline>U0</Airline>
               <Flight>204</Flight>
               <Origin>AUH</Origin>
               <DepartureDate>2020-02-27</DepartureDate>
               <DepartureTime>02:25PM</DepartureTime>
               <DepartureGate>GATE</DepartureGate>
               <FlightStatus>OPENCI</FlightStatus>
            </ItineraryInfoResponse>
         </ItineraryResponseList>
         <ApisInfoList>
            <ns2:ApisInfo>
               <ns2:AQQ>N</ns2:AQQ>
               <ns2:ESTA>N</ns2:ESTA>
               <ns2:SF>N</ns2:SF>
               <ns2:DCAR>N</ns2:DCAR>
               <ns2:DCAD>N</ns2:DCAD>
               <ns2:DOCO>N</ns2:DOCO>
               <ns2:DOCV>N</ns2:DOCV>
               <ns2:PCTC>Y</ns2:PCTC>
               <ns2:DOCS>Y</ns2:DOCS>
               <ns2:API>L</ns2:API>
               <ns2:IAPP>N</ns2:IAPP>
               <ns2:TIM>N</ns2:TIM>
               <ns2:TWAPP>N</ns2:TWAPP>
            </ns2:ApisInfo>
         </ApisInfoList>
         <Result messageId="ID-acs-int2-sgdcelab-sabre-com-1582738257065-4-1143548" timeStamp="2020-02-28T06:44:27.804Z">
            <ns2:Status>Success</ns2:Status>
            <ns2:CompletionStatus>Complete</ns2:CompletionStatus>
            <ns2:System>ACS-BSO</ns2:System>
         </Result>
      </ns3:ACS_FlightDetailRS>
   </soap-env:Body>
</soap-env:Envelope>