API - List Accounts

Resource:
/acumulus/stable/picklists/picklist_accounts.php
Since API:
Available for authenticated:
API invoerder
Available for authenticated:
API gebruiker
Available for authenticated:
API beheerder
Communication:


Submit structure

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

accountstatus
Provide 0 to get list of non-active/disabled accounts. Defaults to 1, listing active accounts.


Response

<?xml version="1.0" encoding="UTF-8"?>
<response>
    <accounts>    
        <account>
            <accountid></accountid>
            <accountnumber></accountnumber>
            <accountdescription></accountdescription>
            <accounttypeid></accounttypeid>
            <accountorderid></accountorderid>
            <accountstatus></accountstatus>
        </account>
        <account>
            ...
        </account>
    </accounts>
</response>
accountid
Unique integer.
Please note that this xml-node is similar to accountnumber when using the invoice add API.

accountnumber
Number, IBAN, or descriptive text.


accountdescription
Descriptive text.

accountorderid
Numeric identifier for priority or chronological of the account.


accountstatus
Either disabled of enabled.


accounttypeid
Numeric identifier for the accounttype.