Case Notice Attachments REST Endpoints

Case Notice Attachments
The case notice attachment resource is used to view, create, or modify a case notice attachment. Case notice attachments are used in Code Enforcement cases.
Create a case notice attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseNoticeAttachments
Delete a case notice attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseNoticeAttachments/{AttachmentKey}
Get a case notice attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseNoticeAttachments/{AttachmentKey}
Get all case notice attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseNoticeAttachments
Update a case notice attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseNoticeAttachments/{AttachmentKey}