Create Notification Definition

Create Notification Definition
Request
URI
POST
https://{api_host}/api/notification-definitions
COPY
Request Body
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
{
    "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