Change Boleto
ChangeBoleto
Method used to send change instructions
post/ChangeBoleto
Request body
Example request
{
"Method": "ChangeBoleto",
"PartnerId": 93234,
"BusinessUnitId": 40380,
"DocumentNumber": "135518",
"TaxNumber": "12345678910",
"Changes": [
{
"Type": "ChangeRebateBoleto",
"Value": "5.00"
},
{
"Type": "ChangeDueDateBoleto",
"Value": "19/05/2022"
},
{
"Type": "ChangePrincipalValueBoleto",
"Value": "25.00"
},
{
"Type": "ChangeFineDateBoleto",
"Value": "20/05/2022"
},
{
"Type": "ChangeRateValueBoleto",
"Value": "1.55"
}
]
}Response
Ok