POST api/ChangeMonthDataChart
Request Information
URI Parameters
None.
Body Parameters
dataMonthRequestName | Description | Type | Additional 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 DataChartModelName | Description | Type | Additional information |
---|---|---|---|
date | integer |
None. |
|
value | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "date": 1, "value": 2 }, { "date": 1, "value": 2 } ]