# Project Template Expense Budgets

Project Template Expense Budgets are expense budgets configured in a
project template that are added to a project when the template is applied.

 - [GET /project_template_expense_budgets](https://developer.kantata.com/kantata/specification/project-template-expense-budgets/get%20project%20template%20expense%20budgets.md): This endpoint returns structured Project Template Expense Budget objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be
 - [POST /project_template_expense_budgets](https://developer.kantata.com/kantata/specification/project-template-expense-budgets/create%20project%20template%20expense%20budget.md): Adds an expense budget to a project template. **Bulk Create** This endpoint supports bulk creating up to 100 objects. In the request body, set the top-level key to its plural form and place the object
 - [GET /project_template_expense_budgets/{id}](https://developer.kantata.com/kantata/specification/project-template-expense-budgets/get%20project%20template%20expense%20budget.md): This endpoint returns structured Project Template Expense Budget objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be
 - [PUT /project_template_expense_budgets/{id}](https://developer.kantata.com/kantata/specification/project-template-expense-budgets/update%20project%20template%20expense%20budget.md): This endpoint returns structured Project Template Expense Budget objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be
 - [DELETE /project_template_expense_budgets/{id}](https://developer.kantata.com/kantata/specification/project-template-expense-budgets/delete%20project%20template%20expense%20budget.md): Removes an expense budget from a project template. The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Err
