API - Sign Up - Acumulus

Sign up (for a 30 day trial) and receive credentials


Resource:
/acumulus/stable/signup/signup.php
Since API:
Authentication:
none
Communication:
Basic submit, (excluding <contract>) , including below structure

Support voor inodes :

Submit

<?xml version="1.0" encoding="UTF-8"?>
<myxml>
    <format></format>
    <lang></lang>
 
    <signup>
        <companyname></companyname>
        <companytypeid></companytypeid>
        <fullname></fullname>
        <loginname></loginname>
        <gender></gender>
        <address></address>
        <postalcode></postalcode>
        <city></city>
        <telephone></telephone>
        <bankaccount></bankaccount>
        <email></email>
        <createapiuser></createapiuser>
        <createapiadmin></createapiadmin>
        <notes></notes>
    </signup>
 
</myxml>

companyname (mandatory)
Name of company to sign up.


companytypeid
Type of company to sign up. See Picklist Company Types


fullname (mandatory)
Full name of person associated with company.


loginname (mandatory)
Preferred login name to be used as credentials when logging in.


gender (mandatory)
Indication of gender. Used to predefine some strings within Acumulus.

Gender
Description
F
Female
M
Male
X
Neutral

address (mandatory)
Address including house number.


postalcode (mandatory)
Postal code.


city (mandatory)
City.


telephone
Telephone.


bankaccount
Bankaccount. Preference is to use a valid IBAN-code so Acumulus can improve preparation of the (trial) sign up.


email (mandatory)
email address.


createapiuser
Include the creation of an additional user specifically suited for API-usage.

Value
Description
0
Do not create additional user (default)
1
Generate additional user specifically suited for API-usage

createapiadmin
Include the creation of an additional user specifically suited for API-usage.

Value
Description
0
Do not create additional admin (default)
1
Generate additional admin specifically suited for API-usage

notes
Notes or remarks which you would like to be part of the sign up request. Can be used as a request for comment by customer support.


Response

<?xml version="1.0" encoding="UTF-8"?>
<response>
    <signup>
        <contractcode></contractcode>
        <contractloginname></contractloginname>
        <contractpassword></contractpassword>
        <contractstartdate></contractstartdate>
        <contractenddate></contractenddate>
        <contractapiuserloginname></contractapiuserloginname>
        <contractapiuserpassword></contractapiuserpassword>
    </signup>
</response>