Project Progress REST Endpoints
Project Progress
The Project Progress resource is used to capture draft progress, view draft and published progress, update draft progress, and publish progress for a project enabled for financial management.
- Capture project progress
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectProgress/action/captureProjectProgress - Delete the draft progress of the project
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId} - Edit latest published progress
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/action/editLatestPublishedProgress - Edit the date associated with the draft project progress
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/action/reviseAsofDate - Get the progress of all projects
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectProgress - Get the progress of the project
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId} - Publish Project Progress
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectProgress/action/publishProjectProgress - Refresh actual amounts on draft progress
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/action/refreshActualAmounts - Update the draft progress of the project
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}