In Chapter 5, I created the web service and added support for handling HTTP GET requests. In this chapter, I complete the implementation by adding support for the POST, PUT, PATCH, and DELETE methods, which allows the client to create, update, and delete data.
Note
Preparing for This Chapter
This chapter uses the SportsStore project that I created in Chapter ...