- Subcategories:
 - Large Object (LOB) Attributes - FileContents
 - Large Object (LOB) Attributes - FileWebImage
 
Attachments REST Endpoints
            
            Draft Supplier Negotiation Responses/Lines/Attachments
            
        
        
    The Attachments resource manages response attachments in the supplier negotiation response.
- Create an attachment
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/child/lines/{LineId}/child/attachments - Delete an attachment
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/child/lines/{LineId}/child/attachments/{attachmentsUniqID} - Get all attachments
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/child/lines/{LineId}/child/attachments - Get one attachment
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/child/lines/{LineId}/child/attachments/{attachmentsUniqID} - Update an attachment
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/child/lines/{LineId}/child/attachments/{attachmentsUniqID}