Expenses
Number of APIs: 15
-
Expense Vendors GET https://api.freshbooks.com/accounting/account/{{accountId}}/expenses/vendors
-
Create Recurring Expense POST https://api.freshbooks.com/accounting/account/{{accountid}}/expense_profiles/expense_profiles
-
List Expenses GET https://api.freshbooks.com/accounting/account/{{accountId}}/expenses/expenses?include[]=attachment&include[]=category&include[]=expense_profile&include[]=project&include[]=account
-
Single Expense GET https://api.freshbooks.com/accounting/account/{{accountId}}/expenses/expenses/{{expenseId}}?include[]=attachment
-
Create Expense with Receipt POST https://api.freshbooks.com/accounting/account/{{accountId}}/expenses/expenses?include%5B%5D=attachment
-
Delete Expense PUT https://api.freshbooks.com/accounting/account/{{accountId}}/expenses/expenses/{{expenseId}}
-
Expense Summaries GET https://api.freshbooks.com/accounting/account/{{accountId}}/expenses/summaries
-
Single Expense Category GET https://api.freshbooks.com/accounting/account/{{accountId}}/expenses/categories/{{categoryId}}
-
List Expense Categories GET https://api.freshbooks.com/accounting/account/{{accountId}}/expenses/categories
-
Create Custom Expense Category POST https://api.freshbooks.com/accounting/account/{{accountId}}/expenses/categories