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