You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.