PUT Application/PutReportParameters
Request Information
URI Parameters
None.
Body Parameters
Collection of ReportParameter| Name | 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": "98ec4ccf-3519-4d6f-8e33-5d7d7d1db1e2",
"reportID": "701fe659-6f43-4c46-a8da-827ed4f963ed",
"schemaEntityID": "71108181-1bd4-4391-bfcc-b8c9010898bd",
"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
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.