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

Description

Creates a tag for the selected entity with a tag name specified in the request.

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

{
  "tagName": "some text"
}
Returns

Tag