POST api/v1/Users/HuanBaoLog
Request Information
URI Parameters
None.
Body Parameters
LogModels| Name | Description | Type | Additional information |
|---|---|---|---|
| UesrID | string |
None. |
|
| logType | string |
None. |
|
| action | string |
None. |
|
| czsm | string |
None. |
|
| czjg | string |
None. |
|
| Logleve | string |
None. |
|
| CzIP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UesrID": "sample string 1",
"logType": "sample string 2",
"action": "sample string 3",
"czsm": "sample string 4",
"czjg": "sample string 5",
"Logleve": "sample string 6",
"CzIP": "sample string 7"
}
application/xml, text/xml
Sample:
<LogModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uew_Api.Models"> <CzIP>sample string 7</CzIP> <Logleve>sample string 6</Logleve> <UesrID>sample string 1</UesrID> <action>sample string 3</action> <czjg>sample string 5</czjg> <czsm>sample string 4</czsm> <logType>sample string 2</logType> </LogModels>
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.