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/voucher' \
--header 'Authorization: Basic <encoded-value>'
[
{
"idVoucher": 0,
"nameVoucher": "string",
"typeVoucher": "string",
"limited": true,
"available": 0,
"used": 0,
"expirationDate": "2019-08-24T14:15:22Z",
"overdue": true,
"siteAvailable": true,
"idMemberships": [
0
],
"monthyDiscount": {
"typeDiscountMembership": "string",
"value": 0,
"numberMounths": 0
},
"yearlyDiscount": {
"typeDisocuntYearly": "string",
"value": 0
},
"serviceDiscount": {
"typeDiscountService": "string",
"value": 0
}
}
]