POST horizon/v1/employees/virtualtimeevent
Request Information
URI Parameters
None.
Body Parameters
Milenio3.Horizon.Dto.Entities.EmployeeSelfService.NewTimeEventDto| Name | Description | Type | Additional information |
|---|---|---|---|
| type | Milenio3.Horizon.Dto.Entities.TimeEventType |
None. |
Request Formats
application/json, text/json
Sample:
{
"type": "InOrOut"
}
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:09:50.8316443+01:00",
"Id": 2
}