Communication Template Maintenance Service REST Endpoints

Correspondence Services/Communication Template Maintenance Service
This service is used to perform Communication Template Maintenance operations.
Add New Communication Template
Method: post
Path: /obedm-correspondence-services/commtemplate
Authorize Communication Template by Given ID
Method: patch
Path: /obedm-correspondence-services/commtemplate/{id}/approve
Close Communication Template by Given ID
Method: patch
Path: /obedm-correspondence-services/commtemplate/{id}/close
Delete Communication Template Identified by Given ID
Method: delete
Path: /obedm-correspondence-services/commtemplate/{id}
Get All Valid Communication Template
Method: get
Path: /obedm-correspondence-services/commtemplate
Healthcheck of Correspondence Service
Method: get
Path: /obedm-correspondence-services/healthcheck
Reopen Communication Template by Given ID
Method: patch
Path: /obedm-correspondence-services/commtemplate/{id}/reopen
Retrieve Communication Template by ID
Method: get
Path: /obedm-correspondence-services/commtemplate/{id}
Retrieve Communication Template History by Given ID
Method: get
Path: /obedm-correspondence-services/commtemplate/{id}/history
Retrieve Onload Data
Method: get
Path: /obedm-correspondence-services/commtemplate/onload
Retrieve Unauthorized Communication Template by Given ID
Method: get
Path: /obedm-correspondence-services/commtemplate/{id}/unauthorized
Update Existing Communication Template
Method: put
Path: /obedm-correspondence-services/commtemplate/{id}