Skip to content

How to specify custom license template numbers #149

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

You must be logged in to vote

Indeed, the NetLicensing Console does not provide an option to specify a custom package or license template number; instead, a random number is generated.

If you need to specify a custom number for created packages or license templates, you can easily do so using the NetLicensing RESTful API and the License Template Service.

Please find below some examples for the licensing models:

Multi-Feature

curl 'https://go.netlicensing.io/core/v2/rest/licensetemplate' \
  -H 'accept: application/json' \
  -H 'content-type: application/x-www-form-urlencoded' \
  --data-raw 'number=%M12345678%&name=%NAME%&active=true&price=0&currency=EUR&licenseType=FEATURE&productModuleNumber=%M12345678%'

Try & Buy

c…

Replies: 1 comment

Comment options

r-brown
Jan 15, 2025
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by r-brown
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