> ## 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.

# UpdateBatch

> ABBYY FlexiCapture Web Services API の UpdateBatch メソッドを使用してバッチのヘッダーを変更し、Name、BatchTypeId、Priority、その他のパラメーターを編集します。

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

バッチのヘッダーを変更します。**Batch.Id** の値と同じ ID を持つバッチの field **Name**、**BatchTypeId, Description**、**Priority**、および登録パラメーターを変更します。Batch 構造内のその他の field は無視されます。

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

```
void UpdateBatch( int sessionId, Batch batch );
```

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

| **Name**  | **型**                                                          | **Description**             |
| --------- | -------------------------------------------------------------- | --------------------------- |
| sessionId | int                                                            | Application Server への接続の ID |
| batch     | [Batch](/ja/flexi-capture/api/structures/batch-api-structures) | 追加する バッチ のパラメーター            |

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

ありません。
