POST api/RBSendNotification

Rbs the send notification.

Request Information

URI Parameters

None.

Body Parameters

The rb notification send view.

RBNotificationSendViewModel
NameDescriptionTypeAdditional information
Title

Gets or sets the title.

string

None.

Message

Gets or sets the message.

string

None.

URL

Gets or sets the URL.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Title": "sample string 1",
  "Message": "sample string 2",
  "URL": "sample string 3"
}

text/html

Sample:
{"Title":"sample string 1","Message":"sample string 2","URL":"sample string 3"}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RBNotificationSendViewModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.