PUT 17.0/database/userdesktopalerts/{userid}/{type}

Description

Update existing User Desktop Alerts

URI Parameters

Name Description Type Additional information
userID

integer

Required

type

byte

Required

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>