Code Enforcement Incidents REST Endpoints

Code Enforcement Incidents
The incidents resource is used to view, create, delete, or modify code enforcement incidents that are created by public users.
Create an incident
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIncidents
Delete an incident
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIncidents/{IncidentKey}
Get all incidents
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIncidents
Get an incident
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIncidents/{IncidentKey}
Update an incident
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIncidents/{IncidentKey}