Developers API manual
Request structure URL schema: // host / gateway / entity / method? parameters Example: http://api2.dev/main-app/payment-system/fill-up/start In this example: http - schema api2.dev - host main-app - g...
There is some restriction in seamless registration integration flow. As the MLMSoft api is asynchronous you can not get UserId in response to a user/create requests. To get MLMSoft UserId for future u...
All requests from the Online Office subsystem should contain a token in the header, which is written in the configuration of this subsystem during the installation. Initially, token is generated by an...
General information This mechanism is designed to ensure the consistency of calculations in the CPE and to eliminate the unpredictability of the result of the CPE. When executing a request through the...
1) account/add-to-tree A method that adds an account to the specified tree. As a result, the position is formed. Method - POST https://.../online-office/account/add-to-tree Request parameters Paramete...
api/methods Request returns available methods and parameters for the current gateway. Method - GET URL - https://.../online-office/api/methods...
country/get-list This method returns the list of countries. Sample request http://.../main-app/country/get-list?withRegions=0 Parameter withRegions. Optional, can be 0 or 1. The default is 1. Response...
currency/get-list The method that returns a list of currencies. URL - $APIURL/online-office/currency/get-list Response parameters Parameter Type Value List Array Currency list...
1) currency-rate/get-current The method returns a list of currency rates. URL - $APIURL/online-office/currency-rate/get-current Response parameters Parameter Type Mandatory field Value currencyId Arr...
dictionary/get-values URL - $APIURL/online-office/country/dictionary/get-values?alias=Marital_status Sample request http://.../main-app/dictionary/get-values?alias=Marital_status Parameter Dictionary ...