v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
Tag

Create a new tag

Create a new tag

post/Tag/Factory/create

Request body

namestring

Name of the tag

Example request

{
  "object": {
    "id": 1,
    "objectName": "Invoice"
  }
}

Response

Successful operation

idstring

Id of the tag

objectNamestring

Internal object name which is 'TagRelation'.

additionalInformationstring
createstring date-time

Date of tag creation

Example response

{
  "id": "1",
  "objectName": "TagRelation",
  "tag": {
    "id": "1",
    "objectName": "Tag"
  },
  "object": {
    "id": 1,
    "objectName": "Invoice"
  },
  "sevClient": {
    "id": "1",
    "objectName": "SevClient"
  }
}