> 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/documentacao-de-estrangeiro.md).

# Documentação de Estrangeiro

#### ID

```
db38fec5-5cca-43e7-94bd-42da518d17c3
```

#### Slug

```
estrangeiro
```

{% 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>pais</strong></p><p><em>required</em></p>                                                               | string([options](/project/v2/referencias/documentos/brasil-1/comum.md#opcoes-de-pais)) | length(1, 255)       |
| <p><strong>tipoVisto</strong></p><p><em>required</em></p>                                                          | string                                                                                 | length(1, 255)       |
| <p><strong>rne</strong></p><p><em>required</em></p>                                                                | string                                                                                 | length(1, 255)       |
| <p><strong>classificacao</strong></p><p><em>required</em></p>                                                      | string                                                                                 | length(1, 255)       |
| <p><strong>orgaoEmissor</strong></p><p><em>required</em></p>                                                       | string                                                                                 | length(1, 255)       |
| <p><strong>dataChegada</strong></p><p><em>required</em></p>                                                        | string                                                                                 | format("YYYY-mm-dd") |
| <p><strong>validade</strong></p><p><em>required</em></p>                                                           | string                                                                                 | format("YYYY-mm-dd") |
| <p><strong>dataExpedicao</strong></p><p><em>required</em></p>                                                      | string                                                                                 | format("YYYY-mm-dd") |
| <p><strong>numeroPortaria</strong></p><p><em>required</em><strong>\*</strong></p>                                  | string                                                                                 | length(1, 255)       |
| <p><strong>dataNaturalizacao</strong></p><p><em>required</em><strong>\*</strong></p>                               | string                                                                                 | format("YYYY-mm-dd") |
| <p><strong>dataPortaria</strong></p><p><em>required</em><strong>\*</strong></p>                                    | string                                                                                 | format("YYYY-mm-dd") |
| [**comprovantes**](/project/v2/referencias/documentos/brasil-1/brasil/documentacao-de-estrangeiro.md#comprovantes) | \[ ][voucher](/project/v2/referencias/comum.md#voucher)                                |                      |

{% hint style="info" %}
Os campos `numeroPortaria, dataNaturalizacao` e `dataPortaria` são obrigatórios apenas quando o candidato for naturalizado brasileiro.
{% endhint %}

#### Comprovantes

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