POST api/v1/DiagnoticInfoLogInfos/UpdateDiagnoticInfoLogInfo
Request Information
URI Parameters
None.
Body Parameters
DiagnoticInfoLogInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| _DiagnosticsInfoLogInfoId | integer |
None. |
|
| _DiagnosticInfosId | integer |
None. |
|
| _LogInfosId | integer |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_DiagnosticsInfoLogInfoId": 1,
"_DiagnosticInfosId": 2,
"_LogInfosId": 3,
"_CreationDate": "2026-01-20T21:41:30.5644156+00:00",
"_UpdatedDate": "2026-01-20T21:41:30.5644156+00:00",
"_SysNumber": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.