Skip to main content
A bill is an invoice. List with GET /api/v1/bills/list filtered by bill date (startDate / endDate). Detail includes ledger fields when Xero is connected. POST /api/v1/bills creates an adhoc bill for an Active client only. It does not itself push to Xero. Proposal-linked invoices belong on proposal create, not this route. See Bills.

Attributes

integer
Identifier for this invoice.
uuid
The client being billed.
date
Invoice date. List filters use this range, not created-at.
string
Ledger id when Xero is connected.
string
Ledger invoice number when Xero is connected.
string
Link to the invoice in the ledger, when available.
Recurring billing is a separate schedule object (GET /api/v1/recurring-billing/list). Ledger numbers appear on generated bills, not on the schedule row.