POST Consultar Valor Limite
Resumo
Retorna o valor limite que pode ser solicitado e o valor máximo das parcelas.
Endpoint
/Proposta/consulta-valor-limite/:propostaId
Authorization
Token | eyJ... |
Headers Request
application/json | |
Content-Type | application/json |
Exemplo de Requisição e Resposta
Exemplo de Request
curl
curl --location 'https://app-crefaz-api-external-stag.azurewebsites.net/api/Proposta/consulta-valor-limite/:propostaId' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"produtoId": ,
"convenioId": ,
"tabelaJurosId": 2,
"vencimento": "2023-03-20",
"renda": ,
"recalculo": null
}'
Body da Requisição
body
{
"produtoId": 6,
"convenioId": 1,
"tabelaJurosId": 303,
"vencimento": "null",
"renda": 2000,
"recalculo":
}
Exemplo de Response
json
{
"success": true,
"data": {
"valorLimiteSolicitado": 1200,
"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 |