GET Market/get_shangquan_pie_list?json={json}

获取商圈品牌业态占比

请求信息详情

URI 参数

名称描述类型附加信息
json

条件json:{"shangquanid":"401","year":"2017","month":"5","level":"1"}

string

Required

Body 参数

None.

响应信息

资源描述

获取商圈品牌业态占比

Collection of shangquan_brand_pie_yearmonth
名称描述类型附加信息
yetai1ID

一级业态id

integer

None.

yetai1name

一级业态名称

string

None.

cv

业态总数

decimal number

None.

pie

业态百分比

decimal number

None.

year

年份

integer

None.

yearmonth

年月

string

None.

level

业态级

integer

None.

brand_pie_MAXlist

商圈品牌业态占比类 下面最多品牌和数量

Collection of brand_pie_MAXlist

None.

响应结果格式

application/json, text/json

Sample:
[
  {
    "yetai1ID": 1,
    "yetai1name": "sample string 2",
    "cv": 3.0,
    "pie": 4.0,
    "year": 5,
    "yearmonth": "sample string 6",
    "level": 7,
    "brand_pie_MAXlist": [
      {
        "BrandId": 1,
        "BrandName": "sample string 2",
        "counts": 3
      },
      {
        "BrandId": 1,
        "BrandName": "sample string 2",
        "counts": 3
      }
    ]
  },
  {
    "yetai1ID": 1,
    "yetai1name": "sample string 2",
    "cv": 3.0,
    "pie": 4.0,
    "year": 5,
    "yearmonth": "sample string 6",
    "level": 7,
    "brand_pie_MAXlist": [
      {
        "BrandId": 1,
        "BrandName": "sample string 2",
        "counts": 3
      },
      {
        "BrandId": 1,
        "BrandName": "sample string 2",
        "counts": 3
      }
    ]
  }
]