Siga a estrutura de pergunta recomendada pelo Dev Bot antes de enviar suas dúvidas de integração.
username:passwordAuthorization: Basic *****************{
"voucher": "string",
"idMembership": 0,
"idService": 0,
"idBranch": 0
}curl --location --request POST 'https://evo-integracao-api.w12app.com.br/api/v1/voucher/voucher-verify' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"voucher": "string",
"idMembership": 0,
"idService": 0,
"idBranch": 0
}'{
"idVoucher": 0,
"idVoucherItem": 0,
"voucher": "string",
"flFreePass": true,
"membershipValue": 0,
"discountKind": 0,
"discountValue": 0,
"finalMembershipValue": 0,
"flSingleServiceDiscount": true,
"singleServiceValue": 0,
"singleServiceDiscountKind": 0,
"singleServiceDiscountValue": 0,
"finalSingleServiceDiscountValue": 0,
"flRecurringDiscount": true,
"monthsRecurringDiscount": 0,
"flAnnuityDiscount": true,
"annuityValue": 0,
"annuityDiscountKind": 0,
"annuityDiscountValue": 0,
"finalAnnuityValue": 0,
"dayAnnuity": 0,
"monthAnnuity": 0,
"finalValue": 0
}