curl --request POST \
  --url https://api.bmpdigital.moneyp.dev.br/AgendaRecebivel/GerarMultiplosBoletos \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'IdempotencyKey: <idempotencykey>' \
  --data '{
  "dto": {
    "codigoProposta": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "codigoOperacao": "<string>"
  },
  "dtoGerarMultiplosBoletos": {
    "descricaoBoleto": "<string>",
    "notificarCliente": true,
    "tipoRegistro": 123,
    "parcelas": [
      {
        "nroParcela": 123,
        "dtVencimento": "2023-11-07T05:31:56Z",
        "dtExpiracao": "2023-11-07T05:31:56Z",
        "vlrDesconto": 123,
        "permiteDescapitalizacao": true
      }
    ]
  }
}'
{
  "msg": "<string>",
  "hasError": true,
  "messages": [
    {
      "messageType": 1,
      "code": "<string>",
      "context": "<string>",
      "description": "<string>",
      "field": "<string>"
    }
  ],
  "parametros": [
    {
      "nome": "<string>",
      "valor": "<string>"
    }
  ]
}

It allows you to generate slips for the informed installments by defining the due date and discount amount, and may or may not notify the customer.

Authorizations

Authorization
string
header
required

Informe o token

Headers

IdempotencyKey
string
required

Body

Response

200
text/plain

OK

The response is of type object.