---
title: "Add manual time entry"
method: POST
path: "/v1/work-orders/{id}/time"
tags: ["Work Orders"]
---

# Add manual time entry

`POST /v1/work-orders/{id}/time`

## Path parameters

- `id` string, required

## Request body

- object
  - `entry_type` 'travel' | 'on_site' | 'admin' | 'other'
  - `started_at` string, required
  - `ended_at` string
  - `notes` string

## Response `200`

Default Response

---

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