PUT ActionApi/T_AppLog/PutT_AppLog/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

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-23T15:55:47.4789632+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

None.