Get Invoices
An invoice is a financial document issued to a client to request payment for services rendered or resources used.
Invoices typically include key details such as the client’s information, a list of bookings, services or items being billed, applicable rates, taxes, discounts, and the total amount due. They serve as an official record of the transaction and can be customized to include additional details like payment terms, due dates, or custom notes.
Invoices may also be generated from approved quotes, streamlining the billing process.
READ
access to the SALES
module is required to access this endpointAuthorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
One or more (comma seperated) IDs of invoices to retrieve
Perform a partial match text search for the invoice prefix
One or more (comma seperated) invoice numbers to retrieve
Perform an exact match for the invoice status_id. 1 = Draft, 2 = Submitted, 3 = Awaiting Payment, 4 = Paid
Perform an exact match for the invoice project_id
Return invoices with created date greater than this UNIX timestamp
Return invoices with created date less than this UNIX timestamp
If true, return invoices created in Sonderplan. If false, return invoices created in FoxOMS
Return invoices using the specified template_id
Return invoices using the specified currency shortcode
Return results that were added, edited or deleted since this UNIX timestamp
Comma seperated list of fields you wish to return
Specify the page of results you wish to return
The number of results returned per page. Default if not specified is 10
Specify the field (with type of string or integer) you wish to order (ascending) the response with
Specify the field (with type of string or integer) you wish to order (descending) the response with
Specify if multiple filters should be combined with OR or AND logic
OR
, AND