Attachments REST Endpoints

Product Lifecycle Management/Manufacturers/Attachments
An attachment is a file provided by a manufacturer for supporting information.
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/manufacturers/{manufacturersUniqID}/child/Attachments
Get one attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/manufacturers/{manufacturersUniqID}/child/Attachments/{AttachmentsUniqID}
Remove one attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/manufacturers/{manufacturersUniqID}/child/Attachments/{AttachmentsUniqID}
Upload one attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/manufacturers/{manufacturersUniqID}/child/Attachments