- Subcategories:
- Descriptive Flexfields for Attachments
Attachments REST Endpoints
Product Lifecycle Management/Item Categories/Attachments
The Attachments resource manages the catalog attachments.
- Get all attachments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/itemCategories/{itemCategoriesUniqID}/child/attachments - Get one attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/itemCategories/{itemCategoriesUniqID}/child/attachments/{attachmentsUniqID} - Remove an attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/itemCategories/{itemCategoriesUniqID}/child/attachments/{attachmentsUniqID} - Update attachment attributes
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/itemCategories/{itemCategoriesUniqID}/child/attachments/{attachmentsUniqID} - Upload an attachment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/itemCategories/{itemCategoriesUniqID}/child/attachments