POST api/User/AddUserEvent
Request Information
URI Parameters
None.
Body Parameters
UserEventDetailDTOName | 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": "2025-10-14T04:55:00.3924546-07:00", "EventType": "sample string 2", "EventCreatedBy": "sample string 3", "CreateDate": "2025-10-14T04:55:00.3924546-07: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