Communication Attachments REST Endpoints

Shared Services/Communication Attachments
The communication attachments resource is used to insert, get, and update attachments for the communication email and notifications channel types.
Create all communication attachments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLogMessageAttachments
Delete a communication attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLogMessageAttachments/{DocumentKey}
Get a communication attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLogMessageAttachments/{DocumentKey}
Get all communication attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLogMessageAttachments
Update a communication attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLogMessageAttachments/{DocumentKey}