Update Reporting Hierarchy Relationships
post
/config/sim/v1/hierarchy/locations/updateReportingHierarchyRelationships
Assigns, updates, or removes a parent level to a location within a reporting hierarchy.
Request
Supported Media Types
- application/json
- multipart/form-data
Request body for updating parent level within a reporting hierarchy
Root Schema : schema
Type:
object
The input body model that needs to be given for the update request.
Show Source
-
locRef(required):
string
The unique reference for the reporting locationExample:
locRef1
-
parentReportingLevelName(required):
string
The name of parent enterprise level within the reporting hierarchy. Use 'No Parent' keyword to assign the highest level.Example:
Corporate
-
reportingHierarchyName(required):
string
The name of reporting hierarchy where the parent level needs to be assigned/ updated.Example:
TestReportingHierarhy
Response
Supported Media Types
- application/json
200 Response
Unique reference of the location
Root Schema : UpdateReportingHierarchyRelationshipResponse
Type:
object
The input body model that needs to be given for the update request.
Show Source
-
locRef:
string
The unique reference for the reporting locationExample:
locRef1