Skip Navigation

Add To Standby List

3.1.3
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 Add to Standby List (ACS_AddToPriorityListRQ) API is used to add passenger(s) to the standby priority list of a flight.

Target Audience
Airline Carrier
API Version
3.1.3
Authentication
Session Token
Service Action Code
ACS_AddToPriorityListRQ
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/addToPriorityList/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_AddToPriorityListRQ</eb:Service>
         <eb:Action>ACS_AddToPriorityListRQ</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_AddToPriorityListRQ>
         <Itinerary>
            <Airline>U0</Airline>
            <Flight>2812</Flight>
            <BookingClass>Y</BookingClass>
            <DepartureDate>2020-02-20</DepartureDate>
            <Origin>DFW</Origin>
         </Itinerary>
         <PassengerInfoList>
            <!--1 to 15 repetitions:-->
            <PassengerInfo>
               <LastName>JACK</LastName>
               <PassengerID>E27127B40001</PassengerID>
               <PriorityClassificationInfo>
                  <PriorityCode>OS</PriorityCode>
               </PriorityClassificationInfo>
               <NOBAGS>0</NOBAGS>
            </PassengerInfo>
         </PassengerInfoList>
         <Client>KIOSK</Client>
      </v300:ACS_AddToPriorityListRQ>
   </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_AddToPriorityListRQ</eb:Service>
         <eb:Action>ACS_AddToPriorityListRS</eb:Action>
         <eb:MessageData>
            <eb:MessageId>964733341588500611</eb:MessageId>
            <eb:Timestamp>2020-02-18T09:29:19</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\/ACPCRTD!ICESMSLB\/CRT.LB!-2918779802016943732!1308643!0</wsse:BinarySecurityToken>
      </wsse:Security>
   </soap-env:Header>
   <soap-env:Body>
      <ns3:ACS_AddToPriorityListRS xmlns:ns3="http://services.sabre.com/ACS/BSO/addToPriorityList/v3" xmlns:ns2="http://services.sabre.com/STL/v3">
         <ItineraryPassengerList>
            <ns2:ItineraryPassenger>
               <ns2:ItineraryDetail>
                  <ns2:Airline>U0</ns2:Airline>
                  <ns2:Flight>2812</ns2:Flight>
                  <ns2:Origin>DFW</ns2:Origin>
                  <ns2:DepartureDate>2020-02-20</ns2:DepartureDate>
                  <ns2:DepartureTime>05:17AM</ns2:DepartureTime>
                  <ns2:DepartureGate>E35</ns2:DepartureGate>
                  <ns2:ArrivalTime>07:35AM</ns2:ArrivalTime>
                  <ns2:AircraftType>CR7</ns2:AircraftType>
               </ns2:ItineraryDetail>
               <ns2:PassengerDetailList>
                  <ns2:PassengerDetail>
                     <ns2:LineNumber>1</ns2:LineNumber>
                     <ns2:LastName>JACK</ns2:LastName>
                     <ns2:FirstName>JILL</ns2:FirstName>
                     <ns2:PassengerID>E27127B40001</ns2:PassengerID>
                     <ns2:BookingClass>Y</ns2:BookingClass>
                     <ns2:Cabin>Y</ns2:Cabin>
                     <ns2:Destination>ORD</ns2:Destination>
                     <ns2:DepartureGate>E35</ns2:DepartureGate>
                     <ns2:SmokingRowFlag>N</ns2:SmokingRowFlag>
                     <ns2:PassengerType>F</ns2:PassengerType>
                     <ns2:PriorityCode>OS</ns2:PriorityCode>
                     <ns2:CheckInNumber>3</ns2:CheckInNumber>
                     <ns2:BagCount>NB</ns2:BagCount>
                     <ns2:EditCodeList>
                        <ns2:EditCode>SC</ns2:EditCode>
                        <ns2:EditCode>TKT</ns2:EditCode>
                     </ns2:EditCodeList>
                     <ns2:FreeTextInfoList>
                        <ns2:FreeTextInfo>
                           <ns2:TextLine>
                              <ns2:Text>**GROUP 8**</ns2:Text>
                              <ns2:Text>MAIN</ns2:Text>
                           </ns2:TextLine>
                        </ns2:FreeTextInfo>
                        <ns2:FreeTextInfo>
                           <ns2:TextLine>
                              <ns2:Text>!PASSENGER ON PRIORITY LIST</ns2:Text>
                           </ns2:TextLine>
                        </ns2:FreeTextInfo>
                     </ns2:FreeTextInfoList>
                  </ns2:PassengerDetail>
               </ns2:PassengerDetailList>
            </ns2:ItineraryPassenger>
         </ItineraryPassengerList>
         <Result messageId="ID-ckivlc027-sabre-com-1582003580301-4-82986" timeStamp="2020-02-18T09:29:19.007Z">
            <ns2:Status>Success</ns2:Status>
            <ns2:CompletionStatus>Complete</ns2:CompletionStatus>
            <ns2:System>ACS-BSO</ns2:System>
         </Result>
      </ns3:ACS_AddToPriorityListRS>
   </soap-env:Body>
</soap-env:Envelope>