POST Notification/Push_CustomNotifications_Bulk

Request Information

URI Parameters

None.

Body Parameters

NotificationData
NameDescriptionTypeAdditional information
FCMPrivateKey_Json

string

Required

NotificationType

string

Required

deviceData

Collection of deviceData

None.

Request Formats

application/json, text/json

Sample:
{
  "FCMPrivateKey_Json": "sample string 1",
  "NotificationType": "sample string 2",
  "deviceData": [
    {
      "device_token": "sample string 1",
      "PushMessage": "sample string 2"
    },
    {
      "device_token": "sample string 1",
      "PushMessage": "sample string 2"
    }
  ]
}

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.