BudgetAccountUnit
BudgetAccountUnit
| Name | Description | Schema | Default |
|---|---|---|---|
| amount required | Budget amount Example : 1000000 | integer | |
| created_at optional | Created datetime Example : 2025-11-01T00:00:00 | string (date-time) | |
| created_by optional | Created user Example : TEST | string | |
| id required | Budget id Example : 240200fd2b02490ca63bb3965048b493 | string | |
| modified_at optional | Modified datetime Example : 2025-11-01T00:00:00 | string (date-time) | |
| modified_by optional | Modified user Example : TEST | string | |
| name required | Budget name Example : my_budget_ex | string | |
| start_month required | Budget start month (ex.YYYY-MM) Example : 2025-11 | string | |
| type required | Budget type Example : COST | string | |
| unit required | Budget management unit (MONTHLY or OVERALL) Example : MONTHLY | string |