Skip to main content
POST
Create tag dimension

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json.

Path Parameters

businessId
string<uuid>
required

The UUID of the business to create tag dimension for.

Body

application/json
key
string
required

The tag dimension key.

strictness
enum<string>
required

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
values
object[]

Predefined values for this tag dimension.

Response

Tag dimension created successfully.

data
object
required