POST api/2.0/crm/{entityType}/taglist This function requires authentication

Description

Adds a tag to the entities with the IDs specified in the request.

Parameters
Name Description Type Example
entityType
sent in url
Entity type
Allowed values: contact, opportunity, case
string some text
entityid
sent in body
List of entity IDs Collection of numbers
collection
1234
tagName
sent in body
Tag name string some text
Example
POST api/2.0/crm/%22some+text%22/taglist
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "entityid": [
    1234
  ],
  "tagName": "some text"
}
Returns

Tag