PUT Application/PutDashboardItem
Request Information
URI Parameters
None.
Body Parameters
DashboardItemName | 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": "5fd19324-29eb-4c14-8230-a50daab469de", "ReportID": "c00e0543-08ba-4015-b4b2-81620482157d", "DashboardID": "79680ece-dd3b-44a7-8031-ab39ca804546", "ColIndex": 4, "RowIndex": 5 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.