Initial Guide
- About Credit as a Service
- Credit Operations
Developer's Guide
- API Integration Guide
APIs Reference
- Simulations
- Onboarding
- Hiring
- Guarantees
- Document Printing
- Signatures
- Disbursement
Use Cases
- Personal Loan
28 - Vehicle Registration
curl --request POST \
--url https://api.bmpdigital.moneyp.dev.br/Proposta/IncluirDadosVeiculo \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'IdempotencyKey: <idempotencykey>' \
--data '{
"dto": {
"codigoProposta": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"codigoOperacao": "<string>",
"numeroProposta": 123
},
"dadosVeiculoDTO": {
"placa": "<string>",
"marca": "<string>",
"modelo": "<string>",
"versaoModelo": "<string>",
"anoFab": 123,
"anoMod": 123,
"cor": "<string>",
"chassis": "<string>",
"renavam": "<string>",
"proprietario": "<string>",
"documentoFederalProprietario": "<string>",
"financiado": true,
"saldoFinanciamento": 5000000000000000,
"tipoPlaca": 123,
"tipoVeiculo": 123,
"ufPlaca": "<string>",
"ufLicenciamento": "<string>",
"tipoRestricao": 123,
"tipoChassi": 123,
"codigoFipe": "<string>",
"situacaoGravame": 123,
"descricaoGravame": "<string>",
"codigoRetornoGravame": 123,
"dtSituacaoGravame": "2023-11-07T05:31:56Z",
"origemGravame": 123,
"nroGravame": 123,
"nroRegristroGecov": "<string>"
}
}'
{
"msg": "<string>",
"hasError": true,
"messages": [
{
"messageType": 1,
"code": "<string>",
"context": "<string>",
"description": "<string>",
"field": "<string>"
}
],
"codigo": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"numero": 123
}
Through this endpoint, the partner includes vehicle data for a proposal. The vehicle must have a license plate provided, and other fields are optional. The vehicle data is validated by our credit analysts and serves as a basis for approving or rejecting the proposal. The use will be according to the integration needs.
Rules and Validations:
- The same license plate cannot be included more than once in the proposal;
- Alphanumeric fields will be truncated according to the size defined in the manual.
Categoria | Operação | Ação | Código | Código Detalhado | Mensagem |
---|---|---|---|---|---|
Proposta | IncluirPropostaDadosVeiculo | IncluirDadosVeiculo | C0112 | V0001 | Proposta não encontrada |
Proposta | IncluirPropostaDadosVeiculo | IncluirDadosVeiculo | C0112 | V0002 | A Proposta não pertence à esta Integração |
Proposta | IncluirPropostaDadosVeiculo | IncluirDadosVeiculo | T0680 | D0001 | Proposta não encontrada |
Proposta | IncluirPropostaDadosVeiculo | IncluirDadosVeiculo | T0680 | D0002 | Chassi já cadastrada nessa proposta |
Proposta | IncluirPropostaDadosVeiculo | IncluirDadosVeiculo | T0680 | D0003 | Codigo identificador já cadastrado nessa proposta |
Authorizations
Informe o token
Headers
Body
Placa do veículo
10
Marca do veículo
30
Modelo do veículo
30
Caracterização do assinante
50
Ano de fabricação
Ano do modelo
Cor do veículo
30
Chassis
50
Registro Nacional de Veículos Automotores (Renavam)
30
Nome do proprietário
60
Documento do proprietário
20
Indica se veículo ainda está em financiamento
Saldo do financiamento
0 <= x <= 10000000000000000
Tipo de placa: 1-Particular, 2-Comercial, 3-Oficial, 4-Diplomático, 5-Especial, 6-Colecionador
Tipo de veículo: 1-Carro, 2-Moto, 3-Caminhão, 4-Van/Utilitário, 5-SUV
Unidade Federal (UF) da placa
2
Unidade Federal (UF) do Licenciamento
2
Tipo de restrição
Tipo de chassi
Código da Fundação Instituto de Pesquisas Econômicas (Fipe)
30
Situação do Gravame
Descrição do Gravame
1000
Código Retorno Gravame
Data de situação do Gravame
Indica a origem do gravame do veículo (interno, externo ou ambos).
Gravame
Número registro do GECOV – Gerenciador de contratos de veículos.
50
Was this page helpful?
curl --request POST \
--url https://api.bmpdigital.moneyp.dev.br/Proposta/IncluirDadosVeiculo \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'IdempotencyKey: <idempotencykey>' \
--data '{
"dto": {
"codigoProposta": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"codigoOperacao": "<string>",
"numeroProposta": 123
},
"dadosVeiculoDTO": {
"placa": "<string>",
"marca": "<string>",
"modelo": "<string>",
"versaoModelo": "<string>",
"anoFab": 123,
"anoMod": 123,
"cor": "<string>",
"chassis": "<string>",
"renavam": "<string>",
"proprietario": "<string>",
"documentoFederalProprietario": "<string>",
"financiado": true,
"saldoFinanciamento": 5000000000000000,
"tipoPlaca": 123,
"tipoVeiculo": 123,
"ufPlaca": "<string>",
"ufLicenciamento": "<string>",
"tipoRestricao": 123,
"tipoChassi": 123,
"codigoFipe": "<string>",
"situacaoGravame": 123,
"descricaoGravame": "<string>",
"codigoRetornoGravame": 123,
"dtSituacaoGravame": "2023-11-07T05:31:56Z",
"origemGravame": 123,
"nroGravame": 123,
"nroRegristroGecov": "<string>"
}
}'
{
"msg": "<string>",
"hasError": true,
"messages": [
{
"messageType": 1,
"code": "<string>",
"context": "<string>",
"description": "<string>",
"field": "<string>"
}
],
"codigo": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"numero": 123
}