> For the complete documentation index, see [llms.txt](https://acessorh.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://acessorh.gitbook.io/project/v2/referencias/documentos/brasil-1/brasil/titulo-de-eleitor.md).

# Título de Eleitor

#### ID

```
7923a0f1-170a-417b-a2c7-bdad95ee4fdc
```

#### Slug

```
titulo_eleitor
```

{% hint style="danger" %}
Utilizar apenas o "id" como chave, uma vez que o "slug" é uma descrição e poderá ser alterado livremente.
{% endhint %}

#### Campos

| Nome                                                                                                     | Tipo                                                                                 | Observações          |
| -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | -------------------- |
| <p><strong>numero</strong></p><p><em>required</em></p>                                                   | string                                                                               | length(1, 255)       |
| <p><strong>zona</strong></p><p><em>required</em></p>                                                     | string                                                                               | length(1, 255)       |
| <p><strong>secao</strong></p><p><em>required</em></p>                                                    | string                                                                               | length(1, 255)       |
| <p><strong>uf</strong></p><p><em>required</em></p>                                                       | string([options](/project/v2/referencias/documentos/brasil-1/comum.md#opcoes-de-uf)) | length(1, 255)       |
| <p><strong>municipio</strong></p><p><em>required</em></p>                                                | string(options\*)                                                                    | length(1, 255)       |
| <p><strong>dataEmissao</strong></p><p><em>required</em></p>                                              | string                                                                               | format("YYYY-mm-dd") |
| [**comprovantes**](/project/v2/referencias/documentos/brasil-1/brasil/titulo-de-eleitor.md#comprovantes) | \[ ][voucher](/project/v2/referencias/comum.md#voucher)                              |                      |

{% hint style="info" %}
As opções do campo `municipio` dependem do valor selecionado no campo `uf` .
{% endhint %}

#### Comprovantes

| Nome                                                   | Tipo    |
| ------------------------------------------------------ | ------- |
| <p><strong>frente</strong></p><p><em>required</em></p> | voucher |
| <p><strong>verso</strong></p><p><em>required</em></p>  | voucher |
