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:

SK_GetTCData, SK_GetTCDataEx

Input Variables:

HTML Return Strings:

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:

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.