# Expense Budgets

Expense budgets allow you to plan for non-labor expenses.

 - [GET /expense_budgets](https://developer.kantata.com/kantata/specification/expense-budgets/get%20expense%20budgets.md): Gets a list of expense budgets. This endpoint returns structured Expense Budgets objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` ar
 - [POST /expense_budgets](https://developer.kantata.com/kantata/specification/expense-budgets/create%20expense%20budget.md): Creates a new expense budget. The following combinations of `fixed_fee`, `burns_budget`, and `billable` are allowed: - `fixed_fee` and `burns_budget` and `billable`: Known as a fixed fee budget - `bur
 - [GET /expense_budgets/{id}](https://developer.kantata.com/kantata/specification/expense-budgets/get%20expense%20budget.md): Gets a single expense budget. This endpoint returns structured Expense Budgets objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` arra
 - [PUT /expense_budgets/{id}](https://developer.kantata.com/kantata/specification/expense-budgets/update%20expense%20budget.md): Updates an expense budget. This endpoint returns structured Expense Budgets objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array a
 - [DELETE /expense_budgets/{id}](https://developer.kantata.com/kantata/specification/expense-budgets/delete%20expense%20budget.md): Deletes an expense budget. An expense budget cannot be deleted if there are expenses logged to it. The response will contain no content and an HTTP 204 status code if the request was successful, or a
