Award Attachments REST Endpoints

Seller Negotiations/Award Attachments
Information about the award attachments added to a seller negotiation.
Create one award attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/awardAttachments
Delete one award attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/awardAttachments/{awardAttachmentsUniqID}
Get all award attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/awardAttachments
Get one award attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/awardAttachments/{awardAttachmentsUniqID}
Update one award attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/awardAttachments/{awardAttachmentsUniqID}