/api/2.0/tasks/{PK}/
PATCH https://developer.salesfusion.com/api/2.0/tasks/{PK}/
Description:
Modifies a specifc task. Description is a require field.
If the specified task does not exist Not Found
will be returned.
PK → Task_ID
Sample Response:
{
"account_id": null,
"comments": "",
"contact_id": null,
"contact_first_name": null,
"contact_last_name": null,
"created_date": "2018-12-19T14:34:56.380000Z",
"created_by_id": 2,
"owner_id": 2,
"owner_email": "noreply@salesfusion.com",
"owner_first_name": "Michael",
"owner_last_name": "North",
"opportunity_id": 0,
"description": "",
"priority": "",
"reminder_datetime": null,
"send_reminder": false,
"due_date": null,
"status": "",
"subject": "this is a new task!",
"updated_date": "2018-12-19T14:34:56.380000Z",
"updated_by_id": 2,
"custom_fields": {
"ActivityDate": null,
"WhatId": null
}
}
Request Body
{"description"=>"Test Description"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |