v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Tasks

Create a task comment

Add a new comment to the task.

post/tasks/{task_id}/task-comments

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_comment": {
    "task_comment_id": "8bed991c68a470e7aaeffbf048",
    "task_id": "8bed991c68a470e7aaeffbf048",
    "text": "Could you please send me last invoice to my email?.",
    "last_change": "2021-06-20 16:59:49",
    "state": 1
  }
}

Response

Created

Example response

{
  "data": {
    "task_comment_id": "86e05affc7a7abefcd513ab400"
  }
}