Skip Navigation

Designate Printer

2.0.2
Air
Ticketing
SOAP API
Travel Agency
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 Designate Printer (DesignatePrinterLLSRQ) service is used to designate/undesignate printers for printing tickets, boarding passes, hard copies, invoices and itineraries, lists and labels, mini itineraries, or reports by specifying a line address.

Target Audience
Travel Agency
Airline Carrier
API Version
2.0.2
Authentication
Session Token
Service Action Code
DesignatePrinterLLSRQ

For additional information please refer to the Format Finder Help System reference: ptrtp001.

Clients should only associate 255 sessions to a single printer address. Additional sessions beyond the initial 255 need to be designated to a different printer address.

Sample Request
<?xml version="1.0" encoding="UTF-8"?>
<!--Designate a bag tag printer.-->
<!--Equivalent Sabre host command: GABTXXXXX8-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <BagTag LNIATA="XXXXX9"/>
    </Printers>
</DesignatePrinterRQ>
<!--Undesignate a bag tag printer.-->
<!--Equivalent Sabre host command: GUBT-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <BagTag Undesignate="true"/>
    </Printers>
</DesignatePrinterRQ>
<!--Designate a boarding pass printer as a SabreSonic-hosted carrier.-->
<!--HostedCarrier="true" Equivalent Sabre host command: GABPXXXXX2-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <BoardingPass HostedCarrier="true" LNIATA="XXXXX2"/>
    </Printers>
</DesignatePrinterRQ>
<!--Designate a boarding pass printer.-->
<!--Equivalent Sabre host command: GYLNXXXXX2-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <BoardingPass LNIATA="XXXXX2"/>
    </Printers>
</DesignatePrinterRQ>
<!--Undesignate a boarding pass printer.-->
<!--Equivalent Sabre host command: GYNO-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <BoardingPass Undesignate="true"/>
    </Printers>
</DesignatePrinterRQ>
<!--Designate a hardcopy printer.-->
<!--Equivalent Sabre host command: PTR/XXXXX4-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <Hardcopy LNIATA="XXXXX4"/>
    </Printers>
</DesignatePrinterRQ>
<!--Undesignate a hardcopy printer.-->
<!--Equivalent Sabre host command: PTR/END-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <Hardcopy Undesignate="true"/>
    </Printers>
</DesignatePrinterRQ>
<!--Designate an invoice/itinerary printer.-->
<!--Equivalent Sabre host command: DSIVXXXXX5-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <InvoiceItinerary LNIATA="XXXXX5"/>
    </Printers>
</DesignatePrinterRQ>
<!--Undesignate an invoice/itinerary printer.-->
<!--Equivalent Sabre host command: DSNO-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <InvoiceItinerary Undesignate="true"/>
    </Printers>
</DesignatePrinterRQ>
<!--Designate a list/label printer.-->
<!--Equivalent Sabre host command: DSLBXXXXX6-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <ListLabel LNIATA="XXXXX6"/>
    </Printers>
</DesignatePrinterRQ>
<!--Undesignate a list/label printer.-->
<!--Equivalent Sabre host command: DSNO-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <ListLabel Undesignate="true"/>
    </Printers>
</DesignatePrinterRQ>
<!--Designate a mini itinerary printer.-->
<!--Equivalent Sabre host command: DSIMXXXXX7-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <MiniItinerary LNIATA="XXXXX7"/>
    </Printers>
</DesignatePrinterRQ>
<!--Undesignate a mini itinerary printer.-->
<!--Equivalent Sabre host command: DSXL-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <MiniItinerary Undesignate="true"/>
    </Printers>
</DesignatePrinterRQ>
<!--Designate a report printer.-->
<!--Equivalent Sabre host command: DSRPXXXXX8-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <Report LNIATA="XXXXX8"/>
    </Printers>
</DesignatePrinterRQ>
<!--Undesignate a report printer.-->
<!--Equivalent Sabre host command: DSNO-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <Report Undesignate="true"/>
    </Printers>
</DesignatePrinterRQ>
<!--Designate a ticket printer.-->
<!--Equivalent Sabre host command: W*ABXXXXX1-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <Ticket CountryCode="AB" LNIATA="XXXXX1"/>
    </Printers>
</DesignatePrinterRQ>
<!--Undesignate a ticket printer.-->
<!--Equivalent Sabre host command: W*NO-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Printers>
        <Ticket Undesignate="true"/>
    </Printers>
</DesignatePrinterRQ>
<!--Designate a pre-established printer profile.-->
<!--Equivalent Sabre host command: PPS1-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Profile Number="1"/>
</DesignatePrinterRQ>
<!--Undesignate a printer profile.-->
<!--Equivalent Sabre host command: PPO-->
<DesignatePrinterRQ Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Profile Undesignate="true"/>
</DesignatePrinterRQ>
Sample Response
<?xml version="1.0" encoding="UTF-8"?>
<DesignatePrinterRS Version="2.0.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:stl="http://services.sabre.com/STL/v01">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2019-10-01T10:00:30-06:00"/>
    </stl:ApplicationResults>
</DesignatePrinterRS>