API Documentation
ParameterTypeDescription
user_id
required
integerThe ID of the user
clock_out_time
required
stringClock out time in this format: YYYY-MM-DDThh:mm:ss. Time should reflect the user's local time at clockout.
timezone
optional
stringClock out Timezone, default is company's timezone
longitude
optional
doublelongitude of clockout point
latitude
optional
doublelatitude of clockout point

Request Body Sample:

{
  "user_id": 1,
  "clock_out_time": "2023-07-25T19:23:36",
  "timezone": "Africa/Accra",
  "longitude": "-85.99315705239339",
  "latitude": 41.67841742199773
}

Language
URL
Click Try It! to start a request and see the response here!