---
title: "saveTimeClockEnhanced"
method: POST
path: "/timeclock/v1/saveTimeClockEnhanced"
tags: ["Time Clock Enhanced Service"]
---

# saveTimeClockEnhanced

`POST /timeclock/v1/saveTimeClockEnhanced`

Create a new employee time clock entry. 
 Update an employee time clock entry.

## Headers

- `authenticationtoken` string, required
- `password` string, required
- `sitename` string, required
- `userid` string, required
- `X-B3-TraceId` string

## Request body

- TimeClockEnhancedDetailsList — TimeClockEnhancedDetailsList description
  - `timeClockEnhancedDetails` TimeClockEnhancedDetails[]
    - `timeClockEnhancedDetailDetails` TimeClockEnhancedDetailDto[]
      - `breakType` 'NULL' | 'PAID' | 'UNPAID' — Indicates whether the employee clocked in/out for either a 'Paid' or 'Unpaid' break during their shift.
      - `cashSales` number — Cash Sales for the shift.
      - `cashTips` number — Shared declared Cash Tips for the shift.
      - `chargeSales` number — Charge Sales for the shift.
      - `chargeTips` number — Declared Charge Tips for the shift.
      - `clockIn` string, required — Adjusted Clock In Date/Time for the shift.
      - `clockOut` string, required — Adjusted Clock Out Date/Time for the shift.
      - `editedBy` string — The User ID for the user that reviewed/edited the shift records.
      - `employeeNumber` string, required — POS ID of the employee who worked the shift.
      - `posCode` string, required — POS Code that identifies the position.
    - `timeClockEnhancedHeaderDetails` TimeClockEnhancedHeaderDto — TimeClockEnhancedHeaderDto description
      - `importDataDateTime` string, required — Import Date/Time for the labor records.
      - `laborDate` string, required — The date for the labor records in the file.
      - `locationCode` string, required — The location code for the labor records in the file.

## Response `200`

Success

- object

## Other responses

- `400` — Validation Error
- `401` — Authorization
- `429` — Too Many Requests
- `500` — Unexpected Error
- `503` — System under maintenance
- `504` — Timeout

---

[API](https://skmtc.net/crunchtime/apis/inventory-labor.md) · [All operations](https://skmtc.net/crunchtime/apis/inventory-labor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchtime/inventory-labor/revisions/0af8e380ff2c/schema)
