业主质保查询接口

更新时间:2023-08-17 16:31:20

接口说明

根据业主id,查询相关房产的质保数据

基本信息

请求方式: POST

请求路径:

https://prod.open-api.mysre.cn/m/guarantee/list

请求参数

参数名 参数位置 参数类型 必填 默认值 示例 描述
tenantCode body string retesting 租户编号
privateKey body string abcdef123456 租户鉴权密钥
member_id body string 客服业主id

请求示例

{"tenantCode":"retesting","privateKey":"49CAB331************C3F34A0225CF","member_id":"39fa2fb1-1ff*****************63827329"}

返回成功示例

{
  "errcode": 0,
  "errmsg": "ok",
  "data": {
    "total": 1,
    "items": [
      {
        "id": "3a00be******************5677774c7227",
        "name": "二期-月份",
        "deadline": "0",
        "deadline_unit": "月",
        "remark": "二期-月份",
        "room_name": "莱茵湖-二期-左区-A栋-2单元-103",
        "room_id": "39d7cb0d-1929-3092-cc19-a04435e6ec84",
        "proj_id": "39d7cb0d-18bf-7951-2d65-f7fea073c0cc",
        "proj_name": "莱茵湖-二期",
        "corp_id": "39d7cb0c-592b-e7eb-f51c-bc84b3d07d02",
        "corp_name": "珠海公司",
        "guarantee_date": "",
        "remind_mark": "",
        "is_expired": false,
        "guarantee_expired_tip": ""
      }
    ]
  }
}

返回参数说明(成功)

参数名 参数类型 描述
errcode number 返回状态,0表示成功
errmsg string 结果描述
data array 结果数据
-- id string 质保项id
-- name string 质保项名称
-- deadline string 质保期数值
-- deadline_unit string 质保期单位
-- remark string 质保备注描述
-- room_name string 房产名称
-- room_id string 房产id
-- proj_id string 项目id
-- proj_name string 项目名称
-- corp_id string 公司id
-- corp_name string 公司名称
-- guarantee_date string 质保到期时间
-- remind_mark string 提醒标识,如果“已经过期”“即将过期”“保修期内”
-- is_expired string 是否过期
-- guarantee_expired_tip string 质保提示

失败返回示例

{
  "errcode": 20001,
  "errmsg": "缺少租户代码",
  "data": []
}

返回参数说明(失败)

参数名 参数类型 描述

results matching ""

    No results matching ""