CAAS
Simulation CAAS
Simulation CAAS
- Insira os dados da requisição para que a simulação possa ser feita.
- NOTE: The simulation is done according to the type of product.
- Enter the request data so that the simulation can be carried out.
- OBS: A simulação é feita de acordo com o tipo do produto.
post/caas/simulation
Request body
Example request
{
"personType\"": "F",
"tax_number\"": "70343708180",
"value\"": 4500,
"onlySimulation\"": true,
"product_id\"": 1,
"release_date\"": "2023-11-24",
"due_date\"": "2023-11-29",
"monthlyTax\"": 8.99,
"installments\"": 1
}Response
Pipeline
Example response
{
"matches": [
{
"product_id": 684984,
"name": "EMPRÉSTIMO PESSOAL",
"logo": "url",
"minValue": 500,
"maxValue": 50000,
"minInstallment": 12,
"maxInstallment": 36,
"monthlyTax": 0.059
}
],
"proposals": [
{
"customerServiceNumber": "20190805062216",
"type": "loan",
"product": "EMPRÉSTIMO PESSOAL",
"hasDocuments": false,
"lastStatus": "EM_ANALISE_OPERACIONAL",
"dateCreated": "2019-08-05T21:22:19Z",
"lastUpdated": "2019-08-05T21:22:22Z",
"value": 50000,
"installments": 36,
"monthlyTax": 0.059,
"installmentsValue": 3490.77,
"iofValue": 1652.59988,
"grossValue": 51652.6,
"firstPaymentDate": "2019-09-04T21:22:16Z",
"cet": 1.052660058382551,
"releasedDate": "2019-08-05T21:22:16Z"
}
]
}