Skip to main content
POST
Create a new tag group

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>

Query Parameters

company_id
string<uuid>

Unique identifier of the company the tag group will be associated with.

Body

application/json;charset=UTF-8
archived
boolean
required

Boolean flag used to determine whether the tag group is archived.

code
string
required

Code used in the external ERP/accounting system to identify the tag group.

name
string
required

User readable name of the tag group.

metadata
object

Place to store additional information about the tag group.

Response

default - application/json;charset=UTF-8

default response

data
object
required