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: postPath:
/fscmRestApi/resources/11.13.18.05/projectResourceRequests/{ResourceRequestId}/child/ProjectResourceRequestLines
- Get a request line associated to the project resource request
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectResourceRequests/{ResourceRequestId}/child/ProjectResourceRequestLines/{RequestLineId}
- Get all request lines associated to the project resource request
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectResourceRequests/{ResourceRequestId}/child/ProjectResourceRequestLines
- Update a nominated resource on a project resource request
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/projectResourceRequests/{ResourceRequestId}/child/ProjectResourceRequestLines/{RequestLineId}