.png)
Modify/Update the institution/default 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
transactionId
string
required
transactionId
roles
array
no
roles
institutionId
string
no
institutionId
Body parameters
Collapse
Query parameters
Collapse
default
boolean
no
default
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
{ "title": "ResponseEntity", "type": "object", "properties": { "body": { "type": "object", "properties": {} }, "statusCode": { "type": "string", "enum": [ "100", "101", "102", "103", "200", "201", "202", "203", "204", "205", "206", "207", "208", "226", "300", "301", "302", "303", "304", "305", "307", "308", "400", "401", "402", "403", "404", "405", "406", "407", "408", "409", "410", "411", "412", "413", "414", "415", "416", "417", "418", "419", "420", "421", "422", "423", "424", "426", "428", "429", "431", "451", "500", "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511" ] }, "statusCodeValue": { "type": "integer", "format": "int32" } } }
{}
{}
{}
{}
{}
{}
{}