Clock - Out

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
}

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
Headers
string
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json