create Datatable Entry
abstract suspend fun createDatatableEntry(datatable: String, apptableId: Long, body: String): PostDataTablesAppTableIdResponse
Create Entry in Data Table Adds a row to the data table. Note that the default datatable UI functionality converts any field name containing spaces to underscores when using the API. This means the field name \"Business Description\" is considered the same as \"Business_Description\". So you shouldn't have both \"versions\" in any data table. Responses:
200: OK
Return
Parameters
datatable
datatable
apptable Id
apptableId
body
{ \"BusinessDescription\": \"Livestock sales\", \"Comment\": \"First comment made\", \"Education_cv\": \"Primary\", \"Gender_cd\": 6, \"HighestRatePaid\": 8.5, \"NextVisit\": \"01 October 2012\", \"YearsinBusiness\": 5, \"dateFormat\": \"dd MMMM yyyy\", \"locale\": \"en\" }