Consulta de Boletos

post/GetBoletosDDA

Request body

Methodstring
PartnerIdinteger required
BusinessUnitIdinteger required
ElectronicPayerTaxNumberstring required
PageSizeinteger required
PageIndexinteger required
InitialDueDatestring nullable
FinalDueDatestring nullable
BeneficiaryNamestring nullable
BeneficiaryTaxNumberstring nullable

Example request

{
  "Method": "GetBoletosDDA",
  "PartnerId": 12345,
  "BusinessUnitId": 12345,
  "PageSize": 10,
  "PageIndex": 1,
  "InitialDueDate": "00/00/0000",
  "FinalDueDate": "00/00/0000",
  "BeneficiaryName": "Name"
}

Response

Success

Successstring
Messagestring

Changes

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