POST 17.0/database/userdesktopalerts

Description

Create User Desktop Alerts

URI Parameters

None.

Name Description Type Additional information
UserID

integer

None.

Type

byte

None.

application/json, text/json

Sample:
{
  "userID": 1,
  "type": 64
}

application/xml, text/xml

Sample:
<UserDesktopAlertsUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <UserID>1</UserID>
  <Type>64</Type>
</UserDesktopAlertsUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
UserID

integer

None.

Type

byte

None.

application/json, text/json

Sample:
{
  "userID": 1,
  "type": 64
}

application/xml, text/xml

Sample:
<UserDesktopAlerts xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <UserID>1</UserID>
  <Type>64</Type>
</UserDesktopAlerts>