v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBTag
Create a new tag
Create a new tag
post/Tag/Factory/create
Request body
Example request
{
"object": {
"id": 1,
"objectName": "Invoice"
}
}Response
Successful operation
Example response
{
"id": "1",
"objectName": "TagRelation",
"tag": {
"id": "1",
"objectName": "Tag"
},
"object": {
"id": 1,
"objectName": "Invoice"
},
"sevClient": {
"id": "1",
"objectName": "SevClient"
}
}