Remove Cancellation
Removes an existing cancellation for an activity.
zapiActivity_RemoveCancellation
POST
https://{yourdomainname}.zaui.net/zapi/
Request Body
Token that must be used for a reseller to communicate with the supplier system.
Generated by the supplier system.
Generated by the supplier system when a new contact is created.
Retrieved from Cancelled Activities call.
<?xml version="1.0" encoding="utf-8"?>
<response>
<zapiVersion>2.1</zapiVersion>
<error>0</error>
<message>OK</message>
<methodResponse>
<methodName>zapiActivity_RemoveCancellation</methodName>
<methodErrorCode>0</methodErrorCode>
<methodErrorMessage>
<![CDATA[Cancellation ID 244 removed.]]>
</methodErrorMessage>
</methodResponse>
</response>
<request>
<zapiToken></zapiToken>
<zapiAccountId></zapiAccountId>
<zapiUserId></zapiUserId>
<zapiMethod>
<methodName>zapiActivity_RemoveCancellation</methodName>
<cancellationId></cancellationId>
</zapiMethod>
</request>
<?xml version="1.0" encoding="utf-8"?>
<response>
<zapiVersion>2.1</zapiVersion>
<error></error>
<message></message>
<methodResponse>
<methodName>zapiActivity_RemoveCancellation</methodName>
<methodErrorCode></methodErrorCode>
<methodErrorMessage></methodErrorMessage>
</methodResponse>
</response>