获取小区询价记录接口

获取小区询价记录接口

功能描述:获取所有询价记录或者该小区的所有询价记录。

申请试用:

支持请求协议:http

请求方式:get

支持格式:json

请求参数:

  • 参数 数据类型 是否必填 说明
  • city_nameString必填城市名
  • cnameString必填小区名
  • numberInt必填面积
  • key_idString必填数字验证签名ID
  • access_signatureString必填数字验证签名
  • time_stampLong必填时间戳

返回参数

  • 参数 数据模型 说明
  • Successbool是否成功
  • DataJSON返回数据
  • GuidString为询价ID
  • conditionsString为询价条件
  • houseTypeString住宅类
  • roomTypeInt
  • areaDouble面积
  • filterString小区名称或地址
  • floorBuildingString楼橦
  • builtedTimeInt建成年代
  • floorInt所在层
  • totalfloorInt总楼层
  • towardString朝向
  • specialFactorsString特殊因素
  • hallInt
  • toiletInt
  • housenumberString户号
  • positionString询价位置
  • renovationString装修
  • othersString其它信息
  • communityNameString小区名
  • resultDouble为询价结果
  • guidString询价id
  • rentDouble租金
  • priceDouble单价
  • totalPriceDouble总价
  • mortgageUnitPriceDouble银行抵押单价
  • minPriceDouble最低单价
  • maxPriceDouble最高单价

返回数据样式

{
    "Success": true,
    "Data": [
        {
            "conditions": {
                "houseType": "别墅",
                "roomType": 3,
                "area": 200,
                "filter": "旭辉御锦",
                "inquiryType": 99,
                "floorBuilding": "",
                "builtedTime": -1,
                "floor": 0,
                "totalfloor": 0,
                "toword": "",
                "specialFactors": "无",
                "hall": 0,
                "toilet": 0,
                "housenumber": "",
                "position": "",
                "renovation": "",
                "others": "",
                "communityName": "旭辉御锦"
            },
            "result": {
                "guid": "3057125e-05bb-4e53-b695-8009244737b1",
                "rent": 0,
                "price": 27139,
                "totalPrice": 543,
                "mortgageUnitPrice": {
                    "minPrice": 27953.170000000002,
                    "maxPrice": 26324.829999999998
                },
                "mortgageTotalPrice": {
                    "minPrice": 559.29,
                    "maxPrice": 526.71
                }
            }
        }
    ]
}