Notes REST Endpoints

Project Progress/Notes
The Note resource is used to view, create, update, and delete notes for project progress.
Create a note for a progress
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/child/Notes
Delete a note for a progress
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/child/Notes/{NoteId}
Get a note for a progress
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/child/Notes/{NoteId}
Get all notes for a progress
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/child/Notes
Update a note for a progress
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/child/Notes/{NoteId}