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 Alert type for Institution
This service is used to update Alert type for Institution
ENDPOINTS
put
/db-alerts-management/v1/institution-alert-types
Header parameters
Collapse
Expand
Authorization
string
required
An OAuth2 access token that authorizes this request. Must be in the format Bearer {ACCESS_TOKEN}
Body parameters
Collapse
Expand
No items found.
No items found.
Query parameters
Collapse
Expand
No items found.
Path parameters
Collapse
Expand
No items found.
Responses
Collapse
Expand
No items found.
curl -X 'PUT' \
'https://api.candescent.com/digitalbanking/db-alerts-management/v1/institution-alert-types' \
-H 'institutionid: SOME_STRING_VALUE' \
-H 'transactionid: SOME_STRING_VALUE' \
-H 'authorization: SOME_STRING_VALUE' \
-H 'accept: application/json' \
-H 'content-type: application/json' \
-d '{
"institutionAlertTypeId": 0,
"alertTypeName": "string",
"channelsOptd": "string",
"reason": "string",
"statusOptd": "ACTIVE",
"institutionId": "string"
}';
No items found.
No items found.