­Home‎ > ‎

Time API Reference


Overview


Almacena una cadena de un máximo de 5 caracteres de longitud. The convention for time keeping is a 24-hour clock. A day runs from midnight to midnight and indicated the hours passed since midnight.
In the 24-hour time notation, the day begins at midnight, 00:00, and the last minute of the day begins at 23:59.


Object format


   "time_meeting": "10:50"



Request example


{

"authToken":         "wYrOCWzmcPxzYbq+h8KOZ7reip7mkxi1Vbyr5hJR",

"formId": "59d5645bd887100010145",

     "model":{

   "text_first_name": "Misael",

   "text_last_name": "Alvarenga",

   "date_birthday": "808955914",

   "time_meeting": "10:50"

  }

}