POST horizon/v1/terminal/{clockId}/clocktimeevent

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clockId

string

Required

Body Parameters

ClockTimeEvent
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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"
}