- Subcategories:
- Attachments
- Large Object (LOB) Attributes - Preview
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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments - Delete an appeal attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments/{AttachmentKey} - Get all appeal attachments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments - Get an appeal attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments/{AttachmentKey} - Update an appeal attachment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments/{AttachmentKey}