Responsibility Template Directly-Assigned Representatives REST Endpoints

Responsibility Templates/Responsibility Template Directly-Assigned Representatives
The AssignedReps resource is the child of the areasOfResponsibilityTemplates resource and provides the list of people who are directly-assigned to this template.
Create all directly-assigned people for a specified responsibility template
Method: post
Path: /hcmRestApi/resources/11.13.18.05/areasOfResponsibilityTemplates/{TemplateId}/child/AssignedReps
Delete a single scope for a specified responsibility template
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/areasOfResponsibilityTemplates/{TemplateId}/child/AssignedReps/{AssignedRepsUniqID}
Get a single directly-assigned person for a specified responsibility template
Method: get
Path: /hcmRestApi/resources/11.13.18.05/areasOfResponsibilityTemplates/{TemplateId}/child/AssignedReps/{AssignedRepsUniqID}
Get all directly-assigned people for a specified responsibility template
Method: get
Path: /hcmRestApi/resources/11.13.18.05/areasOfResponsibilityTemplates/{TemplateId}/child/AssignedReps
Update a single directly-assigned person for a specified responsibility template
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/areasOfResponsibilityTemplates/{TemplateId}/child/AssignedReps/{AssignedRepsUniqID}