API Docs / Operations / Time Tracking / Bill Time Entries

Bill Time Entries

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

Converts unbilled billable time entries for a single client into billing line items, one per distinct hourly rate.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body*

{
  "timeEntryCodes": [
    "string"
  ],
  "vatRate": "Standard",
  "description": "string",
  "billingDate": "2024-01-01T00:00:00Z",
  "accountingCode": "string"
}

Responses

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