Dotnet
Creating a C# ASP.Net Core API - Create, Update, & Delete Data
  •  

Implementing POST

PRO
Outline

POST Http Method

POST is used to add a brand new item to our collection. We will be using the Body section of Postman to send content along with our request. That content will contain the data for the new item that we would like to add to our collection.

A successful POST request should return a 201 Created status code as well as the data for our newly added item that includes any generated ID's.

The course is taught by Thomas Desmond
@ThomasJDesmond
TheTomBomb.com

 

I finished! On to the next chapter