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": "7de7c18b-a743-490e-b9fc-d350e7c631bd",
"ReportID": "ec7b0a24-a84b-45bf-8c16-e0207e0a54ed",
"SchemaEntityID": "5d6ae48e-cad9-48c0-b1af-fce4eb3e80d7",
"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. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.