Skip to main content
cURL
curl --request POST \
  --url https://api.bmpdigital.moneyp.dev.br/AgendaRecebivel/ProrrogarVencimentoParcela \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'IdempotencyKey: <idempotencykey>' \
  --data '{}'
{
  "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.

Allows you to change the maturity of an installment by informing the new date and the reason for the change.

Authorizations

Authorization
string
header
required

Informe o token

Headers

IdempotencyKey
string
required

Body

dto
object
dtoProrrogaVencimentoParcela
object

Response

OK

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