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 | Yes | Member's ID. |
| Parameter | Type | Required | Description |
|---|---|---|---|
| validateMaxAttempts | int32 | No | Maximum number of unblocks that can be made in the month to be validated. |
| Parameter | Type | Required | Description |
|---|---|---|---|
| block | boolean | Yes | block true. |
| reason | string | Yes | Reason for the block. |
username:passwordAuthorization: Basic *****************{
"block": true,
"reason": "string"
}curl --location --request PUT 'https://evo-integracao-api.w12app.com.br/api/v1/members/block-unblock/?validateMaxAttempts=undefined' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"block": true,
"reason": "string"
}'{
"result": "string"
}