- Subcategories:
- Attachments in Inspection Plans
- Criteria in Inspection Plans
- Large Object (LOB) Attributes - InspectionInstructions
- Specifications in Inspection Plans
Inspection Plans REST Endpoints
Manufacturing/Inspection Plans
The Inspection Plans resource manages 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 plan
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inspectionPlans - Get all plans
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inspectionPlans - Get one plan
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId} - Update one plan
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/inspectionPlans/{InspectionPlanId}