> 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/crlv.md).

# CRLV

#### ID

```
3e93cbcb-3aad-4e8b-a353-d32bffd0ffa7
```

#### Slug

```
crlv
```

{% 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>ano</strong></p><p><em>required</em></p>                                        | string                                                  | length(1, 255) |
| <p><strong>placa</strong></p><p><em>required</em></p>                                      | string                                                  | length(1, 255) |
| <p><strong>possuiGnv</strong></p><p><em>required</em></p>                                  | bool                                                    |                |
| <p><strong>terceiro</strong></p><p><em>required</em></p>                                   | bool                                                    |                |
| <p><strong>adquiridoRecente</strong></p><p><em>required</em></p>                           | bool                                                    |                |
| <p><strong>cpfProprietario</strong></p><p><em>required</em></p>                            | string                                                  | length(1, 255) |
| <p><strong>renavam</strong></p><p><em>required</em></p>                                    | string                                                  | length(1, 255) |
| <p><strong>chassi</strong></p><p><em>optional</em></p>                                     | string                                                  | length(1, 255) |
| [**comprovantes**](/project/v2/referencias/documentos/brasil-1/brasil/crf.md#comprovantes) | \[ ][voucher](/project/v2/referencias/comum.md#voucher) |                |

#### Comprovantes

| Nome                                                                                    | Tipo    |
| --------------------------------------------------------------------------------------- | ------- |
| <p><strong>frente</strong></p><p><em>required</em></p>                                  | voucher |
| <p><strong>certificadoSeguranca</strong></p><p><em>required</em><strong>\*</strong></p> | voucher |
| <p><strong>procuracaoTerceiro</strong></p><p><em>required\*</em></p>                    | voucher |
| <p><strong>certificadoCompraVenda</strong></p><p><em>required\*</em></p>                | voucher |

{% hint style="info" %}
O voucher `certificadoSeguranca` só será obrigatório quando o campo `possuiGnv` for `true`.

O voucher `procuracaoTerceiro` só será obrigatório quando o campo `terceiro` for`true`.

O voucher `certificadoCompraVenda` só será obrigatório quando o campo `adquiridoRecente` for `true` .
{% endhint %}
