JadeRestRequest Properties
The properties defined in the JadeRestRequest class are summarized in the following table.
| Property | Contains the … |
|---|---|
| appName | Name of the JADE application to service the REST request when consuming a JADE REST API specification. |
| body | Serialized object (in JSON or XML) that is to be included in the HTTP body of the REST request. |
| dataFormat | Data format in which to serialize objects. A superset of the HTTP content-types. |
| discriminator | Name of the discriminator property used to specify the class of an object serialized into JSON. |
| queryString | Query string to be appended to the URI. |
2020.0.01 and higher
