v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Create Timesheet

post/timesheets

Request body

type_of_checkstring

Type of check

latitudestring

Latitude

longitudestring

Longitude

auth_picstring
remarksstring
checked_timestring
checked_userstring[]

Array of user_uid

location_uidstring
bypass_checkboolean
approval_uidstring

Response

200

typestring
titlestring
messagestring

Example response

{
  "type": "success",
  "title": "Timesheet updated successfully",
  "message": "User timesheet has been updated successfully",
  "data": {
    "employee_timesheet_uid": "2df8da20-6a15-45d1-905c-8efb1043d8ce"
  }
}