Skip to content

功能概述

物业详情-PC

接口访问

接口地址

pc/property/detail

请求方式 Method

GET

请求参数

属性类型长度必填默认值说明
usersPropertyIDint11true物业编号

返回值

属性类型必填说明
usersPropertyIDinttrue用户物业ID
propertyNumberstringtrue物业编号
coverImagestringtrue封面图
propertyOwnershipCertificatestringtrue房产证地址
namestringtrue物业名称
propertyTypeinttrue物业类型 1. 住宅 2.公寓 3.别墅 4.度假村 5.自建房
ownershipCategoryinttrue权属类别 1.商品房 2.经济适用房 3.央产房 4.军产房 5.小产权房 6.自建房
termOfPropertyRightsinttrue产权年限
propertyBuildingNumberinttrue物业楼栋数量
totalHouseholdsinttrue总户数
totalBuildingAreainttrue总建筑面积/平方米
propertyCompanystringtrue物业公司
locationstringtrue所在地
navigationAddressstringtrue导航地址
longitudestringtrue经度
latitudestringtrue纬度
floorsinttrue楼层
floorHouseinttrue每层规划多少户
faceinttrue朝向 1.坐北朝南 2.坐南朝北 3.坐东朝西 4.坐西朝东 5.坐东南朝西北 6.坐东北朝西南 7.坐西北朝东南 8.坐西南朝东北
buildingTypeinttrue建筑类型 1.高层 2.底层 3.平房
floorTypeinttrue楼板类型 1.塔楼 2.板式楼 3.塔板结合 4.其他
businessDistrictstringtrue所属商圈
projectIssuesstringtrue周边配套信息
developersstringtrue开发商
minimumAreainttrue面积区间(最小/平方米)
maximumAreainttrue面积区间(最大/平方米)
plotRatiofloattrue容积率
greeningRatefloattrue绿化率
groundParkinginttrue地面停车位数量
basementParkinginttrue地下室停车位数量
groundParkingFeeinttrue地面停车费 元/月(单位:分)
basementParkingFeeinttrue地下停车费 元/月(单位:分)
vehicleFeeinttrue车辆管理费 元/月(单位:分)
propertyFeeinttrue物业费 元/月(单位:分)
ownershipNaturestringtrue权属人性质 1.个人 2.企业
ownershipMobilestringtrue权属联系方式
dataStatusinttrue数据状态 1.已上传 2草稿箱 3.已审核 -1.已驳回
isOnlineinttrue是否上下架 0.否 1.是
propertyCertificateTypestringtrue权属证件类型 1. 身份证 2. 护照 3. 军官证 4. 企业税号
ownershipCertificatestringtrue权属证件内容
clientUserNamestringtrue委托人名称
clientMobilestringtrue委托人联系方式
isOnlineinttrue是否上下架 0.否 1.是
provinceinttrue省份编码
cityinttrue城市编码
regioninttrue区编码
towninttrue镇编码
villageinttrue村编码
provinceNamestringtrue省份名称
cityNamestringtrue城市名称
regionNamestringtrue区名称
townNamestringtrue镇名称
villageNamestringtrue村名称
dealAverPricefloattrue成交均价
averRentfloattrue平均租金
filesarraytrue附件列表
imagearraytrue图片列表
voicearraytrue视频列表
createTimestringtrue创建时间

返回示例

{
    "response": {
        "usersPropertyID": 3,
        "propertyNumber": "Property202505060254ck8i",
        "propertyOwnershipCertificate": "0",
        "name": "万达旗下物业",
        "coverImage": "",
        "propertyType": 1,
        "ownershipCategory": 0,
        "termOfPropertyRights": 0,
        "propertyBuildingNumber": 0,
        "totalHouseholds": 0,
        "totalBuildingArea": "0.00",
        "propertyCompany": "",
        "location": "琼海市 ",
        "navigationAddress": "",
        "longitude": "",
        "latitude": "",
        "buildingType": 0,
        "floorType": 0,
        "businessDistrict": 0,
        "projectIssues": "",
        "desc": "",
        "file": [
            {
                "id": 1,
                "materialName": "test",
                "materialFileName": "test",
                "materialUrl": "https://baidu.com",
                "materialFileFormat": "size",
                "materialFileSize": 1234
            }
        ],
        "image": [
            {
                "id": 2,
                "materialName": "test",
                "materialFileName": "test",
                "materialUrl": "https://baidu.com",
                "materialFileFormat": "size",
                "materialFileSize": 1234
            }
        ],
        "voice": [
            {
                "id": 3,
                "materialName": "test",
                "materialFileName": "test",
                "materialUrl": "https://baidu.com",
                "materialFileFormat": "size",
                "materialFileSize": 1234
            }
        ],
        "province": "北京市",
        "city": "",
        "region": "",
        "town": "",
        "village": "",
        "createTime": "2025-05-06 02:16:50",
    },
    "requestId": "8012d66e-c5fd-4760-920d-4ccd8039760f"
}