Inspection Types REST Endpoints

Inspection Types
The inspection type resource is used for view, create, delete, or modify an inspection type. An inspection type identifies specific attributes for each type of inspection that a public agency may provide.
Create an inspection type
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionTypes
Delete an inspection type
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionTypes/{publicSectorInspectionTypesUniqID}
Get all inspection types
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionTypes
Get an inspection type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionTypes/{publicSectorInspectionTypesUniqID}
Update an inspection type
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionTypes/{publicSectorInspectionTypesUniqID}