POST ActionApi/T_AppLog/PostT_AppLog

新增日志记录

Request Information

URI Parameters

None.

Body Parameters

T_AppLog
NameDescriptionTypeAdditional 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-24T21:38:06.8783523+08:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'T_AppLog'.

Response Information

Resource Description

新增日志记录

T_AppLog
NameDescriptionTypeAdditional information
id

integer

None.

cUserName

用户名

string

None.

cContent

内容JSON

string

None.

dtCreateTime

建立日期

date

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cUserName": "sample string 2",
  "cContent": "sample string 3",
  "dtCreateTime": "2023-03-24T21:38:06.8783523+08:00"
}