POST api/Report/Notification

Request Information

URI Parameters

None.

Body Parameters

PushNotificationMdl
NameDescriptionTypeAdditional 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:

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

Response Information

Resource Description

ResponseMdl
NameDescriptionTypeAdditional information
Status

boolean

None.

Data

Object

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Data": {},
  "Message": "sample string 3"
}