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: postPath:
/obedm-correspondence-services/commtemplate - Authorize Communication Template by Given ID
- Method: patchPath:
/obedm-correspondence-services/commtemplate/{id}/approve - Close Communication Template by Given ID
- Method: patchPath:
/obedm-correspondence-services/commtemplate/{id}/close - Delete Communication Template Identified by Given ID
- Method: deletePath:
/obedm-correspondence-services/commtemplate/{id} - Get All Valid Communication Template
- Method: getPath:
/obedm-correspondence-services/commtemplate - Healthcheck of Correspondence Service
- Method: getPath:
/obedm-correspondence-services/healthcheck - Reopen Communication Template by Given ID
- Method: patchPath:
/obedm-correspondence-services/commtemplate/{id}/reopen - Retrieve Communication Template by ID
- Method: getPath:
/obedm-correspondence-services/commtemplate/{id} - Retrieve Communication Template History by Given ID
- Method: getPath:
/obedm-correspondence-services/commtemplate/{id}/history - Retrieve Onload Data
- Method: getPath:
/obedm-correspondence-services/commtemplate/onload - Retrieve Unauthorized Communication Template by Given ID
- Method: getPath:
/obedm-correspondence-services/commtemplate/{id}/unauthorized - Update Existing Communication Template
- Method: putPath:
/obedm-correspondence-services/commtemplate/{id}