Violation Notice Type Mappings REST Endpoints

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