Descriptive Flexfields for Attachments REST Endpoints
Product Lifecycle Management/Item Catalogs/Attachments/Descriptive Flexfields for Attachments
The Descriptive Flexfields for Attachments resource manages the contextual descriptive flexfields of the item catalog attachments.
- Create flexfields
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/attachments/{attachmentsUniqID}/child/attachmentDFF - Delete a flexfield
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/attachments/{attachmentsUniqID}/child/attachmentDFF/{attachmentDFFUniqID} - Get all flexfields
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/attachments/{attachmentsUniqID}/child/attachmentDFF - Get one flexfield
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/attachments/{attachmentsUniqID}/child/attachmentDFF/{attachmentDFFUniqID} - Update a flexfield
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/attachments/{attachmentsUniqID}/child/attachmentDFF/{attachmentDFFUniqID}