PUT api/dashboard/movewidget
Move widget onto another dashboard
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.Agency.Command.Dashboard.MoveWidgetCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
SourceDashboardId | integer |
None. |
|
DestinationDashboardId | integer |
None. |
|
WidgetId | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "SourceDashboardId": 1, "DestinationDashboardId": 2, "WidgetId": 3 }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.