About SetBankBalance
BankBalance does not change the actual balance of funds within a bank account funds
Example
Request
<API_URL_EndPoint>/SetBankBalance.json
data={
"bankBalance" : 100,
"bankBalanceDate" : "2014-05-22",
"bankBalances" : [ {
"chartOfAccountId" : "0ca01RFOICQIGMWFX5go",
"chartOfAccountBalance" : "100"
}, {
"chartOfAccountId" : "0ca01KKCGBVHLVCOQ5fj",
"chartOfAccountBalance" : "-100"
} ]
}
Response
{
"response_status" : 0,
"response_message" : "Success",
"response_data" : {
}
}
If there is no association to ChartOfAccount (i.e. chartOfAccountId on BankAccount Object is empty) there will be no "Account Balance" nor "AccountBalanceDate" data returned, since this comes from the ChartOfAccount Object.
Resources
Parameters
Field Name | Description | Required? |
---|---|---|
bankBalance | The bank account balance amount | Yes |
bankBalanceDate | The beginning date where this balance applies. Format is yyyy-mm-dd | Yes |