PUT api/T_AppLog/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
T_AppLogName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
cUserName |
用户名 |
string |
None. |
cContent |
内容JSON |
string |
None. |
dtCreateTime |
建立日期 |
date |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "cUserName": "sample string 2", "cContent": "sample string 3", "dtCreateTime": "2023-03-23T16:13:19.5639363+08:00" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.