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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHearingAppealAttachments
Delete a hearing appeal attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHearingAppealAttachments/{AttachmentKey}
Get a hearing appeal attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHearingAppealAttachments/{AttachmentKey}
Get all hearing appeal attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHearingAppealAttachments
Update a hearing appeal attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHearingAppealAttachments/{AttachmentKey}