更新时间:2023-06-21 07:13:11下载pdf
本文介绍修改住户信息的 API。
修改住户的信息,例如身份类型、政治面貌等,返回是否修改成功。
注意: 手机号不支持修改。
PUT: /v1.0/iot-02/community/householder/{block_id}/{householder_id}
body
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
real_name | String | true | 住户姓名 | |
sex | Integer | true | 性别
| |
mobile | String | true | 手机号码 | |
card_type | Integer | false | 证件类型(1:身份证) | |
card_no | String | false | 证件号 | |
if_identify | Integer | false | 认证状态
| |
apply_source | Integer | false | 住户申请来源
| |
household_registry_type | Integer | false | 户籍类型
| |
household_registry_address | String | true | 户籍地址 | |
marital_status | Integer | true | 婚姻状态
| |
employer | String | true | 工作单位 | |
political_status | Integer | true | 政治面貌
| |
emergency_contact | String | false | 紧急联系人 | |
emergency_contact_number | String | false | 紧急联系方式,例如:手机号 |
参数名 | 类型 | 说明 |
---|---|---|
result | Boolean | 是否成功 |
PUT: /v1.0/iot-02/community/householder/136767399153950xxxx/139215249742181xxxx
{
"block_id": "138230001889922xxxx",
"real_name": "李四",
"sex": 1,
"mobile": "1566901xxxx",
"card_type": 1,
"card_no": "32122119901010xxxx",
"household_registry_type": 1,
"marital_status": 2,
"employer": "杭州xxxx有限公司",
"political_status": 1,
"emergency_contact": "Jane",
"emergency_contact_number": "1566901xxxx",
"household_registry_address": "CHN,110000,110100,110118,110118109;北京市/市辖区/密云区/不老屯镇"
}
true
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈