-
Vendor request
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There are 3 options available, how plan can be assigned to the customer. NetLicensing ShopWhile using NetLicensing Shop your customers can easily acquire licenses accordingly to your product configuration. Manually via Management ConsoleTo add a new plan open customer profile and click on "Add License" button: In the License create view choose Module and Package: RESTful APIUse LicenseService.create() endpoint to create a new License and assign this to the Customer. cURL example Where:
|
Beta Was this translation helpful? Give feedback.
-
Assigned Plan (License) will be available in the Customer view ... and correspondingly returned in the validation request: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:netlicensing xmlns="http://www.w3.org/2000/09/xmldsig#" xmlns:ns2="http://netlicensing.labs64.com/schema/context" ttl="2020-11-25T15:55:14.542Z">
<ns2:infos/>
<ns2:items>
<ns2:item type="ProductModuleValidation">
<ns2:property name="productModuleNumber">MGDHV5HXT</ns2:property>
<ns2:property name="valid">true</ns2:property>
<ns2:property name="pricingPlanId">ED6UDDKYX</ns2:property>
<ns2:property name="pricingPlanName">Basic</ns2:property>
<ns2:property name="productModuleName">GuideChimp Pricing</ns2:property>
<ns2:property name="activePricingPlans">ED6UDDKYX,EKKJDY7QY</ns2:property>
<ns2:property name="pricingPlanType">FEATURE</ns2:property>
<ns2:property name="licensingModel">PricingTable</ns2:property>
<ns2:list name="PRODUCTS">
<ns2:property name="valid">true</ns2:property>
<ns2:property name="quota">3</ns2:property>
<ns2:property name="name">Tours</ns2:property>
<ns2:property name="type">QUOTA</ns2:property>
</ns2:list>
<ns2:list name="PRICING_TABLE">
<ns2:property name="valid">false</ns2:property>
<ns2:property name="name">Support</ns2:property>
<ns2:property name="type">FEATURE</ns2:property>
</ns2:list>
</ns2:item>
</ns2:items>
</ns2:netlicensing> |
Beta Was this translation helpful? Give feedback.
There are 3 options available, how plan can be assigned to the customer.
NetLicensing Shop
While using NetLicensing Shop your customers can easily acquire licenses accordingly to your product configuration.
All non-hidden plan will be shown and can be selected for purchase.
Manually via Management Console
To add a new plan open customer profile and click on "Add License" button:
In the License create view choose Module and Package:
RESTful API
Use LicenseService.create() endpoint to create a new License and assign this to the Customer.
cURL example
curl -X POST --header 'Content-Type: application/x-www-form-urlencoded' --header 'Accept: application/xml' --header 'Authorization: Basic Z…