2- Get operations availability for chosen item
GET {{baseUrl}}/hierarchy/children/:id/operations
Get available operations for organisational hierarchy item with the given id
.
Possible operations are:
create subscriber
create cost center
create virtual group
edit item
move item
remove item
SUBSCRIBER
are not supported. subscribers/{id}/operations
should be used instead.
Possible exceptions: | HTTP code | Error code | Description | |-----------|------------------------------------|--------------------------------------------------------------| |
400
| WRONG_GROUP_TYPE
| Item of unsupported type |
| 404
| VIRTUAL_HIERARCHY_ITEM_NOT_FOUND
| Information for item with the given id
cannot be found |
Required privileges (one of the following):- privilegesun-authorizedorderscreation
- privilegesordersauthorization
- privilegesvirtualhierarchymanagement
- privilegesbulkuploaddataofenduser
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"createSubscriber":{"enabled":true}}