Difference between revisions of "MOR API user login"

From Kolmisoft Wiki
Jump to navigationJump to search
m
Line 3: Line 3:
Logs in user into MOR
Logs in user into MOR


To set the customer redirected to the MoR billing Main site, if the login was successful, go to: '''In SETTINGS->Setup->Settings->API''' and check '''Allow API Login Redirect''' (this functionality is available from MOR 9). 
 


==Request==
==Request==
Line 30: Line 30:


This means that wrong username and/or password and user can't be authenticated.
This means that wrong username and/or password and user can't be authenticated.
==Customer redirect==
''This option is available starting from [[MOR_9_documentation | MOR 9]]''
To redirect customer to MOR Billing main site go to: '''SETTINGS -> Setup -> Settings -> API''' and check the marked option:
<br><br>
[[File:Mor_api_redirect.png]]
<br><br>

Revision as of 13:26, 10 January 2011

MOR API

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>
 </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:

Mor api redirect.png