POST api/User/AddUserEvent
Request Information
URI Parameters
None.
Body Parameters
UserEventDetailDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| EventDate | date |
None. |
|
| EventType | string |
None. |
|
| EventCreatedBy | string |
None. |
|
| CreateDate | date |
None. |
|
| EventId | integer |
None. |
|
| EventTypeId | integer |
None. |
|
| IsSystemGenerated | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"EventDate": "2026-02-03T18:23:58.020525-08:00",
"EventType": "sample string 2",
"EventCreatedBy": "sample string 3",
"CreateDate": "2026-02-03T18:23:58.020525-08:00",
"EventId": 4,
"EventTypeId": 5,
"IsSystemGenerated": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true