---
title: "Create Timesheet"
method: POST
path: "/api/hris/v1/timesheet-entry"
tags: ["Timesheet Entry"]
---

# Create Timesheet

`POST /api/hris/v1/timesheet-entry`

Creates a Time sheet object with the given values.

## Headers

- `x-idempotency-key` string, nullable — Key to guarantee idempotent write execution.
- `x-connector-token` string, required

## Response `201`

Successful Response

- unknown

## Other responses

- `401` — Missing or invalid bearer authentication credentials.
- `403` — The credentials are valid but do not permit access to this resource, e.g. a connector token used on a different API category or a model whose writes are disabled.
- `422` — Validation Error
- `429` — Rate limit exceeded.

## Changes

> 11 revisions in range; 5 could not be searched.

- **2026-08-01** `eb3486b88e55` — 3 info
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `429`

[Change history](https://skmtc.dev/bindbee/apis/bindbee-apis/changes/api/hris/v1/timesheet-entry/post.md)

---

[API](https://skmtc.dev/bindbee/apis/bindbee-apis.md) · [All operations](https://skmtc.dev/bindbee/apis/bindbee-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bindbee/bindbee-apis/revisions/a2669930898c/schema)
