POST api/PushNotification/Send
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dto | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"guid": "c1d2d0ae-ef2d-4e33-b528-f61d7acd02c6",
"notification": {
"$id": "2",
"ID": 1,
"CompanyID": 2,
"Title": "sample string 3",
"Text": "sample string 4",
"DTstamp": "2025-10-28T22:59:52.794292+02:00",
"NumberOfRecipients": 6,
"SentOn": "2025-10-28T22:59:52.794292+02:00",
"IsGlobal": true,
"PushNotificationRecipients": [
{
"$id": "3",
"ID": 1,
"NotificationID": 2,
"RecipientID": "sample string 3",
"PushNotification": {
"$ref": "2"
}
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"notificationID": 2,
"RecipientIDs": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
application/x-www-form-urlencoded
Sample: