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

# GetBatchIdsRange

> ABBYY FlexiCapture Web Services API の GetBatchIdsRange メソッドを使用して、バッチ内のドキュメント ID とページ ID の範囲を予約し、先頭の ID を返します。

<div id="what-it-does">
  ## 機能
</div>

バッチ内の文書とページ用に、一連のIDを予約します。

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

```
int GetBatchIdsRange( int batchId, int idCount, out int idEnd );
```

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

| **Name** | **型** | **説明**            |
| -------- | ----- | ----------------- |
| batchId  | int   | ID を予約する バッチ の ID |
| idCount  | int   | 予約する ID の数        |
| idEnd    | int   | 予約された範囲の最後の ID    |

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

| **型** | **説明**        |
| ----- | ------------- |
| int   | 予約済み範囲の先頭の ID |
