POST api/KID/UpdateLogEvent
Request Information
URI Parameters
None.
Body Parameters
UPDATER_LOG_XREF| Name | Description | Type | Additional information |
|---|---|---|---|
| theUpdaterLogEventType | UPDATER_LOG_EVENT |
None. |
|
| theUpdaterUserType | UPDATER_USER_TYPE |
None. |
|
| theSerialNumber | integer |
None. |
|
| theTimestamp | date |
None. |
|
| theVersion | integer |
None. |
|
| miscData1 | string |
None. |
|
| miscData2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"theUpdaterLogEventType": 0,
"theUpdaterUserType": 0,
"theSerialNumber": 0,
"theTimestamp": "0001-01-01T00:00:00",
"theVersion": 0,
"miscData1": null,
"miscData2": null
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.