The SubscriptionInfo object contains subscription parameters.
SubscriptionInfo Parameters
| Name |
Type |
Description |
| Name |
String |
Subscription name |
| MaxModuleSizeMb |
Number |
Maximum module size in Mb |
| MonthlyFreeLCodes |
Number |
Quantity of free license codes |
| MonthlyFreeRCodes |
Number |
Quantity of free license codes |
| MonthPrice |
Float |
Price per month |
| LCodePrice |
float |
Price for extra license code |
| RCodePrice |
float |
Price for extra renewal code |
| AllowNewsletterDeepFilters |
Boolean |
Newsletter full mode filters |
| AllowResellers |
Boolean |
Resellers feature |
| AllowWebApi |
Boolean |
Web API feature |
| AllowEmailTemplates |
Boolean |
Custom e-mail templates feature |
| AllowProtectionSchemeOnline |
Boolean |
Online protection scheme |
| AllowProtectionSchemeSemiOnline |
Boolean |
Semi-Online protection scheme |
| AllowProtectionSchemeOffline |
Boolean |
Offline protection scheme |
Example Response
{
"Name": "L-25",
"MaxModuleSizeMb": 25,
"MonthlyFreeLCodes": 30,
"MonthlyFreeRCodes": 30,
"MonthPrice": 25.0,
"LCodePrice": 1.4,
"RCodePrice": 0.7,
"AllowNewsletterDeepFilters": true,
"AllowResellers": true,
"AllowWebApi": true,
"AllowEmailTemplates": true,
"AllowProtectionSchemeOnline": true,
"AllowProtectionSchemeSemiOnline": true,
"AllowProtectionSchemeOffline": true
}