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

# BatchType

> BatchType-Datentyp in der ABBYY FlexiCapture Web Services API: enthält Details zum Batch-Typ, einschließlich ID, Name und Definitionen der Registrierungsparameter.

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

Der **BatchType**-Datentyp speichert Informationen über den Typ eines Batches.

<div id="fields">
  ## Felder
</div>

| **Name**     | **Typ**                                                                                  | **Beschreibung**                           |
| ------------ | ---------------------------------------------------------------------------------------- | ------------------------------------------ |
| Id           | int                                                                                      | Die ID des Batch-Typs                      |
| Name         | string                                                                                   | Der Name des Batch-Typs                    |
| Description  | string                                                                                   | Eine Beschreibung des Batch-Typs           |
| PropertyDefs | [RegistrationPropertyDef](/de/flexi-capture/api/structures/registration-property-def)\[] | Die Registrierungsparameter des Batch-Typs |
