.png)
Modify/Update the institution/default template
Modify/Update the template.
This service uses a v2 authentication token and requires the token to be generated with scopes as alertMgmt:read, alertMgmt:write for alerts type and template.
This service uses a v2 authentication token and requires the token to be generated with scopes as alertMgmt:read, alertMgmt:write for alerts type and template.
ENDPOINTS
put
/db-alerts-management/v1/alert-templates
Header parameters
Collapse
No items found.
Body parameters
Collapse
No items found.
No items found.
Query parameters
Collapse
No items found.
Responses
Collapse
No items found.
curl -X 'PUT' \
'https://api.candescent.com/digitalbanking/db-alerts-management/v1/alert-templates' \
-H 'institutionid: SOME_STRING_VALUE' \
-H 'transactionid: SOME_STRING_VALUE' \
-H 'accept: application/json' \
-H 'content-type: application/json' \
-d '{
"alertTypeName": "string",
"alertTypeResourceId": 0,
"externalSystem": "string",
"institutionId": "string",
"lastUpdatedDttm": "string",
"locale": "string",
"state": "DRAFT",
"templateContents": [
{
"alertTemplateResourceId": 0,
"channelType": "EMAIL",
"templateContent": "string",
"templateContentType": "EMAIL_SUBJECT"
}
],
"variableMap": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
}';
RESPONSE
No items found.
No items found.