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": "0b3bb015-c44d-4516-99ed-16ef6732b58a",
"UserUUID": "fa9b4fc1-1678-4d79-92dd-f45a30b0cd2d",
"Token": "73cb23ff-9a30-452b-b4cd-1f102c9f8eca",
"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:
{}