GetInvoiceLicenseIDList.asp
Purpose:
Obtains list of License IDs associated with a given Invoice.
HTTP Method:
GET
URL:
secure.softwarekey.com/solo/unlock/getinvoicelicenseidlist.asp
Automation Client Functions:
Input Variables:
- LicenseID: Invoice Number in which you want to retrieve all License IDs
- CustomerPW: Password associated to the <LicenseID> or Invoice Number
HTML Return Strings:
- Registration code1 = 0 (space equals space zero)
- Registration code2 = 0
- License Update = : see remarks below
- Error Response =
Remarks:
This page can be used with the Automation Client functions listed above.
When successful, all the License IDs associated to the invoice will be displayed after the "License Update = " string. The list will be followed by a "<br>" HTML tag. The list of License IDs are delineated by a "|" (pipe) for ease of parsing. Here is an example of the data returned:
- License Update = 1611820|1611821|1611822|1611823|1611824|1611825|
Errors:
100: If the LicenseID and CustomerPW are blank or the combination could not be found in the database.
Notes:
A sample implementation of this functionality can be found in the Visual Basic 6 Automation Client DLL AdvLic sample in your Protection PLUS 4 SDK installation.