Target Values for Conformance Parameters REST Endpoints
Manufacturing/Target Values for Conformance Parameters
Target values for conformance parameters indicate the ideal values of products that manufacturers want to meet. These values are based on compliance requirements, market expectations, or production process constraints. Process engineers can use historical quality results to define these targets.
- Create one conformance parameter target value
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/conformanceParameterTargetValues - Delete one conformance parameter target value
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/conformanceParameterTargetValues/{ConformanceParameterTargetValueId} - Get all target values for a conformance parameter
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/conformanceParameterTargetValues - Get one target value for a conformance parameter
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/conformanceParameterTargetValues/{ConformanceParameterTargetValueId} - Update one conformance parameter target value
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/conformanceParameterTargetValues/{ConformanceParameterTargetValueId}