This is a method from the KashFlow Accounting Software SOAP API

Description

Unlike other API methods, this method doesn’t require that you authenticate yourself by passing in a username and password.

However, this method is intended to be used mainly by our integration partners. So you do need to provide an AccountCreationKey. If you’d like a key to use to create accounts, please contact us.

If the account was successfully created then you’ll receive an ID number. This is our reference for the user account.

If it was unsuccessful for any reason then you’ll get a Status of NO and the StatusDetail will explain why (ie, username already in use) 

Parameters

IN
AccountCreationKey
String
See above
IN
Username
String
The desired username
IN
password
String
The password for the new account. Must be at least 5 characters
IN
memorableword
String
The memorable word for the new account. Must be at least 5 characters
IN
EmailAddress
String
The users email address
IN
CompanyName
String
The users company name
IN
Addr1
String
An address for the user
IN
Addr2
String
IN
Addr3
String
IN
Addr4
String
IN
Postcode
String
The users postcode
IN
ContactName
String
A contact name for the user. usually their full name.
IN
VATRegistered
Integer
Set this to 1 is the user is VAT registered
IN
VATNumber
String
The users VAT number
IN
USSettings
Integer
Set this to 1 if you want the user to have the date in US format and default to $ for the currency
IN
promocode
String
If you’ve joined our affiliate scheme, you can provide your promotional code here

Returns

If the account was successfully created you’ll receive a user id number