文档
测试

新建小区 add estate

POST
/addEstate

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
token
String
身份标识 Identification
必填
name
String
小区名称 estate name
必填
address
String
小区地址 estate address
可选

响应参数

参数名
类型
描述
必填
data
array
数据列表
必填
address
string
小区地址 Community address address
必填
cityId
int
城市id City Id 示例:270222
必填
compactId
int
合同 contractId
必填
contact
string
小区联系人 Community Contact 示例:19970790799
必填
cooperationType
int
合作模式(1-公司自营 2-商户自营 3-加盟(分成抵扣) 4-加盟(x元每日抵扣)) 示例:2
必填
countyId
int
区县id County id 示例:270223
必填
id
int
小区id Community id 示例:1149
必填
inTime
int
创建时间 create time 示例:1582357900000
必填
name
string
小区名称 Community name 示例:测试小区
必填
ownerId
int
公众号 Official Accounts 示例:117
必填
payChannel
int
0:直连; 1:汇付; 2:随行付
必填
provinceId
int
省份id Province Id 示例:262698
必填
settlementType
int
结算方式(0-季结 1-月结 2-日结)
必填
tel
string
联系方式、站点(小区)电话 contact details
必填
shareType
必填
success
boolean
请求成功与否标识 Identification for request success or no
必填
code
String
code
可选
error
String
error message 错误信息
可选

说明 / 示例

说明 返回示例 Return the example ``` { "data": { "address": "---", "cityId": 270224, "contact": "19970790799", "cooperationType": 2, "countyId": 270222, "deviceFee": 6, "electricFee": 0, "expireTime": 2208960000000, "freeDay": 1609344000000, "id": 2059, "inTime": 1656641797789, "name": "zhoucy测试小区", "ownerId": 117, "payChannel": 0, "provinceId": 262698, "settlementType": 1, "shareType": 1, "tel": "19970790799" }, "success": true } ```