- Subcategories:
- Attachments
- Financial Impact Details
- Task Impact Details
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: postPath:
/fscmRestApi/resources/11.13.18.05/projectChangeRequests
- Delete a project change request
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/projectChangeRequests/{ChangeRequestId}
- Get a project change request
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectChangeRequests/{ChangeRequestId}
- Get all project change requests
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectChangeRequests
- Update a project change request
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/projectChangeRequests/{ChangeRequestId}