Case Notice Attachment Revisions REST Endpoints

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