BudgetSetRequest
BudgetSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| amount required | Budget amount Example : 1000000 | integer | |
| name required | Budget name Example : test_budget | string | |
| notifications optional | Notification settings for the budget. | any of [NotificationSettingNew, null] | |
| prevention optional | Auto generation prevention settings for the budget. | any of [PreventionSettingNew, null] | |
| start_month required | Budget start month (ex.YYYY-MM) Example : 2026-01 | string | |
| unit required | Budget management unit (MONTHLY or OVERALL) Example : MONTHLY | string |