actindo ->auth__create_account
actindo -> auth__create_account: create actindo account
Signaturstandard_return auth__create_account( string $sid, int $activate_at_once, string $firma, string $name, string $vorname, string $email [, string $telefon [, string $mobil [, string $fax [, string $adresse [, string $plz [, string $ort [, string $land [, string $features]]]]]]]] )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • int $activate_at_once
    Activate account (default 0) (only 0 supported at the moment)
     
  • string $firma
    Firma
     
  • string $name
    Name
     
  • string $vorname
    Vorname
     
  • string $email
    Email-Adresse
     
  • string $telefon
    Telefonnummer
     
  • string $mobil
    Mobiltelefon
     
  • string $fax
    Telefax
     
  • string $adresse
    Adresse
     
  • string $plz
    Postleitzahl
     
  • string $ort
    Ort
     
  • string $land
    Land
     
  • string $features
    Actindo Features
     
Returnsstandard_return
array('ok'=>TRUE/FALSE, 'error'=>)
 
Descriptioncreate actindo account

Create a actindo account