Violation Notice Types REST Endpoints

Code Enforcement/Violation Notice Types
The violation notice type resource is used to view, create, or modify a violation notice type. Violation notice types are used in Code Enforcement cases.
Create a violation notice type
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorViolationNoticeTypes
Delete a violation notice type
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorViolationNoticeTypes/{publicSectorViolationNoticeTypesUniqID}
Get a violation notice type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorViolationNoticeTypes/{publicSectorViolationNoticeTypesUniqID}
Get all violation notice types
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorViolationNoticeTypes
Update a violation notice type
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorViolationNoticeTypes/{publicSectorViolationNoticeTypesUniqID}