UpdateTenant
動作
テナント情報を更新します。
定義
void UpdateTenant( int tenantId, string tenantName, string tenantDescription, string licenseNumber, bool canUseCommonLicense );
パラメータ/引数
名前 | タイプ | 説明 |
tenantId | int | テナントID |
tenantName | string | テナント名 |
tenantDescription | string | テナント説明 |
LicenseNumber | string | テナントライセンス番号(必要な場合) |
canUseCommonLicense | bool | 共通ライセンスを共有する許可 |
戻り値
該当なし
注:テナント情報を修正するには、GetTenantメソッドを呼び出し、1つまたは複数のフィールドに関連する変更を加えて、UpdateTenantメソッドを呼び出します。
4/12/2024 6:16:06 PM