Project Resource Request Lines REST Endpoints

Project Resource Requests/Project Resource Request Lines
The Project Resource Request Lines resource is used to view the status and details of all proposed or nominated resources associated to the request.
Create one or more nominated resources for a project resource request
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectResourceRequests/{ResourceRequestId}/child/ProjectResourceRequestLines
Get a request line associated to the project resource request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectResourceRequests/{ResourceRequestId}/child/ProjectResourceRequestLines/{RequestLineId}
Get all request lines associated to the project resource request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectResourceRequests/{ResourceRequestId}/child/ProjectResourceRequestLines
Update a nominated resource on a project resource request
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectResourceRequests/{ResourceRequestId}/child/ProjectResourceRequestLines/{RequestLineId}