v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Update Timesheet

put/timesheets/{timesheet_uid}/update

Path parameters

timesheet_uidstring required

Request body

checked_timestring required
remarksstring

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"
  }
}