- Subcategories:
- Attachments in Inspection Plan Specifications
- Criteria in Inspection Plans
- Large Object (LOB) Attributes - InspectionInstructions
- Specifications in Inspection Plans
Inspection Plans REST Endpoints
Manufacturing/Inspection Plans
The inspection plans resource is used to view, create, or modify inspection plan details.
- Copy inspection plan within or across organizations
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId}/action/copyPlan - Create new version of a plan
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId}/action/createNewVersion - Create one inspection plan
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inspectionPlans - Get all inspection plans
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inspectionPlans - Get one inspection plan
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId} - Update one inspection plan
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId}