Skip to main content
POST
Create an entity group

Authorizations

Authorization
string
header
required

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

Body

application/json

Entity group object to be created

name
string
required

The name of the group

groupId
string

The Id of the group for business use

parentId
string<uuid>

The Id of the group parent, null if has no parent

description
string

A description for the group

showGroup
boolean

Whether the group should be visible in the interface

costCenter
boolean

If the group acts as a cost center

Response

200 - application/json

Object

id
string<uuid>