POST Application/PostDashboardItems
Request Information
URI Parameters
None.
Body Parameters
DashboardItem| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ReportID | globally unique identifier |
Required |
|
| DashboardID | globally unique identifier |
Required |
|
| ColIndex | integer |
Required |
|
| RowIndex | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "3caec43c-2ef1-4932-9090-add1eb0d47fa",
"ReportID": "2d5458fe-4f75-427b-ab90-9be6ba9694d9",
"DashboardID": "b37d618e-97ee-4f2e-9431-b0af28c81800",
"ColIndex": 4,
"RowIndex": 5
}
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.