Attachments REST Endpoints

Code Enforcement/Appeal Attachments/Attachments
The attachment resource is used to view, create, and update attachments.
Create a set of attachments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments/{AttachmentKey}/child/AppealAttachmentsAccessor
Delete an attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments/{AttachmentKey}/child/AppealAttachmentsAccessor/{AttachedDocumentId}
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments/{AttachmentKey}/child/AppealAttachmentsAccessor
Get an attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments/{AttachmentKey}/child/AppealAttachmentsAccessor/{AttachedDocumentId}
Update an attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments/{AttachmentKey}/child/AppealAttachmentsAccessor/{AttachedDocumentId}