Reporting API

1 PracBill API endpoints for reporting. Base URL https://billing.pracbill.com.au/api.

Run a specific report. Report name and options vary by report type. Common reports: agedReceivables, invoiceListing, revenueSummary, customerBillingSummary, etc.

POST /{api_key}/report

Request body

FieldTypeDescription
report requiredstringReport name (e.g., agedReceivables, invoiceListing, revenueSummary, customerBillingSummary, billedMinutes, newCustomerDetails, endedCustomerDetails, etc.)
report_optionsobjectReport-specific options (varies by report type)

Responses

  • 200 — Report generated successfully

← All API groups