Create Notification Instance
Request
URI
POST
https://{api_host}/api/notification-instances
COPY
Request Body
notificationsCreateNotificationInstanceRequest
of type(s)
application/json
Required
"notificationsCreateNotificationInstanceRequest Object"
string
entityName
Optional
entityName
string
entityType
Optional
entityType
string
entityId
Optional
entityId
object
emailParameters
Optional
emailParameters
string
notificationDefinitionId
Optional
notificationDefinitionId
array of
object
additionalDetails
Optional
additionalDetails
string
entityState
Optional
entityState
Responses
200
Returns
notificationsNotificationInstanceId
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-instances
Notification Instance Service Operations
POST
Create Notification Instance
GET
List Notification Instances
GET
Get Notification Instance