Skip to main content

ClientTagWithValue

idnumberrequired

Unique identifier for the tag

Example: 1
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": 1,
"label": {
"nl": "Industrie",
"en": "Industry",
"de": "Branche"
},
"value": "Software & IT"
}