PUT api/PageChart

Request Information

URI Parameters

None.

Body Parameters

PageChartViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

PageId

integer

None.

QueryId

integer

None.

Title

string

None.

Type

integer

None.

Width

integer

None.

RefreshTime

integer

None.

BackgroundId

integer

None.

BackImageId

integer

None.

IsActive

boolean

None.

Srt

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PageId": 2,
  "QueryId": 3,
  "Title": "sample string 4",
  "Type": 5,
  "Width": 6,
  "RefreshTime": 7,
  "BackgroundId": 8,
  "BackImageId": 9,
  "IsActive": true,
  "Srt": 11
}

application/xml, text/xml

Sample:
<PageChartViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dashboard.Models">
  <BackImageId>9</BackImageId>
  <BackgroundId>8</BackgroundId>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <PageId>2</PageId>
  <QueryId>3</QueryId>
  <RefreshTime>7</RefreshTime>
  <Srt>11</Srt>
  <Title>sample string 4</Title>
  <Type>5</Type>
  <Width>6</Width>
</PageChartViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.