---
title: "Create Timesheet"
method: POST
path: "/timesheets"
---

# Create Timesheet

`POST /timesheets`

## Request body

- object
  - `type_of_check` string — Type of check
  - `latitude` string — Latitude
  - `longitude` string — Longitude
  - `auth_pic` string
  - `remarks` string
  - `checked_time` string
  - `checked_user` string[] — Array of user_uid
  - `location_uid` string
  - `bypass_check` boolean
  - `approval_uid` string

## Response `200`

200

- object
  - `type` string
  - `title` string
  - `message` string
  - `data` object
    - `employee_timesheet_uid` string

## Other responses

- `400` — 400
- `500` — 500

---

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