REST Service Methods

The various methods of REST services are as follows:

Service Name Description
GET Provides a read only access to a resource.
PUT Used to create a new resource.
DELETE Used to remove a resource.
POST Used to update an existing resource.