POST id4/Device/Notifications/Set/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

LibNotificationsSettings
NameDescriptionTypeAdditional information
InfoNotifications

boolean

None.

WarningNotifications

boolean

None.

AlarmNotifications

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "infoNotifications": true,
  "warningNotifications": true,
  "alarmNotifications": true
}

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 'LibNotificationsSettings'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.