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: post
Path: /fscmRestApi/resources/11.13.18.05/conformanceParameters
Delete one conformance parameter.
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/conformanceParameters/{ConformanceParameterId}
Retrieve a list of conformance parameters.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/conformanceParameters
Retrieve a specific conformance parameter.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/conformanceParameters/{ConformanceParameterId}
Update one conformance parameter.
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/conformanceParameters/{ConformanceParameterId}