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: post
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/action/captureProjectProgress
Delete the draft progress of the project
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}
Edit latest published progress
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/action/editLatestPublishedProgress
Edit the date associated with the draft project progress
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/action/reviseAsofDate
Get the progress of all projects
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectProgress
Get the progress of the project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}
Publish Project Progress
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/action/publishProjectProgress
Refresh actual amounts on draft progress
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/action/refreshActualAmounts
Update the draft progress of the project
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}