PUT Application/PutReportParameters
Request Information
URI Parameters
None.
Body Parameters
Collection of ReportParameterName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
ReportID | globally unique identifier |
Required |
|
SchemaEntityID | globally unique identifier |
None. |
|
ReportParameterTypeID | ReportParameterType |
Required |
|
Name | string |
Required |
|
DefaultValue | string |
None. |
|
Caption | string |
None. |
|
GroupBy | string |
None. |
|
AllowNull | boolean |
Required |
|
Sequence | integer |
None. |
|
NameAlias | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "$id": "1", "ID": "3bbd8cab-07cd-44f1-9eee-8b039f64cca9", "ReportID": "43a6b6dc-0a6d-4142-933a-8acd5c009788", "SchemaEntityID": "408d01ae-367d-4b3b-acc2-f43181c9af10", "ReportParameterTypeID": 1, "Name": "sample string 3", "DefaultValue": "sample string 4", "Caption": "sample string 5", "GroupBy": "sample string 6", "AllowNull": true, "Sequence": 1, "NameAlias": "sample string 8" }, { "$ref": "1" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | Description | Type | Additional information |
---|---|---|---|
IsSuccess | boolean |
None. |
|
ErrorMessage | string |
None. |
|
Code | string |
None. |
|
StackTrace | string |
None. |
|
Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.