Difference between revisions of "MOR API"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 19: Line 19:
* [[API Configuration]] – configuration options for API.
* [[API Configuration]] – configuration options for API.
* [[MOR API hash construction|Hash construction]] – how to construct hash to authenticate data over API.
* [[MOR API hash construction|Hash construction]] – how to construct hash to authenticate data over API.
<br><br>
<br><br>
==Login==


* [[MOR API user_login|user_login]] (login) – logs user in to MOR.
==Balance==
* [[MOR API user_logout|user_logout]] (logout) – logs user out from MOR.
 
* [[MOR API user_balance_get|user_balance_get]] (balance) – retrieves a user balance.
* [[Balance in phone | user_simple_balance_get]] (simple_balance) – gets user's balance
* [[MOR API user balance update | user_balance_update]] (change_user_balance) – change user's balance
<br><br>
<br><br>
==User==


* [[MOR API user_register| user_register]] – create new user from params.
* [[MOR API user_details_get | user_details_get]] (user_details) – gets user details
* [[MOR_API_user_details_update| user_details_update]] (user_update_api) – update user from params.
<br><br>
==Callback==
==Callback==


* [[MOR API callback init|callback_init]] (callback) – initiates callback.
* [[MOR API callback init|callback_init]] (callback) – initiates callback.
<br><br>
==Accounting==


* [[MOR API invoices_get|invoices_get]] (invoices) – retrieves a list of invoices in a selected time period.
<br><br>
<br><br>
==Calls==
==Calls==


* [[MOR API user calls get|user_calls_get]] (user_calls) – retrieves a list of calls in a selected time period for a user/device.
* [[MOR API user calls get|user_calls_get]] (user_calls) – retrieves a list of calls in a selected time period for a user/device.
<br><br>
==Balance==


* [[MOR API user_balance_get|user_balance_get]] (balance) – retrieves a user balance.
* [[Balance in phone | user_simple_balance_get]] (simple_balance) – gets user's balance
* [[MOR API user balance update | user_balance_update]] (change_user_balance) – change user's balance
<br><br>
==Rates==


* [[MOR API rate get|rate_get]] (rate) – check user rate by prefix
 
* [[MOR API tariff rates get| tariff_rates_get]] (get_tariff) – get all tariff's rates
* [[MOR API tariff_retail_import | tariff_retail_import ]] (import_relail_tariff) – import xml retail tariff
* [[MOR API tariff_wholesale_update | tariff_wholesale_update ]] (wholesale_tariff) – update or create wholesale tariff
<br><br>
<br><br>
==Device==
==Device==
Line 65: Line 50:
* [[MOR API CLI info get | cli_info_get]] (cli_get_info) – shows id of device where CLI belongs.
* [[MOR API CLI info get | cli_info_get]] (cli_get_info) – shows id of device where CLI belongs.
* [[MOR API device details get | device_details_get]] – shows all information about specified device.
* [[MOR API device details get | device_details_get]] – shows all information about specified device.
<br><br>
==Email==
* [[MOR API email send| email_send]] (send_email) – send Email.
<br><br>
==Invoices==
* [[MOR API invoices_get|invoices_get]] (invoices) – retrieves a list of invoices in a selected time period.
<br><br>
==Login==
* [[MOR API user_login|user_login]] (login) – logs user in to MOR.
* [[MOR API user_logout|user_logout]] (logout) – logs user out from MOR.
<br><br>
==Rates==
* [[MOR API rate get|rate_get]] (rate) – check user rate by prefix
* [[MOR API tariff rates get| tariff_rates_get]] (get_tariff) – get all tariff's rates
* [[MOR API tariff_retail_import | tariff_retail_import ]] (import_relail_tariff) – import xml retail tariff
* [[MOR API tariff_wholesale_update | tariff_wholesale_update ]] (wholesale_tariff) – update or create wholesale tariff
<br><br>
<br><br>


Line 111: Line 124:
* [[MOR API system version get| system_version_get]] (get_version) – get MOR version number.
* [[MOR API system version get| system_version_get]] (get_version) – get MOR version number.
<br><br>
<br><br>
==SMS Send==
 
* [[MOR API sms send| sms_send]] (send_sms) – send SMS.
 
<br><br>
 
==Send Email==
* [[MOR API email send| email_send]] (send_email) – send Email.
<br><br>
==Morphone==
* [[MOR_API_morphone_details_get| MOR_API_morphone_details_get]] (MOR_API_morphone_details_get) – API for iphone/android.
<br><br>
==Quickforwards==
==Quickforwards==
* [[MOR API Quickforwards get| quickforwards_dids_get]] (quickforwards_dids_get) – get Quickforwards.
* [[MOR API Quickforwards get| quickforwards_dids_get]] (quickforwards_dids_get) – get Quickforwards.
* [[MOR API Quickforwards update| quickforwards_did_update]] (quickforwards_did_update) – update Quickforwards.
* [[MOR API Quickforwards update| quickforwards_did_update]] (quickforwards_did_update) – update Quickforwards.
* [[MOR API Quickforwards delete| quickforwards_did_delete]] (quickforwards_did_delete) – delete Quickforwards.
* [[MOR API Quickforwards delete| quickforwards_did_delete]] (quickforwards_did_delete) – delete Quickforwards.
<br><br>
==SMS Send==
* [[MOR API sms send| sms_send]] (send_sms) – send SMS.
<br><br>
==User==
* [[MOR API user_register| user_register]] – create new user from params.
* [[MOR API user_details_get | user_details_get]] (user_details) – gets user details
* [[MOR_API_user_details_update| user_details_update]] (user_update_api) – update user from params.
<br><br>
<br><br>



Revision as of 19:04, 20 May 2014

Warning.pngIMPORTANT!!! API methods described here are for MOR X5. For previous versions please check appropriate manual.

About

MOR API lets other software interact with MOR without knowing the internal structure of the database (DB) and other logic.

MOR accepts requests by HTML POST and returns results in XML.

MOR users that are allowed to use MOR API

  • Admin
  • Reseller
  • Accountant - only by using Admin Hash and Secret key



Functions

API Related



Balance



Callback



Calls

  • user_calls_get (user_calls) – retrieves a list of calls in a selected time period for a user/device.




Device



Email




Invoices

  • invoices_get (invoices) – retrieves a list of invoices in a selected time period.




Login





Rates



DID



Monitorings



Phonebooks



Credit notes



Financial statements



Payments



Calling cards



MOR version




Quickforwards



SMS Send



User



Examples



HTML POST

All requests are in a similar format:

HTML POST: http://<SERVER_IP>/billing/api/<function>?u=username
  • username - the user name and password of the user who is asking for the data.

If the user has 'admin' rights, he will get more results and can perform more actions compared to a user who does not have such rights.

Useful to know

  • All API methods returns data straight from database. It means that MOR GUI settings does not affect data, it will be returned as it is saved in database. For example:



See also