API - Account Balances (Saldi-overzichten)


Resource:
/acumulus/stable/reports/report_accountbalances.php
Since API:
Available for authenticated:
API gebruiker
Available for authenticated:
API beheerder
Communication:
Basic submit, including below structure

Support voor inodes :

Submit

<?xml version="1.0" encoding="UTF-8"?>
<myxml>
	...
	<year></year>
</myxml>

year
Year for which the overview is requested. Use 4-digit YYYY format. Defaults to current year.


Response

<?xml version="1.0" encoding="UTF-8"?>
<response>
    <accountbalances>
        <accountbalancesyear></accountbalancesyear>
        <account>
            <accountid></accountid>
            <accountnumber></accountnumber>
            <accountdescription></accountdescription>
            <accountbalance></accountbalance>
        </account>
        <account>
            ...
        </account>
        <accountbalancestotal></accountbalancestotal>
    </accountbalances>
</response>

accountbalanceyear
Year for which the request was made.
accountid
Numeric identifier for the account.
accountnumber
Value assigned to the account.
accountdescription
Description.
accountbalance
Float. 2 Decimals.
accountbalancestotal
Float. 2 Decimals.