POST api/Notification/SendNotification
Documentation for 'SendNotification'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| inputModel | Documentation for 'inputModel'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"FCMToken": "sample string 1",
"Title": "sample string 2",
"Body": "sample string 3",
"ImageURL": "sample string 4"
}
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.