Violation Notice Type Mappings REST Endpoints

Violation Notice Groups/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/publicSectorViolationNoticeGroups/{publicSectorViolationNoticeGroupsUniqID}/child/NoticeMappings
Delete a violation notice type from a violation notice group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorViolationNoticeGroups/{publicSectorViolationNoticeGroupsUniqID}/child/NoticeMappings/{NoticeMappingsUniqID}
Get a violation notice type from a violation notice group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorViolationNoticeGroups/{publicSectorViolationNoticeGroupsUniqID}/child/NoticeMappings/{NoticeMappingsUniqID}
Get all violation notice types from a violation notice group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorViolationNoticeGroups/{publicSectorViolationNoticeGroupsUniqID}/child/NoticeMappings
Update a violation notice type in a violation notice group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorViolationNoticeGroups/{publicSectorViolationNoticeGroupsUniqID}/child/NoticeMappings/{NoticeMappingsUniqID}