Cancelled Activities
Performs a fetch of a single cancelled activity or all cancelled activities by date.
zapiActivity_GetCancellations
GET
https://{yourdomainname}.zaui.net/zapi/
Request Body
Name | Type | Description |
---|---|---|
zapiToken* | integerng | Token that must be used for a reseller to communicate with the supplier system. |
zapiAccountId* | integer | Generated by the supplier system. |
zapiUserId* | integer | Generated by the supplier system when a new contact is created. |
methodName* | string | The method being called. |
activityId* | integer | ID of the activity. |
cancellationStartDate* | integer | Start date of cancellation window. Format: YYYY-MM-DD |
cancellationEndDate* | integer | End date of cancellation window. Format: YYYY-MM-DD |
Last updated