- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
Award Attachments REST Endpoints
Supplier Negotiations/Award Attachments
Details regarding the attachment of awards for a negotiation.
- Create one award attachment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/awardAttachments
- Delete one award attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/awardAttachments/{awardAttachmentsUniqID}
- Get all award attachments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/awardAttachments
- Get one award attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/awardAttachments/{awardAttachmentsUniqID}
- Update one award attachment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/awardAttachments/{awardAttachmentsUniqID}