---
title: "Histórico de Proprietário"
method: POST
path: "/historicoproprietario"
tags: ["Histórico de Proprietário"]
---

# Histórico de Proprietário

`POST /historicoproprietario`

## Request body

- object
  - `Consulta` object
    - `IdConsulta` string, required
    - `Placa` string, required

## Response `200`

Resposta da consulta.
- Código 1: Sucesso.
- Código 2: Dado não encontrado na base de dados.
- Código 3: Erro na consulta.

- object
  - `CONSULTA` object
    - `CODIGORESPOSTA` string
    - `DATAHORA` string, date-time
    - `LOGON` string
    - `IDCONSULTA` string
  - `RESPOSTA` object
    - `CODIGO` string
    - `HISTORICOPROPRIETARIO` object
      - `DESCRICAORETORNO` string
      - `REGISTRO_1` object
        - `CHAVERETORNO` string
        - `OCORRENCIA` string
        - `UF_DUT` string
        - `PLACA` string
        - `RENAVAM` string
        - `CHASSI` string
        - `NOME_PROPRIETARIO` string
        - `ANO_EXERCICIO` string
        - `DATA_PROCESSAMENTO` string
      - `REGISTRO_2` object
        - `CHAVERETORNO` string
        - `OCORRENCIA` string
        - `UF_DUT` string
        - `PLACA` string
        - `RENAVAM` string
        - `CHASSI` string
        - `NOME_PROPRIETARIO` string
        - `ANO_EXERCICIO` string
        - `DATA_PROCESSAMENTO` string
      - `REGISTRO_3` object
        - `CHAVERETORNO` string
        - `OCORRENCIA` string
        - `UF_DUT` string
        - `PLACA` string
        - `RENAVAM` string
        - `CHASSI` string
        - `NOME_PROPRIETARIO` string
        - `ANO_EXERCICIO` string
        - `DATA_PROCESSAMENTO` string
      - `REGISTRO_4` object
        - `CHAVERETORNO` string
        - `OCORRENCIA` string
        - `UF_DUT` string
        - `PLACA` string
        - `RENAVAM` string
        - `CHASSI` string
        - `NOME_PROPRIETARIO` string
        - `ANO_EXERCICIO` string
        - `DATA_PROCESSAMENTO` string
      - `REGISTRO_5` object
        - `CHAVERETORNO` string
        - `OCORRENCIA` string
        - `UF_DUT` string
        - `PLACA` string
        - `RENAVAM` string
        - `CHASSI` string
        - `NOME_PROPRIETARIO` string
        - `ANO_EXERCICIO` string
        - `DATA_PROCESSAMENTO` string
      - `REGISTRO_6` object
        - `CHAVERETORNO` string
        - `OCORRENCIA` string
        - `UF_DUT` string
        - `PLACA` string
        - `RENAVAM` string
        - `CHASSI` string
        - `NOME_PROPRIETARIO` string
        - `ANO_EXERCICIO` string
        - `DATA_PROCESSAMENTO` string
      - `REGISTRO_7` object
        - `CHAVERETORNO` string
        - `OCORRENCIA` string
        - `UF_DUT` string
        - `PLACA` string
        - `RENAVAM` string
        - `CHASSI` string
        - `NOME_PROPRIETARIO` string
        - `ANO_EXERCICIO` string
        - `DATA_PROCESSAMENTO` string
      - `REGISTRO_8` object
        - `CHAVERETORNO` string
        - `OCORRENCIA` string
        - `UF_DUT` string
        - `PLACA` string
        - `RENAVAM` string
        - `CHASSI` string
        - `NOME_PROPRIETARIO` string
        - `ANO_EXERCICIO` string
        - `DATA_PROCESSAMENTO` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/credify/apis/credify-api-auth.md) · [All operations](https://skmtc.net/credify/apis/credify-api-auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/credify/credify-api-auth/revisions/c8c11484ec88/schema)
