PUT api/v1/Notifications/UpdateNotification

Request Information

URI Parameters

None.

Body Parameters

Notification
NameDescriptionTypeAdditional information
_Id

integer

None.

_LockingPlanModificationFlag

integer

None.

_HHConnectionFlag

integer

None.

_HHCmds

integer

None.

_HHProgressStatus

string

None.

_HHResults

integer

None.

_HHConnectedIp

string

None.

_HHFwVer

string

None.

_SysNumber

integer

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "_Id": 1,
  "_LockingPlanModificationFlag": 2,
  "_HHConnectionFlag": 3,
  "_HHCmds": 4,
  "_HHProgressStatus": "sample string 5",
  "_HHResults": 6,
  "_HHConnectedIp": "sample string 7",
  "_HHFwVer": "sample string 8",
  "_SysNumber": 9,
  "_CreationDate": "2026-01-20T20:25:37.3056868+00:00",
  "_UpdatedDate": "2026-01-20T20:25:37.3056868+00:00"
}

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.