Appeal Attachments REST Endpoints

Code Enforcement/Appeal Attachments
The appeal attachment resource is used to view, create, or modify an attachment associated to a case appeal. Case appeals are used in Code Enforcement cases.
Create a set of appeal attachments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments
Delete an appeal attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments/{AttachmentKey}
Get all appeal attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments
Get an appeal attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments/{AttachmentKey}
Update an appeal attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments/{AttachmentKey}