cURL
curl --request POST \ --url https://api.bmpdigital.moneyp.dev.br/AgendaRecebivel/ConsultarDetalhes \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --header 'IdempotencyKey: <idempotencykey>' \ --data ' { "dtoConsultaDetalhes": { "trazerBoleto": true, "trazerAgendaDetalhada": true } } '
{ "msg": "<string>", "hasError": true, "messages": [ { "messageType": 1, "code": "<string>", "context": "<string>", "description": "<string>", "field": "<string>" } ], "numeroProposta": 123, "dtInclusao": "2023-11-07T05:31:56Z", "dtCancelamento": "2023-11-07T05:31:56Z", "dtLiquidacao": "2023-11-07T05:31:56Z", "situacaoAgenda": 0, "descricaoSituacaoAgenda": "<string>", "documentoFederalCliente": "<string>", "nomeCliente": "<string>", "nomeEmpresa": "<string>", "ecCliente": "<string>", "vlrFinanciado": 123, "vlrRetencaoDiarioAprox": 123, "vlrTotalPago": 123, "qtdeParcelas": 123, "situacaoProposta": 123, "descricaoTipoContrato": "<string>", "parcelas": [ { "codigoParcela": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "nroParcela": 123, "situacao": 123, "dtVencimento": "2023-11-07T05:31:56Z", "vlrParcela": 123, "nroOrdemPagamento": "<string>", "vlrSaldoAtual": 123, "vlrTotalPago": 123, "vlrDesconto": 123, "dtVencimentoAtual": "2023-11-07T05:31:56Z", "boletos": [ { "numeroBoleto": 123, "liquidacao": true, "dtCredito": "2023-11-07T05:31:56Z", "dtExpiracao": "2023-11-07T05:31:56Z", "linhaDigitavel": "<string>", "operacaoBoletoRegistro": 123, "situacaoBoletoRegistro": 123, "descricaoBoletoRegistro": "<string>", "urlImpressao": "<string>", "qrCode": { "emv": "<string>", "imagem": "<string>" } } ], "pix": [ { "liquidacao": true, "dtCredito": "2023-11-07T05:31:56Z", "dtVencimento": "2023-11-07T05:31:56Z", "dtExpiracao": "2023-11-07T05:31:56Z", "emv": "<string>", "imagem": "<string>" } ], "lancamentos": [ { "dtVencimento": "2023-11-07T05:31:56Z", "dtLancamento": "2023-11-07T05:31:56Z", "vlrParcela": 123, "vlrMulta": 123, "vlrJuros": 123, "vlrMora": 123, "vlrIOF": 123, "vlrTarifas": 123, "vlrAbatimento": 123, "vlrParcelaAtualizado": 123, "vlrPagamento": 123, "vlrSaldoParcela": 123, "vlrDesconto": 123, "informarFundo": true, "descLancamento": "<string>", "viaBoleto": true } ] } ] }
Informe o token
Show child attributes
OK
0
1
2
Was this page helpful?