4.3.1.2.1. HTTP Methods
Here is the convention you should follow:
Method
Definition
GET
Get a Resource. Its state should not be modified.
POST
Create a Resource (or anything that does not fit elsewhere).
PUT
Update a Resource.
DELETE
Delete a Resource.
4.3.1.2. Restful Web Service
4.3.1.2.2. Formats
Copyright ©2012. All rights reserved. eXo Platform SAS