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: postPath:
/hcmRestApi/resources/11.13.18.05/areasOfResponsibility - Delete a responsibility for a representative
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/areasOfResponsibility/{areasOfResponsibilityUniqID} - Find areas of responsibility information
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/areasOfResponsibility/action/findByAdvancedSearch - Get a representative
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/areasOfResponsibility/{areasOfResponsibilityUniqID} - Get all representatives
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/areasOfResponsibility - Reassign a responsibility
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/areasOfResponsibility/{areasOfResponsibilityUniqID}/action/reassign - Scope details for the responsibility template. This action is for internal use only.
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/areasOfResponsibility/action/getAorScopeDetails - Update a responsibility for a representative
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/areasOfResponsibility/{areasOfResponsibilityUniqID}