licenseId
the unique id of the license (UUID
)licenseSignature
the signature of the license (BINARY
)signatureDigest
the digest of the license that was signed (STRING
)expiryDate
the expiry date of the license (DATE
)BINARY
can contain an arbitrary binary value that is retrieved by the Java code as a byte[]
arraySTRING
can contain any string, will be retrieved as java.lang.String
BYTE
contains a single byte value.SHORT
contains a single short valueINT
contains an integer (int
) valueLONG
contains a long valueFLOAT
contains a float valueDOUBLE
contains a double valueBIGINTEGER
contains a big integer valueBIGDECIMAL
contains a big decimal valueDATE
contains a date valueUUID
contains a UUID valuecurl --location --request POST 'https://license3j-api.onrender.com/api/license/addfeature?featureName=licensedTo&featureType=STRING&featureContent=Eggy'
{"status":"Feature: licensedTo of type STRING with value Eggy has been added"}