POST api/Log

Add new ActivityLog

Request Information

URI Parameters

None.

Body Parameters

ActivityLog
NameDescriptionTypeAdditional information
ActivityLogId

integer

None.

TokenId

integer

None.

ActivityDateTime

date

None.

PermissionId

integer

None.

Remark

string

None.

UserId

integer

None.

DataLink

string

None.

Request Formats

application/json, text/json

Sample:
{
  "activityLogId": 1,
  "tokenId": 2,
  "activityDateTime": "2025-12-08T04:05:58.1723693Z",
  "permissionId": 1,
  "remark": "sample string 3",
  "userId": 1,
  "dataLink": "sample string 4"
}

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 'ActivityLog'.

Response Information

Resource Description

None.