­Home‎ > ‎

Number API Reference


Overview

Almacena un número en coma flotante de precisión doble. Son valores enteros de 4 u 8 bytes, y reales de 8 bytes. Un valor numérico entero por defecto utiliza 4 bytes, mientras que un valor numérico real por defecto utiliza el tipo Double (tambien de 8 bytes).

The decimal uses the IEEE 754 decimal128 floating-point numbering format which supports 34 decimal digits (i.e. significant digits) and an exponent range of −6143 to +6144.


Object format

"number_edad" : 30




Request example

{

"authToken": "RUdCJphRHuQA5oiqmQxZOaH85YNIRJPaWRn",

"formId": "59baa1acccdc021d10f689ca",

"model": {

"text_first_name" : "Erick",

"text_last_name": "Espinoza",

                    "number_edad" : 30

}

}