POST api/AlertSetting/WaveGuideBund/Update?alrmtype={alrmtype}
Update WaveGuide/Bund
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| alrmtype | string |
Required |
Body Parameters
WaveGuideBundObject| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | Object |
None. |
|
| CustomerDeviceID | Object |
None. |
|
| Waveguide | Object |
None. |
|
| Bund | Object |
None. |
|
| AlarmSchedulePeriod | Object |
None. |
|
| AlarmConnectionTime | Object |
None. |
|
| AlarmEndTime | Object |
None. |
|
| Weekdays | Object |
None. |
|
| ProductName | Object |
None. |
|
| TankHeight | Object |
None. |
|
| TankVolume | Object |
None. |
|
| SensorOffset | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": {},
"CustomerDeviceID": {},
"Waveguide": {},
"Bund": {},
"AlarmSchedulePeriod": {},
"AlarmConnectionTime": {},
"AlarmEndTime": {},
"Weekdays": {},
"ProductName": {},
"TankHeight": {},
"TankVolume": {},
"SensorOffset": {},
"CreatedBy": {},
"CreatedDateTime": {},
"CreatedIp": {},
"ModifiedBy": {},
"ModifiedDateTime": {},
"ModifiedIp": {}
}
application/xml, text/xml
Sample:
<AlarmDetails.WaveGuideBundObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/sscTeklekWebAPI.Models"> <AlarmConnectionTime /> <AlarmEndTime /> <AlarmSchedulePeriod /> <Bund /> <CreatedBy /> <CreatedDateTime /> <CreatedIp /> <CustomerDeviceID /> <ID /> <ModifiedBy /> <ModifiedDateTime /> <ModifiedIp /> <ProductName /> <SensorOffset /> <TankHeight /> <TankVolume /> <Waveguide /> <Weekdays /> </AlarmDetails.WaveGuideBundObject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.