Primary HTTP request methods
The primary HTTP request methods with descriptions:
Method |
Attribute |
Description |
GET |
[HttpGet] |
Read a representation of a resource |
POST |
[HttpPost] |
Create new resources |
PUT |
[HttpPut] |
Fully update an existing resource |
PATCH |
[HttpPatch] |
Partially update an existing resource |
DELETE |
[HttpDelete] |
Delete a resource |
https://www.restapitutorial.com/lessons/httpmethods.html