# Archivo de Miembros de Familia

El archivo de Miembros de familia o Query SQL contiene los miembros de familia del cliente.

| Campo / Cabeceras | Tipo de Campo | Descripción                     |                                                           Ejemplo                                                           | Obligatorios |
| ----------------- | :-----------: | ------------------------------- | :-------------------------------------------------------------------------------------------------------------------------: | :----------: |
| id                |     String    | ID Externo                      |                                                           12312321                                                          |      SI      |
| email             |     String    | Email                           |                                                    <christian@woowup.com>                                                   |      SI      |
| document          |     String    | Documento                       |                                                           36872489                                                          |      SI      |
| telephone         |     String    | teléfono                        |                                                          1173682446                                                         |      SI      |
| uid\_member       |     String    | ID del miembro                  |                                                              1                                                              |      SI      |
| email\_member     |     String    | Email del miembro               |                                                      <pancho@gmail.com>                                                     |      NO      |
| first\_name       |     String    | Primero nombre del miembro      |                                                            Pancho                                                           |      SI      |
| last\_name        |     String    | Apellido del miembro            |                                                            Vitale                                                           |      NO      |
| telephone         |     String    | Telefono del Miembro            |                                                           11111111                                                          |      NO      |
| birthdate         |      Date     | Fecha de nacimiento del miembro |                                                          2017-03-03                                                         |      NO      |
| address           |     String    | Dirección del miembro           |                                                    Av Siempre viva 12345                                                    |      NO      |
| gender            |      Enum     | Género dle miembro              |                                                             F,M                                                             |      NO      |
| relationship      |      Enum     | Relación con el miembro         | "son", "parent", "grandparent", "sibling", "friend", "espose", "grandson", "nephew", "pet\_dog", "pet\_cat", "pet", "other" |      SI      |

{% file src="/files/-MN4xIyv9bjaTuSNXPBs" %}
Archivo de ejemplo de Member Family
{% endfile %}

###


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://woowup-docs.gitbook.io/woowup-developer-docs/integracion-csv-sql/archivo-de-miembros-de-familia.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
