---
title: "Store new budget limit."
method: POST
path: "/v1/budgets/{id}/limits"
tags: ["budgets"]
---

# Store new budget limit.

`POST /v1/budgets/{id}/limits`

Store a new budget limit under this budget.

## Path parameters

- `id` string, required

## Headers

- `X-Trace-Id` string, uuid

## Request body

- BudgetLimitStore
  - `currency_id` string, string — Use either currency_id or currency_code. Defaults to the user's primary currency.
  - `currency_code` string, string — Use either currency_id or currency_code. Defaults to the user's primary currency.
  - `budget_id` string, string, required — The budget ID of the associated budget.
  - `start` string, date, required — Start date of the budget limit.
  - `period` string, string, nullable — Period of the budget limit. Only used when auto-generated by auto-budget.
  - `end` string, date, required — End date of the budget limit.
  - `amount` string, amount, required
  - `notes` string, string, nullable — Some notes for this specific budget limit.
  - `fire_webhooks` boolean — Whether or not to fire the webhooks that are related to this event.

## Response `200`

New budget limit stored, result in response.

## Other responses

- `400` — Bad request
- `401` — Unauthenticated
- `404` — Page not found
- `422` — Validation error. The body will have the exact details.
- `500` — Internal exception

---

[API](https://skmtc.dev/firefly-iii/apis/firefly-iii-api-develop.md) · [All operations](https://skmtc.dev/firefly-iii/apis/firefly-iii-api-develop/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firefly-iii/firefly-iii-api-develop/revisions/8a1f6472e04b/schema)
