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
| Field | Type | Description |
|---|---|---|
report required | string | Report name (e.g., agedReceivables, invoiceListing, revenueSummary, customerBillingSummary, billedMinutes, newCustomerDetails, endedCustomerDetails, etc.) |
report_options | object | Report-specific options (varies by report type) |
Responses
200— Report generated successfully