Clique na seta em "Copiar Página" para tirar dúvidas com a Inteligência Artificial.
username:password
Authorization: Basic *****************
curl --location --request GET 'https://evo-integracao-api.w12app.com.br/api/v1/receivables/debtors' \
--header 'Authorization: Basic <encoded-value>'
{
"results": [
{
"memberId": 0,
"name": "string",
"memberStatus": "string",
"receivableId": 0,
"receivableIdOrigin": 0,
"branchId": 0,
"branchName": "string",
"dueDate": "2019-08-24T14:15:22Z",
"paymentDate": "2019-08-24T14:15:22Z",
"registerDate": "2019-08-24T14:15:22Z",
"originalDueDate": "2019-08-24T14:15:22Z",
"chargeDate": "2019-08-24T14:15:22Z",
"daysLate": 0,
"debtAmount": 0,
"paymentType": "string",
"idPaymentType": 0,
"debtStatus": "string",
"checkoutLink": "string",
"checkoutLinkFullDebt": "string",
"paymentOrigin": "string"
}
],
"total": 0,
"summary": {
"recoveredValue": 0,
"recoveryAverage": 0,
"pendingValue": 0,
"pendingAverage": 0
}
}