Input Data Is Handled Differently by Different HTTP Methods
RESTlet entry points handle input parameters differently, depending on which one you use.
How you pass input to a RESTlet depends on the HTTP method:
-
For delete and get, put arguments in the URL when you call the RESTlet.
-
For post and put, add arguments to the request body, using JSON or plain text.