Skip to main content

ClientTagWriteDto

idnumberrequired

Unique identifier for the tag

Example: 1
valuestringrequired

The actual value/content of the tag

Example: Software & IT
ClientTagWriteDto
{
"id": 1,
"value": "Software & IT"
}