DELETE Application/DeleteReportParameter
Request Information
URI Parameters
None.
Body Parameters
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": "96862cf5-9956-45b6-a778-572c41539937",
"reportID": "32eca469-3a6f-45be-8437-3f6ec71df90f",
"schemaEntityID": "78bf4123-9fd6-4e7e-a7d3-6d0e4d198184",
"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
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.