Project Plan Resource Request Lines REST Endpoints

Project Plan Resource Requests/Project Plan Resource Request Lines
The Project Plan Resource Request Lines resource is used by a project manager to view and update the status of nominated resources associated to the request.
Get a request line associated to the project resource request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectPlanResourceRequests/{ResourceRequestId}/child/ProjectPlanResourceRequestLines/{RequestLineId}
Get all request lines associated to the project resource request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectPlanResourceRequests/{ResourceRequestId}/child/ProjectPlanResourceRequestLines
Update a nominated resource on a project resource request
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectPlanResourceRequests/{ResourceRequestId}/child/ProjectPlanResourceRequestLines/{RequestLineId}