POST api/reportserver/v2/data/sql/parametername
Returns the parameter name using the specified data provider.
Request Information
URI Parameters
None.
Body Parameters
Parameter name model.
ParameterNameInfoName | 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
Sample:
{ "ProviderName": "sample string 1", "PropertyName": "sample string 2" }
Response Information
Resource Description
Parameter name string.
stringName | Description | Type | Additional information |
---|
Response Formats
application/json, text/json
Sample:
"sample string 1"