POST api/v1/notifications/oneway

Send one way Notification to a list of Staff

Request Information

URI Parameters

None.

Body Parameters

NotificationRequestDetailsModel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.