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": "663f5dd2-3cd2-49d1-a820-cec4c77abdc8",
  "deviceId": "sample string 3",
  "notification": "sample string 4",
  "notificationAction": "sample string 5",
  "notificationParameter": "sample string 6",
  "notificationTypeId": "sample string 7",
  "dateInsert": "2025-12-18T17:47:46.7455309+01:00",
  "dateModified": "2025-12-18T17:47:46.7455309+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>663f5dd2-3cd2-49d1-a820-cec4c77abdc8</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>2025-12-18T17:47:46.7455309+01:00</dateInsert>
  <dateModified>2025-12-18T17:47:46.7455309+01:00</dateModified>
  <status>10</status>
  <broadcast>true</broadcast>
</UserDeviceNotification>

application/x-www-form-urlencoded

Sample:

Sample not available.