Configure Census Connection
Enabling the feature
Configuration
General Information
Request data
{
request: {
codigo_institucion: 12, # Static Value
codigo_portal: 5, # Static Value
codigo_usuario: 10, # Static Value
documento: 12345678Z, # Dynamic value related to Document Number
tipo_documento: 1, # Dynamic value related to Document Type
nivel: 3 # Static Value
}
}
Request data - Request method name is filled in with get_habita_datos 
Request data - Structure 
Request data - Path for document type is filled in with request.tipo_documento 
Request data - Path for document number is filled in with request.documento 
Request data - Path for date of birth is left blank 
Request data - Path for postal code is left blank
Response data

Response data - Path for date of birth is filled in with get_habita_datos_response.get_habita_datos_return.datos_habitante.item.fecha_nacimiento_string 
Response data - Path for postal code is filled in with get_habita_datos_response.get_habita_datos_return.datos_vivienda.item.codigo_postal 
Response data - Path for district is filled in with get_habita_datos_response.get_habita_datos_return.datos_vivienda.item.codigo_distrito 
Response data - Path for gender is filled in with get_habita_datos_response.get_habita_datos_return.datos_habitante.item.descripcion_sexo 
Response data - Path for name is filled in with get_habita_datos_response.get_habita_datos_return.datos_habitante.item.nombre 
Response data - Path for last name is filled in with get_habita_datos_response.get_habita_datos_return.datos_habitante.item.apellido1 
Response data - Path for valid response is filled in with get_habita_datos_response.get_habita_datos_return.datos_habitante.item
Last updated