post https://api.timeero.app/api/public/timesheets/clock-out
Parameter | Type | Description |
---|---|---|
user_id required | integer | The ID of the user |
clock_out_time required | string | Clock out time in this format: YYYY-MM-DDThh:mm:ss. Time should reflect the user's local time at clockout. |
timezone optional | string | Clock out Timezone, default is company's timezone |
longitude optional | double | longitude of clockout point |
latitude optional | double | latitude 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
}