Conformance Parameter Relationships REST Endpoints
Manufacturing/Conformance Parameter Relationships
Specifications for items that need to be measured. The specifications are based on compliance requirements, customer expectations, and internal quality standards. For example, fat content for dairy products and sugar content for juices.
- Create one relationship
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/conformanceParameterAssignments - Delete one relationship
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/conformanceParameterAssignments/{ConformanceParameterAssignmentId} - Get all relationships
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/conformanceParameterAssignments - Get one relationship
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/conformanceParameterAssignments/{ConformanceParameterAssignmentId} - Update one relationship
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/conformanceParameterAssignments/{ConformanceParameterAssignmentId}