Attachments REST Endpoints

Product Lifecycle Management/Supplier Products/Attachments
The Attachments resource manages the attachments associated with an supplier product.
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/attachments
Get one attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/attachments/{attachmentsUniqID}
Remove an attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/attachments/{attachmentsUniqID}
Replace an attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/attachments/{attachmentsUniqID}
Upload an attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/attachments