Issue Types REST Endpoints

Issue Types
The issue type resource is used to view, create, delete, or modify an issue type. Issue types represent categories of code enforcement issues.
Create a set of issue types
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIssueTypes
Get all issue types
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIssueTypes
Get an issue type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIssueTypes/{publicSectorIssueTypesUniqID}
Update an issue type
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIssueTypes/{publicSectorIssueTypesUniqID}