Violation Ad Hoc Notices REST Endpoints

Code Enforcement/Violation Notice Groups/Violation Ad Hoc Notices
The violation ad hoc notice resource is used to view, create, or modify a violation ad hoc notice type mapping within a violation notice group. Violation ad hoc notice types are used in Code Enforcement cases.
Create a set of ad hoc violation notice types in a violation notice group
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorViolationNoticeGroups/{publicSectorViolationNoticeGroupsUniqID}/child/AdhocNotices
Delete an ad hoc violation notice type from a violation notice group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorViolationNoticeGroups/{publicSectorViolationNoticeGroupsUniqID}/child/AdhocNotices/{AdhocNoticesUniqID}
Get all ad hoc violation notice types from a violation notice group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorViolationNoticeGroups/{publicSectorViolationNoticeGroupsUniqID}/child/AdhocNotices
Get an ad hoc violation notice type from a violation notice group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorViolationNoticeGroups/{publicSectorViolationNoticeGroupsUniqID}/child/AdhocNotices/{AdhocNoticesUniqID}
Update an ad hoc violation notice type in a violation notice group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorViolationNoticeGroups/{publicSectorViolationNoticeGroupsUniqID}/child/AdhocNotices/{AdhocNoticesUniqID}