Bill Time Entries
Converts unbilled billable time entries for a single client into billing line items, one per distinct hourly rate.
Parameters
| Name | Type | Description |
|---|---|---|
| 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