Skip Navigation

Add Bag Tag Printer

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 Add Bag Tag Printer (ACS_AssignBTPrinterRQ)  assigns the bag tag printer to be able to issue bag tags.

Target Audience
Airline Carrier
API Version
3.0.0
Authentication
Session Token
Service Action Code
ACS_AssignBTPrinterRQ
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/assignBagTagPrinter/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_AssignBTPrinterRQ</eb:Service>
   <eb:Action>ACS_AssignBTPrinterRQ</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">Shared/IDL:IceSess\/SessMgr:1\.0.IDL/Common/!ICESMS\/STSB!ICESMSLB\/STS.LB!1582018810391!276!5</wsse:BinarySecurityToken>
  </wsse:Security>
</soapenv:Header>
<soapenv:Body>
      <v300:ACS_AssignBagTagPrinterRQ>
         <Airline>K0</Airline>
         <PrinterLniata>31CA3A</PrinterLniata>
      </v300:ACS_AssignBagTagPrinterRQ>
   </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_AssignBTPrinterRQ</eb:Service>
         <eb:Action>ACS_AssignBTPrinterRS</eb:Action>
         <eb:MessageData>
            <eb:MessageId>234265348345940610</eb:MessageId>
            <eb:Timestamp>2020-02-18T09:40:34</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!1582018810391!276!5</wsse:BinarySecurityToken>
      </wsse:Security>
   </soap-env:Header>
   <soap-env:Body>
      <ns3:ACS_AssignBagTagPrinterRS xmlns:ns3="http://services.sabre.com/ACS/BSO/assignBagTagPrinter/v3" xmlns:ns2="http://services.sabre.com/STL/v3">
         <Result messageId="ID-acs-int2-sgdcelab-sabre-com-1582014188371-2-6889" timeStamp="2020-02-18T09:40:34.701Z">
            <ns2:Status>Success</ns2:Status>
            <ns2:CompletionStatus>Complete</ns2:CompletionStatus>
            <ns2:System>ACS-BSO</ns2:System>
            <ns2:SystemSpecificResults>
               <ns2:ErrorMessage code="0">BAGTAG PRINTER ASSIGNED</ns2:ErrorMessage>
               <ns2:RecordID>ID-acs-int2-sgdcelab-sabre-com-1582014188371-2-6887</ns2:RecordID>
            </ns2:SystemSpecificResults>
         </Result>
      </ns3:ACS_AssignBagTagPrinterRS>
   </soap-env:Body>
</soap-env:Envelope>