Skip to main content
POST
Mark Attendance

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
employeeId
string
required
attendanceDate
string
required
status
string
default:present
checkIn
string | null
checkOut
string | null
notes
string | null

Response

Successful Response

id
string
required
orgId
string
required
employeeId
string
required
attendanceDate
string
required
status
string
required
checkIn
string | null
checkOut
string | null
notes
string | null
createdAt
string | null
updatedAt
string | null