POST Notification/Push_CustomNotifications

Request Information

URI Parameters

None.

Body Parameters

PushNotificationData
NameDescriptionTypeAdditional information
FCMPrivateKey_Json

string

Required

device_token

string

Required

PushMessage

string

Required

NotificationType

string

Required

ImagePath

string

None.

Link

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FCMPrivateKey_Json": "sample string 1",
  "device_token": "sample string 2",
  "PushMessage": "sample string 3",
  "NotificationType": "sample string 4",
  "ImagePath": "sample string 5",
  "Link": "sample string 6"
}

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 'PushNotificationData'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.