Skip to content

How to assign new pricing plan to customer #130

Closed Answered by r-brown
r-brown asked this question in Questions
Discussion options

You must be logged in to vote

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…

Replies: 2 comments

Comment options

r-brown
Nov 25, 2020
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by r-brown
Comment options

r-brown
Nov 25, 2020
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
1 participant
Converted from issue

This discussion was converted from issue #18 on October 30, 2023 06:15.