Flexfields for Substitute Components REST Endpoints
The Flexfields for Substitute Components resource gets the descriptive flexfields associated with the substitute component.
- Create one substitute component flexfield
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productChangeOrders/{ChangeId}/child/AffectedObject/{AffectedObjectUniqID}/child/AffectedItemStructure/{AffectedItemStructureUniqID}/child/StructureComponent/{StructureComponentUniqID}/child/RedlinedSubstituteComponent/{RedlinedSubstituteComponentUniqID}/child/SubstituteComponentDFF
- Get all substitute component flexfields
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productChangeOrders/{ChangeId}/child/AffectedObject/{AffectedObjectUniqID}/child/AffectedItemStructure/{AffectedItemStructureUniqID}/child/StructureComponent/{StructureComponentUniqID}/child/RedlinedSubstituteComponent/{RedlinedSubstituteComponentUniqID}/child/SubstituteComponentDFF
- Get one substitute component flexfield
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productChangeOrders/{ChangeId}/child/AffectedObject/{AffectedObjectUniqID}/child/AffectedItemStructure/{AffectedItemStructureUniqID}/child/StructureComponent/{StructureComponentUniqID}/child/RedlinedSubstituteComponent/{RedlinedSubstituteComponentUniqID}/child/SubstituteComponentDFF/{SubCompSequenceId}
- Update a substitute component flexfield
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productChangeOrders/{ChangeId}/child/AffectedObject/{AffectedObjectUniqID}/child/AffectedItemStructure/{AffectedItemStructureUniqID}/child/StructureComponent/{StructureComponentUniqID}/child/RedlinedSubstituteComponent/{RedlinedSubstituteComponentUniqID}/child/SubstituteComponentDFF/{SubCompSequenceId}