POST api/AlertSetting/LevelMeasurement/Add

To add and update level mesuremenr alarm settings

Request Information

URI Parameters

None.

Body Parameters

LevelMeasurementObject
NameDescriptionTypeAdditional information
ID

Object

None.

CustomerDeviceID

Object

None.

AlarmID

Object

None.

AlarmType

Object

None.

LevelMinValue

Object

None.

LevelMaxValue

Object

None.

LevelMeasureIn

Object

None.

NotifyBy

Object

None.

NotifySMSTo

Object

None.

NotifyEmailTo

Object

None.

NotifyPush

Object

None.

Status

Object

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

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.