POST api/Notifications/PushNotification

Request Information

URI Parameters

None.

Body Parameters

tblPushNotificationCls
NameDescriptionTypeAdditional information
title

string

None.

body

string

None.

icon

string

None.

sound

string

None.

category

string

None.

backgroundImage

string

None.

receiverid

string

None.

iOSServerKey

string

None.

AndroidServerKey

string

None.

PersonID

string

None.

DeviceRegisterNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "title": "sample string 1",
  "body": "sample string 2",
  "icon": "sample string 3",
  "sound": "sample string 4",
  "category": "sample string 5",
  "backgroundImage": "sample string 6",
  "receiverid": "sample string 7",
  "iOSServerKey": "sample string 8",
  "AndroidServerKey": "sample string 9",
  "PersonID": "sample string 10",
  "DeviceRegisterNumber": "sample string 11"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}