POST api/PushNotification/Save

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "f439a870-5480-45f3-a5aa-b763bbcde8de",
  "notification": {
    "$id": "2",
    "ID": 1,
    "CompanyID": 2,
    "Title": "sample string 3",
    "Text": "sample string 4",
    "DTstamp": "2025-10-28T22:59:18.8015388+02:00",
    "NumberOfRecipients": 6,
    "SentOn": "2025-10-28T22:59:18.8015388+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PushNotification'.