id in the request body — include id to update that record. (A request without id creates a new record instead.) The body is a flat JSON object; send only the fields you want to change./v2/api/entity base with a Bearer token. Requires the Client Attendance feature to be enabled.Authorization: Bearer ********************curl --location --globoff 'https://.daftara.com/v2/api/entity/client_attendance_log' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{"id":11,"time":"2026-07-14 11:30:00"}'{
"message": "Client Attendance Log Updated Successfully",
"id": 11
}