get http://testapi.worldbox.ch/v1/product/subscriptions
List of available subscription products
The response shows the available subscription products over the API. For each company in subscription product where will be a company report in XML available.
Attibute | Description |
---|---|
language | The language of the report available |
price | Price for access to the company pool during subscription period |
duration | Duration of the subscription in days |
name | Name of the product |
companies | Amount of companies in the pool |
currency | Currency of your billing |
productcode | Productcode of the subscription |
format | Available report formats |
$.get('https://api.worldbox.ch/v1/product/subscription', function(data) {
console.log(data);
});
In Development
This feature is currently in beta testing!