Attachments REST Endpoints

Shared Services/Communication Attachments/Attachments
The attachments resource is used to view, create, and update attachments.
Create an attachment.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLogMessageAttachments/{DocumentKey}/child/CommLogMsgAttAccessor
Delete an attachment.
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLogMessageAttachments/{DocumentKey}/child/CommLogMsgAttAccessor/{publicSectorLogMessageAttachments_CommLogMsgAttAccessor_Id}
Get all attachments.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLogMessageAttachments/{DocumentKey}/child/CommLogMsgAttAccessor
Get an attachment.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLogMessageAttachments/{DocumentKey}/child/CommLogMsgAttAccessor/{publicSectorLogMessageAttachments_CommLogMsgAttAccessor_Id}
Update an attachment.
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLogMessageAttachments/{DocumentKey}/child/CommLogMsgAttAccessor/{publicSectorLogMessageAttachments_CommLogMsgAttAccessor_Id}