PUT Application/PutDashboardItem
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": "90c94251-dae3-4fb8-a61a-cd1009d9f94b",
"ReportID": "fb88957d-5ddc-4da0-af2c-21e8c9b47161",
"DashboardID": "4e4aa549-57de-49ab-ae3b-4392f2d709b8",
"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.