Skip to main content
POST
Create Card Hierarchy (Root Group)

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
name
string
required

Name of the card hierarchy

active
boolean
required

Whether the card hierarchy is active or not

Response

Card hierarchy successfully created

id
string<biginteger>
required

Generated id of the card hierarchy

name
string
required

Name of the card hierarchy

active
boolean
required

Whether the card hierarchy is active or not