POST api/AlertSetting/DaysToEmpty/Edit

To add and update device alarm settings

Request Information

URI Parameters

None.

Body Parameters

DaysToEmptyObject
NameDescriptionTypeAdditional information
ID

Object

None.

CustomerDeviceID

Object

None.

AlarmID

Object

None.

AlarmType

Object

None.

DaysToEmptyAlarm

Object

None.

NotifyBy

Object

None.

NotifySMSTo

Object

None.

NotifyEmailTo

Object

None.

NotifyPush

Object

None.

Status

Object

None.

ProductName

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": {},
  "CustomerDeviceID": {},
  "AlarmID": {},
  "AlarmType": {},
  "DaysToEmptyAlarm": {},
  "NotifyBy": {},
  "NotifySMSTo": {},
  "NotifyEmailTo": {},
  "NotifyPush": {},
  "Status": {},
  "ProductName": {},
  "CreatedBy": {},
  "CreatedDateTime": {},
  "CreatedIp": {},
  "ModifiedBy": {},
  "ModifiedDateTime": {},
  "ModifiedIp": {}
}

application/xml, text/xml

Sample:
<AlarmDetails.DaysToEmptyObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/sscTeklekWebAPI.Models">
  <AlarmID />
  <AlarmType />
  <CreatedBy />
  <CreatedDateTime />
  <CreatedIp />
  <CustomerDeviceID />
  <DaysToEmptyAlarm />
  <ID />
  <ModifiedBy />
  <ModifiedDateTime />
  <ModifiedIp />
  <NotifyBy />
  <NotifyEmailTo />
  <NotifyPush />
  <NotifySMSTo />
  <ProductName />
  <Status />
</AlarmDetails.DaysToEmptyObject>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.