ILicenseService GetTenantLicenseHistory Method CelloSaaS API Documentation
This method is used to get tenant license history details.

Namespace: CelloSaaS.ServiceContracts.LicenseManagement
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

List<TenantLicense> GetTenantLicenseHistory(
	string tenantId
)

Parameters

tenantId
Type: System String
Tenant Identifier

Return Value

Type: List TenantLicense 
Tenant License Details
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrows ArgumentNullException if any mandatory argument is null or empty
CelloSaaS.ServiceContracts.LicenseManagement LicenseExceptionThrows LicenseException if any errors occurs in module license validate
See Also