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": "a7bfb4ff-b13b-415c-a439-767007994d54",
"UserUUID": "3b856957-6aea-4e63-b712-0cfff2cf54e5",
"Token": "b19672f7-2d47-49e1-9959-b28d0968bb13",
"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:
{}