frequently asked questions

All your questions in one place.

AccountBudgetPeriodAmount

This method returns the budget amount for a given account in a given period.

BODY - RAW

{
       "Method": "AccountBudgetPeriodAmount",
       "Parameters": [
             <cAccount>,
             <nPeriod>
       ]
}

EXAMPLE

*/ Return the budget for the account 3200 for the period of November.

{
       "Method": "AccountBudgetPeriodAmount",
       "Parameters": [
             "3200",
             11
       ]
}

Did you find this article useful?

0 out of 0 found this helpful