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.)
You need to create methods to support standard insert, select, update, and delete operations in an HTTP service
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.)
For Update a Customer – should be PUT (if it exists). Otherwise POST. Add is not an HTTP method.
Agree with Test – Add is not an HTTP method – it should be PUT