POST api/AppChat/sendNotification

APIGetUserFBToken

Request Information

URI Parameters

None.

Body Parameters

notification_request
NameDescriptionTypeAdditional 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": "51b3e2ec-0d28-411d-8a6a-45933d4a0600",
  "UserUUID": "ceaf90fd-0226-427e-95cf-f7dcbf852e0c",
  "Token": "f737e386-8624-4988-8c2e-ea00977753d8",
  "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

Object

None.

Response Formats

application/json, text/json

Sample:
{}