Timesheets
Cancel a timesheet
Cancel a timesheet referenced by its ID, and any timesheets after it pending approval belonging to the same timesheet owner.
Can only be performed by the author of the timesheet submit step, and while the timesheet is in a pending
status.
POST
Path Parameters
timesheet id
Body
The body is of type any
.
Response
200
application/json
OK
Unique id of the WorkflowItem.
Any human readable error message.
The Timesheet the WorkflowItem is related on starting date (included).
The Timesheet the WorkflowItem is related on ending date (excluded).
A Directory 'User'. See API reference for up-to-date attributes.
- "success" for a succesfull workflow operation.
- "error" if any error was met, and therefore an excetion message is set.
- "noAction" if the workflow operation was not performed.
Was this page helpful?