POST api/v1/DeviceInfoLogInfos/UpdateDeviceInfoLogInfo
Request Information
URI Parameters
None.
Body Parameters
DeviceInfoLogInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| _DeviceInfoLogInfoId | integer |
None. |
|
| _DeviceInfoID | integer |
None. |
|
| _LogInfosID | integer |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_DeviceInfoLogInfoId": 1,
"_DeviceInfoID": 2,
"_LogInfosID": 3,
"_CreationDate": "2026-01-20T20:25:03.4432003+00:00",
"_UpdatedDate": "2026-01-20T20:25:03.4432003+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.