Cancel Boleto

CancelBoleto

Method used to cancel boletos using DocumentNumber.

post/CancelBoleto

Request body

Methodstring required
PartnerIdnumber required
BusinessUnitIdnumber required
DocumentNumberstring required
RateSentnumber
RateValuenumber

Example request

{
  "Method": "CancelBoleto",
  "PartnerId": 93234,
  "BusinessUnitId": 40380,
  "DocumentNumber": "135518",
  "RateSent": 1,
  "RateValue": 1.5
}

Response

Ok

Successstring
Messagestring

Changes

No recorded changes to this endpoint across all 1 revision of this API.