GET V2/Project/get_projectRealpie

获取项目品牌业态占比及签约详情

请求信息详情

URI 参数

None.

Body 参数

条件实体

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

城市ID

string

None.

projectid

项目ID

string

None.

year

年份

integer

None.

month

月份

integer

None.

quarterly

季度 1,2,3,4

integer

None.

level

级别

integer

None.

real

读实时 1是 0否

integer

None.

shangquanid

商圈ID

string

None.

timestr

时间集合

Collection of pietime

None.

isnew

读新踩盘

integer

None.

请求格式

application/json, text/json

Sample:
{
  "cityid": "sample string 1",
  "projectid": "sample string 2",
  "year": 3,
  "month": 4,
  "quarterly": 5,
  "level": 6,
  "real": 7,
  "shangquanid": "sample string 8",
  "timestr": [
    {
      "timestr": "sample string 1"
    },
    {
      "timestr": "sample string 1"
    }
  ],
  "isnew": 9
}

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 'projectpiewhere'.

响应信息

资源描述

获取项目品牌业态占比及签约详情

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
  }
]