POST
/
v1
/
card-hierarchies
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/hierarchy/v1/card-hierarchies \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "active": true
}'
{
  "id": "<string>",
  "name": "<string>",
  "active": true
}

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

201
application/json
Card hierarchy successfully created
id
string
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