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.
π§ The response from this endpoint is in XML. That is, you will not receive a commonjson.
| Field | Type | Description |
|---|---|---|
| idFilial | int32 | Branch identifier. |
| filial | string | Branch name. |
| idCliente | int32 | Client identifier. |
| nomeCompleto | string | Full name of the client. |
| telefone | string | Client's phone number. |
| string | Client's email. | |
| idClienteContratoAtivo | int32 | ID of the client's active contract. |
| contratoAtivo | string | Name or description of the active contract. |
| dtInicioContratoAtivo | string(date-time) | Start date of the active contract. |
| dtFimContratoAtivo | string(date-time) | End date of the active contract. |
| idClienteContratoFuturo | int32 | ID of the client's future contract, if any. |
| contratoFuturo | string | Name or description of the future contract, if any. |
| dtInicioContratoFuturo | string(date-time) | Start date of the future contract, if any. |
| dtFimContratoFuturo | string(date-time) | End date of the future contract, if any. |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v2/management/activeclients' \
--header 'Authorization: Basic <encoded-value>'