To authenticate using PHP, use the following:
$api->login('User_name', 'Password', 'Company_Code');
If you authentication is successful, you will get the authentication token.
To authenticate using PHP, use the following:
$api->login('User_name', 'Password', 'Company_Code');
If you authentication is successful, you will get the authentication token.