HTTP Verb | CRUD Operation |
---|---|
POST | Create or add a resource on the server. |
GET | Request a resource from the server. |
PUT | Update an existing resource on the server. |
PATCH | Make partial changes to an existing resource. |
DELETE | Delete a resource from the server. |
The CRUD-based REST APIs maps CRUD operations to HTTP Methods in the following format: