Creates a new tag sub-resource under the given tag group
Authorizations
JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>
Path Parameters
Unique identifier of the tag group.
Body
Boolean flag used to determine whether the tag is archived.
false
Code used in the external ERP/accounting system to identify the tag.
"12345"
User readable name of the tag.
"Lunch allowance"
Dimension values outside the two main dimensions ordered by display order. Values not provided will be given empty values.Values will be ignored if there is not enough dimensions to add them to.
Dimension values outside the two main dimensions ordered by display order. Values not provided will be given empty values.Values will be ignored if there is not enough dimensions to add them to.
["value1", "value2"]
Response
Tag created successfully.