Inspection Levels REST Endpoints

Manufacturing/Inspection Levels
The Inspection Levels resource is used to view, create, or modify inspection levels.
Create one inspection level
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inspectionLevels
Get all inspection levels
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inspectionLevels
Get one inspection level
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inspectionLevels/{InspectionLevelId}
Update one inspection level
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inspectionLevels/{InspectionLevelId}