Filter Bill Pagination

Filter Bill Pagination

Role-based access control

Required role customerBillStatusRead

REQUEST OBJECT HAS THE FOLLOWING PROPERTIES:

AttributeTypeDescriptionRequired
documentstringCustomer document(cpf/cnpj)No
namestringCustomer nameNo
startDatestringISO String format YYYY-MM-DDTHH:mm:ss.sssZNo
endDatestringISO String format YYYY-MM-DDTHH:mm:ss.sssZNo
startDueDatestringISO String format YYYY-MM-DDTHH:mm:ss.sssZNo
endDueDatestringISO String format YYYY-MM-DDTHH:mm:ss.sssZNo
statusnumberPending = 1, Expired = 2, Canceled = 3, Paid = 4, WaitingToCancel = 5, WaitingNewDueDate = 6No
pagenumberCurrent pageYes
perPagenumberNumber records by pageYes

Response object has the following properties:

AttributeTypeDescription
items[]._idstringId of bill
items[].valuePaidnumberPaid value of bill
items[].barCodestringBar code
items[].digitableLinestringDigitable line
items[].externalIdstringYour id reference
items[].valuenumberValue of bill
items[].dueDatedateDue Date, ISO String format YYYY-MM-DDTHH:mm:ss.sssZ
items[].status.idnumberId of status
items[].status.statusTextstringText of status
items[].customer.namestringCustomer name
items[].customer.documentstringCustomer document(cpf/cnpj)
items[].createDatedateCreate date, ISO String format YYYY-MM-DDTHH:mm:ss.sssZ
totalnumberTotal records
pagenumberCurrent page
pagesnumberTotal pages

Response status code

statusDescription
200OK
400BAD_REQUEST
500INTERNAL_SERVER_ERROR
403FORBIDDEN
Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!