Attachments REST Endpoints
Product Lifecycle Management/Item Catalogs/Attachments
The Attachments resource manages the catalog attachments.
- Cancel checkout of one catalog attachment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/attachments/{attachmentsUniqID}/action/cancelCheckOut - Check in one catalog attachment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/attachments/{attachmentsUniqID}/action/checkIn - Check out the catalog attachment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/attachments/{attachmentsUniqID}/action/checkOut - Get all attachments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/attachments - Get one attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/attachments/{attachmentsUniqID} - Remove an attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/attachments/{attachmentsUniqID} - Update attachment attributes
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/attachments/{attachmentsUniqID} - Upload an attachment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/attachments