Card Hierarchy Management
Create Card Hierarchy (Root Group)
This operation creates a new card hierarchy, generating a root group with the specified name and ID. Only one card hierarchy can be active at a time.
POST
/
v1
/
card-hierarchies
Query Parameters
auditUser
string
requiredThe audit user to log the request
Body
application/json
name
string
requiredName of the card hierarchy
active
boolean
requiredWhether the card hierarchy is active or not
Response
201 - application/json
id
string
requiredGenerated id of the card hierarchy
name
string
requiredName of the card hierarchy
active
boolean
requiredWhether the card hierarchy is active or not