POST horizon/v1/employees/timeevents
Creates a new employee time event
Request Information
URI Parameters
None.
Body Parameters
Milenio3.Horizon.Dto.Entities.NewTimeEventDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | Milenio3.Horizon.Dto.Entities.TimeEventType |
None. |
|
| LogTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Type": 1,
"LogTime": "2026-06-21T01:12:24.4559286+01:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Milenio3.Horizon.Dto.Entities.TimeEventDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | Milenio3.Horizon.Dto.Entities.TimeEventType |
None. |
|
| LogTime | date |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Type": 1,
"LogTime": "2026-06-21T01:12:24.4559286+01:00",
"Id": 2
}