绑定客户房产

更新时间:2022-10-12 18:21:32

接口说明

绑定客户房产

基本信息

请求方式: POST

请求路径:

https://prod.open-api.mysre.cn/business/member-room/bind

请求参数

参数名 参数位置 参数类型 必填 默认值 示例 描述
tenant_code query string
member_id body string 0000b23e-0342-11ed-816b-ec0d9a718810 客户ID
room_id body string 0000b23e-0342-11ed-816b-ec0d9a718810 房间ID
owner_type body string 一手业主 拥有类型
relationship_with_owner body string 同住人与业主关系
start_date body string 开始日期
end_date body string 结束日期
is_default body string 默认房产,0否 1是
remark body string 其他信息说明 其他信息说明
property body string 自住 购买用途
handle body number 1 1上手业主 2联名业主

请求示例

{
    "member_id": "0000b23e-0342-11ed-816b-ec0d9a718810",
    "room_id": "0000b23e-0342-11ed-816b-ec0d9a718810",
    "owner_type": "一手业主",
    "remark": "其他信息",
        "property":"自住",
    "relationship_with_owner": "",
    "start_date": "2022-9-17",
    "end_date": "2032-9-17",
    "is_default": 0,
        "handle": 1
}

返回成功示例

{
  "errcode": 0,
  "errMsg": "ok",
  "rowVersion": "",
  "data": []
}

返回参数说明(成功)

参数名 参数类型 描述
errcode number
errMsg string
rowVersion string
data array

失败返回示例

{
  "errcode": 1001,
  "errMsg": "租户代码参数为空",
  "rowVersion": "",
  "data": []
}

返回参数说明(失败)

参数名 参数类型 描述
errcode number
errMsg string
rowVersion string
data array

results matching ""

    No results matching ""