curl --request POST \
  --url https://api.bmpdigital.moneyp.dev.br/Proposta/CalcularGridParcelasSimplificadoPrice \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'IdempotencyKey: <idempotencykey>' \
  --data '{
  "dto": {
    "vlrSolicitado": 123,
    "prazo": 123,
    "nroDiasAcrescimo": 123,
    "percJurosNegociado": 123,
    "tipoPessoa": 123,
    "fluxoIrregular": true,
    "vlrOutrasDespesas": 123,
    "vlrOutrosServicos": 123,
    "vlrSeguro": 123,
    "vlrProdutoBem": 123,
    "vlrEntrada": 123,
    "vlrEntradaTradeIn": 123,
    "vlrEntradaParcelada": 123,
    "vlrDespesasAF": 123,
    "vlrIOF": 123,
    "vlrTAC": 123,
    "vlrAvaliacao": 123,
    "vlrTxAdmMensal": 123,
    "vlrSeguroMensal1": 123,
    "vlrSeguroMensal2": 123,
    "vlrBlindagem": 123,
    "vlrAcessorios": 123,
    "nroDiasIntervaloPrazo": 123,
    "vlrVistoria": 123,
    "vlrCertiDocs": 123
  },
  "parametros": [
    {
      "nome": "<string>",
      "valor": "<string>"
    }
  ]
}'
{
  "msg": "<string>",
  "hasError": true,
  "messages": [
    {
      "messageType": 1,
      "code": "<string>",
      "context": "<string>",
      "description": "<string>",
      "field": "<string>"
    }
  ],
  "proposta": {
    "valorSolicitado": 123,
    "prazo": 123,
    "vlrParcela": 123,
    "vlrTAC": 123,
    "vlrBoleto": 123,
    "vlrSeguro": 123,
    "vlrIOF": 123,
    "percIOF": 123,
    "vlrTotalCredito": 123,
    "vlrTotalDivida": 123,
    "percCETMensal": 123,
    "percCETAnual": 123,
    "percJurosMensal": 123,
    "percJurosAnual": 123,
    "parcelas": [
      {
        "parcela": 123,
        "dias": 123,
        "dtVencimento": "2023-11-07T05:31:56Z",
        "vlrSaldoDevedor": 123,
        "vlrAmortizacao": 123,
        "vlrJuros": 123,
        "vlrPrestacaoTotal": 123,
        "vlrJurosAcumulado": 123,
        "vlrJurosMensal": 123
      }
    ]
  }
}

Through this endpoint, the partner can simulate the proposal values. The system provides the calculation for the required term and details of all installment amounts, considering the calculation according to the rates applied in this modality and according to the parameters already registered in the system.


title: “14 - Detailed Simulation” openapi: post /Proposta/CalcularGridParcelasSimplificadoPrice version: ‘English’

Through this endpoint, the partner can simulate the values of the proposal. The system calculates the required term and details of all installments, considering the calculation according to the rates applied in this modality and as per the parameters already registered in the system.

Authorizations

Authorization
string
header
required

Informe o token

Headers

IdempotencyKey
string
required

Body

dto
object
parametros
object[] | null

Response

200
text/plain
OK
msg
string | null
hasError
boolean
messages
object[] | null
proposta
object