Violation Ad Hoc Notices REST Endpoints
Code Enforcement/Violation Ad Hoc Notices
The violation ad hoc notice resource is used to view, create, or modify a violation ad hoc notice type mapping in 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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorViolationAdhocNotices - Delete an ad hoc violation notice type from a violation notice group
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorViolationAdhocNotices/{publicSectorViolationAdhocNoticesUniqID} - Get all ad hoc violation notice types from a violation notice group
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorViolationAdhocNotices - Get an ad hoc violation notice type from a violation notice group
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorViolationAdhocNotices/{publicSectorViolationAdhocNoticesUniqID} - Update an ad hoc violation notice type in a violation notice group
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorViolationAdhocNotices/{publicSectorViolationAdhocNoticesUniqID}