English
cURL
curl --request POST \ --url https://api.bmpdigital.moneyp.dev.br/Proposta/Calcular \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --header 'IdempotencyKey: <idempotencykey>' \ --data ' { "dto": { "propostaModelo": 123, "dadosCalculo": "<unknown>" } } '
{ "msg": "<string>", "hasError": true, "messages": [ { "messageType": 1, "code": "<string>", "context": "<string>", "description": "<string>", "field": "<string>" } ] }
PropostaModelo
DadosCalculo
Informe o token
Show child attributes
Modelo de proposta
Dados do cálculo
OK
Was this page helpful?