Attachments REST Endpoints

Supplier Negotiations/Attachments
The Attachments resource manages details about attachments for supplier negotiation.
Create one attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/attachments
Delete one attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/attachments/{attachmentsUniqID}
GET action not supported
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/attachments/{attachmentsUniqID}
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/attachments
Update one attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/attachments/{attachmentsUniqID}