List Invoices

Lists invoices in a paginated format with details such as ID, invoice number, customer information, amount, status, due date, and payment etc.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

For schema of invoice object refer - Invoice Data Model

This API may not return all fields defined in the response schema; for additional details, use the Get Invoice by Id API.


Supported Apps

Here is the list of apps that supports this API

AppApp ID
Xeroxero
QuickBooksquickbooks
Zohobookzohobook
Microsoft Dynamics Business Centralmicrosoft-dynamics-business-central
Netsuitenetsuite
Wavewave
Odoo Accounting Onlineodoo
Sage 200 Standardsage200
📘

To see the list of supported filters for an app, refer - ACCOUNTING List Invoices Filter Support Matrix


Query Params
string
Defaults to null
string
enum
required
Allowed:
boolean
Defaults to false
string

Filters invoice which were created after the specified datetime. The datetime must be provided in ISO 8601 UTC format (yyyy-MM-dd'T'HH:mm:ss'Z').

string

Filters invoice which were created before the specified datetime. The datetime must be provided in ISO 8601 UTC format (yyyy-MM-dd'T'HH:mm:ss'Z').

string

Filters invoice which were updated after the specified datetime. The datetime must be provided in ISO 8601 UTC format (yyyy-MM-dd'T'HH:mm:ss'Z').

string

Filters invoice which were updated before the specified datetime. The datetime must be provided in ISO 8601 UTC format (yyyy-MM-dd'T'HH:mm:ss'Z').

string

Filters invoice by one or more invoiceContactId. Supports multiple values as a comma-separated list. Example: invoiceContactId=56789,34567

string

Filters invoice by one or more billContactId. Supports multiple values as a comma-separated list. Example: billContactId=56789,34567

string

Filters invoice by one or more status. Supports multiple values as a comma-separated list. Example: status=PAID,DUE

string

Filters invoice which has due date on the specified datetime. The datetime must be provided in ISO 8601 UTC format (yyyy-MM-dd'T'HH:mm:ss'Z').

string

Filters invoice by one or more billNumber. Supports multiple values as a comma-separated list. Example: billNumber=56789,34567

string

Filters invoice by one or more invoiceNumber. Supports multiple values as a comma-separated list. Example: invoiceNumber=56789,34567

Response

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json