GetRegData.asp
Purpose:
Obtains the Customer information associated to a License record.
HTTP Method:
GET
URL:
secure.softwarekey.com/solo/customers/getregdata.asp
Automation Client Functions:
SK_GetRegData, SK_GetRegDataEx
Input Variables:
- LicenseID: License ID for activation attempt
- CustomerPW: Password associated to the LicenseID. This can be either the customer password or the license activation password.
HTML Return Strings:
- Licensed Company = : Company Name
- Licensed Contact = : Contact Name
- Licensed E-Mail = : Email Address
- Licensed Phone = : Phone Number
- Licensed UD1 = : Mailing Address 1
- Licensed UD2 = : Mailing Address 2
- Licensed UD3 = : City, State, Postal Code
- Licensed UD4 = : Country
- Licensed UD5 = : Fax Number
- Error Response =
Remarks:
When successful, the "Licensed" strings above will appear on the page. If there is an error, the "Error Response" string will be displayed with the associated error code (see below for a list of codes that can be generated).
Errors:
100: If the LicenseID and CustomerPW are blank or the combination could not be found in the database.