Create Notification Instance
Request
URI
POST
https://{api_host}//api/notification-instances
COPY
Request Body
notificationsCreateNotificationInstanceRequest of type(s) application/json
Required
{
"entityName": "string",
"entityType": "string",
"entityId": "string",
"emailParameters": {
"emailRecipients": [
"string"
],
"senderEmailAddress": "string",
"emailSubjectTemplate": "string",
"emailBodyTemplate": "string",
"senderName": "string"
},
"notificationDefinitionId": "string",
"additionalDetails": [
{
"valueInt64": "string",
"valueDouble": "number",
"valueBoolean": false,
"key": "string",
"valueString": "string"
}
],
"entityState": "string"
}
string
entityName
Optional
entityName
string
entityType
Optional
entityType
string
entityId
Optional
entityId
string
notificationDefinitionId
Optional
notificationDefinitionId
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
Notification Instance Service Operations
POST
Create Notification Instance
GET
Get Notification Instance
GET
List Notification Instances