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