Adding a booking to the GDS queue.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:avia="http://ws-ibe.com/Avia" xmlns:stl="http://ws-ibe.com/STL" xmlns:avia1="http://websky.travel/Avia" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://websky-ibe.com/STL" xmlns:ns2="http://websky.travel/Avia" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns3="http://websky-ibe.com/Avia">
<soapenv:Header/>
<soapenv:Body>
<avia:AddToQueue>
<avia:Request>
<stl:Requisites>
<stl:AuthToken>token</stl:AuthToken>
</stl:Requisites>
<stl:UserID>11111</stl:UserID>
<stl:RequestType>P</stl:RequestType>
<stl:RequestBody>
<avia1:AddToQueueConfigList>
<avia1:AddToQueueConfig>
<avia1:LocatorList>
<avia1:Locator>ABBCCDDEE</avia1:Locator>
</avia1:LocatorList>
<avia1:SourceID>-111111</avia1:SourceID>
<avia1:QueuesByName>
<avia:Queue>GeneralQueue</avia:Queue>
</avia1:QueuesByName>
<avia1:QueuesByNumber>
<avia1:QueueNumber>1</avia1:QueueNumber>
</avia1:QueuesByNumber>
<avia1:SupplierRequisiteIds>
<avia1:SupplierRequisiteId>PCC</avia1:SupplierRequisiteId>
</avia1:SupplierRequisiteIds>
</avia1:AddToQueueConfig>
</avia1:AddToQueueConfigList>
</stl:RequestBody>
</avia:Request>
</avia:AddToQueue>
</soapenv:Body>
</soapenv:Envelope>
If no errors were returned, the operation had been successful.