Each reservation cancellation retrieved must be updated as a Success or Error in the SynXis CRS. The OTA_CancelRQ message is used to update only one retrieved reservation cancellation. If multiple reservation cancellation updates need to be performed, multiple OTA_CancelRQ messages need to be sent. To update a reservation cancellation as a success a PMS Confirmation Number is required.
Target Audience
PMS Integration
API Version
10.21
Authentication
Security Credentials
Service Action Code
OTA_CancelRQ
Sample Request
<OTA_CancelRQ TimeStamp="2019-07-01T11:25:15" ="4" xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UniqueID Type="14" ID="10001SY000001" ID_Context="CrsConfirmNumber"/>
<UniqueID Type="14" ID="12345" ID_Context="PmsConfirmNumber"/>
</OTA_CancelRQ>
Sample Response
<OTA_CancelRS TimeStamp="2019-07-01T11:27:04" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.opentravel.org/OTA/2003/05">
<Success/>
</OTA_CancelRS>