- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
Award Attachments REST Endpoints
Seller Negotiations/Award Attachments
Information about the award attachments added to a seller negotiation.
- Create one award attachment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/awardAttachments - Delete one award attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/awardAttachments/{awardAttachmentsUniqID} - Get all award attachments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/awardAttachments - Get one award attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/awardAttachments/{awardAttachmentsUniqID} - Update one award attachment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/sellerNegotiations/{sellerNegotiationsUniqID}/child/awardAttachments/{awardAttachmentsUniqID}