POST Consultar Valor Limite
Resumo
Retorna o vencimentovalor previstolimite daque primeirapode cobrançaser parasolicitado e o cliente.valor máximo das parcelas.
Endpoint
/Proposta/calculo-vencimentoconsulta-valor-limite/:propostaId
Authorization
Token | eyJ... |
Headers Request
accept | application/json |
Content-Type | application/json |
Detalhes da API
Campos obrigatórios e seus respectivos tipos
Campos Obrigatórios
| ||
| ||
| ||
| ||
| ||
| ||
|
Campos Opcionais
| ||
| ||
|
Exemplo de Requisição e Resposta
Exemplo de Request
curl
curl --location 'https://app2-app-crefaz-api-external-stag.azurewebsites.net/api/Proposta/calculo-vencimento'consulta-valor-limite/:propostaId' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"propostaId": 1028673845,
"produtoId": 6,,
"convenioId": 1,,
"rota"tabelaJurosId": 0, // INFORMAR NULL
"leitura": null, // INFORMAR NULL2,
"vencimento": null,"2023-03-20",
"tabelaJurosId"renda": 303,
"recalculo": null
}'
Body da Requisição
body
{
"propostaId": 1028673845,
"produtoId": 6,
"convenioId": 1,
"rota"tabelaJurosId": 0,
"leitura": null,303,
"vencimento": ""null",
"tabelaJurosId"renda": 3032000,
"recalculo":
}
Exemplo de Response
json
{
"success": true,
"data": [
{
"vencimento"valorLimiteSolicitado": 1200,
"2023-03-20"valorLimiteParcela": 214.26
}
],
"errors": null
}
Headers de Response (5)
Type | Value |
Content-Type |
application/json; charset=utf-8 |
Date | Fri, 04 Oct 2024 18:03:20 GMT |
Server | Kestrel |
Transfer-Encoding | chunked |
Request-Context | appId=cid-v1:d0033e30-cc70-4961-9727-b7389fb39348 |