PUT Application/PutReportParameter
Request Information
URI Parameters
None.
Body Parameters
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": "7ba001dd-f6b2-484a-a823-005ae2dec652", "ReportID": "d42ecd64-ce97-4beb-a766-cd7e7901cfe6", "SchemaEntityID": "e67406af-b7fb-4b9c-b352-6d153d5e5a72", "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" }
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.