Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
or
{
"idVoucher": 0,
"name": "string",
"idBranchToken": "string",
"take": 0,
"skip": 0,
"valid": true,
"type": 0
}
Request Code Samples
curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/mobile/voucher' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"idVoucher": 0,
"name": "string",
"idBranchToken": "string",
"take": 0,
"skip": 0,
"valid": true,
"type": 0
}'
Responses
[
{
"idVoucher": 0,
"nameVoucher": "string",
"typeVoucher": "string",
"limited": true,
"available": 0,
"used": 0,
"expirationDate": "2019-08-24T14:15:22.123Z",
"overdue": true,
"siteAvailable": true,
"idMemberships": [
0
],
"monthyDiscount": {
"typeDiscountMembership": "string",
"value": 0,
"numberMounths": 0
},
"yearlyDiscount": {
"typeDisocuntYearly": "string",
"value": 0
},
"serviceDiscount": {
"typeDiscountService": "string",
"value": 0
}
}
]
Modified at 2026-05-15 18:32:28