Skip Navigation

Search By Specific Airport

3.0.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 Search by Specific Airport (ACS_AirportFlightListRQ) web service returns a list of active flights departing the specified airport.

Target Audience
Airline Carrier
API Version
3.0.0
Authentication
Session Token
Service Action Code
ACS_AirportFlightListRQ

The ACS_AirportFlightListRQ web service retrieves flight list data (operating flights / third party ground handled flights and code share flights) based upon the information provided in the request such as departure date, departure airport, etc. The service returns flight information for those flights matching the criteria, in the Check-In system. This requires that those flights be initialized in the Check-In system for the requested date. If there was no match found, the service returns ‘NO DATA FOR THIS SELECTION’. The service returns all flights if the airline code in the request is the same as the hosted carrier. However, if they are airline code is different than the hosted carrier the service will return the codeshare partners.

Sample Request
<soap-env:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xlink="http://www.w3.org/1999/xlink">
   <soap-env:Header>
      <eb:MessageHeader SOAP-ENV:mustUnderstand="1" eb:version="1.0">
         <eb:From>
            <eb:PartyId type="urn:x12.org:IO5:01">99999</eb:PartyId>
         </eb:From>
         <eb:To>
            <eb:PartyId type="urn:x12.org:IO5:01">123123</eb:PartyId>
         </eb:To>
         <eb:CPAId>IM07</eb:CPAId>
         <eb:ConversationId>ACS_Svc_Test2009-10-28-94929</eb:ConversationId>
         <eb:Service eb:type="OTA">ACS_AirportFlightListRQ</eb:Service>
         <eb:Action>ACS_AirportFlightListRQ</eb:Action>
         <eb:MessageData>
            <eb:MessageId>mid:20001209-133003-2333@clientofsabre.com</eb:MessageId>
            <eb:Timestamp>2001-02-15T11:15:12Z</eb:Timestamp>
         </eb:MessageData>
      </eb:MessageHeader>
      <wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/12/utility">
         <wsse:BinarySecurityToken>Shared/IDL:IceSess\/SessMgr:1\.0.IDL/Common/!ICESMS\/STSB!ICESMSLB\/STS.LB!1574923658285!805!5</wsse:BinarySecurityToken>
      </wsse:Security>
   </soap-env:Header>
   <soap-env:Body>
      <n1:ACS_AirportFlightListRQ xmlns:n1="http://services.sabre.com/ACS/BSO/airportFlightList/v3">
         <FlightInfo>
            <Airline>U0</Airline>
            <Origin>DFW</Origin>
         </FlightInfo>
         <Client>KIOSK</Client>
      </n1:ACS_AirportFlightListRQ>
   </soap-env:Body>
</soap-env: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">123123</eb:PartyId>
         </eb:From>
         <eb:To>
            <eb:PartyId eb:type="URI">99999</eb:PartyId>
         </eb:To>
         <eb:CPAId>IM07</eb:CPAId>
         <eb:ConversationId>ACS_Svc_Test2009-10-28-94929</eb:ConversationId>
         <eb:Service eb:type="OTA">ACS_AirportFlightListRQ</eb:Service>
         <eb:Action>ACS_AirportFlightListRS</eb:Action>
         <eb:MessageData>
            <eb:MessageId>1036195276903850150</eb:MessageId>
            <eb:Timestamp>2019-11-28T07:41:32</eb:Timestamp>
            <eb:RefToMessageId>mid:20001209-133003-2333@clientofsabre.com</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!1574923658285!805!5</wsse:BinarySecurityToken>
      </wsse:Security>
   </soap-env:Header>
   <soap-env:Body>
      <ns3:ACS_AirportFlightListRS xmlns:ns3="http://services.sabre.com/ACS/BSO/airportFlightList/v3" xmlns:ns2="http://services.sabre.com/STL/v3">
         <Origin>DFW</Origin>
         <AirportFlightList>
            <AirportFlight>
               <Flight>0766</Flight>
               <DepartureDate>2019-11-28</DepartureDate>
               <DepartureTime>05:05AM</DepartureTime>
               <Destination>CLT</Destination>
               <Status>OPENCI</Status>
               <AircraftType>321</AircraftType>
            </AirportFlight>
            <AirportFlight>
               <Flight>2812</Flight>
               <DepartureDate>2019-11-28</DepartureDate>
               <DepartureTime>05:10AM</DepartureTime>
               <DepartureGate>E35</DepartureGate>
               <Destination>ORD</Destination>
               <Status>OPENCI</Status>
               <AircraftType>737</AircraftType>
            </AirportFlight>
            <AirportFlight>
               <Flight>2562</Flight>
               <DepartureDate>2019-11-28</DepartureDate>
               <DepartureTime>05:40AM</DepartureTime>
               <DepartureGate>A24</DepartureGate>
               <Destination>PHL</Destination>
               <Status>OPENCI</Status>
               <AircraftType>737</AircraftType>
            </AirportFlight>
         </AirportFlightList>
         <Result messageId="ID-acs-int2-sgdcelab-sabre-com-1574920290042-2-29154" timeStamp="2019-11-28T07:41:32.482Z">
            <ns2:Status>Success</ns2:Status>
            <ns2:CompletionStatus>Complete</ns2:CompletionStatus>
            <ns2:System>ACS-BSO</ns2:System>
         </Result>
      </ns3:ACS_AirportFlightListRS>
   </soap-env:Body>
</soap-env:Envelope>