Skip to main content
POST
/
v1
/
scheduling
/
timesheets
/
{id}
/
approve
Approve timesheet
curl --request POST \
  --url http://localhost:3000/v1/scheduling/timesheets/{id}/approve
{
  "success": true,
  "message": "<string>"
}

Path Parameters

id
integer | null

Timesheet ID

Example:

12345

Response

Timesheet approved

Approve timesheet response

success
boolean
required
message
string
required