---
title: "Create Timesheetentrys"
method: POST
path: "/hris/timesheetentries"
tags: ["hris/timesheetentries"]
---

# Create Timesheetentrys

`POST /hris/timesheetentries`

Create Timesheetentrys in any supported Hris software

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Request body

- UnifiedHrisTimesheetEntryInput
  - `hours_worked` number, nullable — The number of hours worked
  - `start_time` string, date-time, nullable — The start time of the timesheet entry
  - `end_time` string, date-time, nullable — The end time of the timesheet entry
  - `employee_id` string, nullable — The UUID of the associated employee
  - `remote_was_deleted` boolean — Indicates if the timesheet entry was deleted in the remote system
  - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora

## Response `201`

- UnifiedHrisTimesheetEntryOutput
  - `hours_worked` number, nullable — The number of hours worked
  - `start_time` string, date-time, nullable — The start time of the timesheet entry
  - `end_time` string, date-time, nullable — The end time of the timesheet entry
  - `employee_id` string, nullable — The UUID of the associated employee
  - `remote_was_deleted` boolean — Indicates if the timesheet entry was deleted in the remote system
  - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora
  - `id` string, nullable — The UUID of the timesheet entry record
  - `remote_id` string, nullable — The remote ID of the timesheet entry
  - `remote_created_at` string, date-time, nullable — The date when the timesheet entry was created in the remote system
  - `created_at` string, date-time — The created date of the timesheet entry
  - `modified_at` string, date-time — The last modified date of the timesheet entry
  - `remote_data` object, nullable — The remote data of the timesheet entry in the context of the 3rd Party

## Changes

- **2024-08-13** `6c3a1da2bdc9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/panoratech/apis/panora-api/changes/hris/timesheetentries/post.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/panoratech/apis/panora-api/revisions/634ca9b624aa?raw)
