Create Organization Node
POST https://{{axpAPIDomain}}/api/admin/account/v1/accounts/:accountId/organization-nodes
This API requires the Account Administrator role.
Creates a new organization node at the hierarchy determined by the value of the parentPath
field.
The following fields must be unique otherwise a HTTP 409 Conflict
will be returned:
* name
Request Body
{"name"=>"PuneLocation", "parentPath"=>"AccountA", "countryCode"=>"IN"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
appkey | string | ||
Content-Type | string | ||
Accept | string |