Returns a vendor subscription information.
Request Address
http://api.intelliprotector.com:8000/Vendor/Subscription
https://api.intelliprotector.com:9000/Vendor/Subscription
Request Parameters
| Name |
Type |
Description |
| AccessInfo |
Object |
The AccessInfo object which contains access information |
* Required parameters are marked with
bold font.
Example Request
{
"AccessInfo": {
"VendorId": "00000000000000000000000000000000",
"WebApiKey": "88888888888888888888888888888888"
}
}
Example Response
{
"SubscriptionInfo": {
"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
},
"ResponseDetails": {
"ResponseStatus": "Success",
"Message": "Success"
}
}
Response Parameters
| Name |
Description |
SubscriptionInfo
|
The SubscriptionInfo object with the subscription parameters |
| ResponseDetails |
The ResponseDetails object with the status of a Web API call |