GetLicenseStatus.asp
Purpose:
Retrieves License Status, Replaced By, and License Update fields from the Licenses table.
HTTP Method:
GET
URL:
secure.softwarekey.com/solo/customers/getlicensestatus.asp
Automation Client Functions:
SK_GetLicenseStatus, SK_GetLicenseStatsEX
Function Input Variables:
- LicenseID: License ID for the license you want to post to
- CustomerPW: Password associated to <LicenseID>
Optional Input Variables:
ProdID: the Product ID in which you want to compare the LicenseID’s ProductID to.
HTML Return Strings:
- License Status = (space equals space then data)
- License ReplacedBy =
- License Update =
- Error Response =
Remarks:
If successful, the strings "License Status = ", "License ReplacedBy = " and "License Update = " are displayed, along with their associated fields of the Licenses table. If it fails, the string "Error Response = " with a value greater or equal to 100 following that string. View the Errors below for possible errors.
Errors:
- 100: If the LicenseID is blank or could not be found in the database.
- 200: If <ProdID> is passed in, this will return if the <ProdID> is not equal to the Product ID associated to the <LicenseID>.
Notes:
- To add additional optional input variables, the Password function parameter should have these values appended. For example:
- Password = "userpassword&ProdID=1234"