Modify data table using rest API
We are building a functionality to update data table using rest API. The datatable has 4 columns with 1 column has a key define and we wanted to update all the columns at a time. The condition is, if key exist in datatable then it should update the column if key doesn't exist then it should create a new row. We are able to achieve this using web Services modify API. I am looking for rest API. I tried using below rest call
https://company .bigmachines.com/rest/v8/adminCustomDablename/actions/synchronize
but it's throwing below error:
[{"Instance":"ValueTypeViolation","title":"Row for natural key not found."}]
Tagged:
0