v1

latestOpenAPI 3.1.02026-07-24145580597.0 KB
Time Clock:v1:TimeClocks:TimeClock:ManualBreaks:ManualBreakClockIn

Clock in to a manual break

Start a manual break for an employee. If the employee is clocked into a shift on the same time clock, the shift is automatically closed and the break is started in one call (attributed to the shift's job). If the employee is idle, the break starts standalone. Pass an optional timestamp to record a break that started earlier (offline sync).

post/time-clock/v1/time-clocks/{timeClockId}/manual-breaks/{manualBreakId}/clock-in

Path parameters

manualBreakIdstring required

The unique identifier of the manual break to start

The unique identifier of the manual break to start

timeClockIdinteger required

The unique identifier of the time clock

The unique identifier of the time clock

Request body

userIdinteger required

The unique identifier of the user. Make sure the user is assigned to the specified time clock.

timezonestring

The timezone in Tz format (e.g. America/New_York). If not specified, the time clock's configured timezone is used.

timestampinteger

The break-start time in Unix format (in seconds). If omitted, the server captures the time when the request is received. Must be no more than 12 hours in the past and not in the future. Use to record a break that already started - typically when a physical clock device is flushing queued punches after recovering from offline mode.

Response

Successful Response

requestIdstring