frequently asked questions

All your questions in one place.

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"
       ]
}

Did you find this article useful?

0 out of 0 found this helpful