Tariscope 4.6.Tariscope API guide
Introduction
Tariscope API is a special interface of the Tariscope 4.6 system that allows you to retrieve and modify some data from the Tariscope database by executing HTTP requests.
The Tariscope API is intended for software developers who want to integrate their software with the Tariscope system.
The Tariscope API can be used by users of both the Provider and Enterprise editions, but due to the fact that not all features of the Provider edition are available in the Enterprise version, not all API methods may be useful to Tariscope Enterprise users.
What data can be received (sent) from (to) Tariscope using the Tariscope API?
- Subscriber parameters. [subscriber.get]
- List of subscribers of any group. [subscriber.list.department]
- List of subscribers of the communication node. [subscriber.list.node]
- Update subscriber parameters. [subscriber.update]
- Create a new subscriber. [subscriber.create]
- Add a telephone number to the subscriber. [subscriber.dnadd]
- Summary information on the subscriber's account for a specific period.[accounts.summary]
- Cancel all charges for a specific subscriber for the indicated period. [accounts.charges]
- Enter information into the Tariscope database to pay the subscriber for the call service. [accounts.payment]
- Retrieve information from the Tariscope database before paying for a specific subscriber for a task period.[accounts.payments]
- Cancel all active tariff plans. [tariffs.plans]
- Select parameters for all or other tariffs. [tariffs.details]
- Select the parameters of a specific tariff depending on the hour. [tariffs.time]
- Eliminate the overflow of active services. [services.list]
- The current version of Tariscope. [tariscope.version]
- The current version of the Tariscope database. [tariscope.database]
- Date of the current version of the Tariscope system. [tariscope.build]
- Serial number of license for Tariscope.[tariscope.serial]
- The Tariscope system edition. [tariscope.edition]
- Get general information about the Tariscope system. [tariscope.summary]
- Any system data contained in the database can be retrieved, changed, or added using SQL commands. [sql]