Guia Inicial
Guia do Desenvolvedor
- Guia de Integração Via API
Lançamentos
12 - Prorrogar Vencimento Parcela
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 '{
"dto": {
"codigoProposta": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"codigoOperacao": "<string>",
"nroParcela": 123
},
"dtoProrrogaVencimentoParcela": {
"novoVencimento": "2023-11-07T05:31:56Z",
"motivoAlteracao": "<string>"
}
}'
{
"msg": "<string>",
"hasError": true,
"messages": [
{
"messageType": 1,
"code": "<string>",
"context": "<string>",
"description": "<string>",
"field": "<string>"
}
],
"parametros": [
{
"nome": "<string>",
"valor": "<string>"
}
]
}
Permite alterar o vencimento de uma parcela informando a nova data e o motivo da alteração.
Authorizations
Informe o token
Headers
Body
Response
200
text/plain
OK
The response is of type object
.
Esta página foi útil?
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 '{
"dto": {
"codigoProposta": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"codigoOperacao": "<string>",
"nroParcela": 123
},
"dtoProrrogaVencimentoParcela": {
"novoVencimento": "2023-11-07T05:31:56Z",
"motivoAlteracao": "<string>"
}
}'
{
"msg": "<string>",
"hasError": true,
"messages": [
{
"messageType": 1,
"code": "<string>",
"context": "<string>",
"description": "<string>",
"field": "<string>"
}
],
"parametros": [
{
"nome": "<string>",
"valor": "<string>"
}
]
}
Assistente
Responses are generated using AI and may contain mistakes.