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