CancelBridge
This message allows the external system to cancel an existing Bridge Record using the Bridge ID. Aside from the header information available in the message sample, it requires that a bridge ID be supplied.
CancelBridgeRQ
<?xml version="1.0" encoding="UTF-8"?>
<CancelBridgeRQ xmlns="http://www.Cvent Passkey.com/apiSchema" xmlns:ota="http://www.opentravel.org/OTA/2002/11" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Security>
<Login>
<UserName>reglinkapi</UserName>
<Password>passkey1</Password>
</Login>
<PartnerID>136260</PartnerID>
<Token> </Token>
</Security>
<Message>
<GUID>String</GUID>
<Version>4.00.02</Version>
<Mode>S</Mode>
<OP>CancelBridge</OP>
<Service>CancelBridge</Service>
<Locale>EN_US</Locale>
</Message>
<Data>
<ota:OTA_CancelRQ>
<ota:UniqueId Type="BRD" Id="323483PN-GA8A">
<ota:CompanyName>Cvent Soluctions Inc.</ota:CompanyName>
</ota:UniqueId>
</ota:OTA_CancelRQ>
</Data>
</CancelBridgeRQ>
CancelBridgeRS
<?xml version="1.0" encoding="ISO-8859-1"?>
<PasskeyRS xmlns="http://www.passkey.com/apiSchema" xmlns:ota="http://www.opentravel.org/OTA/2002/11">
<Message GUID="1638e6bf162:-581720">
<Status ID="2">PROCESSED</Status>
</Message>
<Data>
<ota:OTA_CancelRS>
<ota:UniqueId Id="323483PN-GA8A" Type="BRD"/>
</ota:OTA_CancelRS>
</Data>
</PasskeyRS>
Last updated on