This article describes how to use API for reselling ispmanager licenses:

The API address of the Ispmanager billing system is: https://api.ispmanager.com.

Authentification is performed with the authinfo parameter which value is authinfo=user:passwd, where user is a username in the billing system https://eu.ispmanager.compasswd is his password.

Order license


To order a license, use the soft.order.param function with the following parameters:

  • skipbasket — do not add services to the cart and charge the client immediately. Possible values:

    • on — activate a service without putting it into the cart;

    • off — activate the service from the cart. This is the default value that you may not specify in the request;

  • ip — license IP-address.

  • licname — license name.

  • period — licensing period. Possible values:

    • period=1 — 1 month

    • period=12 — 1 year

  • autoprolong — license renewal parameter. Possible values:

    • autoprolong=1 — when a client orders a service, auto-renewal for 1 month will be set

    • autoprolong=12 - auto-renewal for 1 year

    • autoprolong=null — without auto-renewal

  • pricelist — tariff code. Possible values:

Version

pricelist

Ispmanager 6 trial

55239

Ispmanager 6 business trial

55240

Ispmanager 6 lite

55227

Ispmanager 6 pro

55228

Ispmanager 6 host

55229

Ispmanager 6 business

55230

  • addon_X — number of nodes for some types of licenses.

Example of function call

https://api.ispmanager.com/manager/billmgr?authinfo=user:passwd&func=soft.order.param&clicked_button=finish&ip=82.156.37.16&licname=name&period=1&pricelist=55230;&addon_55236=1&autoprolong=1&sok=ok&skipbasket=on
CODE

Renew license


To renew a license use the service.prolong function which has the following parameters:

  • elid — license id.

  • period — renewal period. Possible values:

    • period=1 — 1 month

    • period=12 — 1 year

Example of function call

https://api.ispmanager.com/manager/billmgr?authinfo=user:passwd&out=xml&func=service.prolong&elid=334673&period=1&sok=ok
CODE

Change license parameters


The soft.edit function allows changing the IP-address and name of the license. The new license name is passed with the licname parameter, and the new IP-address is passed with the ip parameter.

Example of function call

https://api.ispsystem.com/manager/billmgr?authinfo=user:passwd&func=soft.edit&elid=334673&licname=<new license name>&ip=<new IP-address>&sok=ok
CODE

Change license tariff


You can change the tariff using the service.changepricelist function.

Example of function call

https://api.ispmanager.com/manager/billmgr?authinfo=user:passwd&func=service.changepricelist&elid=<license id>&pricelist=<tariff code>&sok=ok
CODE

Suspend license


Call the soft.suspend function to suspend a license:

Example of function call

https://api.ispmanager.com/manager/billmgr?authinfo=user:passwd&func=soft.suspend&elid=<license id>
CODE

Activate license


Call the soft.resume function to activate a license:

Example of function call

https://api.ispmanager.com/manager/billmgr?authinfo=&func=soft.resume&elid=<license id>
CODE

Check license order


Call the soft.checkip function to check if it is possible to order a license on a specific IP address.

Example of function call

https://api.ispmanager.com/manager/billmgr?authinfo=user:passwd&func=soft.checkip&pricelist=7&period=1&ip=82.145.17.16
CODE

Re-generate license key


To change the license key, call the soft.edit function. The clicked_button=newkey parameters define if the system should re-generate a new key.

Example of function call

https://api.ispmanager.com/manager/billmgr?authinfo=user:passwd&clicked_button=newkey&elid=2512171&func=soft.edit&sok=ok
CODE

Delete license


Call the soft.delete function to delete a license:

Example of function call

https://api.ispmanager.com/manager/billmgr?authinfo=&func=soft.delete&elid=<license code>
CODE

Viewing all ispmanager licenses


To view all ispmanager 6 licenses, including trial ones, execute the request:

Example of the request to view the list of licenses

https://api.ispmanager.com/billmgr?authinfo=user:passwd&func=soft&project=1
CODE

 project=1 — a parameter that points to the provider