Task Labor Resource Assignments REST Endpoints

Project Plans/Task Labor Resource Assignments
The Task Labor resource assignments resource is used to view, create, or update the assignment of a labor resource for a project task. For example, a Database Analyst can be assigned as a labor resource for a project task. You can have many labor resource assignments for each task.
Create a labor resource assignment for a task
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/TaskLaborResourceAssignments
Delete a labor resource assignment for a task
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/TaskLaborResourceAssignments/{TaskLaborResourceAssignmentId}
Get a labor resource assignment for a task
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/TaskLaborResourceAssignments/{TaskLaborResourceAssignmentId}
Get all labor resource assignments for all the tasks of a project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/TaskLaborResourceAssignments
Update a labor resource assignment for a task
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectPlans/{ProjectId}/child/TaskLaborResourceAssignments/{TaskLaborResourceAssignmentId}