Difference between revisions of "MOR API user details get"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 5: | Line 5: | ||
Retrieves user details | Retrieves user details | ||
==Result== | |||
<page> | |||
<pagename>Personal_details</pagename> | |||
<language>en</language> | |||
<userid>0</userid> | |||
<details> | |||
<main_detail> | |||
<account>Postpaid</account> | |||
<balance>0.0000 USD</balance> | |||
<credit>Unlimited</credit> | |||
</main_detail> | |||
<other_details> | |||
<username>admin</username> | |||
<first_name>System</first_name> | |||
<surname>Admin</surname> | |||
<personalid></personalid> | |||
<agreement_number></agreement_number> | |||
<agreement_date>2007-03-26</agreement_date> | |||
<taxation_country>Afghanistan</taxation_country> | |||
<vat_reg_number></vat_reg_number> | |||
<vat_percent>18.0</vat_percent> | |||
</other_details> | |||
<registration> | |||
<reg_address></reg_address> | |||
<reg_postcode></reg_postcode> | |||
<reg_city></reg_city> | |||
<reg_country></reg_country> | |||
<reg_state></reg_state> | |||
<reg_direction></reg_direction> | |||
<reg_phone></reg_phone> | |||
<reg_mobile></reg_mobile> | |||
<reg_fax></reg_fax> | |||
<reg_email></reg_email> | |||
</registration> | |||
</details> | |||
</page> | |||
<br><br> | <br><br> |
Revision as of 08:47, 2 September 2011
This functionality is available from MOR 8
Retrieves user details
Result
<page> <pagename>Personal_details</pagename> <language>en</language> <userid>0</userid> <details> <main_detail> <account>Postpaid</account> <balance>0.0000 USD</balance> <credit>Unlimited</credit> </main_detail> <other_details> <username>admin</username> <first_name>System</first_name> <surname>Admin</surname> <personalid></personalid> <agreement_number></agreement_number> <agreement_date>2007-03-26</agreement_date> <taxation_country>Afghanistan</taxation_country> <vat_reg_number></vat_reg_number> <vat_percent>18.0</vat_percent> </other_details> <registration> <reg_address></reg_address> <reg_postcode></reg_postcode> <reg_city></reg_city> <reg_country></reg_country> <reg_state></reg_state> <reg_direction></reg_direction> <reg_phone></reg_phone> <reg_mobile></reg_mobile> <reg_fax></reg_fax> <reg_email></reg_email> </registration> </details> </page>
- Call: /api/user_details
- Methods: POST, GET(if allowed, not recomended)
- Params:
- user_id - Users ID in MOR database. Required. Type: INTEGER
- hash - SHA1 hash constructed using user_id and API_Secret_Key ( More described in Constructing hash). Required.
- u - Users username. Required.
- p - Users password. Required.
- Returns:
- Errors:
- <error>User was not found</error> - User was not found using user_id. Use correct user_id.
- <error>Incorrect hash</error> - Hash was not correct. Check API_Secret_Key and order or params while concatenating hash_string.\
- Errors: