Flexfields for Components REST Endpoints
Product Lifecycle Management/Item Structures/Components/Flexfields for Components
The Flexfields for Components resource gets the descriptive flexfields associated with the component.
- Create one component flexfield
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/itemStructures/{BillSequenceId}/child/Component/{ComponentSequenceId}/child/ComponentDFF
- Get all component flexfields
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/itemStructures/{BillSequenceId}/child/Component/{ComponentSequenceId}/child/ComponentDFF
- Get one component flexfield
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/itemStructures/{BillSequenceId}/child/Component/{ComponentSequenceId}/child/ComponentDFF/{ComponentSequenceId2}
- Update a component flexfield
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/itemStructures/{BillSequenceId}/child/Component/{ComponentSequenceId}/child/ComponentDFF/{ComponentSequenceId2}