Before reading this article, I would recommend reading the following previous part.
Introduction
In this article we will see a simple Web API project with HTTP methods like GET, POST, PUT and DELETE.
Now let’s see step by step implementation of all methods:
In my previous article, I mentioned that ‘api’ in the route template is just the convention, without that also we can execute the application. Let’s remove that here and verify.

code

Now in order to test all HTTP methods, we need to download REST Client. Download link is as follows:
https://addons.mozilla.org/en-US/firefox/addon/restclient/
Download
Run your application and follow below steps:
Read more articles on Web API:
Next >> All About API: HTTP Response Message - Part Three