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 |
|---|---|---|---|
idCliente | integer | Yes | Identifier of the customer. |
idFilialDestino | integer | Yes | Identifier of the destination branch. |
idBranchToken | string | No | Token of the branch used for authentication/validation. |
idConsultorDestino | integer | No | Identifier of the destination consultant. |
idProfessorDestino | integer | No | Identifier of the destination instructor. |
username:passwordAuthorization: Basic *****************{
"idCliente": 0,
"idFilialDestino": 0,
"idBranchToken": "string",
"idConsultorDestino": 0,
"idProfessorDestino": 0
}curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/members/transfer' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"idCliente": 0,
"idFilialDestino": 0,
"idBranchToken": "string",
"idConsultorDestino": 0,
"idProfessorDestino": 0
}'{
"success": true
}