Flexfields for Item Attachments REST Endpoints
Product Lifecycle Management/Items Version 2/Item Attachments/Flexfields for Item Attachments
The Flexfields for Item Attachments resource manages the descriptive flexfields for item attachments.
- Create descriptive flexfields
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemAttachment/{ItemAttachmentUniqID}/child/AttachedDocumentsDFF
- Get all descriptive flexfields
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemAttachment/{ItemAttachmentUniqID}/child/AttachedDocumentsDFF
- Get one descriptive flexfield
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemAttachment/{ItemAttachmentUniqID}/child/AttachedDocumentsDFF/{AttachedDocumentsDFFUniqID}
- Update one descriptive flexfield
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemAttachment/{ItemAttachmentUniqID}/child/AttachedDocumentsDFF/{AttachedDocumentsDFFUniqID}