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": "b8aea1f9-4d03-4b09-9acf-fdd3d617646c",
"ReportID": "51d532b4-8e78-4b43-bb0c-4c4ef7eec587",
"DashboardID": "9e282c72-b346-4ef9-aa38-05a1164fddb1",
"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.