Attendance

Clock in/out via geolocation

Employee clocks in/out by sending their GPS coordinates. Validates proximity to an allowed POS within geofence radius.

Requires: { "latitude": float, "longitude": float, "accuracy": float (optional) }

post/api/attendance/clock/geo

Headers

x-api-tokenstring nullable

Request body

object required

Response

Successful Response

{"stackTrail":"paths:/api/attendance/clock/geo:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes