Case Attachment Contents REST Endpoints

Case Attachments/Case Attachment Contents
The case attachment content resource is used to view, create, or modify the content of a case attachment. Case attachments are used in Code Enforcement cases.
Create a case attachment content
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseAttachments/{AttachmentKey}/child/CaseAttachmentAccessor
Delete a case attachment content
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseAttachments/{AttachmentKey}/child/CaseAttachmentAccessor/{AttachedDocumentId}
Get a case attachment content
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseAttachments/{AttachmentKey}/child/CaseAttachmentAccessor/{AttachedDocumentId}
Get all case attachment contents
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseAttachments/{AttachmentKey}/child/CaseAttachmentAccessor
Update a case attachment content
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseAttachments/{AttachmentKey}/child/CaseAttachmentAccessor/{AttachedDocumentId}