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 admin access key.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idProspect | int32 | Yes | ID of the prospect to be transferred |
| idBranchDestination | int32 | Yes | ID of the destination branch for transfer |
| idBranchToken | string | No | Token of the branch (if applicable) |
username:passwordAuthorization: Basic *****************{
"idProspect": 0,
"idFilialDestino": 0,
"idBranchToken": "string"
}curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/prospects/transfer' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"idProspect": 0,
"idFilialDestino": 0,
"idBranchToken": "string"
}'null