API - Sign Up - Acumulus
Sign up (for a 30 day trial) and receive credentials
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.
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.
createapiadmin
Include the creation of an additional user 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>