Update a timesheet
PATCH/api/timesheets/{id}
Required permissions:
- timetracking.view: allows to update resources.
Here the dedicated support page.
Request
Path Parameters
id integerrequired
The ID of the timesheet to update
Header Parameters
Wethod-Company stringrequired
The company you want to interact with
Wethod-Version stringrequired
The API version you want to use
- application/json
Body
id integer
The ID of the timesheet to update
hours float
The hours of the timesheet
notes string
Notes of the timesheet
mode string
Possible values: [DAILY
, WEEKLY
]
Mode of the timesheet (DAILY, WEEKLY)