房屋业主信息变更

curl --location 'https://open-apisix.iwosai.com/optimus/module/open/bill/deleteHouse' \
--header 'Authorization: 2025082700005615 9414419b0eecf83896732ced2a96ba60' \
--header 'Content-Type: application/json' \
--data '{
            "unitOwnerSn":"12312",
            "feeUnitSn":"321312",
            "phoneNumber":"手机号",
            "householdName":"户主姓名",
            "isLiftSign":true, 
            "seller":{
                "merchantId":"c3b75338-81d0-47ca-8f1e-5d224902bd8d",
                "merchantUserId":"11",
                "role":"super_admain"
            },
            "appId":"123123"
        }'

入参说明(JSON 格式)

入参整体结构

参数 参数名称 类型 是否必传 描述 示例
seller 商户信息 Object Y
appid 应用id String Y
feeUnitSn 房屋编号 String Y
unitOwnerSn 户主编号 String Y
phoneNumber 户主手机号 String Y
isLiftSign 是否解约 Boolean Y

seller 字段明细

参数 参数名称 类型 是否必传 描述 示例
merchantId 商户Id String Y 固定值
merchantUserId 商户userId String Y 固定值
role 角色 String Y 固定值 super_admin

出参说明(JSON 格式)

参数 参数名称 类型 是否必传 描述 示例
code 调用code String
success 是否成功 boolean TRUE
msg 调用msg String

results matching ""

    No results matching ""