v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBExpense Categories
Get Expense Category
Endpoint to get a specific ExpenseCategory by ID.
get/business/v2/entities/expense-category/{expenseCategoryId}
Path parameters
expenseCategoryIdstring required
The ExpenseCategory ID.
Example:7bf79328-a7ae-4222-aa54-091ff7f429a7
Response
The result is a single ExpenseCategory.
Example response
{
"id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
"name": "category-one",
"description": "An expense category",
"tax_rate_id": "c861cc24-6663-410f-8c78-73f886fff4ef",
"expense_type": "TRAVEL_AND_ENTERTAINMENT",
"integration": "Netsuite",
"creation_time": "2017-06-01T12:48:40Z",
"last_update_time": "2017-06-01T12:48:40Z"
}