Tasks
Update a task
This method updates a specific task resource.
put/tasks/{task_id}
Path parameters
task_idstring required
Example:8bed991c68a470e7aaeffbf048
The unique ID of the task in CareCloud.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"task": {
"task_id": "8bed991c68a470e7aaeffbf048",
"task_type_id": "8bed991c68a470e7aaeffbf048",
"task_state_id": "8bed991c68a470e7aaeffbf048",
"customer_id": "85aae99524edceec17682e01b9",
"task_note": "Could you please send me last invoice to my email?",
"task_title": "Customer invoice",
"task_priority": 3,
"due_date": "2023-04-01",
"created_at": "2023-03-28 16:59:49",
"state": 1
}
}Response
No Content