Follow the question structure recommended by Dev Bot before submitting your integration questions.
NOTE. Available for use with branch access key and also with General ADM access key.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idMember | int | Yes | ID of the member (student) to be updated. |
| cardNumber | string | No | ID of the student's card to be updated. |
username:passwordAuthorization: Basic *****************curl --location --request PUT 'https://evo-integracao-api.w12app.com.br/api/v1/members//card?cardNumber=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"result": "string"
}