> For the complete documentation index, see [llms.txt](https://manual.transito.mg.gov.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.transito.mg.gov.br/veiculos/novo-sistema-de-racionalizacao-e-previo-registro/manual-do-usuario-novo-srpr/8.-anexos-dicionario-de-dados-do-arquivo-de-envio-e-retorno-layout/3.-layout-do-consultar-multas-por-cnpj-e-por-placa-cmvc-e-cmvp.md).

# 3. Layout do Consultar Multas (por CNPJ e por Placa - CMVC e CMVP)

Enviar os dados conforme os parâmetros seguintes:

<figure><img src="/files/JJyV45NkGSBvSIM3dq42" alt=""><figcaption></figcaption></figure>

Formato dos Campos:

**NUMÉRICOS:** Alinhado à direita, com zeros à esquerda. Os não utilizados deverão conter zeros. 44 **ALFANUMÉRICOS:** Alinhados à esquerda, com brancos à direita. Os não utilizados deverão conter espaços em branco.

**DATAS:** As datas serão numéricas de 8 posições no formato AAAAMMDD. As datas não utilizadas deverão conter zeros.&#x20;

**VALORES:** Os campos de valores serão gravados sem brancos, pontos e/ou vírgulas. Valor => R$ 15.000,00 deverá ser gravado da seguinte forma: 000000001500000.

**Codificação e processamento do arquivo:**

Os dados enviados deverão estar em codificação ANSI para que não haja problemas com acentuação. Os arquivos são processados diariamente as 22:00 horas. Arquivos enviados após as 21:50 serão retornados somente no dia seguinte.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.transito.mg.gov.br/veiculos/novo-sistema-de-racionalizacao-e-previo-registro/manual-do-usuario-novo-srpr/8.-anexos-dicionario-de-dados-do-arquivo-de-envio-e-retorno-layout/3.-layout-do-consultar-multas-por-cnpj-e-por-placa-cmvc-e-cmvp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
