API Docs / Operations / Time Tracking / Bill Clients Time

Bill Clients Time

POST /tenants/{tenant}/time-entries/bill-clients

Bills several clients' unbilled billable time in one run, resolving each client's entries from the given date window and team member. Clients are billed independently — a result row is returned for every requested client, carrying its own error when that client failed. Entries with no hourly rate cannot be billed and are counted as skipped rather than failing the client.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body*

{
  "clientCodes": [
    "string"
  ],
  "fromDate": "2024-01-01",
  "toDate": "2024-01-01",
  "userCode": "string",
  "description": "string"
}

Responses

200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden