Create tag dimension
Tag Dimensions
Create tag dimension
Creates a new tag dimension for the business. Tag dimensions define the structure and constraints for tags.
POST
Create tag dimension
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business to create tag dimension for.
Body
application/json
The tag dimension key.
Tag strictness level - BALANCING requires tags to be applied to whole journal entries that balance, NON_BALANCING has no such restriction and can therefore be applied to individual line items of entries, invoices, etc.
Available options:
BALANCING, NON_BALANCING Predefined values for this tag dimension.
Response
Tag dimension created successfully.