Specifications in Inspection Plans REST Endpoints

Manufacturing/Inspection Plans/Specifications in Inspection Plans
The specifications in inspection plans resource manages the specifications of an inspection plan.
Create one specification
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId}/child/specifications
Delete a specification
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId}/child/specifications/{SpecificationId}
Get all specifications
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId}/child/specifications
Get one specification
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId}/child/specifications/{SpecificationId}
Update one specification
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId}/child/specifications/{SpecificationId}