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 | int32 | No | ID of the member whose fitcoins will be updated. |
| type | int32 | No | 1 - Add Fitcoins, 2 - Remove Fitcoins. |
| fitcoin | int32 | No | Quantity. |
| reason | string | No | Reason. |
username:passwordAuthorization: Basic *****************curl --location --request PUT 'https://evo-integracao-api.w12app.com.br/api/v1/members/fitcoins?idMember=undefined&type=undefined&fitcoin=undefined&reason=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"result": "string"
}