POST horizon/v1/terminal/{clockId}/clocktimeevent
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clockId | string |
Required |
Body Parameters
ClockTimeEvent| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | integer |
None. |
|
| Type | integer |
None. |
|
| LogTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": 1,
"Type": 2,
"LogTime": "2026-06-21T01:02:47.998623+01:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AttendanceTimeEventDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| TerminalId | string |
None. |
|
| Type | integer |
None. |
|
| LogTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"EmployeeId": 2,
"TerminalId": "sample string 3",
"Type": 4,
"LogTime": "2026-06-21T01:02:47.998623+01:00"
}