Overview
Index
Root resource
summary: resource |
method
detail:
method
Path: /
rest
/
order
/
{key}
/ something
Method Summary
Resource
Description
PUT /rest/order/{key}/something
Method Detail
HTTP Example:
PUT /rest/order/{key}/something
API Example:
RESTOrders.putSomething({'$entity':
/* content this is the xml */
});
Input:
RESTOrdersBean.Order
- this is the xml
Output:
void
Produces:
application/xml
text/plain
Overview
Index
Root resource
summary: resource |
method
detail:
method