­Home‎ > ‎

Rich Text API Reference


Overview

Almacena una cadena con la capacidad de almacenar saltos de línea su longitud es variable. La cadena podrá contener desde 0 u el número definido en las propiedades de este campo hasta un máximo del número definido en las propiedades de este campo.


Object format


   "richtext_notes": "<h1>Reading</h1>We offer you here some texts on various

interesting subjects. You can practise reading comprehension

and at the same time you will certainly learn something new."



Request example


{

"authToken":         "wYrOCWzmcPxzYbq+h8KOZe",

"formId": "59d55e44d8871000142",

    "model":{

   "text_firts_name": "Misael",

   "text_last_name": "Alvarenga",

   "date_birthday": "808955914",

   "richtext_notes": "<h1>Reading</h1>We offer you here some texts on various

interesting subjects. You can practise reading comprehension

and at the same time you will certainly learn something new."

  }


}