POST api/UserLog
Request Information
URI Parameters
None.
Body Parameters
UserLogDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Type | integer |
None. |
|
| HospitalID | integer |
None. |
|
| ExamRegID | integer |
None. |
|
| ExamItemID | integer |
None. |
|
| RecordInfo | string |
None. |
|
| RecordTime | date |
None. |
|
| UserID | integer |
None. |
|
| UserName | string |
None. |
|
| LocalIP | string |
None. |
|
| PublicIP | string |
None. |
|
| ComputerHDDNo | string |
None. |
|
| ComputerCPUNo | string |
None. |
|
| ComputerInfo | string |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateUserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Type": 1,
"HospitalID": 1,
"ExamRegID": 1,
"ExamItemID": 1,
"RecordInfo": "sample string 1",
"RecordTime": "2026-05-02T18:07:02.3432695+08:00",
"UserID": 1,
"UserName": "sample string 2",
"LocalIP": "sample string 3",
"PublicIP": "sample string 4",
"ComputerHDDNo": "sample string 5",
"ComputerCPUNo": "sample string 6",
"ComputerInfo": "sample string 7",
"UpdateTime": "2026-05-02T18:07:02.3432695+08:00",
"UpdateUserID": 1
}
application/xml, text/xml
Sample:
<UserLogDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO"> <ComputerCPUNo>sample string 6</ComputerCPUNo> <ComputerHDDNo>sample string 5</ComputerHDDNo> <ComputerInfo>sample string 7</ComputerInfo> <ExamItemID>1</ExamItemID> <ExamRegID>1</ExamRegID> <HospitalID>1</HospitalID> <ID>1</ID> <LocalIP>sample string 3</LocalIP> <PublicIP>sample string 4</PublicIP> <RecordInfo>sample string 1</RecordInfo> <RecordTime>2026-05-02T18:07:02.3432695+08:00</RecordTime> <Type>1</Type> <UpdateTime>2026-05-02T18:07:02.3432695+08:00</UpdateTime> <UpdateUserID>1</UpdateUserID> <UserID>1</UserID> <UserName>sample string 2</UserName> </UserLogDTO>
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.