Sign in

Get Hourly Report Presets

documented

Retrieve hourly report presets for a contract's timesheets.

POST /rest/v2/contracts/{contract_id}/timesheets/presetsContractsno 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://api.letsdeel.com/rest/v2/contracts/{{$contract_id}}/timesheets/presets" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"data": {"work_statement_id": "{{$work_statement_id}}", "hourly_report_root_preset_id": "{{$hourly_report_root_preset_id}}"}}'
Get Hourly Report Presets · Deel · OpenIntegrations