Table of Contents

pid attribute

Specifies the ID of the parameter that holds the data.

Content Type

unsignedInt

Parent

Data

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. '&').

Note

Either use this attribute (and provide the data to be sent in the referred parameter) or specify the data to be sent in Data (e.g. <Data>data</Data>).