POST api/Reliability/TestReliabilityNotification
Request Information
URI Parameters
None.
Body Parameters
PushNotificationMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| To | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| notify_type | string |
None. |
|
| report_type | integer |
None. |
|
| report_id | integer |
None. |
|
| Message | string |
None. |
|
| badge | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"To": "sample string 1",
"Title": "sample string 2",
"Description": "sample string 3",
"notify_type": "sample string 4",
"report_type": 5,
"report_id": 6,
"Message": "sample string 7",
"badge": 8
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Data | Object |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Data": {},
"Message": "sample string 3"
}