Template Attachments REST Endpoints

Shared Services/Template Attachments
The template attachments resource is used to view, create, delete, or modify attachments on communication event template
Create all communication template attachments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTemplateAttachments
Delete a communication template attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTemplateAttachments/{DocumentKey}
Get a communication template attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTemplateAttachments/{DocumentKey}
Get all communication template attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTemplateAttachments
Update a communication template attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTemplateAttachments/{DocumentKey}