Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I want to be able to insert multiple rows into a data table using CSV file that has columns corresponding to the Data Table definition through REST. How do I use HTTP POST for this operation?
In the training manual, there is something like the following to get inserted rows:
http://localhost/Thingworx/Things/VendingMachineProcessValuesStream/Services/QueryStreamEntriesWithData?method=post
Firstly, it is surprising to note that to get the inserted rows, I need to use POST method ! This is odd!! Secondly, I am unable to get my version for the data table inquiry to work.
What URL should be used for the read and write operations?