Attachments REST Endpoints

Project Progress/Task Progress/Resource Progress/Attachments
The Attachment resource is used to view, create, update, and delete attachments for resource progress.
Create an attachment for a progress
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/child/TaskProgress/{TaskId}/child/ResourceProgress/{ResourceId}/child/Attachments
Delete an attachment for a progress
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/child/TaskProgress/{TaskId}/child/ResourceProgress/{ResourceId}/child/Attachments/{AttachmentsUniqID}
Get all attachments for a progress
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/child/TaskProgress/{TaskId}/child/ResourceProgress/{ResourceId}/child/Attachments
Get an attachment for a progress
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/child/TaskProgress/{TaskId}/child/ResourceProgress/{ResourceId}/child/Attachments/{AttachmentsUniqID}
Update an attachment for a progress
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectProgress/{ProjectId}/child/TaskProgress/{TaskId}/child/ResourceProgress/{ResourceId}/child/Attachments/{AttachmentsUniqID}