What should you do?

DRAG DROP
You are developing an ASP.NET MVC Web API application.
The method names of the Web API must match naming guidelines for RESTful services.
You need to create methods to support standard insert, select, update, and delete operations in an HTTP service.
What should you do? (To answer, drag the appropriate HTTP methods to the correct row in the table in the answer area. Each HTTP method may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)
Select and Place:

microsoft-exams

3 thoughts on “What should you do?

  1. I guess that here the question is just missing PUT option (which should be). And it is PUT what should be for Update.
    But still, if there will not be PUT, POST might also be applicable.

  2. While it’s an MVC Api, which supports PUT from by default, the update customer should be PUT, not POST method

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.