New to Telerik Report Server? Start a free 30-day trial
POST api/reportserver/v3/data/sql/parameter-name
Returns the parameter name using the specified data provider.
Request Information
URI Parameters
None.
Body Parameters
Parameter name model.
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProviderName |
For internal use only | string |
Required |
| PropertyName |
For internal use only | string |
Required |
Request body formats
application/json, text/json, application/*+json
json
{
"ProviderName": "System.Data.OracleClient",
"PropertyName": "Region"
}
Response Information
Resource Description
Parameter name string.
string
Response Formats
application/json
"@OrderStatus"