Project Attachments REST Endpoints

Projects/Project Attachments
The Attachments resource is used to view, create, update and delete attachments to a project.
Create an attachment for a project
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Attachments
Delete an attachment for a project
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Attachments/{AttachmentsUniqID}
Get all attachments for a project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Attachments
Get an attachment for a project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Attachments/{AttachmentsUniqID}
Update an attachment for a project
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/Attachments/{AttachmentsUniqID}