POST Application/PostReportParameters
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": "92a90b4b-f8a9-45a9-b1c9-464387d0623f",
"reportID": "9642e751-5cb0-4af3-8d44-c161d1bd3f5b",
"schemaEntityID": "c34e9a8f-ff03-4c02-9daa-7db7a50d9188",
"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.