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

Path Parameters

id
string
required

Timesheet ID

Example:

"12345"

Response

Timesheet approved successfully

success
boolean
message
string
error
string
deputy_configured
boolean