Insert webapi
-
I Have created a table with 8 cols and can manually add data, however when I use the following api call,
https://www.website.com/?cdbt_api_key=xxxxxxxxx&cdbt_table=oxtq_FlexReg&cdbt_api_request=insert_data&data={col1:abx,col2:name,col3:email,col4:companyName,col5:12324,col6:2100,col7:city,col8:DK}
I get the answer:
{"success":{"code":200,"table":"oxtq_FlexReg","request":"insert_data","request_uri":"\/?cdbt_api_key=&cdbt_table=oxtq_FlexReg&cdbt_api_request=insert_data&data={col1:abx,col2:name,col3:email,col4:companyName,col5:12324,col6:2100,col7:city,col8:DK}","request_date":"2016-05-21T06:08:26+00:00"},"data":false}
I get this test both from webapi test but also from my application,
but no data is created in table
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Insert webapi’ is closed to new replies.