History
List a specific budgets history.
Resource representation
Properties
budget_id read, write string
|
Budget id that links to the actual budget iteration. |
from readonly string
|
Budget start date. Format:date |
to readonly string
|
Budget end date. Format:date |
limit readonly number
|
Budget limit. Minimum:> -1000000000000000 Maximum: < 1000000000000000 |
currency readonly object
|
Currency object |
code readonly string
|
Budget currency code. Regex:[A-Z0-9_]{2,10} |
rate readonly number
|
Budget exchange rate calculated according to users currency. Minimum:> 0 |
main_rate readonly number
|
Entry exchange rate main currency calculated according to entry main currency. |
fixed readonly boolean
|
If set to true, the budget’s exchange rate matches the historical value. Default value:false |
limit_planned readonly number
|
Planned budget limit is the limit based only on planned incomes. Minimum:> -1000000000000000 Maximum: < 1000000000000000 |
amount readonly number
|
Budget amount, always calculated into budget >= 0 Maximum: < 1000000000000000 |
planned readonly number
|
Planned amount is the amount of expenses that will fall into the budget after today. Minimum:>= 0 Maximum: < 1000000000000000 |
rollover_amount readonly number
|
Budget rollover amount, if rollover is set to > -1000000000000000 Maximum: < 1000000000000000 |
rollover_amount_planned readonly number
|
Planned budget rollover amount. It takes into account aonly planned expenses. Minimum:> -1000000000000000 Maximum: < 1000000000000000 |
* denotes required field/parameter.