Obtains list of License IDs associated with a given Invoice.
GET
secure.softwarekey.com/solo/unlock/getinvoicelicenseidlist.asp
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:
100: If the LicenseID and CustomerPW are blank or the combination could not be found in the database.
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.