WebAPI calling using PostMan

Step -1   Download postman from internet (download URL- https://www.getpostman.com/apps)


 Step -2   Install postman


Step -3    Open postman application




Step -4   When postman is ready to use then Select the request type (get, post , put etc) .





Step -5    Now Put  Your Web API URL into “enter url textbox “  of postman.







Step -6     If you want to pass parameter then click on body àrawàselect datatype(text or json)àput your parameter into body area




Step -7     If you don’t want to pass parameter to api method then ignore step -6


Step -8     Now just click on send