v1

latestOpenAPI 3.0.12026-07-22120163333.7 KB
Tasks & Appointments V2

Finish Task

Marks a task or appointment as completed. Caller must have manage permission on the entry's lead. Smart-plan tasks cannot be finished through this endpoint (TASK_IS_SMARTPLAN).

post/v2.0/tasks/{taskId}/finish

Path parameters

taskIdinteger required

ID of the task or appointment to finish.

Headers

Authorizationstring required

Bearer [access_token]

Content-Typestring required

application/json

Response

Entry marked as completed.

messagestring

Result message

Example response

{
  "message": "Operation successful"
}