Hearing Appeal Attachments REST Endpoints
Planning and Zoning/Hearing Appeal Attachments
The hearing appeal attachments resource is used to view or create hearing appeal attachments. Hearing appeal attachments are documents used in planning and zoning applications.
- Create a set of hearing appeal attachments
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHearingAppealAttachments - Delete a hearing appeal attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorHearingAppealAttachments/{AttachmentKey} - Get a hearing appeal attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHearingAppealAttachments/{AttachmentKey} - Get all hearing appeal attachments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHearingAppealAttachments - Update a hearing appeal attachment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHearingAppealAttachments/{AttachmentKey}