GET Market/get_project_store_pie_list?json={json}
获取项目品牌业态占比
请求信息详情
URI 参数
名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
json |
条件json:{"projectid":"31349","year":"2016","month":"10","level":"1"} |
string |
Required |
Body 参数
None.
响应信息
资源描述
获取项目品牌业态占比
Collection of project_brand_pie_yearmonth名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
projectId |
项目ID |
string |
None. |
yetai1ID |
一级业态id |
integer |
None. |
yetai1name |
一级业态名称 |
string |
None. |
cv |
业态总数 |
integer |
None. |
pie |
业态百分比 |
string |
None. |
year |
年份 |
integer |
None. |
yearmonth |
年月 |
string |
None. |
level |
level |
integer |
None. |
响应结果格式
application/json, text/json
Sample:
[ { "projectId": "sample string 1", "yetai1ID": 2, "yetai1name": "sample string 3", "cv": 4, "pie": "sample string 5", "year": 6, "yearmonth": "sample string 7", "level": 8 }, { "projectId": "sample string 1", "yetai1ID": 2, "yetai1name": "sample string 3", "cv": 4, "pie": "sample string 5", "year": 6, "yearmonth": "sample string 7", "level": 8 } ]