POST api/ChangeMonthDataChart

Request Information

URI Parameters

None.

Body Parameters

dataMonthRequest
NameDescriptionTypeAdditional information
uid

string

None.

month

string

None.

year

integer

None.

type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "uid": "sample string 1",
  "month": "sample string 2",
  "year": 3,
  "type": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of DataChartModel
NameDescriptionTypeAdditional information
date

integer

None.

value

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "date": 1,
    "value": 2
  },
  {
    "date": 1,
    "value": 2
  }
]