Gets PPU licenses that were used in the specified domain during the specified time period.
Visual Basic |
---|
Public Function GetLicenseConsumption( _ ByVal DomainName As String, _ ByVal Start As String, _ ByVal End As String _ ) As String |
- DomainName
- If the DomainName argument is empty, usage is return for the entire site. Otherwise, returns empty response. License per domain is not supported.
- Start
- yyyy-mm-dd, for example 2010-05-26. The beginning of the period for which to check. If NULL, checks from date of first use of license.
- End
- yyyy-mm-dd. The end of the period for which to check. If NULL, check until today.
On success, returns an XML string containing the licence consumption data.
For meaning of LICENSE_TYPE values, see GetLicenseTypesList.