---
title: "Starts a timer on an existing timesheet entry. If the entry is not on the current day or start/end times are enabled, a new timesheet entry is created for the timer."
method: POST
path: "/api/TimesheetTimer/{id}"
tags: ["TimesheetTimer"]
---

# Starts a timer on an existing timesheet entry. If the entry is not on the current day or start/end times are enabled, a new timesheet entry is created for the timer.

`POST /api/TimesheetTimer/{id}`

## Path parameters

- `id` integer, required

## Query parameters

- `UserID` integer
- `SendWebhooks` boolean

## Response `200`

Returns the timer start result including timer start time and timesheet entry ID.

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/avaza/apis/avaza-api-documentation.md) · [All operations](https://skmtc.net/avaza/apis/avaza-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avaza/avaza-api-documentation/versions/1eeadf750514/schema)
