Expenses-Bills (Beta)
Number of APIs: 5
-
Add Payment to Bill POST https://api.freshbooks.com/accounting/account/{{accountId}}/bill_payments/bill_payments
-
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
-
Add Bill from Vendor POST https://api.freshbooks.com/accounting/account/{{accountId}}/bills/bills
-
Edit Payment to Bill PUT https://api.freshbooks.com/accounting/account/{{accountId}}/bill_payments/bill_payments/{{billPaymentId}}
-
Archive Bill PUT https://api.freshbooks.com/accounting/account/{{accountId}}/bills/bills/{{billId}}