...
Code Block |
---|
$api->login('User_name', 'Password', 'Company_Code'); |
If you authentication is successful, you You will get the authentication token as the result.
...
Code Block |
---|
$api->login('User_name', 'Password', 'Company_Code'); |
If you authentication is successful, you You will get the authentication token as the result.