Passing an Object Parameter

Only one object parameter can be defined for a REST services method, and it can appear in any position in the signature except after a ParamListType parameter. If the method signature includes an object parameter, the information for the object must be provided in XML or JSON format. The method can contain references to other child objects that were also passed in the XML or JSON.

In the following POST request, an object is passed in XML format.

POST http://localhost/jade/jadehttp.dll/customer?RestApp

For details, see the following subsections.