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