> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UpdateTenant

> ABBYY FlexiCapture ウェブサービス API の UpdateTenant メソッド。テナント ID を指定して、テナント名、説明、ライセンス番号、およびテナントごとの共通ライセンス共有設定を変更します。

<div id="what-it-does">
  ## 実行内容
</div>

テナント情報を更新します。

<div id="definition">
  ## 定義
</div>

```
void UpdateTenant( int tenantId, string tenantName, string tenantDescription, string licenseNumber, bool canUseCommonLicense );
```

<div id="parameters">
  ## パラメーター
</div>

| **Name**            | **型**  | **説明**               |
| ------------------- | ------ | -------------------- |
| tenantId            | int    | テナントID               |
| tenantName          | string | テナント名                |
| tenantDescription   | string | テナントの説明              |
| licenseNumber       | string | テナントのライセンス番号 (必要な場合) |
| canUseCommonLicense | bool   | 共通ライセンスを共有できるかどうか    |

<div id="returned-value">
  ## 戻り値
</div>

N/A

<Note>
  テナント情報を変更するには、[GetTenant](/ja/flexi-capture/get-tenants)メソッドを呼び出し、1 つ以上のfieldに必要な変更を加えてから、UpdateTenantメソッドを呼び出します。
</Note>
