CustomUrlParams
The custom query string to be included in the request.
Data Type
string
Default Value
""
Remarks
The CustomUrlParams allow you to specify custom query string parameters that are included with the HTTP request. The parameters must be encoded as a query string in the form field1=value1&field2=value2&field3=value3. The values in the query string must be URL encoded.