Skip to main content
POST
Add a comment to a task

Authorizations

Authorization
string
header
required

OAuth2 access token or static API token. See Authorization for how to obtain one.

Path Parameters

id
string
required

Task identifier

Body

Add a comment to a task

administration_id
string
required

Administration identifier

comment
string
required

Comment to add to the task

Response

Comment created

CustomerApi_SuccessEntity model

success
boolean
required

Request was handled successfully

count
integer<int32>
required

Number of records processed, those without errors

Example:

98

errors
object
required

List of records that could not be processed and for which reasons

Example:
warnings
object

List of records that were partially processed, the messages contain warnings

Example:
Last modified on August 13, 2026