Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| dtStart | string(date-time) | Yes | Start date of the period to be queried. |
| dtEnd | string(date-time) | Yes | End date of the period to be queried. |
π§ The return of this endpoint is in XML. That is, you will not receive a commonjson.
| Field | Type | Description |
|---|---|---|
| idFilial | int32 | Identifier of the branch of the prospect. |
| nomeFilial | string | Name of the branch. |
| status | string | Current status of the prospect (e.g., "New", "Converted"). |
| idProspect | int32 | Identifier of the prospect. |
| nome | string | Name of the prospect. |
| dtCadastro | string(date-time) | Registration date of the prospect. |
| primeiraVisita | string | Date or description of the first visit of the prospect. |
| convertidoPor | string | Name of the staff member who converted the prospect into a client, if applicable. |
| dtConversao | string(date-time) | Date of conversion to client, if applicable. |
| idCliente | int32 | ID of the converted client, if applicable. |
| descricao | string | Observations or description of the prospect. |
| primeiroContrato | string | Information about the first contract made by the converted prospect. |
| apelido | string | Nickname or shortened name of the prospect. |
| marketing | string | Source or marketing campaign linked to the prospect. |
| emailAtual | string | Current contact email of the prospect. |
| celularAtual | string | Current contact phone number of the prospect. |