Passing Additional Information
After the REST service application name, you can add an ampersand character (&) followed by additional information that could be used in the processing of the REST service request, as follows.
POST http://localhost/jade/jadehttp.dll/customer?RestApp&additional_information
To process the additional information, you must reimplement the
The above REST service request example is that of a legacy IIS REST service application. The syntax of Direct REST service requests differs, as documented in "Syntax of a Direct REST Request", elsewhere in this document.