- Subcategories:
 - Large Object (LOB) Attributes - File Contents
 - Large Object (LOB) Attributes - FileWebImage
 
Attachments REST Endpoints
    
        Suppliers/Attachments
    
The Attachments resource manages attachments for a supplier.
- Create one attachment
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/attachments - Delete one attachment
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/attachments/{attachmentsUniqID} - Get all attachments
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/attachments - Get one action not supported
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/attachments/{attachmentsUniqID} - Update one attachment
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/attachments/{attachmentsUniqID}