Move notification to another 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">
<soapenv:Header/>
<soapenv:Body>
<avia:MoveToQueue>
<avia:Request>
<stl:Requisites>
<stl:AuthToken>token</stl:AuthToken>
</stl:Requisites>
<stl:UserID>11111</stl:UserID>
<stl:RequestType>P</stl:RequestType>
<stl:RequestBody>
<avia1:MoveToQueueConfigsList>
<avia1:MoveToQueueConfig>
<avia1:SourceID>-10000</avia1:SourceID>
<avia1:OriginalQueueNumber>1</avia1:OriginalQueueNumber>
<avia1:TargetQueueNumber>2</avia1:TargetQueueNumber>
<avia1:RecordID>abcdef1234</avia1:RecordID>
<avia1:SupplierOwner>
<avia1:Agency>11110</avia1:Agency>
<avia1:User>11111</avia1:User>
</avia1:SupplierOwner>
</avia1:MoveToQueueConfig>
</avia1:MoveToQueueConfigsList>
</stl:RequestBody>
</avia:Request>
</avia:MoveToQueue>
</soapenv:Body>
</soapenv:Envelope>
If no errors were returned, the operation had been successful.