Task Progress REST Endpoints

Project Progress/Task Progress
The Task Progress resource is used to capture, view, and update draft progress for the tasks of a project enabled for financial management.
Get the progress of a financial task
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/child/TaskProgress/{TaskId}
Get the progress of all financial tasks in the project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/child/TaskProgress
Update the progress of a financial task
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/child/TaskProgress/{TaskId}