v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
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

cardHierarchyIdstring biginteger required

Card hierarchy id

Query parameters

auditUserstring required

The audit user to log the request

Request body

namestring required

Name of the group

parentIdstring biginteger required

Id of the parent group

type'ROOT' | 'INTERMEDIATE' | 'CARD' required

Type of the group

Response

Card Hierarchy group successfully created

idstring biginteger required

Generated id of the group

namestring required

Name of the group

parentIdstring biginteger

Id of the parent group

type'ROOT' | 'INTERMEDIATE' | 'CARD' required

Type of the group