Conformance Parameters REST Endpoints
Manufacturing/Conformance Parameters
Conformance parameters are measurable quality attributes that define product specifications and are used to verify whether batches meet required standards before production. For example, pharmaceutical manufacturers producing solid dosage forms (tablets, capsules) would define Moisture Content as a weight percent parameter with a calculation unit of kg and a specification range of 2.0-4.0 weight percent to ensure product stability and prevent degradation of active ingredients during shelf life.
- Create one conformance parameter.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/conformanceParameters - Delete one conformance parameter.
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/conformanceParameters/{ConformanceParameterId} - Retrieve a list of conformance parameters.
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/conformanceParameters - Retrieve a specific conformance parameter.
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/conformanceParameters/{ConformanceParameterId} - Update one conformance parameter.
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/conformanceParameters/{ConformanceParameterId}