ClientTagWithValue
idnumberrequired
Unique identifier for the tag
label object
Multilingual label for the tag
nlstring
Dutch label
Example:
Industrie
enstring
English label
Example:
Industry
destring
German label
Example:
Branche
valuestringrequired
The actual value/content of the tag
Example:
Software & IT
ClientTagWithValue
{
"id": 0,
"label": {
"nl": "Industrie",
"en": "Industry",
"de": "Branche"
},
"value": "Software & IT"
}