Areas of Responsibility REST Endpoints

Areas of Responsibility
The representatives resource provides details of representatives of a person. A person can have different types of representatives such as benefits representative, human resources representative, and so on.
Create the responsibilities for a representative
Method: post
Path: /hcmRestApi/resources/11.13.18.05/areasOfResponsibility
Delete a responsibility for a representative
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/areasOfResponsibility/{areasOfResponsibilityUniqID}
Find areas of responsibility information
Method: post
Path: /hcmRestApi/resources/11.13.18.05/areasOfResponsibility/action/findByAdvancedSearch
Get a representative
Method: get
Path: /hcmRestApi/resources/11.13.18.05/areasOfResponsibility/{areasOfResponsibilityUniqID}
Get all representatives
Method: get
Path: /hcmRestApi/resources/11.13.18.05/areasOfResponsibility
Reassign a responsibility
Method: post
Path: /hcmRestApi/resources/11.13.18.05/areasOfResponsibility/{areasOfResponsibilityUniqID}/action/reassign
Scope details for the responsibility template.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/areasOfResponsibility/action/getAorScopeDetails
Update a responsibility for a representative
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/areasOfResponsibility/{areasOfResponsibilityUniqID}