GET V2/Project/get_Project_jyinfo

获取项目经营情况

请求信息详情

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

响应信息

资源描述

获取项目经营情况

project_market_xiangmu_value
名称描述类型附加信息
projectID

项目id

integer

None.

zhouqi

周期,格式:(yyyy-mm 或 yyyy-mm-dd 或 yyyy 或 w-yyyy-week)

string

None.

shoucengzujin

首层平均租金

decimal number

None.

kongzhimianji

项目店铺空置面积:高德BI(店铺面积) + 开关店数据数据按月更新储存

decimal number

None.

kongzhilv

空置率:项目店铺空置率,高德BI(店铺面积) + 开关店数据数据 按月更新储存

decimal number

None.

liansuopinpailv

项目进驻品牌连锁率 :·X=商圈连锁品牌数 Y=商圈总品牌数 ·商圈连锁品牌率=X/Y*100%

decimal number

None.

nianyingyee

年营业额及历史

decimal number

None.

chuzulv

出租率

decimal number

None.

pingxiao

坪效

decimal number

None.

keliu

客流

decimal number

None.

brandtime

调整时间

date

None.

brandpie

品牌调整幅度

decimal number

None.

响应结果格式

application/json, text/json

Sample:
{
  "projectID": 1,
  "zhouqi": "sample string 2",
  "shoucengzujin": 3.1,
  "kongzhimianji": 4.1,
  "kongzhilv": 5.1,
  "liansuopinpailv": 6.1,
  "nianyingyee": 7.1,
  "chuzulv": 8.1,
  "pingxiao": 9.1,
  "keliu": 10.1,
  "brandtime": "2024-11-19 01:20:24",
  "brandpie": 12.1
}