POST api/v1/notifications/template/oneway
Send one way Notification to a list of Staff
Request Information
URI Parameters
None.
Body Parameters
NotificationRequestDetailsTemplateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationEventId | integer |
Required |
|
| StaffIds | Collection of integer |
Required |
|
| TemplateData | Dictionary of string [key] and string [value] |
Required |
Request Formats
application/json, text/json
Sample:
{
"NotificationEventId": 1,
"StaffIds": [
1,
2
],
"TemplateData": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.