Difference between revisions of "MOR API user login"
From Kolmisoft Wiki
Jump to navigationJump to search
(→Result) |
|||
Line 15: | Line 15: | ||
<name>login</name> | <name>login</name> | ||
<status>ok</status> | <status>ok</status> | ||
<user_id>54</user_id> | |||
</action> | </action> | ||
Line 32: | Line 33: | ||
<br><br> | <br><br> | ||
==Customer redirect== | ==Customer redirect== | ||
Revision as of 08:19, 15 December 2011
Logs in user into MOR
Request
HTML POST: http://<SERVER_IP>/billing/api/login?u=username&p=password
Result
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <action> <name>login</name> <status>ok</status> <user_id>54</user_id> </action>
Everything is ok. User is logged in to the system.
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <action> <name>login</name> <status>failed</status> </action>
This means that wrong username and/or password and user can't be authenticated.
Customer redirect
This option is available starting from MOR 9
To redirect customer to MOR Billing main site go to: SETTINGS -> Setup -> Settings -> API and check the marked option:
If login over API is successful the customer will be redirected to MOR Billing main site.
If login is not successful :
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <action> <name>login</name> <status>failed</status> </action>
This means that wrong username and/or password and user can't be authenticated.