Skip to main content
cURL
curl --request POST \
  --url https://api.bmpdigital.moneyp.dev.br/AgendaRecebivel/IncluirLancamentoMultiplasParcelas \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'IdempotencyKey: <idempotencykey>' \
  --data '
{
  "dto": {
    "codigoProposta": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "codigoOperacao": "<string>"
  },
  "dtoLancamentoParcelas": [
    {
      "nroParcela": 123,
      "dtPagamento": "2023-11-07T05:31:56Z",
      "vlrPagamento": 123,
      "vlrDesconto": 123,
      "permiteDescapitalizacao": true,
      "descricaoLancamento": "<string>"
    }
  ],
  "parametros": [
    {
      "nome": "<string>",
      "valor": "<string>"
    }
  ]
}
'
{
  "msg": "<string>",
  "hasError": true,
  "messages": [
    {
      "code": "<string>",
      "context": "<string>",
      "description": "<string>",
      "field": "<string>"
    }
  ],
  "parametros": [
    {
      "nome": "<string>",
      "valor": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://bmpdocs.moneyp.com.br/llms.txt

Use this file to discover all available pages before exploring further.

This method allows you to post to one or more installments of the informed proposal.

Authorizations

Authorization
string
header
required

Informe o token

Headers

IdempotencyKey
string
required

Body

dto
object
dtoLancamentoParcelas
object[] | null
parametros
object[] | null

Response

OK

msg
string | null
hasError
boolean
messages
object[] | null
parametros
object[] | null