POST api/RBSendNotification
Rbs the send notification.
Request Information
URI Parameters
None.
Body Parameters
The rb notification send view.
RBNotificationSendViewModel| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.