编辑产权注销

http://**//business/propertyRightCancel/doEdit

请求参数

参数名
类型
描述
必填
buildingId
Int
建筑物Id
必填
propertyRightCard
String
产权证号
必填
cancelStatus
Int
注销状态
必填
cancelDate
String
注销时间
必填
remark
String
备注
必填
propertyRightCancelAttach
array
上传文件Id数组
必填

状态码

参数名
类型
描述
必填
res
Int
0 代表成功 其他代表失败
必填

响应示例

{ "res": 0, "msg": "更新成功!", "data": { "id": 1 } }