Attachments REST Endpoints

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