Communication Attachment Accessor REST Endpoints

Shared Services/Communication Attachments/Communication Attachment Accessor
The communication attachment accessors resource is used for displaying communication attachment file related information such as the file name and its URL.
Create a communication attachment's file related information
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLogMessageAttachments/{DocumentKey}/child/CommLogMsgAttAccessor
Delete a communication attachment's file related information
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLogMessageAttachments/{DocumentKey}/child/CommLogMsgAttAccessor/{publicSectorLogMessageAttachments_CommLogMsgAttAccessor_Id}
Get a communication attachment's file related information
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLogMessageAttachments/{DocumentKey}/child/CommLogMsgAttAccessor/{publicSectorLogMessageAttachments_CommLogMsgAttAccessor_Id}
Get all attachment file-related information for a communication
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLogMessageAttachments/{DocumentKey}/child/CommLogMsgAttAccessor
Update a communication attachment's file related information
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLogMessageAttachments/{DocumentKey}/child/CommLogMsgAttAccessor/{publicSectorLogMessageAttachments_CommLogMsgAttAccessor_Id}