- Subcategories:
- Attachment Revisions
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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments/{AttachmentKey}/child/AppealAttachmentsAccessor - Delete an attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments/{AttachmentKey}/child/AppealAttachmentsAccessor/{AttachedDocumentId} - Get all attachments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments/{AttachmentKey}/child/AppealAttachmentsAccessor - Get an attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments/{AttachmentKey}/child/AppealAttachmentsAccessor/{AttachedDocumentId} - Update an attachment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAppealAttachments/{AttachmentKey}/child/AppealAttachmentsAccessor/{AttachedDocumentId}