Card Hierarchy Group Management
Create Card Hierarchy Group
This operation creates a new group within a specified card hierarchy. The new group must have a parent group ID and can be either INTERMEDIATE
or CARD
type.
POST
/
v1
/
card-hierarchies
/
{cardHierarchyId}
/
groups
Path Parameters
cardHierarchyId
string
requiredCard hierarchy id
Query Parameters
auditUser
string
requiredThe audit user to log the request
Body
application/json
name
string
requiredName of the group
parentId
string
requiredId of the parent group
type
enum<string>
requiredOnly INTERMEDIATE and CARD are allowed here
Available options:
ROOT
, INTERMEDIATE
, CARD
Response
201 - application/json
id
string
requiredGenerated id of the group
name
string
requiredName of the group
parentId
string
Id of the parent group
type
enum<string>
requiredType of the group
Available options:
ROOT
, INTERMEDIATE
, CARD