---
title: "ACA hours"
method: POST
path: "/v{version}/aca/hours"
tags: ["Aca"]
---

# ACA hours

`POST /v{version}/aca/hours`

Creates records for imported hours in the db.<p>Scopes: export_payroll</p>

## Path parameters

- `version` string, required

## Request body

- DtosHoursTracked[]
  - `employee_id` string, required — Internal ID of the employee whose hours we want to update
  - `type` string, required — Type of hours being tracked
  - `from_date` string, required — Start date for hours tracked period
  - `to_date` string, required — End date for hours tracked period
  - `hours` number, double, required — Total number of hours tracked

## Response `204`

No Content

---

[API](https://skmtc.net/ease/apis/version-2.md) · [All operations](https://skmtc.net/ease/apis/version-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ease/version-2/revisions/be66ed178abe/schema)
