Award Attachments REST Endpoints

Supplier Negotiations/Award Attachments
Details regarding the attachment of awards for a negotiation.
Create one award attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/awardAttachments
Delete one award attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/awardAttachments/{awardAttachmentsUniqID}
Get all award attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/awardAttachments
Get one award attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/awardAttachments/{awardAttachmentsUniqID}
Update one award attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/awardAttachments/{awardAttachmentsUniqID}