GET api/push/SendGeneralNotification/{pushId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pushId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
APINotificationResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<APINotificationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <Message>sample string 2</Message> <Status>true</Status> </APINotificationResponse>