Case Notices REST Endpoints

Code Enforcement/Case Notices
The list notices resource is used to view the details of a case notice. Notices are used in Code Enforcement cases.
Create a case notice
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseNotices
Delete a case notice
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseNotices/{CaseNoticeKey}
Get a case notice
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseNotices/{CaseNoticeKey}
Get a case notice
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorListNotices/{CaseNoticeKey}
Get all case notices
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseNotices
Get all case notices
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorListNotices
Update a case notice
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseNotices/{CaseNoticeKey}