Invoice Details
GET https://api.freshbooks.com/accounting/account/{{accountId}}/reports/accounting/invoice_details
Invoice Details
The Invoice Details Report shows all the information involving your invoices
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start_date | string | created during or after the given date i.e. 2019-01-01 | |
end_date | string | created during or before the given date i.e. 2019-04-20 | |
currency_code | string | reports using the given currency as primary currency i.e. "USD" | |
clientids | null | returns data from specific client(s) i.e. 31007, 32291 | |
statusids | null | returns invoices that has the same status as the given status. i.e. "draft" , "sent" , "paid" , etc. | |
date_type | string | returns invoices with the specified date_type ("issue" or "paid" ) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | null |
RESPONSES
status: OK
{"response":{"result":{"invoice_details":{"clientids":[],"clients":[],"company_name":"Postman Sandbox","currency_code":"USD","date_type":"issue","download_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50aWQiOiJ3a01kMmciLCJ1c2VyaWQiOjEsImNvbnRhY3RpZCI6LTEsImxldmVsIjozLCJ0eXBlIjoicmVwb3J0Iiwib2JqZWN0aWQiOiJpbnZvaWNlX2RldGFpbHMiLCJwYXJhbXMiOnsic3RhcnRfZGF0ZSI6IjIwMTktMDQtMjQiLCJlbmRfZGF0ZSI6IjIwMTktMDQtMjQiLCJkYXRlX3R5cGUiOiJpc3N1ZSIsImN1cnJlbmN5X2NvZGUiOiJVU0QiLCJjbGllbnRpZHMiOltdLCJzdGF0dXNpZHMiOltdfSwiaWF0IjoxNTU2MTMwNTYyLCJleHAiOjE1NTg3MjI1NjJ9.aV3sb8ohrAx8q0cus1gk_DnRikgvKRjJdpGyIM0lKqQ","end_date":"2019-04-24","start_date":"2019-04-24","statusids":[],"summary":{"outstanding":{"amount":"0.00","code":"USD"},"paid":{"amount":"0.00","code":"USD"},"total":{"amount":"0.00","code":"USD"}},"summary_only":false}}}}