POST api/v1/AlarmZones/UpdateAlarmZone

Request Information

URI Parameters

None.

Body Parameters

AlarmZone
NameDescriptionTypeAdditional information
_AlarmZoneId

integer

None.

_AlarmZoneName

string

None.

_AlarmZoneTrigger

string

None.

_AlarmZoneTriggerId

integer

None.

_AlarmZoneDevice

string

None.

_AlarmZoneDeviceId

integer

None.

_AlarmZoneDeviceType

integer

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

_SysNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "_AlarmZoneId": 1,
  "_AlarmZoneName": "sample string 2",
  "_AlarmZoneTrigger": "sample string 3",
  "_AlarmZoneTriggerId": 4,
  "_AlarmZoneDevice": "sample string 5",
  "_AlarmZoneDeviceId": 6,
  "_AlarmZoneDeviceType": 7,
  "_CreationDate": "2026-01-20T21:40:17.2645951+00:00",
  "_UpdatedDate": "2026-01-20T21:40:17.2645951+00:00",
  "_SysNumber": 8
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.