Path: / rest / order / {key} / something


Method Summary
ResourceDescription
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