ILicenseService GetPackageDetails Method (String) CelloSaaS API Documentation
This method is used to get active subscription packages created by the given tenantId.

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

Dictionary<string, PackageDetails> GetPackageDetails(
	string tenantId
)

Parameters

tenantId
Type: System String
The tenant id.

Return Value

Type: Dictionary String, PackageDetails 
The Package Details
Exceptions

ExceptionCondition
System UnauthorizedAccessExceptionThrows UnauthorizedAccessException if user don't have permission for this method
CelloSaaS.ServiceContracts.LicenseManagement LicenseExceptionThrows LicenseException if any errors occurs in module license validate
See Also