---
title: "Mark time entries as invoiced"
method: PATCH
path: "/v1/workspaces/{workspaceId}/time-entries/invoiced"
tags: ["Time entry"]
---

# Mark time entries as invoiced

`PATCH /v1/workspaces/{workspaceId}/time-entries/invoiced`

## Path parameters

- `workspaceId` string, required — Represents a workspace identifier across the system.

## Request body

- UpdateInvoicedStatusRequest
  - `invoiced` boolean, required — Indicates whether time entry is invoiced or not.
  - `timeEntryIds` TimeEntryId[], required — Represents a list of invoiced time entry ids
    - `dateOfCreationFromObjectId` string, date-time

## Response `200`

OK

---

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