POST api/INTv1/LogAnalyser/UpdateDiagnosticInfos
Request Information
URI Parameters
None.
Body Parameters
DiagnosticInfos| Name | Description | Type | Additional information |
|---|---|---|---|
| DiagnosticInfosID | integer |
None. |
|
| _DeviceID | integer |
None. |
|
| _DeviceName | string |
None. |
|
| _AP1 | integer |
None. |
|
| _AP2 | integer |
None. |
|
| _ComRetries1 | integer |
None. |
|
| _CommRetries2 | integer |
None. |
|
| _TotalComm1 | integer |
None. |
|
| _TotalComm2 | integer |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DiagnosticInfosID": 1,
"_DeviceID": 1,
"_DeviceName": "sample string 2",
"_AP1": 1,
"_AP2": 1,
"_ComRetries1": 1,
"_CommRetries2": 1,
"_TotalComm1": 1,
"_TotalComm2": 1,
"_CreationDate": "2025-12-06T16:44:42.0333069+00:00",
"_UpdatedDate": "2025-12-06T16:44:42.0333069+00:00",
"_SysNumber": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.