POST api/2.0/crm/{entityType}/{entityid}/tag/group This function requires authentication

Description

Adds the selected tag to the entity (company or person) specified in the request and to all the related contacts.

Parameters
Name Description Type Example
entityType
sent in url
Entity type
Allowed values: company, person
string some text
entityid
sent in url
Entity ID number 1234
tagName
sent in body
Tag name string some text
Example
POST api/2.0/crm/%22some+text%22/1234/tag/group
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "tagName": "some text"
}
Returns

Tag