Skip to main content
PATCH
Update Attendance

Authorizations

Authorization
string
header
required

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

Path Parameters

attendance_id
string
required

Body

application/json

All fields optional — only provided keys are updated.

status
string | null
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