Sign in

Pause/unpause timesheet

documented

Pause or unpause an employee's timesheet (take a break/finish break).

POST /api/v1/supervise/timesheet/pauseTimesheetsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$install}}.{{$geo}}.deputy.com/api/v1/supervise/timesheet/pause" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"intTimesheetId": {{$timesheet_id}}, "strComment": "{{$comment}}"}'
Pause/unpause timesheet · Deputy · OpenIntegrations