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 |
|---|---|---|---|
| idProspect | int32 | Yes | ID of the prospect to be updated. |
| name | string | No | Name of the prospect. |
| string | No | Email of the prospect. | |
| lastName | string | No | Last name of the prospect. |
| idBranch | int32 | No | ID of the associated branch. |
| ddi | string | No | DDI code of the phone. |
| cellphone | string | No | Cell phone number of the prospect. |
| birthday | date-time | No | Birth date (ISO 8601 format). |
| gender | string | No | Gender of the prospect {M, F, P}. |
| visit | int32 | No | Code of the visit/campaign origin. |
| marketingType | string | No | Associated marketing type. |
| notes | string | No | Additional notes about the prospect. |
| currentStep | string | No | Current step of the prospect in the funnel. |
| cpf | string | No | CPF of the prospect. |
| passport | string | No | Passport number of the prospect. |
| rg | string | No | RG number of the prospect. |
| address | string | No | Address of the prospect. |
| city | string | No | City of the prospect. |
| complement | string | No | Address complement. |
| neighborhood | string | No | Neighborhood of the prospect. |
| idState | int32 | No | ID of the state (UF). |
| zipCode | string | No | ZIP code of the prospect. |
| number | string | No | Address number. |
| tokenGympass | string | No | Gympass token (if applicable). |
| userTokenGoGood | string | No | Integration token with GoGood (if applicable). |
| additionalFieldName | string | No | Name of additional custom field. |
| additionalFieldValue | string | No | Value of additional custom field. |
| validateCpfDuplication | boolean | No | Validates CPF duplication before updating the prospect. |
| temperature | number | No | Lead temperature/classification. |
| financiallyResponsible | object | No | Data of the financially responsible party. See structure below. |
| interests | array[int32] | No | List of interest IDs of the prospect. |
financiallyResponsible| Parameter | Type | Description | Required |
|---|---|---|---|
| idMember | int32 | ID of the member linked as financially responsible. | No |
| name | string | Name of the financially responsible party. | No |
| string | Email of the financially responsible party. | No | |
| cpf | string | CPF of the financially responsible party. | No |
| Parameter | Type | Description |
|---|---|---|
| idProspect | int | Identifier of the updated prospect. |