Company Allowed Tags
Retrieve a company allowed tags for a specific document type.
GET companies/:companyId/allowedTags?documentType:documentTypeId
Allowed tags properties
| Property | Type | Description |
|---|---|---|
| AllowedTags | Array | A list of all the allowed tags (including the translated label based on the company language) for the given company and type of document. |
Example response:
{
"allowedTags":[
{
"code": "CUST",
"label": "CUST"
},
{
"code": "PNV",
"label": "INK"
},
{
"code": "SLS",
"label": "VRK"
}
]
}
