Attachments REST Endpoints

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