PUT api/v1/Notifications/UpdateNotifications
Request Information
URI Parameters
None.
Body Parameters
Collection of Notification| Name | Description | Type | Additional 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-20T21:38:21.6759819+00:00",
"_UpdatedDate": "2026-01-20T21:38:21.6759819+00:00"
},
{
"_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-20T21:38:21.6759819+00:00",
"_UpdatedDate": "2026-01-20T21:38:21.6759819+00:00"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.