@@ -100,7 +100,7 @@ Name | Type | Description | Notes
100
100
101
101
## createDatatableEntry
102
102
103
- > PostDataTablesAppTableIdResponse createDatatableEntry(datatable, apptableId, postDataTablesAppTableIdRequest )
103
+ > PostDataTablesAppTableIdResponse createDatatableEntry(datatable, apptableId, body )
104
104
105
105
Create Entry in Data Table
106
106
@@ -136,9 +136,9 @@ public class Example {
136
136
DataTablesApi apiInstance = new DataTablesApi (defaultClient);
137
137
String datatable = " datatable_example" ; // String | datatable
138
138
Long apptableId = 56L ; // Long | apptableId
139
- PostDataTablesAppTableIdRequest postDataTablesAppTableIdRequest = new PostDataTablesAppTableIdRequest () ; // PostDataTablesAppTableIdRequest |
139
+ String body = " body_example " ; // String | { \"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\" }
140
140
try {
141
- PostDataTablesAppTableIdResponse result = apiInstance. createDatatableEntry(datatable, apptableId, postDataTablesAppTableIdRequest );
141
+ PostDataTablesAppTableIdResponse result = apiInstance. createDatatableEntry(datatable, apptableId, body );
142
142
System . out. println(result);
143
143
} catch (ApiException e) {
144
144
System . err. println(" Exception when calling DataTablesApi#createDatatableEntry" );
@@ -158,7 +158,7 @@ Name | Type | Description | Notes
158
158
------------- | ------------- | ------------- | -------------
159
159
** datatable** | ** String** | datatable |
160
160
** apptableId** | ** Long** | apptableId |
161
- ** postDataTablesAppTableIdRequest ** | [ ** PostDataTablesAppTableIdRequest ** ] ( PostDataTablesAppTableIdRequest.md ) | |
161
+ ** body ** | ** String ** | { \& quot;BusinessDescription \& quot;: \& quot;Livestock sales \& quot;, \& quot;Comment \& quot;: \& quot;First comment made \& quot;, \& quot;Education_cv \& quot;: \& quot;Primary \& quot;, \& quot;Gender_cd \& quot;: 6, \& quot;HighestRatePaid \& quot;: 8.5, \& quot;NextVisit \& quot;: \& quot;01 October 2012 \& quot;, \& quot;YearsinBusiness \& quot;: 5, \& quot;dateFormat \& quot;: \& quot;dd MMMM yyyy \& quot;, \& quot;locale \& quot;: \& quot;en \& quot; } |
162
162
163
163
### Return type
164
164
0 commit comments