recall_timesheet
Withdraw your submitted timesheet for a given month back to Draft (un-submit), reopening entries for editing. Only valid while the period is Submitted — after approval ask a manager to reopen it. Supply year and month (1-12).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Calendar year of the month to recall (e.g. 2026). | |
| month | Yes | Calendar month to recall (1-12). | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |