Main menu
Introduction

Accounts

Update contact info

Money Movement

Disclosures

Banking Images

Authentication

Alerts

Legacy Authentication

Reset Password

E-Statements

Experience Group

Banking

Customer Information

E-Statement Reports

.png)
Update user alert preference for existing alert preference
For alert preferences, the required scopes are alertPref:read, alertPref:write.
ENDPOINTS
put
/db-alerts-preferences/v1/alert-preferences/{alertPreferenceId}
Header parameters
Collapse
Expand
No items found.
Body parameters
Collapse
Expand
No items found.
No items found.
Query parameters
Collapse
Expand
allowCallback
boolean
no
allowCallback
Path parameters
Collapse
Expand
No items found.
Responses
Collapse
Expand
No items found.
curl -X 'PUT' \
'https://api.candescent.com/digitalbanking/db-alerts-preferences/v1/alert-preferences/{alertPreferenceId}' \
-H 'fiid: SOME_STRING_VALUE' \
-H 'transactionid: SOME_STRING_VALUE' \
-H 'userid: SOME_STRING_VALUE' \
-H 'accept: application/json' \
-H 'content-type: application/json' \
-d '{
"additionalInfo": {},
"alertOpted": true,
"alertPreferenceAccountDetails": {
"accountExternalId": "string",
"accountId": "string",
"cardNumber": "string"
},
"alertPreferenceDetails": {
"alertPrefId": 0,
"alertTypeName": "string",
"channelTypeName": "string",
"externalId": "string",
"institutionCustomerId": "string",
"institutionId": "string"
},
"allowCallback": true,
"defaultPreferences": true
}';
No items found.
No items found.