The Get Restricted Queues (RestrictedQueueDisplayLLSRQ) is used to display restricted queues.
Target Audience
Travel Agency
Airline Carrier
API Version
2.0.0
Authentication
Session Token
Service Action Code
RestrictedQueueDisplayLLSRQ
Please note that this Web service requires duty code 9, so ContextChangeLLSRQ must be executed prior to calling RestrictedQueueDisplayLLSRQ.
RestrictedQueueDisplayLLSRQ is used to display restricted queues. For additional information please refer to the Format Finder Help System reference: queov029.
Sample Request
<SampleRequests>
<!--Perform a basic restricted queue display request.-->
<!--Equivalent Sabre host command: QMR/*-->
<RestrictedQDisplayRQ 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"/>
</SampleRequests>
<!--Perform a basic restricted queue display request.-->
<!--Equivalent Sabre host command: QMR/*-->
<RestrictedQDisplayRQ 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"/>
</SampleRequests>
Sample Response
<RestrictedQueueDisplayRS 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" Version="2.0.0">
<stl:ApplicationResults status="Complete">
<stl:Success timeStamp="2014-08-01T10:30:38-06:00"/>
</stl:ApplicationResults>
<QueueInfo PseudoCityCode="7TZA">
<QueueIdentifier Number="499">
<Source AgentSine="AWS"/>
</QueueIdentifier>
</QueueInfo>
</RestrictedQueueDisplayRS>
<stl:ApplicationResults status="Complete">
<stl:Success timeStamp="2014-08-01T10:30:38-06:00"/>
</stl:ApplicationResults>
<QueueInfo PseudoCityCode="7TZA">
<QueueIdentifier Number="499">
<Source AgentSine="AWS"/>
</QueueIdentifier>
</QueueInfo>
</RestrictedQueueDisplayRS>