Skip Navigation

Move Queue Message

2.0.0
Air
Queues
SOAP API
Travel Agency
Airline Carrier
  • In this version new functionality was introduced.

API Information

Format
XML
Current Version
2.0.0
Environment
Production

What's New

  • In this version new functionality was introduced.

Functional Updates And Enhancements

In the Request

Optional

Parameter: NumResponses

Type: integer

Description: Specifies the number of additional messages expected from host response.

Sample Value:

<QueueMoveRQ Version="2.0.0" NumResponses="3"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>
</QueueMoveRQ>
Note: Maximum value accepted is "5"