This section provides all enums used in the API for client type, gender, document types, document sides, classification, and check outcomes.
🔹 ClientTypes#
🔹 PersonGenders#
| Value | Description |
|---|
| 1 | MALE |
| 2 | FEMALE |
| 3 | OTHER |
🔹 DocumentTypes#
| Value | Description |
|---|
| 1 | PASSPORT |
| 2 | DRIVING_LICENSE |
| 3 | NATIONAL_IDENTITY_CARD |
| 4 | RESIDENCE_PERMIT |
| 5 | DULDUNG |
🔹 DocumentClassifications#
| Value | Description |
|---|
| 1 | PROOF_OF_IDENTITY |
🔹 DocumentSides#
| Value | Description |
|---|
| 1 | FRONT |
| 2 | BACK |
🔹 CheckOutcomeType#
| Value | Description |
|---|
| clear | Clear result |
| attention | Needs attention |
| not_processed | Not processed |
Modified at 2025-11-27 20:50:05