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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

datatable

int64
required

apptableId

Body Params

{ "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" }

Response

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json