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

# GetBatchType

> Obtiene información sobre un tipo de lote por su ID mediante el método GetBatchType de la API de servicios web de ABBYY FlexiCapture, que devuelve una estructura BatchType.

<div id="what-it-does">
  ## Qué hace
</div>

Recupera información sobre un tipo de lote.

<div id="definition">
  ## Definición
</div>

```
BatchType GetBatchType( int batchTypeId );
```

<div id="parameters">
  ## Parámetros
</div>

| **Name**    | **Tipo** | **Descripción**                                           |
| ----------- | -------- | --------------------------------------------------------- |
| batchTypeId | int      | El ID del tipo de lote cuya información se va a recuperar |

<div id="returned-value">
  ## Valor devuelto
</div>

| **Tipo**                                                                | **Descripción**                   |
| ----------------------------------------------------------------------- | --------------------------------- |
| [BatchType](/es/flexi-capture/api/structures/batch-type-api-structures) | Información sobre el tipo de lote |
