List Expense Categories and Create an Expense
Learn the expense categories and how to create an expense using the FreshBooks API.
We'll cover the following...
In this lesson, we’ll list the default expense categories given by FreshBooks. Next, we’ll create our expenses. FreshBooks offers the facility to record the expenses that are incurred by your business.
The following two endpoints are discussed in this lesson:
- List expense categories:
/accounting/account/{ACCOUNT_ID}/expenses/categories
- Create an expense:
/accounting/account/{ACCOUNT_ID}/expenses/expenses
The endpoints of the expenses require the user:expenses:read
and user:expenses:write
scope permissions to perform ...