Skip to content

Playing with the REST endpoints

hasith edited this page Sep 19, 2013 · 2 revisions

Playing with your new OData endpoint

You need a HTTP client that is capable of generating GET, POST, PUT, DELETE, PATCH requests to play with REST endpoints. Fiddler is one of the popular application you may use. If you use Chrome browser there is a simple and convinient plugin called 'Postman' which I will use in this tutorial.

Insert records For record insertions we need to make POST requests to the REST endpoint with a JSON data structure of the targeted entity.

[to be continued]