Flexfields for Equipment Instances REST Endpoints
Manufacturing/Production Resources/Equipment Instances/Flexfields for Equipment Instances
The Flexfields for Equipment Instances resource manages descriptive flexfields that the equipment instances uses.
- Create one flexfield
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionResources/{ResourceId}/child/EquipmentInstance/{EquipmentInstanceId}/child/EquipmentInstanceDFF
- Get all flexfields
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionResources/{ResourceId}/child/EquipmentInstance/{EquipmentInstanceId}/child/EquipmentInstanceDFF
- Get one flexfield
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionResources/{ResourceId}/child/EquipmentInstance/{EquipmentInstanceId}/child/EquipmentInstanceDFF/{EquipmentInstanceId2}
- Update one flexfield
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionResources/{ResourceId}/child/EquipmentInstance/{EquipmentInstanceId}/child/EquipmentInstanceDFF/{EquipmentInstanceId2}