.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
No items found.
Body parameters
Collapse
No items found.
No items found.
Query parameters
Collapse
allowCallback
boolean
no
allowCallback
Path parameters
Collapse
No items found.
Responses
Collapse
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
}';
RESPONSE
No items found.
No items found.