Attachment to a Deliverable REST Endpoints

Deliverables/Attachment to a Deliverable
The attachment resource is used to create, view, update, or delete an attachment to a project deliverable.
Create attachments for a deliverable
Method: post
Path: /fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/Attachment
Delete an attachment to a deliverable
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/Attachment/{AttachmentUniqID}
Get all attachments for a deliverable
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/Attachment
Get an attachment for a deliverable
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/Attachment/{AttachmentUniqID}
Update an attachment to a deliverable
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/Attachment/{AttachmentUniqID}