POST Notification/Push_CustomNotifications_Bulk
Request Information
URI Parameters
None.
Body Parameters
NotificationData| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.