CountPost.asp
Purpose:
Posts numeric usage values to a specific license.
HTTP Method:
POST
URL:
secure.softwarekey.com/solo/postings/countpost.asp
Automation Client Functions:
SK_PostCounters, SK_PostCounterEx
Input Variables:
- LicenseID: License ID for the license you want to post to
- counter1: First Numeric value
- counter2: Second Numeric value
- counter3: Third Numeric value
- counter4: Forth Numeric Value
- counter5: Fifth Numeric Value
HTML Return Strings:
- Counter update result = (space equals space then data)
- License Update =
- Error Response =
Remarks:
If a counter is properly posted, the value returned after the string "Counter update result = " will be 0. If there was an error, it will return a value 100 or greater. View the Errors below for possible errors.
"License Update = " will return the License Update field for the given <LicenseID>
Errors:
100: If the LicenseID is blank or could not be found in the database.