API - Manage Account

Add or update an account


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

Support voor inodes :

Submit

<?xml version="1.0" encoding="UTF-8"?>
<myxml>
    ...
    <accountid></accountid>
    <account></account>
    <accountdescription></accountdescription>
    <accountorderid></accountorderid>
    <accounttypeid></accounttypeid>
    <accountstatus></accountstatus>
</myxml>

accountid
Supply a known accountid when applying updates to a specific contact. Retrievable by using the accounts picklist API-call. When omitted the account will be added under a new accountid.


account either account or accountdescription mandatory
Identifier for the account. Typical IBAN or name of payment service provider.


accountdescription either account or accountdescription mandatory
Description for the account.


accountorderid
Sequential number or code for ordering in picklists, drop-downs and default selections. Automatically generated when omitted.


accounttypeid

Option
Description
1
Activa - Liquide middelen (Default)
2
Activa - Overige
3
Passiva - Eigen vermogen
4
Passiva - Overige
5
Passiva - afdracht / teruggaaf VPB

accountstatus mandatory

Option
Description
0
Disabled
1
Enabled

Response

<?xml version="1.0" encoding="UTF-8"?>
<response>
    <account>
        <accountid></accountid>
        <account></account>
        <accountdescription></accountdescription>
        <accountorderid></accountorderid>
        <accountstatus></accountstatus>
        <accounttypeid></accounttypeid>
        <accountproc></accountproc>
    </account>
</response>

accountid
Unique identifier for the account.


accountstatus

Option
Description
0
Disabled
1
Enabled

accounttypeid


accountproc
Informational message about process. i.e. "updated" or "added".