Skip Navigation

Move Queue Message

2.0.0
Air
Queues
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 Move Queue Message (QueueMoveLLSRQ) API is used to move the contents of from one queue to another.

Target Audience
Travel Agency
Airline Carrier
API Version
2.0.0
Authentication
Session Token
Service Action Code
QueueMoveLLSRQ

For additional information, please refer to the Format Finder Help System reference: quefo037

Note: The system requires the duty code "9" (travel agency supervisory) or "*" (travel agent), so a ContextChangeLLSRQ call may be required to update the duty code to "9" or "*" prior to attempting to invoke QueueMoveLLSRQ.

Sample Request
<QueueMoveRQ Version="2.0.0" 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">
    <QueueInfo>
        <DestinationQueue>
            <QueueIdentifier Number="500" PseudoCityCode="IPCC2"/>
        </DestinationQueue>
        <OriginQueue>
            <QueueIdentifier Number="400" PseudoCityCode="IPCC1"/>
        </OriginQueue>
    </QueueInfo>
    <Selection Criteria="CADBURY" Function="TP"/>
</QueueMoveRQ>
Sample Response
<QueueMoveRS/>