Attachments REST Endpoints

Product Lifecycle Management/Product Proposals/Attachments
The Attachments resource manages the files and uniform resource locators (URLs) associated with the proposal.
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/Attachments
Get one attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/Attachments/{AttachmentsUniqID}
Remove an attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/Attachments/{AttachmentsUniqID}
Upload an attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/Attachments