GET City/get_City_AreaInfo

全市各行政区拟开业购物中心数量及商业规模

请求信息详情

URI 参数

None.

Body 参数

条件实体

CityWhere
名称描述类型附加信息
cityid

城市ID

integer

None.

year

年份

integer

None.

month

月份

integer

None.

cache

是否度缓存

integer

None.

请求格式

application/json, text/json

Sample:
{
  "cityid": 1,
  "year": 2,
  "month": 3,
  "cache": 4
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CityWhere'.

响应信息

资源描述

全市各行政区拟开业购物中心数量及商业规模

Collection of cityareainfo
名称描述类型附加信息
AreaName

地区名称

string

None.

ShangyeMianji

商业面积

decimal number

None.

counts

数量

integer

None.

响应结果格式

application/json, text/json

Sample:
[
  {
    "AreaName": "sample string 1",
    "ShangyeMianji": 2.1,
    "counts": 3
  },
  {
    "AreaName": "sample string 1",
    "ShangyeMianji": 2.1,
    "counts": 3
  }
]