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

Path Parameters

cardHierarchyId
string
required

Card hierarchy id

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

Response

201
application/json
Card Hierarchy group successfully created

The response is of type object.