Code Enforcement Inspections REST Endpoints

Code Enforcement Inspections
The code enforcement inspections resource is used to record the inspections that are conducted as a part of the Code Enforcement process.
Create a set of all inspections
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspections
Delete an inspection
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspections/{publicSectorCodeEnforcementInspectionsUniqID}
Get all inspections
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspections
Get an inspection
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspections/{publicSectorCodeEnforcementInspectionsUniqID}
Update an inspection
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspections/{publicSectorCodeEnforcementInspectionsUniqID}