post https://{subdomain}.kommo.com/api/v4/tasks
This method allows adding multiple tasks.
Limitations
Method is available in correspondence to the user rights.
Data type header when the request is successful
Content-Type: application/hal+json
Data type header in case of an error
Content-Type: application/problem+json
An example of the request
[
{
"task_type_id": 1,
"text": "Meeting with the client",
"complete_till": 1588885140,
"entity_id": 9785993,
"entity_type": "leads",
"request_id": "example"
}
]