Project Change Requests REST Endpoints

Project Change Requests
The Project Change Requests resource is used to view, create, update or delete change requests. A change request is a formal proposal to modify project contractual obligations, such as scope, schedule, or budget. This resource captures key details such as the reason for the change, its priority, a description, and the justification.
Create a project change request
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectChangeRequests
Delete a project change request
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projectChangeRequests/{ChangeRequestId}
Get a project change request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectChangeRequests/{ChangeRequestId}
Get all project change requests
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectChangeRequests
Update a project change request
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectChangeRequests/{ChangeRequestId}