History
List a specific budgets history.
Resource representation
{
"budget_id": "42",
"from": "2013-02-01",
"to": "2013-03-01",
"amount": 54.21,
"limit": 100
}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:> -1000000000000000Maximum: < 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:> -1000000000000000Maximum: < 1000000000000000 |
|
amount readonly number
|
Budget amount, always calculated into budget >= 0Maximum: < 1000000000000000 |
|
planned readonly number
|
Planned amount is the amount of expenses that will fall into the budget after today. Minimum:>= 0Maximum: < 1000000000000000 |
|
rollover_amount readonly number
|
Budget rollover amount, if rollover is set to > -1000000000000000Maximum: < 1000000000000000 |
|
rollover_amount_planned readonly number
|
Planned budget rollover amount. It takes into account aonly planned expenses. Minimum:> -1000000000000000Maximum: < 1000000000000000 |
* denotes required field/parameter.