REST Service Methods
The various methods of REST services are as follows:
Service Name | Description |
---|---|
GET | Provides read-only access to a resource. |
POST | Used to update an existing resource. |
PUT | Used to create a new resource. |
DELETE | Used to remove a resource. |