Last Updated on : 2023-06-21 07:13:09download
Query the enrollment details of a specified resident by redient ID, including mobile phone number, name, certificate type, and other information.
GET: /v1.0/iot-02/community/householder
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
block_id | String | query | true | The ID of the community in which the resident lives. |
householder_id | String | query | true | The ID of a resident. |
Parameter name | Type | Description |
---|---|---|
result | HighwayHouseholderDetailResponse | The resident's details. |
Description of result
Parameter name | Type | Description |
---|---|---|
user_id | String | The ID of the community in which the resident lives. |
householder_id | String | The ID of a resident. |
real_name | String | The name of a resident. |
sex | Integer | Gender.
|
mobile | String | The mobile phone number. |
card_type | Integer | The type of certificate. 1 : ID card. |
card_no | String | The certificate number. |
if_identify | Integer | Indicates whether the residents' identity is verified.
|
apply_source | Integer | The origin of the request.
|
if_upload_face | Integer | Indicates whether the resident's face is enrolled.
|
gmt_create | Long | The timestamp when the resident record was created. |
block_id | String | The identification of the community under the project. |
household_registry_type | Integer | The type of household registration.
|
household_registry_address | String | Household registration address. |
marital_status | Integer | Marital status.
|
employer | String | Work unit. |
political_status | Integer | Political status.
|
emergency_contact | String | The emergency contact. |
emergency_contact_number | String | The emergency contact information, such as a mobile phone number. |
GET: /v1.0/iot-02/community/householder?block_id=136767399153950xxxx&householder_id=139215249742181xxxx
{
"emergency_contact_number": "1566901xxxx",
"household_registry_type": 1,
"household_registry_address": "CHN,110000,110100,110118,110118109; Beijing/Municipal District/Miyun District/Bulaotun Town",
"sex": 1,
"householder_id": "139346615626157xxxx",
"mobile": "1566901xxxx",
"real_name": "Jack",
"card_type": 1,
"if_identify": 0,
"marital_status": 2,
"political_status": 1,
"card_no": "32122119901011xxxx",
"user_id": "",
"employer": "Hangzhou xxxx Co., LTD",
"emergency_contact": "Jane"
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback