actindo ->auth__login
actindo -> auth__login: Login to the service
Signaturstring auth__login( string $username, string $password, int $mandid [, string $productid [, string $productserialno [, string $otp_pass [, boolean $clear_other_sessions]]]] )
 
Parameter
  • string $username
    Username
     
  • string $password
    Password
     
  • int $mandid
    Mandanten-Nummer
     
  • string $productid
    Identifikation, der sich einloggenden Software. Nutzen Sie 'NOID' wenn Sie keine Produkt-Identifikation von der Actindo AG erhalten haben.
     
  • string $productserialno
    Seriennummer der sich einloggenden Software. Nutzen Sie 'NOSERIAL' wenn Sie keine Produkt-Seriennummer haben.
     
  • string $otp_pass
    OTP-Password
     
  • boolean $clear_other_sessions
    Sollen andere ggf. vorhandene Sessions automatisch ausgeloggt werden?
     
Returnsstring
Session identifier
 
DescriptionLogin to the service

You have to suppy the session identifier you get here to every method you call thereafter as its first argument.