Data element
Specifies the request data.
Type
string
Parent
Attributes
Name | Type | Required | Description |
---|---|---|---|
pid | unsignedInt | Specifies the ID of the parameter that holds the data to be sent. |
Remarks
Important
DataMiner does not perform any encoding on the provided data. Therefore, if you are, for example, building a URL for a GET request with a query string or the body of a POST request with content type "application/x-www-form-urlencoded", you must ensure that the data is using percent-encoding (also known as URL encoding) to avoid misinterpretation of the provided data. Otherwise, the provided data might be misinterpreted by the server in case the data contains characters from the reserved character set (e.g. '&').