> For the complete documentation index, see [llms.txt](https://docs.scorepositivo.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scorepositivo.com.br/pessoa-fisica/relatorios-para-cpf/telefone-diferencial.md).

# Telefone - Diferencial

<table><thead><tr><th width="196">Código</th><th>Tipo</th></tr></thead><tbody><tr><td><mark style="color:blue;">cpf-phone-dif</mark></td><td>Síncrono</td></tr></tbody></table>

### Parâmetros adicionais de requisição:

<table><thead><tr><th width="193">Campo</th><th width="549">Descrição</th></tr></thead><tbody><tr><td>phones</td><td><mark style="color:red;">Obrigatório</mark><br>Lista com telefones..</td></tr></tbody></table>

### Exemplo de requisição:

```json
curl 
--location
--request POST 'https://core.scorepositivo.com.br/api/report' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {bearer_token}' \
--data-raw '{
    "report_id":"cpf-phone-dif",
    "document":"{documento}",
    "trial":true,
    "phones": [
        "14999999999",
        "14998888888"
    ]
}'
```

## Campos de Retorno

| Campo             | Descrição            |
| ----------------- | -------------------- |
| name              | Nome.                |
| [phones](#phones) | Lista com telefones. |

#### phones

| Campo    | Descrição                      |
| -------- | ------------------------------ |
| number   | Número.                        |
| mobile   | Indicador mobile (true/false). |
| date     | Data (yyyy-mm-dd).             |
| date\_br | Data PT-BR (dd/mm/yyyy).       |
