Update a task
Update an existing CRM task”s properties such as name, type, due date, status, duration, notes, assignee, reminder, or linked entities. Only the fields provided in the request body will be updated; omitted fields remain unchanged.
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.
Errors
400
Bad Request Error
404
Not Found Error