Property | Description |
Content Type | Content type for the request sent to the REST service. The application sends the input parameters, which you define using child Parameter objects, in the format you specify. Specify one of the following: NONE if the REST services requires the parameters to be sent in plain text format. application/xml if the REST service requires the parameters to be sent in XML format. application/json if the REST service requires the parameters to be sent in JSON format. multipart/form-data if the REST service requires the parameters to be sent in multipart format. |