POST api/v1/Notification/PostNotification
Bildirim Gonderme
Request Information
URI Parameters
None.
Body Parameters
NotificationSendBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| title | string |
None. |
|
| message | string |
None. |
|
| userId | string |
None. |
|
| notificationType | NotificationType |
None. |
|
| gotoPage | string |
None. |
|
| extras | string |
None. |
|
| imagePath | string |
None. |
|
| iconPath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"title": "sample string 1",
"message": "sample string 2",
"userId": "sample string 3",
"notificationType": 1,
"gotoPage": "sample string 4",
"extras": "sample string 5",
"imagePath": "sample string 6",
"iconPath": "sample string 7"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.