楼盘相关

查询楼盘

请求方式:POST

请求地址:/api/jediopenplatformopenapi/estate/search

请求参数:

参数名 描述 数据类型 必填 字节长度
startTime 开始时间 Date 必传, 传入ms时间戳
endTime 结束时间 Date 必传, 传入ms时间戳

请求示例:

{
  "page": {
    "pageNum": 1,
    "pageSize": 20
  },
  "param": {
    "startTime": 1675267200000,
    "endTime": 1675353600000
  }
}

出参:

参数名 描述 数据类型 备注
estateUuid 楼盘uuid String
updatedTime 更新时间 Date
createdTime 创建时间 Date
deleted 是否删除 Boolean
estateName 楼盘名称 String
districtUuid 城区uuid String
districtName 城区名称 String
areaUuid 商圈uuid String
areaName 商圈名称 String
alias 别名 String
usageTypeCfgUuids 用途uuid列表
usageTypeCfgNames 用途 Array[string]
fullAddress 详细地址 String
managementCompany 物业公司 String
managementFee 物业费 String
completeYears 建房年代 String
developer 开发商 String
totalRoomCount 总户数 String
totalBuildingCount 总栋数 String
schoolNames 附近学校 Array[string]
lng 经度 Float
lat 纬度 Float
ownYears 产权年限 String
gasFlag 是否有燃气 int 0: 有燃气; 1: 无燃气
heatingSupply 是否统一供暖 int 0: 是; 1: 否
remark 备注 String
estatePhotos 楼盘图片 Array[string] 地址url集合

返回示例

{
  "responseCode": "1",
  "responseMessage": "success",
  "responseType": null,
  "data": {
    "list": [
      {
        "transactionUuid": "626916a57051479b8867a28e8938c14c",
        "txNo": "JY953908209163366",
        "txCategoryCode": "txTypeRent",
        "txTypeCode": "txTypeRent",
        "propertyUuid": "984be1f004d64af98290f14dc28b1a27",
        "receiptCategorySettingUuid": "receiptProperty-commissionAmount",
        "receivableAchievement": 5000,
        "costFee": null,
        "returnCommissionAmount": 0,
        "platFormFee": 0,
        "distributableCommission": 4700,
        "distributionRatio": 70,
        "distributionAmount": 3290,
        "receiptDistributionAmount": 3290,
        "distributionStatusCode": "distributionPlanConfirm",
        "achievementStatusCode": "achievementInAudit",
        "empUuid": "0129bc10-04f4-4370-8bd8-12ff9e5b37a5",
        "deptUuid": "99",
        "teamAchievementDeptUuid": "99",
        "shopManagerUuid": "670a35bd-5bdd-481a-9130-49207de9e37b",
        "shopManagerDeptUuid": "99",
        "areaManagerUuid": "c326ab48-5631-4c26-81ae-27db058c8e72",
        "areaManagerDeptUuid": "99",
        "regionalManagerUuid": "e469a4ba-9dfe-4b8c-abeb-bf8478a768c2",
        "regionalManagerDeptUuid": "99",
        "viceGeneralManagerUuid": "4f566028-80a7-4a00-a055-b13b12ad12ba",
        "viceGeneralManagerDeptUuid": "99",
        "generalManagerUuid": "5bf22bee-db65-4d45-8e95-5214e92c1f26",
        "generalManagerDeptUuid": "99"
      },
      {
        "transactionUuid": "626916a57051479b8867a28e8938c14c",
        "txNo": "JY953908209163366",
        "txCategoryCode": "txTypeRent",
        "txTypeCode": "txTypeRent",
        "propertyUuid": "984be1f004d64af98290f14dc28b1a27",
        "receiptCategorySettingUuid": "receiptProperty-commissionAmount",
        "receivableAchievement": 5000,
        "costFee": null,
        "returnCommissionAmount": 0,
        "platFormFee": 0,
        "distributableCommission": 4700,
        "distributionRatio": 20,
        "distributionAmount": 940,
        "receiptDistributionAmount": 940,
        "distributionStatusCode": "distributionPlanConfirm",
        "achievementStatusCode": "achievementInAudit",
        "empUuid": "3e2e698e-4eab-4045-91ca-3331082132c2",
        "deptUuid": "99",
        "teamAchievementDeptUuid": "99",
        "shopManagerUuid": "670a35bd-5bdd-481a-9130-49207de9e37b",
        "shopManagerDeptUuid": "99",
        "areaManagerUuid": "c326ab48-5631-4c26-81ae-27db058c8e72",
        "areaManagerDeptUuid": "99",
        "regionalManagerUuid": "e469a4ba-9dfe-4b8c-abeb-bf8478a768c2",
        "regionalManagerDeptUuid": "99",
        "viceGeneralManagerUuid": "4f566028-80a7-4a00-a055-b13b12ad12ba",
        "viceGeneralManagerDeptUuid": "99",
        "generalManagerUuid": "5bf22bee-db65-4d45-8e95-5214e92c1f26",
        "generalManagerDeptUuid": "99"
      }
    ],
    "count": 1508
  }
}

results matching ""

    No results matching ""