timeTracking
createInvoiceFromTimeEntries
Internal timeTracking/createInvoiceFromTimeEntries operation. Authentication requirements are derived from the active route allowlist.
post/timeTracking/createInvoiceFromTimeEntries
Request body
Example request
{
"business_goods": "example_business_goods",
"business_id": 22,
"client_id": 33,
"document_no": "INV-TIME-001,INV-TIME-002",
"ids": "1,2",
"template_id": 10010,
"time_entry_ids": [
22
],
"currency_id": 1,
"document_date": "2026-07-15",
"due_date": "2026-07-25",
"notes": "Time tracking invoice"
}Response
Standard successful response envelope.
Example response
{
"statusCode": 200,
"message": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.