ClientTagWriteDto
idnumberrequired
Unique identifier for the tag
valuestringrequired
The actual value/content of the tag
Example:
Software & IT
ClientTagWriteDto
{
"id": 0,
"value": "Software & IT"
}
Unique identifier for the tag
The actual value/content of the tag
Software & IT
{
"id": 0,
"value": "Software & IT"
}