Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
idProspect | integer (int32) | Yes | Identifier of the prospect to be converted into a member. |
idBranch | integer (int32) | Yes | Identifier of the branch where the member will be created. |
| Field | Type | Description |
|---|---|---|
idMember | integer (int32) | Identifier of the member created after the conversion of the prospect. |
username:passwordAuthorization: Basic *****************curl --location --request POST 'https://evo-integracao-api.w12app.com.br/api/v1/prospects/convert?idProspect=undefined&idBranch=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"idMember": 0
}