GetSubscriptionExpiryDate

Description

Gets the subscription expiry date associated with the license.

DateTime GetSubscriptionExpiryDate(string webServiceUrl, 
                                   string activationKey, string computerKey, 
                                   out string response)

Parameters

Response XML format

Returns the value of the userData1 field.

<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<result>Successfully executed.</result>
</QuickLicenseManager>

Example error response

In the event of an error, the XML fragments returns:

<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<error>Details about the error</error>
</QuickLicenseManager>

Return

Last updated