> For the complete documentation index, see [llms.txt](https://docs.api.persat.com.ar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.api.persat.com.ar/modulos/formularios-digitales/tipos-de-widgets/campo-numero.md).

# Campo Número

### Tipo de widget

En el esquema se representa como

> "widget\_type": "NUMBER\_FIELD"

### Lectura

A la hora de leer este tipo de widget, obtenemos un valor de tipo number

```json
{
    ...
    "FW9ilaip": 12.5,
    ...
}
```

### Escritura

Cuando insertamos o modificamos un formulario, en el field correspondiente a este widget, debemos colocar un number

```json
    ...
    "FW9ilaip": 12.5,
    ...
}
```
