Request to cancel the exchange operation, if such an action is available. (see PossibleActions for the CancelTwoStageExchange value). The response format is similar to Book_2_2.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:avia="http://ws-ibe.com/Avia" xmlns:stl="http://ws-ibe.com/STL">
<soapenv:Header/>
<soapenv:Body>
<avia:CancelTicketExchange>
<avia:Request>
<stl:Requisites>
<stl:AuthToken>token</stl:AuthToken>
</stl:Requisites>
<stl:UserID>11111</stl:UserID>
<stl:RequestType>P</stl:RequestType>
<stl:RequestBody>
<avia:BookID>10000</avia:BookID>
</stl:RequestBody>
</avia:Request>
</avia:CancelTicketExchange>
</soapenv:Body>
</soapenv:Envelope>
The response format is similar to Book_2_2.