Edit activity
Updates the activity identified by activityId. contact_id is required on every request. The optional fields set the activity type (order, task, chat, ticket, other, invoice, proforma, estimate or cancel), its name, timestamp, description and author, and the external_id / external_url pair that links it back to the system it came from. Returns 404 if no activity has that ID.
Note the core API updates with POST, not PUT.
Authorizations
HTTP Basic Authentication. Use your API Access Key ID as the username and your API Access Key Secret as the password. Generate keys in the CloudTalk Dashboard under Account -> Settings -> API Keys (https://dashboard.cloudtalk.io/menu/account/settings/API-keys).
Path Parameters
Activity ID to edit
Body
Assigned contact ID
Type of activity
order, task, chat, ticket, other, invoice, proforma, estimate, cancel Name/Title
Activity date and time. Set to current company time by default.
Detailed description
Author of activity - user name you want to show
Activity ID from external resource - e.g. your order ID
External url which can be opened from activity detail
Response
No error