房屋信息新增
接口地址
POST /optimus/module/open/property/house/create
入参(JSON 格式)
一级字段
| 字段 |
类型 |
必填 |
描述 |
| appid |
String |
Y |
应用ID |
| seller |
Seller |
Y |
商户信息 |
| paymentProjectSn |
String |
Y |
缴费项目id |
| accountNumber |
String |
N |
户号 |
| householdName |
String |
N |
户主姓名(首次导入可为空) |
| phone |
String |
N |
手机号(首次导入可为空) |
| addressV1 |
String |
Y |
一级房屋地址 |
| orderV1 |
Integer |
Y |
一级房屋次序 |
| addressV2 |
String |
N |
二级房屋地址 |
| orderV2 |
Integer |
N |
二级房屋次序 |
| addressV3 |
String |
N |
三级房屋地址 |
| orderV3 |
Integer |
N |
三级房屋次序 |
| addressV4 |
String |
N |
四级房屋地址 |
| orderV4 |
Integer |
N |
四级房屋次序 |
Seller 字段
| 字段 |
类型 |
必填 |
描述 |
| merchantId |
String |
Y |
商户ID |
| merchantUserId |
String |
Y |
商户用户ID |
| role |
String |
Y |
角色 |
出参 data
| 字段 |
类型 |
描述 |
| feeUnitSn |
String |
缴费单元编号 |
请求示例
{
"appid": "2025082700005615",
"seller": {
"merchantId": "fd567f94-9a44-4ae5-879f-9acc919d0f89",
"merchantUserId": "42c556cc-1509-4de0-bfc3-dfbcb48eae57",
"role": "super_admin"
},
"paymentProjectSn": "411142932574240008",
"accountNumber": "H10001",
"householdName": "",
"phone": "",
"addressV1": "18幢",
"orderV1": 1,
"addressV2": "二单元",
"orderV2": 2,
"addressV3": "301",
"orderV3": 3,
"addressV4": "xx小区1栋1单元101室",
"orderV4": 4
}