- Subcategories:
- Attachments in Inspection Plan Specifications
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: postPath:
/fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId}/child/specifications - Delete a specification
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId}/child/specifications/{SpecificationId} - Get all specifications
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId}/child/specifications - Get one specification
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId}/child/specifications/{SpecificationId} - Update one specification
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId}/child/specifications/{SpecificationId}