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/payables' \
--header 'Authorization: Basic <encoded-value>'
{
"idPayable": 0,
"description": "string",
"recipient": "string",
"costCenter": {
"id": 0,
"name": "string"
},
"inputDate": "2019-08-24T14:15:22Z",
"dueDate": "2019-08-24T14:15:22Z",
"paymentDate": "2019-08-24T14:15:22Z",
"competenceDate": "2019-08-24T14:15:22Z",
"cancellationDate": "2019-08-24T14:15:22Z",
"ammount": 0,
"ammountPaid": 0,
"status": {
"id": 0,
"name": "string"
},
"destination": {
"id": 0,
"name": "string"
},
"bankAccount": {
"id": 0,
"name": "string"
},
"beneficiary": "string",
"categories": "string",
"observation": "string"
}