Update a task
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
id
Request
Updated task details.
assignToId
To assign a task to a user you can use either the account email or ID.
companiesIds
Companies ids for companies a task is linked to
contactsIds
Contact ids for contacts linked to this task
date
Task date/time
dealsIds
Deal ids for deals a task is linked to
done
Task marked as done
duration
Duration of task in milliseconds [1 minute = 60000 ms]
name
Name of task
notes
Notes added to a task
reminder
Task reminder date/time for a task
taskTypeId
Id for type of task e.g Call / Email / Meeting etc.
Response
Task updated succussfully