Create Notification Definition
Request
URI
POST
https://{api_host}/api/notification-definitions
COPY
Request Body
notificationsCreateNotificationDefinitionRequest
of type(s)
application/json
Required
"notificationsCreateNotificationDefinitionRequest Object"
object
httpParameters
Optional
httpParameters
string
name
Optional
name
string
notificationDestinationId
Optional
notificationDestinationId
integer As int32
As int32
retryCount
Optional
retryCount
object
emailParameters
Optional
emailParameters
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
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/notification-definitions
Notification Definition Service Operations
POST
Create Notification Definition
GET
List Notification Definitions
PUT
Update Notification Definition
DELETE
Delete Notification Definition
GET
Get Notification Definition