Communication Templates REST Endpoints

Communication Templates
The communication templates resource is used to create and view communication templates. A communication template is a metadata definition used by applications to trigger communications.
Create a communication template
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCommunicationTemplates
Delete a communication template
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCommunicationTemplates/{TemplateId}
Get a communication template
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCommunicationTemplates/{TemplateId}
Get all communication template
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCommunicationTemplates
Update a communication template
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCommunicationTemplates/{TemplateId}