PUT api/dashboard/movewidget

Move widget onto another dashboard

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.External.Api.Agency.Command.Dashboard.MoveWidgetCommandDataContract
NameDescriptionTypeAdditional 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.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.