POST api/Firebase/Notification
Documentation for 'Notification'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objFirebase | Documentation for 'objFirebase'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"Title": "sample string 2",
"Message": "sample string 3",
"ServerKey": "sample string 4",
"SenderId": "sample string 5",
"ActionId": 6,
"RegistrationId": 7,
"DocumentId": "sample string 8",
"Type": "sample string 9",
"DeviceKeys": [
{
"$id": "2",
"Value": "sample string 1"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": 2,
"Message": "sample string 3",
"LstData": [
{
"$id": "2",
"MessageTitle": "sample string 1",
"MessageBody": "sample string 2",
"multicast_id": "sample string 3",
"success": "sample string 4",
"failure": "sample string 5",
"canonical_ids": "sample string 6",
"results": [
{
"$id": "3",
"message_id": "sample string 1",
"error": "sample string 2"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"Data": {
"$ref": "2"
}
}