v1
latestOpenAPI 3.0.02026-07-24226294602.4 KBInvoice
Search Invoices
Get a list of Invoices based on search terms.
get/financials/invoices/search
Query parameters
sortstring
Specifies the order in which the list of Clients will be returned. Default order is ascending. Default sort attribute is Id. Specify desc_ to sort descending format: "sort=desc_snake_cased_attribute_name" OR "sort=snake_cased_attribute_name" ex. sort=desc_updated_on
pageinteger
Specifies the page of records to be returned. Defaults to 1.
page_sizeinteger
Number of records to return per page. Maximum and default are 100 records.
qstring required
Search Value
Headers
x-api-keystring required
A valid api key. If you don't have one, please request one through the Web Integration screen.
Response
List of invoices
Example response
{
"invoices": [
{
"client_id": 1234567891234567,
"lead_id": 1234567891234567,
"dropin_id": 1234567891234567,
"payment_due": "2014-12-31",
"paid_on": "2014-12-31T23:59:59.938Z",
"paid_on_date": "2014-12-31",
"class_reservation_id": 1234567891234567,
"discount_amount": 0.1,
"discount_percentage": 0.1,
"payment_method_id": 1234567891234567,
"payment_method_expiration_date": "2014-12-31",
"gross_line_discounts": 0.1,
"net_line_discounts": 0.1,
"gross_header_discounts": 0.1,
"gross_total_discounts": 0.1,
"net_total_discounts": 0.1,
"gross_revenue_adjustment": 0.1,
"refunded_revenue": 0.1,
"gross_revenue": 0.1,
"post_header_gross_revenue": 0.1,
"net_revenue": 0.1,
"post_header_net_revenue": 0.1,
"gross_tax": 0.1,
"refunded_tax": 0.1,
"final_refunded_amount": 0.1,
"final_tax": 0.1,
"final_charge": 0.1,
"refundable_final_charge": 0.1,
"paid_amount": 0.1,
"unpaid_amount": 0.1,
"created": {
"created_by_id": 1234567891234567,
"created_on_datetime": "2014-12-31T23:59:59.938Z"
},
"updated": {
"updated_by_id": 1234567891234567,
"updated_on_datetime": "2014-12-31T23:59:59.938Z"
},
"last_status_change_by": 1234567891234567
}
]
}