AccountBudgetYearAmount
This method returns the budget amount for a given account for the current fiscal year.
BODY - RAW
{
"Method": "AccountBudgetYearAmount",
"Parameters": [
<cAccount>
]
}
EXAMPLE
*/ Return the budget for the account 3200 for the whole year.
{
"Method": "AccountBudgetYearAmount",
"Parameters": [
"3200"
]
}