mark_time_invoiced
Mark one or more time reports as invoiced, optionally linking them to an existing invoice. Requires Manager role or above.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set true to perform the action. Omit or false returns a preview only — nothing is written. | |
| invoice_id | No | Optional ID of an existing invoice to link these time reports to. | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. | |
| time_report_ids | Yes | List of time report IDs to mark as invoiced (required, at least one). |