-
Question |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
NetLicensing UI uses the same NetLicensing RESTful API and any changes in both modules are immediately reflected in the NetLicensing systems. Please find below the test flow for Initial statusValidation result
Request
Response <?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="2022-11-11T19:58:14.078Z">
<ns2:infos>
</ns2:infos>
<ns2:items>
<ns2:item type="ProductModuleValidation">
<ns2:property name="productModuleNumber">MENHDGVJ5</ns2:property>
<ns2:property name="valid">true</ns2:property>
<ns2:property name="expires">2027-01-19T04:35:25.616Z</ns2:property>
<ns2:property name="productModuleNumber">MENHDGVJ5</ns2:property>
<ns2:property name="productModuleName">Christmas Tree Care</ns2:property>
<ns2:property name="warningLevel">GREEN</ns2:property>
<ns2:property name="licensingModel">Subscription</ns2:property>
</ns2:item>
</ns2:items>
</ns2:netlicensing> License deactivated via UIValidation result
Request
Response <?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="2022-11-11T20:01:20.547Z">
<ns2:infos>
</ns2:infos>
<ns2:items>
<ns2:item type="ProductModuleValidation">
<ns2:property name="productModuleNumber">MENHDGVJ5</ns2:property>
<ns2:property name="valid">true</ns2:property>
<ns2:property name="expires">2026-01-19T04:35:25.616Z</ns2:property>
<ns2:property name="productModuleNumber">MENHDGVJ5</ns2:property>
<ns2:property name="productModuleName">Christmas Tree Care</ns2:property>
<ns2:property name="warningLevel">GREEN</ns2:property>
<ns2:property name="licensingModel">Subscription</ns2:property>
</ns2:item>
</ns2:items>
</ns2:netlicensing> License deleted via UIValidation result
Request
Response <?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="2022-11-11T20:45:12.315Z">
<ns2:infos>
</ns2:infos>
<ns2:items>
<ns2:item type="ProductModuleValidation">
<ns2:property name="productModuleNumber">MENHDGVJ5</ns2:property>
<ns2:property name="valid">true</ns2:property>
<ns2:property name="expires">2026-01-19T04:35:25.616Z</ns2:property>
<ns2:property name="productModuleNumber">MENHDGVJ5</ns2:property>
<ns2:property name="productModuleName">Christmas Tree Care</ns2:property>
<ns2:property name="warningLevel">GREEN</ns2:property>
<ns2:property name="licensingModel">Subscription</ns2:property>
</ns2:item>
</ns2:items>
</ns2:netlicensing> |
Beta Was this translation helpful? Give feedback.
NetLicensing UI uses the same NetLicensing RESTful API and any changes in both modules are immediately reflected in the NetLicensing systems.
Please find below the test flow for
demo:demo
vendor account and user[email protected]
Initial status
Validation result
true
2027-01-19
Request
Response