POST api/ApplicationForm/SaveUserAuditLog
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.