Add URL parameter
Adds a query parameter to the URL in the request
- Parameters
- Advanced call ?
Function AddURLParameter(Val Name, Val Value, Val IgnoreEmpty = False) Export
| Parameter | CLI option | Type | Required | Description |
|---|---|---|---|---|
| Name | - | String | ✔ | Request parameter key |
| Value | - | Arbitrary | ✔ | Request parameter value |
| IgnoreEmpty | - | Boolean | ✖ | Do not add parameter if empty value is passed |
Returns
DataProcessorObject.OPI_HTTPClient - This processor object
This method has no additional advanced call parameters.
tip
The parameter value will be converted to a string
Caution
NOCLI: this method is not available in CLI version