post https://{subdomain}.kommo.com/api/v4/calls
This method allows adding multiple calls
Limitations
The 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
Response parameters
The method returns an array of added calls.
Parameter | Data type | Description |
---|---|---|
id | int | ID of the added note |
entity_id | int | ID of the entity the call is added into |
entity_type | int | Type of the entity the call is added into |
account_id | int | ID of the account the call is added into |
request_id | string | The string that’s passed in the request or an index number if none passed |
_embedded | obj | Embedded entities data |
_embedded[entity] | obj | Model of the entity the call is added to |
_embedded[entity][id] | int | ID of the entity the call is added to |