Create Notification Definition
Request
URI
POST
https://{api_host}//api/notification-definitions
COPY
Request Body
notificationsCreateNotificationDefinitionRequest of type(s) application/json
Required
{
"httpParameters": {
"relativePath": "string",
"payloadTemplate": "string",
"headers": [
{
"value": "string",
"key": "string"
}
]
},
"name": "string",
"notificationDestinationId": "string",
"retryCount": 0,
"emailParameters": {
"emailRecipients": [
"string"
],
"senderEmailAddress": "string",
"emailSubjectTemplate": "string",
"emailBodyTemplate": "string",
"senderName": "string"
},
"description": "string"
}
string
name
Optional
name
string
notificationDestinationId
Optional
notificationDestinationId
integer As int32 As int32
retryCount
Optional
retryCount
string
description
Optional
description
Responses
200
Returns notificationsNotificationDefinitionId of type(s) */*
{
"id": "string"
}
string
id
Optional
id
404
Not Found
Operation doesn't return any data structure
Notification Definition Service Operations
POST
Create Notification Definition
DELETE
Delete Notification Definition
GET
Get Notification Definition
GET
List Notification Definitions
PUT
Update Notification Definition