Skip to main content
POST
Create Work Entry

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Create a Work Entry

employeeId
string<uuid>
required

Employee identifier.

workEntryType
enum<string>
required

Type of work entry. Use pause for break entries (requires workBreakId) and work for regular work entries (must not include workBreakId).

Available options:
work,
pause
workEntryIn
object
required
workBreakId
string<uuid> | null

Work break identifier. Required when workEntryType is pause. Must be omitted (or null) when workEntryType is work.

workCheckTypeId
string<uuid> | null

Work check type identifier. Only applicable when workEntryType is work.

workEntryOut
object

Response

Object

data
object
meta
object