Skip to content

Add/update/unset custom properties #148

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

You must be logged in to vote

Tag or Custom Property fields can be added, modified, or deleted as needed for every NetLicensing entity using NetLicensing RESTful API.
Below are examples of how to manage tags at the Customer (Licensee) level:

List Tags

Retrieve a list of all tags currently assigned to a specific Licensee.

curl -X GET -H "Authorization: Basic ZGVtbzpkZW1v" -H "Accept: application/xml" \
  https://go.netlicensing.io/core/v2/rest/licensee/I69SPSVEE \
  | xmllint --format -

Add Tag(s)

Add one or more tags to a Licensee to categorize or associate specific attributes with them.
Note: max length of the value cannot exceed 1000 characters

curl -X POST -H "Authorization: Basic ZGVtbzpkZW1v" -H "Accept: applicat…

Replies: 1 comment

Comment options

r-brown
Nov 20, 2024
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