POST api/notification/save

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
udn
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "id": 1,
  "userKey": "ffe9ce4c-ab7e-437b-8a53-58fc96f5f0ec",
  "deviceId": "sample string 3",
  "notification": "sample string 4",
  "notificationAction": "sample string 5",
  "notificationParameter": "sample string 6",
  "notificationTypeId": "sample string 7",
  "dateInsert": "2026-03-12T02:14:02.4311936+01:00",
  "dateModified": "2026-03-12T02:14:02.4311936+01:00",
  "status": 10,
  "broadcast": true
}

application/xml, text/xml

Sample:
<UserDeviceNotification xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <id>1</id>
  <userKey>ffe9ce4c-ab7e-437b-8a53-58fc96f5f0ec</userKey>
  <deviceId>sample string 3</deviceId>
  <notification>sample string 4</notification>
  <notificationAction>sample string 5</notificationAction>
  <notificationParameter>sample string 6</notificationParameter>
  <notificationTypeId>sample string 7</notificationTypeId>
  <dateInsert>2026-03-12T02:14:02.4311936+01:00</dateInsert>
  <dateModified>2026-03-12T02:14:02.4311936+01:00</dateModified>
  <status>10</status>
  <broadcast>true</broadcast>
</UserDeviceNotification>

application/x-www-form-urlencoded

Sample:

Sample not available.