---
title: "Clock out (updates today's time entry with clock-out time)."
method: POST
path: "/Clocking/out"
tags: ["Clocking"]
---

# Clock out (updates today's time entry with clock-out time).

`POST /Clocking/out`

## Request body

- ClockOutRequestDto — Request DTO for clock out
  - `notes` string, nullable

## Response `200`

OK

- ClockingActionResponseDto — Response DTO for clocking actions
  - `success` boolean
  - `message` string
  - `status` ClockStatusResponseDto — Response DTO for clock status
    - `userId` string
    - `status` string
    - `clockInTime` string, date-time, nullable
    - `lunchStartTime` string, date-time, nullable
    - `elapsedMinutes` union
      - integer
      - string, int32
    - `currentEntry` TimeEntryResponseDto
      - `id` string
      - `userId` string
      - `user` UserSummaryDto
        - `id` string
        - `email` string
        - `firstName` string, nullable
        - `lastName` string, nullable
        - `displayName` string, nullable
        - `type` string
        - `roleId` string, nullable
        - `roleName` string, nullable
      - `date` string
      - `timeIn` string, date-time
      - `timeOut` string, date-time, nullable
      - `lunchIn` string, date-time, nullable
      - `lunchOut` string, date-time, nullable
      - `notes` string, nullable
      - `totalHours` union
        - number, double
        - string, double
      - `lunchDuration` union
        - integer
        - string, int32
      - `status` string
      - `createdAt` string, date-time
      - `updatedAt` string, date-time
    - `requiresTimeTracking` boolean
    - `user` UserSummaryDto
      - `id` string
      - `email` string
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `displayName` string, nullable
      - `type` string
      - `roleId` string, nullable
      - `roleName` string, nullable

## Other responses

- `400` — Bad Request

---

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