Specifications in Inspection Plans REST Endpoints

Manufacturing/Inspection Plans/Specifications in Inspection Plans
The Specifications in Inspection Plans resource manages the specifications of the inspection plan.
Create one specification
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId}/child/specifications
Delete one 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}