POST api/SendFcmNotification

Request Information

URI Parameters

None.

Body Parameters

FcmNotificationModel
NameDescriptionTypeAdditional information
MobileNo

string

None.

SenderMobileNo

string

None.

UserToken

string

None.

Title

string

None.

Body

string

None.

IsNotification

string

None.

Collapsekey

string

None.

NotificationType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MobileNo": "sample string 1",
  "SenderMobileNo": "sample string 2",
  "UserToken": "sample string 3",
  "Title": "sample string 4",
  "Body": "sample string 5",
  "IsNotification": "sample string 6",
  "Collapsekey": "sample string 7",
  "NotificationType": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseModel
NameDescriptionTypeAdditional information
Message

string

None.

Status

string

None.

Result

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": "sample string 2",
  "Result": "sample string 3"
}