Get Bills

GET https://api.freshbooks.com/accounting/account/{{accountId}}/bills/bills?search[issue_date_min]=2021-10-09&search[issue_date_max]=2021-11-09&search[vendorid]=123

Request Params

KeyDatatypeRequiredDescription
search[issue_date_min]string
search[issue_date_max]string
search[currency_code]string
search[vendorid]number

RESPONSES

status: OK

{"response":{"result":{"bill_vendors":[{"account_number":"8394858982590","city":null,"country":null,"created_at":"2020-10-06 14:20:20","currency_code":"CAD","is_1099":false,"language":"en","outstanding_balance":[{"amount":{"amount":"5.00","code":"CAD"}}],"overdue_balance":[],"phone":"8335970553","postal_code":null,"primary_contact_email":"hdavid@freshbooks.com","primary_contact_first_name":"Hannah","primary_contact_last_name":"David","province":null,"street":null,"street2":null,"tax_defaults":[{"amount":"13.56","created_at":"2020-10-06 14:23:06","enabled":true,"name":"GST","system_taxid":36859,"tax_authorityid":null,"taxid":1,"updated_at":"2020-10-06 14:23:06","vendorid":1},{"amount":"13","created_at":"2020-10-06 14:23:06","enabled":true,"name":"HST","system_taxid":37696,"tax_authorityid":null,"taxid":3,"updated_at":"2020-10-06 14:23:06","vendorid":1}],"updated_at":"2020-10-06 14:22:49","vendor_name":"Staples","vendorid":1,"vis_state":0,"website":null}],"page":1,"pages":1,"per_page":15,"total":1}}}