POST api/ApplicationForm/SaveUserAuditLog

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
userAuditLog
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "SessionId": "sample string 2",
  "LogoutDateTime": "2025-12-07T07:54:40.5535582+05:30",
  "WebsiteURL": "sample string 3",
  "APIURL": "sample string 4",
  "ModuleName": "sample string 5",
  "ActivityType": "sample string 6",
  "BrowserName": "sample string 7"
}

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.