pid attribute
Specifies the ID of the parameter that contains the value to be put in the header.
Content Type
unsignedInt
Parent
Remarks
If you do not specify the pid attribute, then you have to provide a fixed value inside the Parameter XML element.
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. '&').