submit_timesheet
Submit your time entries for a given month for manager approval. Draft and Rejected entries in the month are transitioned to Submitted. A billing-closed month cannot be submitted. Supply year and month (1-12).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Calendar year of the month to submit (e.g. 2026). | |
| month | Yes | Calendar month to submit (1-12). | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |