UpdateTenant
What it does
Updates information about a tenant.
Definition
void UpdateTenant( int tenantId, string tenantName, string tenantDescription, string licenseNumber, bool canUseCommonLicense );
Parameters
Name | Type | Description |
tenantId | int | Tenant ID |
tenantName | string | Tenant name |
tenantDescription | string | Tenant description |
licenseNumber | string | Tenant license number (if required) |
canUseCommonLicense | bool | Permission to share a common license |
Returned value
N/A
Remarque : To modify the tenant information, call the GetTenant method, make relevant changes in one or more fields, and call the UpdateTenant method.
12.04.2024 18:16:03