Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
560
REST + CRUD Sample
posted

Is there a sample somewhere of doing RESTFUL CRUD operations on the datasource?

I.e. I need to be able to have all changed records get posted in an json array to a PUT method, Inserts to a POSt in a json array, and deletes as the URL with a parameter repeated for each of the primary keys for the deleted records.

 

I'm not finding any documentation on how to do this at all, and the samples are only showing a single "update" url instead of broken down ones.

Thanks for any assistance!