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)
Create Alert Type
This service is used to create alert type
ENDPOINTS
post
/db-alerts-management/v1/alert-types
Header parameters
Collapse
Expand
No items found.
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 'POST' \
'https://api.ncr.com/digitalbanking/db-alerts-management/v1/alert-types' \
-H 'institutionid: SOME_STRING_VALUE' \
-H 'transactionid: SOME_STRING_VALUE' \
-H 'accept: application/json' \
-H 'content-type: application/json' \
-d '{
"additionalInfo": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"alertCategory": "string",
"alertTypeId": 0,
"alertTypeName": "string",
"applicableAccountTypes": "string",
"channels": "string",
"description": "string",
"displayAlertTypeName": "string",
"eventTypeDomain": "string",
"externalSystem": "string",
"institutionId": "string",
"status": "ACTIVE"
}';
No items found.
No items found.