POST api/AppChat/sendNotification
APIGetUserFBToken
Request Information
URI Parameters
None.
Body Parameters
notification_request| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteUUID | globally unique identifier |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
|
| FBToken | string |
None. |
|
| AddressLocal | string |
None. |
|
| AddressPublic | string |
None. |
|
| Title | string |
None. |
|
| Text | string |
None. |
|
| Channel | string |
None. |
|
| Silent | boolean |
None. |
|
| Fragments | Collection of Object |
None. |
|
| Icon | string |
None. |
|
| Sound | string |
None. |
|
| Image | string |
None. |
|
| Video | boolean |
None. |
|
| FullImage | string |
None. |
|
| registration_ids | Collection of string |
None. |
|
| FBApiKey | string |
None. |
|
| FBProjectID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SiteUUID": "d5518d19-76b8-4402-962c-274571bcd870",
"UserUUID": "3f7a3a79-fce7-4323-8d4a-e577924a6c39",
"Token": "47a47675-f27b-4969-a614-3f0a99e9f6df",
"FBToken": "sample string 1",
"AddressLocal": "sample string 2",
"AddressPublic": "sample string 3",
"Title": "sample string 4",
"Text": "sample string 5",
"Channel": "sample string 6",
"Silent": true,
"Fragments": [
{},
{}
],
"Icon": "sample string 8",
"Sound": "sample string 9",
"Image": "sample string 10",
"Video": true,
"FullImage": "sample string 11",
"registration_ids": [
"sample string 1",
"sample string 2"
],
"FBApiKey": "sample string 12",
"FBProjectID": "sample string 13"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}