# Módulo Capacitación(Cursos)

# Matricula Estudiante (1)

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Busca al Estudiante

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”**
- **¿Qué hace?** Busca al Estudiante por el DNI
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/OcYimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/OcYimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/8PBimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/8PBimage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/program/enroll_student`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
		"dni": "48120967"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "msn": "Lista de programas",
    "data": [
        "Programa de Actualización",
        "Programa de Inducción",
        "Módulo Entrega de encomiendas",
        "Programa para Estibadores",
        "Módulo SSOMA"
    ],
    "enrollment": [
        {
            "name": "EDU-ENR-2023-10383"
        },
        {
            "name": "EDU-ENR-2022-02841"
        },
        {
            "name": "EDU-ENR-2023-03613"
        },
        {
            "name": "EDU-ENR-2022-04038"
        },
        {
            "name": "EDU-ENR-2022-02842"
        }
    ],
    "errors": []
}
        

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/matricula-estudiante-1-enrollstudent](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/matricula-estudiante-1-enrollstudent)

# Listar Cursos (1)

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Lista Cursos

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”**
- **¿Qué hace?** Lista Cursos del Estudiante por el DNI
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/Hciimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/Hciimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/0lUimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/0lUimage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/listar`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "dni": "61759769"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "CAPACITACIÓN ATC (II FASE)",
            "hero_image": "/files/Procesos ATC_portada.png"
        },
        {
            "name": "CAPACITACIÓN PARA ADMINISTRADORES Y ENCARGADOS",
            "hero_image": "/files/Portada ADM.png"
        },
        {
            "name": "CAPACITACIÓN Reclamos ATC (II FASE)",
            "hero_image": "/files/Portada_Reclamos ATC.jpg"
        },
        {
            "name": "Capacitaciones SSOMA",
            "hero_image": "/files/CAPA SSOMA Portada.png"
        },
        {
            "name": "COMUNICADOS INTERNOS",
            "hero_image": "/files/Portada Comunicados.png"
        },
        {
            "name": "Curso Cotización",
            "hero_image": "/files/VOLUMEN.png"
        },
        {
            "name": "Curso Documentación",
            "hero_image": "/files/documentación.png"
        },
        {
            "name": "Curso Entrega de encomiendas",
            "hero_image": "/files/ENTREGAS EN AGENCIA286fdc.jpg"
        },
        {
            "name": "Curso Inducción",
            "hero_image": "/files/inducción.png"
        },
        {
            "name": "PROGRAMA DE ACTUALIZACIÓN",
            "hero_image": "/files/PROGRAMA DE ACTUALIZACION 1.png"
        }
    ]
}
        

```

### Servicios relacionados

# Cursos Temas (1) - CAPACITACIÓN ATC (II FASE)

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Lista Cursos

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”** y luego **“CAPACITACIÓN ATC (II FASE)”**
- **¿Qué hace?** Lista los recursos por el nombre del Curso.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/pd9image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/pd9image.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/AIRimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/AIRimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/wXKimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/wXKimage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/temas`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "curso": "CAPACITACIÓN ATC (II FASE)"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "b55f05e56d",
            "owner": "carmen@shalom.com.pe",
            "creation": "2022-04-19 00:35:31.990737",
            "modified": "2024-12-13 16:40:29.369955",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN ATC (II FASE)",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 1,
            "docstatus": 0,
            "topic": "DIA 1 - Recorrido en WISE",
            "topic_name": "DIA 1 - Recorrido en WISE",
            "doctype": "Course Topic",
            "videos": 4,
            "articulos": 0
        },
        {
            "name": "60c99f3b64",
            "owner": "carmen@shalom.com.pe",
            "creation": "2022-04-19 00:35:31.990737",
            "modified": "2024-12-13 16:40:29.369955",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN ATC (II FASE)",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 2,
            "docstatus": 0,
            "topic": "DIA 1 - Recorrido SISTEMA EMPRESARIAL",
            "topic_name": "DIA 1 - Recorrido SISTEMA EMPRESARIAL",
            "doctype": "Course Topic",
            "videos": 1,
            "articulos": 0
        },
        {
            "name": "e72f6b8a2c",
            "owner": "carmen@shalom.com.pe",
            "creation": "2022-04-19 00:35:31.990737",
            "modified": "2024-12-13 16:40:29.369955",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN ATC (II FASE)",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 3,
            "docstatus": 0,
            "topic": "DIA 1 - Recorrido PÁGINA WEB",
            "topic_name": "DIA 1 - Recorrido PÁGINA WEB",
            "doctype": "Course Topic",
            "videos": 0,
            "articulos": 1
        },
        {
            "name": "23c9f5b7e7",
            "owner": "carmen@shalom.com.pe",
            "creation": "2022-04-19 00:35:31.990737",
            "modified": "2024-12-13 16:40:29.369955",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN ATC (II FASE)",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 4,
            "docstatus": 0,
            "topic": "DIA 1 - Plataformas",
            "topic_name": "DIA 1 - Plataformas",
            "doctype": "Course Topic",
            "videos": 2,
            "articulos": 0
        },
        {
            "name": "7ba59cf964",
            "owner": "carmen@shalom.com.pe",
            "creation": "2022-04-19 00:35:31.990737",
            "modified": "2024-12-13 16:40:29.369955",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN ATC (II FASE)",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 5,
            "docstatus": 0,
            "topic": "DIA 1 - Agregar contacto",
            "topic_name": "DIA 1 - Agregar contacto",
            "doctype": "Course Topic",
            "videos": 1,
            "articulos": 3
        },
        {
            "name": "b32cce8e4f",
            "owner": "carmen@shalom.com.pe",
            "creation": "2022-04-19 00:35:31.990737",
            "modified": "2024-12-13 16:40:29.369955",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN ATC (II FASE)",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 6,
            "docstatus": 0,
            "topic": "DIA 2 - Cambio de destino",
            "topic_name": "DIA 2 - Cambio de destino",
            "doctype": "Course Topic",
            "videos": 1,
            "articulos": 2
        },
        {
            "name": "10addbfe1c",
            "owner": "carmenberru@shalom.com.pe",
            "creation": "2022-04-19 00:35:31.990737",
            "modified": "2024-12-13 16:40:29.369955",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN ATC (II FASE)",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 7,
            "docstatus": 0,
            "topic": "DIA 2 - Devolución de mercadería",
            "topic_name": "DIA 2 - Devolución de mercadería",
            "doctype": "Course Topic",
            "videos": 1,
            "articulos": 2
        },
        {
            "name": "6331dc0e03",
            "owner": "carmenberru@shalom.com.pe",
            "creation": "2022-04-19 00:35:31.990737",
            "modified": "2024-12-13 16:40:29.369955",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN ATC (II FASE)",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 8,
            "docstatus": 0,
            "topic": "DIA 2 - Retiro de mercadería",
            "topic_name": "DIA 2 - Retiro de mercadería",
            "doctype": "Course Topic",
            "videos": 1,
            "articulos": 0
        },
        {
            "name": "f306a31102",
            "owner": "carmen@shalom.com.pe",
            "creation": "2022-04-19 00:35:31.990737",
            "modified": "2024-12-13 16:40:29.369955",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN ATC (II FASE)",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 9,
            "docstatus": 0,
            "topic": "DIA 2 - Retención de carga",
            "topic_name": "DIA 2 - Retención de carga",
            "doctype": "Course Topic",
            "videos": 1,
            "articulos": 1
        },
        {
            "name": "d896406909",
            "owner": "carmen@shalom.com.pe",
            "creation": "2022-04-19 00:35:31.990737",
            "modified": "2024-12-13 16:40:29.369955",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN ATC (II FASE)",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 10,
            "docstatus": 0,
            "topic": "DIA 3 - Servicios Complementarios",
            "topic_name": "DIA 3 - Servicios Complementarios",
            "doctype": "Course Topic",
            "videos": 2,
            "articulos": 0
        },
        {
            "name": "8034e9ecc8",
            "owner": "carmen@shalom.com.pe",
            "creation": "2022-04-19 00:35:31.990737",
            "modified": "2024-12-13 16:40:29.369955",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN ATC (II FASE)",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 11,
            "docstatus": 0,
            "topic": "DIA 3 - Procesos finanzas - ATC",
            "topic_name": "DIA 3 - Procesos finanzas - ATC",
            "doctype": "Course Topic",
            "videos": 1,
            "articulos": 0
        },
        {
            "name": "e5063266b0",
            "owner": "carmen@shalom.com.pe",
            "creation": "2022-04-19 00:35:31.990737",
            "modified": "2024-12-13 16:40:29.369955",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN ATC (II FASE)",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 12,
            "docstatus": 0,
            "topic": "DIA 3 - Servicio de Garantía",
            "topic_name": "DIA 3 - Servicio de Garantía",
            "doctype": "Course Topic",
            "videos": 0,
            "articulos": 1
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-1-capacitacion-atc-ii-fase-temas](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-1-2-3-4-5-6-7-capacitacion-atc-ii-fase-temas)

# Cursos Temas Contenido (1) - Recorrido en WISE

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Lista Cursos

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”,** luego **“CAPACITACIÓN ATC (II FASE)”** y luego **“DIA 1 - Recorrido en WISE”.**
- **¿Qué hace?** Lista de videos del curso.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/iZcimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/iZcimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/FAnimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/FAnimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/QOXimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/QOXimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/bI7image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/bI7image.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/temas/contenido`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "tema": "DIA 1 - Recorrido en WISE", 
    "dni": "61759769"


```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "2ed32192b7",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 10:14:57.197209",
            "modified": "2024-02-20 10:25:16.493871",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Recorrido en WISE",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 1,
            "docstatus": 0,
            "content_type": "Video",
            "content": "Video 1 WISE - Iniciar sesión",
            "doctype": "Topic Content",
            "url": "<https://erp-test.shalom.com.pe/files/1.%20INGRESA%20A%20WISE.mp4>",
            "quiz_attempts": 0
        },
        {
            "name": "22e1517cd1",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 10:14:57.197209",
            "modified": "2024-02-20 10:25:16.493871",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Recorrido en WISE",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 2,
            "docstatus": 0,
            "content_type": "Video",
            "content": "Video 2 WISE - Email y WhatsApp",
            "doctype": "Topic Content",
            "url": "<https://erp-test.shalom.com.pe/files/2.%20EMAIL%20Y%20WHATSAPP.mp4>",
            "quiz_attempts": 0
        },
        {
            "name": "bb07f68205",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 10:14:57.197209",
            "modified": "2024-02-20 10:25:16.493871",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Recorrido en WISE",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 3,
            "docstatus": 0,
            "content_type": "Video",
            "content": "Video 3 WISE - Iconos",
            "doctype": "Topic Content",
            "url": "<https://erp-test.shalom.com.pe/files/3.%20ICONOS%20DE%20WISE.mp4>",
            "quiz_attempts": 0
        },
        {
            "name": "53ad87743c",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 10:14:57.197209",
            "modified": "2024-02-20 10:25:16.493871",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Recorrido en WISE",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 4,
            "docstatus": 0,
            "content_type": "Video",
            "content": "Video 4 WISE - Buscar un caso",
            "doctype": "Topic Content",
            "url": "<https://erp-test.shalom.com.pe/files/4.%20BUSCAR%20UN%20CASO.mp4>",
            "quiz_attempts": 0
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-contenido-1-recorrido-en-wise-temas-contenido](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-contenido-1-2-3-4-5-6-7-temas-contenido)

# Cursos Temas Contenido (2) - Recorrido SISTEMA EMPRESARIAL

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Lista Cursos

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”,** luego **“CAPACITACIÓN ATC (II FASE)”** y luego **“DIA 1 - Recorrido SISTEMA EMPRESARIAL”.**
- **¿Qué hace?** Lista de videos del curso.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/kwOimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/kwOimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/qSPimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/qSPimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/Spsimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/Spsimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/Vb8image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/Vb8image.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/temas/contenido`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "tema": "DIA 1 - Recorrido SISTEMA EMPRESARIAL", 
    "dni": "61759769"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "93a6976286",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-28 18:20:08.380513",
            "modified": "2024-02-29 12:16:40.915388",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Recorrido SISTEMA EMPRESARIAL",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 1,
            "docstatus": 0,
            "content_type": "Video",
            "content": "Video SE - Ticket Shalom",
            "doctype": "Topic Content",
            "url": "<https://erp-test.shalom.com.pe/files/ATC%20TICKET%20SHALOM.mp4>",
            "quiz_attempts": 0
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-contenido-12-recorrido-en-wise-recorrido-sistema-empresarial-temas-contenido](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-contenido-1-2-3-4-5-6-7-temas-contenido)

# Cursos Temas Contenido (3) - Recorrido PÁGINA WEB

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Lista Cursos

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”,** luego **“CAPACITACIÓN ATC (II FASE)”** y luego **“DIA 1 - Recorrido PÁGINA WEB”.**
- **¿Qué hace?** Lista de videos del curso.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/cMzimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/cMzimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/ldOimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/ldOimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/agzimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/agzimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/drpimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/drpimage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/temas/contenido`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "tema": "DIA 1 - Recorrido PÁGINA WEB", 
    "dni": "61759769"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "e46432896f",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-04-09 10:17:30.152604",
            "modified": "2024-04-09 17:18:10.521195",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Recorrido PÁGINA WEB",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 1,
            "docstatus": 0,
            "content_type": "Article",
            "content": "Pasos RASTREA WEB",
            "doctype": "Topic Content",
            "url": "<https://capacitacion.shalom.com.pe/files/Pasos%20RASTREA%20WEB.pdf>",
            "quiz_attempts": 0
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-contenido-1-2-3-4-5-temas-contenido](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-contenido-1-2-3-4-5-6-7-temas-contenido)

# Cursos Temas Contenido (4) - Plataformas

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Lista Cursos

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”,** luego **“CAPACITACIÓN ATC (II FASE)”** y luego **“DIA 1 - Plataformas”.**
- **¿Qué hace?** Lista de videos del curso.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/emBimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/emBimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/v8rimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/v8rimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/xaTimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/xaTimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/TBiimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/TBiimage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/temas/contenido`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "tema": "DIA 1 - Plataformas", 
    "dni": "61759769"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "cdfe60f82a",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-29 10:42:04.440462",
            "modified": "2024-12-11 16:48:10.619704",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Plataformas",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 1,
            "docstatus": 0,
            "content_type": "Video",
            "content": "Video Shalom Pro",
            "doctype": "Topic Content",
            "url": "<https://erp-test.shalom.com.pe/files/VIDEO%20PARA%20COLABORADORES%20SHALOM%20PRO.mp4>",
            "quiz_attempts": 0
        },
        {
            "name": "369de5a407",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-29 10:42:04.440462",
            "modified": "2024-12-11 16:48:10.619704",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Plataformas",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 2,
            "docstatus": 0,
            "content_type": "Video",
            "content": "Video Envía YA!",
            "doctype": "Topic Content",
            "url": "<https://erp-test.shalom.com.pe/files/VIDEO%20ENVIA%20YA%20DIRIGIDO%20A%20COLABORADORES.mp4>",
            "quiz_attempts": 0
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-contenido-1-2-3-4-5-temas-contenido](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-contenido-1-2-3-4-5-6-7-temas-contenido)

# Cursos Temas Contenido (5) - Agregar contacto

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Lista Cursos

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”,** luego **“CAPACITACIÓN ATC (II FASE)”** y luego **“DIA 1 - Agregar contacto”.**
- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”,** luego **“CAPACITACIÓN ATC (II FASE)”** y luego **“DIA 1 - Agregar contacto”.**
- **¿Qué hace?** Lista de videos del curso.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/oS1image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/oS1image.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/Ahnimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/Ahnimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/f4pimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/f4pimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/t5Qimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/t5Qimage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/temas/contenido`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "tema": "DIA 1 - Agregar contacto", 
    "dni": "61759769"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "8c8af66c6b",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 12:00:37.957210",
            "modified": "2024-03-19 16:52:29.084116",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Agregar contacto",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 1,
            "docstatus": 0,
            "content_type": "Video",
            "content": "Video ATC - Agregar contacto",
            "doctype": "Topic Content",
            "url": "<https://erp-test.shalom.com.pe/files/PROCESO%20AGREGAR%20CONTACTO.mp4>",
            "quiz_attempts": 0
        },
        {
            "name": "3411c30d52",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 12:00:37.957210",
            "modified": "2024-03-19 16:52:29.084116",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Agregar contacto",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 2,
            "docstatus": 0,
            "content_type": "Article",
            "content": "SPEECH PARA AGREGAR CONTACTO",
            "doctype": "Topic Content",
            "url": "<https://capacitacion.shalom.com.pe/files/SPEECH%20Call%20Center%20SHALOM%20-%20Agregar%20contacto.pdf>",
            "quiz_attempts": 0
        },
        {
            "name": "857f40f960",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 12:00:37.957210",
            "modified": "2024-03-19 16:52:29.084116",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Agregar contacto",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 3,
            "docstatus": 0,
            "content_type": "Article",
            "content": "Pasos para Agregar Contacto - CALL CENTER",
            "doctype": "Topic Content",
            "url": "<https://capacitacion.shalom.com.pe/files/PASOS%20PARA%20AGREGAR%20CONTACTO%20-%20CALL%20CENTER.pdf>",
            "quiz_attempts": 0
        },
        {
            "name": "c90280bd3c",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 12:00:37.957210",
            "modified": "2024-03-19 16:52:29.084116",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Agregar contacto",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 4,
            "docstatus": 0,
            "content_type": "Article",
            "content": "Pasos para Agregar Contacto - PRESENCIAL",
            "doctype": "Topic Content",
            "url": "<https://capacitacion.shalom.com.pe/files/PASOS%20PARA%20AGREGAR%20CONTACTO%20-%20PRESENCIAL%20(1).pdf>",
            "quiz_attempts": 0
        },
        {
            "name": "4f32c1b002",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 12:00:37.957210",
            "modified": "2024-03-19 16:52:29.084116",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Agregar contacto",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 5,
            "docstatus": 0,
            "content_type": "Quiz",
            "content": "EXAMEN ATC - Agregar contacto",
            "doctype": "Topic Content",
            "quiz_attempts": 0
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-contenido-1-2-3-4-5-temas-contenido](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-contenido-1-2-3-4-5-6-7-temas-contenido)

# Examen del Curso (1) - EXAMEN ATC - Agregar contacto

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Examen del Curso

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”,** luego **“CAPACITACIÓN ATC (II FASE)”,** luego **“DIA 1 - Agregar contacto”** y presionas el boton **“Realiza tu evaluación”.**
- **¿Qué hace?** Muestra las preguntas de la evaluación.
- **Pantallazo de la app:**

[ ![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/5Nximage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/5Nximage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/4iUimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/4iUimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/eP5image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/eP5image.png)

[ ![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/dQlimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/dQlimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/VXtimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/VXtimage.png)

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/V2Zimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/V2Zimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/xtDimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/xtDimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/BfHimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/BfHimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/eE5image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/eE5image.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/F89image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/F89image.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/examen/preguntas`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "examen": "EXAMEN ATC - Agregar contacto"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "QUESTION-359341",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-29 18:03:57.638170",
            "modified": "2024-02-29 18:03:57.638170",
            "modified_by": "carmen@shalom.com.pe",
            "idx": 0,
            "docstatus": 0,
            "question": "Solo el Remitente puede solicitar Agregar Contacto:",
            "question_type": "Single Correct Answer",
            "question_link": "QUESTION-359341",
            "options": [
                {
                    "name": "8277750b19",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-02-29 18:03:57.638170",
                    "modified": "2024-02-29 18:03:57.638170",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359341",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 1,
                    "docstatus": 0,
                    "option": "Verdadero",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "943c55005e",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-02-29 18:03:57.638170",
                    "modified": "2024-02-29 18:03:57.638170",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359341",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 2,
                    "docstatus": 0,
                    "option": "Falso",
                    "is_correct": 1,
                    "doctype": "Options"
                }
            ],
            "imagen": ""
        },
        {
            "name": "QUESTION-359637",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-03-01 10:40:39.393288",
            "modified": "2024-03-01 10:40:39.393288",
            "modified_by": "carmen@shalom.com.pe",
            "idx": 0,
            "docstatus": 0,
            "question": "Si el cliente (Empresa) solicita agregar contacto y cuenta con correo corporativo:",
            "question_type": "Single Correct Answer",
            "question_link": "QUESTION-359637",
            "options": [
                {
                    "name": "1b426f535d",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-01 10:40:39.393288",
                    "modified": "2024-03-01 10:40:39.393288",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359637",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 2,
                    "docstatus": 0,
                    "option": "Se le debe enviar el Formulario de Solicitud – Persona Natural",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "a34899b6a0",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-01 10:40:39.393288",
                    "modified": "2024-03-01 10:40:39.393288",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359637",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 1,
                    "docstatus": 0,
                    "option": "Deberá enviar por WhatsApp la foto de DNI de su Rep. Legal",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "b7812e1844",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-01 10:40:39.393288",
                    "modified": "2024-03-01 10:40:39.393288",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359637",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 3,
                    "docstatus": 0,
                    "option": "Deberá enviar su solicitud al correo atencionalcliente@shalom.com.pe",
                    "is_correct": 1,
                    "doctype": "Options"
                },
                {
                    "name": "f9e310dba6",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-01 10:40:39.393288",
                    "modified": "2024-03-01 10:40:39.393288",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359637",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 4,
                    "docstatus": 0,
                    "option": "Se le debe enviar el Formulario de Solicitud – Empresa",
                    "is_correct": 0,
                    "doctype": "Options"
                }
            ],
            "imagen": ""
        },
        {
            "name": "QUESTION-359347",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-29 18:37:24.641436",
            "modified": "2024-12-11 16:52:20.935389",
            "modified_by": "carmen@shalom.com.pe",
            "idx": 0,
            "docstatus": 0,
            "question": "Se debe informar al cliente (persona natural) que No se puede proceder a su solicitud de Agregar Contacto, cuando:",
            "question_type": "Single Correct Answer",
            "question_link": "QUESTION-359347",
            "options": [
                {
                    "name": "0f28a795c9",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-02-29 18:37:24.641436",
                    "modified": "2024-12-11 16:52:20.935389",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359347",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 4,
                    "docstatus": 0,
                    "option": "Todas las anteriores",
                    "is_correct": 1,
                    "doctype": "Options"
                },
                {
                    "name": "4fcfc9c018",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-02-29 18:37:24.641436",
                    "modified": "2024-12-11 16:52:20.935389",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359347",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 2,
                    "docstatus": 0,
                    "option": "El envío aparece en Estados como Entregado.",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "e16b7d1a9c",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-02-29 18:37:24.641436",
                    "modified": "2024-12-11 16:52:20.935389",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359347",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 1,
                    "docstatus": 0,
                    "option": "No es el Remitente ni el Destinatario el que se solicita.",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "f9b8e75fec",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-02-29 18:37:24.641436",
                    "modified": "2024-12-11 16:52:20.935389",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359347",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 3,
                    "docstatus": 0,
                    "option": "No se pudo validar la autenticidad de su DOC. de Identidad.",
                    "is_correct": 0,
                    "doctype": "Options"
                }
            ],
            "imagen": ""
        },
        {
            "name": "QUESTION-359639",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-03-01 10:42:26.933670",
            "modified": "2024-12-11 17:33:35.996144",
            "modified_by": "carmen@shalom.com.pe",
            "idx": 0,
            "docstatus": 0,
            "question": "Los datos del RUC y Representante legal se verifican en la página de:",
            "question_type": "Single Correct Answer",
            "question_link": "QUESTION-359639",
            "options": [
                {
                    "name": "1d7cd4c16a",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-01 10:42:26.933670",
                    "modified": "2024-12-11 17:33:35.996144",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359639",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 4,
                    "docstatus": 0,
                    "option": "Consulta de emisores",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "39a8287404",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-01 10:42:26.933670",
                    "modified": "2024-12-11 17:33:35.996144",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359639",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 2,
                    "docstatus": 0,
                    "option": "Consulta RUC",
                    "is_correct": 1,
                    "doctype": "Options"
                },
                {
                    "name": "51901e00e4",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-01 10:42:26.933670",
                    "modified": "2024-12-11 17:33:35.996144",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359639",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 1,
                    "docstatus": 0,
                    "option": "Migraciones",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "6b9a6177c8",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-01 10:42:26.933670",
                    "modified": "2024-12-11 17:33:35.996144",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359639",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 3,
                    "docstatus": 0,
                    "option": "RENIEC",
                    "is_correct": 0,
                    "doctype": "Options"
                }
            ],
            "imagen": ""
        },
        {
            "name": "QUESTION-359618",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-03-01 10:14:19.887842",
            "modified": "2024-12-11 16:54:22.928841",
            "modified_by": "carmen@shalom.com.pe",
            "idx": 0,
            "docstatus": 0,
            "question": "Selecciona el documento que No está obligado a presentar el cliente (persona natural) que solicita Agregar contacto de manera presencial:",
            "question_type": "Single Correct Answer",
            "question_link": "QUESTION-359618",
            "options": [
                {
                    "name": "59a674aa2f",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-01 10:14:19.887842",
                    "modified": "2024-12-11 16:54:22.928841",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359618",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 2,
                    "docstatus": 0,
                    "option": "Ticket Shalom en físico o foto",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "7cc89b21ca",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-01 10:14:19.887842",
                    "modified": "2024-12-11 16:54:22.928841",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359618",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 4,
                    "docstatus": 0,
                    "option": "Guía de Remisión Remitente",
                    "is_correct": 1,
                    "doctype": "Options"
                },
                {
                    "name": "7d9d55f39a",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-01 10:14:19.887842",
                    "modified": "2024-12-11 16:54:22.928841",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359618",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 3,
                    "docstatus": 0,
                    "option": "Formato de solicitud con firma legible igual a la del DNI",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "dcf6ded95b",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-01 10:14:19.887842",
                    "modified": "2024-12-11 16:54:22.928841",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-359618",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 1,
                    "docstatus": 0,
                    "option": "DNI en físico del solicitante",
                    "is_correct": 0,
                    "doctype": "Options"
                }
            ],
            "imagen": ""
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/examen-del-curso-1-examen-atc-agregar-contacto-preguntas](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/examen-del-curso-1-2-3-examen-atc-agregar-contacto-preguntas)

# Evaluar Examen del Curso (1) - EXAMEN ATC - Agregar contacto

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Evaluar Examen del Curso

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”,** luego **“CAPACITACIÓN ATC (II FASE)”,** luego **“DIA 1 - Agregar contacto”** y presionas el boton **“Realiza tu evaluación”,** una vez que marcas todas las preguntas presionas el boton **“Finalizar Examen”.**
- **¿Qué hace?** Evalua el resultado del examen.
- **Pantallazo de la app:**

[ ![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/FZgimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/FZgimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/LT8image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/LT8image.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/CSpimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/CSpimage.png)

[ ![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/fP7image.png) ](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/fP7image.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/o6eimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/o6eimage.png)

[ ![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/cGBimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/cGBimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/XYAimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/XYAimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/mdximage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/mdximage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/NXhimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/NXhimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/3Ttimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/3Ttimage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/examen`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

![image.png](attachment:60bb5de5-efae-4d93-a342-0ddff77ac74b:image.png)

```json
{
    "examen": "EXAMEN ATC - Agregar contacto",
     "respuestas": 
     {
        "QUESTION-359341":"8277750b19",
        "QUESTION-359637":"1b426f535d",
        "QUESTION-359347":"4fcfc9c018",
        "QUESTION-359639":"39a8287404","QUESTION-359618":"7cc89b21ca"
    }, 
    "curso": "CAPACITACIÓN ATC (II FASE)", 
    "tiempo": 20, 
    "dni": 61759769
}

```

**Response ejemplo:**

```json
{
    "valor": false,
    "msn": "Ocurrió un error al evaluar el cuestionario, contactar con soporte",
    "data": null
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/evaluar-examen-del-curso-1-examen-atc-agregar-contacto-guardar-examen-old](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/evaluar-examen-del-curso-1-2-3-examen-atc-agregar-contacto-guardar-examen-old)

# Cursos Temas Contenido (6) - Cambio de destino

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Lista Cursos

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”,** luego **“CAPACITACIÓN ATC (II FASE)”** y luego **“DIA 2 - Cambio de destino”.**
- **¿Qué hace?** Lista de videos del curso.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/w8Vimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/w8Vimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/nKfimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/nKfimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/XBgimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/XBgimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/idMimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/idMimage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/temas/contenido`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "tema": "DIA 2 - Cambio de destino", 
    "dni": "61759769"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "8c8af66c6b",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 12:00:37.957210",
            "modified": "2024-03-19 16:52:29.084116",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Agregar contacto",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 1,
            "docstatus": 0,
            "content_type": "Video",
            "content": "Video ATC - Agregar contacto",
            "doctype": "Topic Content",
            "url": "<https://erp-test.shalom.com.pe/files/PROCESO%20AGREGAR%20CONTACTO.mp4>",
            "quiz_attempts": 0
        },
        {
            "name": "3411c30d52",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 12:00:37.957210",
            "modified": "2024-03-19 16:52:29.084116",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Agregar contacto",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 2,
            "docstatus": 0,
            "content_type": "Article",
            "content": "SPEECH PARA AGREGAR CONTACTO",
            "doctype": "Topic Content",
            "url": "<https://capacitacion.shalom.com.pe/files/SPEECH%20Call%20Center%20SHALOM%20-%20Agregar%20contacto.pdf>",
            "quiz_attempts": 0
        },
        {
            "name": "857f40f960",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 12:00:37.957210",
            "modified": "2024-03-19 16:52:29.084116",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Agregar contacto",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 3,
            "docstatus": 0,
            "content_type": "Article",
            "content": "Pasos para Agregar Contacto - CALL CENTER",
            "doctype": "Topic Content",
            "url": "<https://capacitacion.shalom.com.pe/files/PASOS%20PARA%20AGREGAR%20CONTACTO%20-%20CALL%20CENTER.pdf>",
            "quiz_attempts": 0
        },
        {
            "name": "c90280bd3c",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 12:00:37.957210",
            "modified": "2024-03-19 16:52:29.084116",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Agregar contacto",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 4,
            "docstatus": 0,
            "content_type": "Article",
            "content": "Pasos para Agregar Contacto - PRESENCIAL",
            "doctype": "Topic Content",
            "url": "<https://capacitacion.shalom.com.pe/files/PASOS%20PARA%20AGREGAR%20CONTACTO%20-%20PRESENCIAL%20(1).pdf>",
            "quiz_attempts": 0
        },
        {
            "name": "4f32c1b002",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 12:00:37.957210",
            "modified": "2024-03-19 16:52:29.084116",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Agregar contacto",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 5,
            "docstatus": 0,
            "content_type": "Quiz",
            "content": "EXAMEN ATC - Agregar contacto",
            "doctype": "Topic Content",
            "quiz_attempts": 0
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-contenido-1-2-3-4-5-6-temas-contenido](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-contenido-1-2-3-4-5-6-7-temas-contenido)

# Examen del Curso (2) - EXAMEN ATC - Cambio de destino

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Examen del Curso

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”,** luego **“CAPACITACIÓN ATC (II FASE)”,** luego **“DIA 2 - Cambio de destino”** y presionas el boton **“Realiza tu evaluación”.**
- **¿Qué hace?** Muestra las preguntas de la evaluación.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/sbuimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/sbuimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/pxSimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/pxSimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/Df5image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/Df5image.png)

[ ![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/awQimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/awQimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/MSqimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/MSqimage.png)

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/djhimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/djhimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/eICimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/eICimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/KeKimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/KeKimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/Ux1image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/Ux1image.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/znPimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/znPimage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/examen/preguntas`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "examen": "EXAMEN ATC - Cambio de destino"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "QUESTION-371850",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-03-18 15:55:04.902079",
            "modified": "2024-03-18 15:55:04.902079",
            "modified_by": "carmen@shalom.com.pe",
            "idx": 0,
            "docstatus": 0,
            "question": "Luego de realizar el proceso de cambio de destino, se debe:",
            "question_type": "Single Correct Answer",
            "question_link": "QUESTION-371850",
            "options": [
                {
                    "name": "04dfa65712",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:55:04.902079",
                    "modified": "2024-03-18 15:55:04.902079",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371850",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 4,
                    "docstatus": 0,
                    "option": "Todas las anteriores",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "70c15d0ba3",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:55:04.902079",
                    "modified": "2024-03-18 15:55:04.902079",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371850",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 3,
                    "docstatus": 0,
                    "option": "Agregar una incidencia en el sistema por retiro de mercadería",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "84d71d94cf",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:55:04.902079",
                    "modified": "2024-03-18 15:55:04.902079",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371850",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 1,
                    "docstatus": 0,
                    "option": "Solicitar al cliente la clave de seguridad",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "fb228db02d",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:55:04.902079",
                    "modified": "2024-03-18 15:55:04.902079",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371850",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 2,
                    "docstatus": 0,
                    "option": "Enviar al Cliente la nueva orden generada",
                    "is_correct": 1,
                    "doctype": "Options"
                }
            ],
            "imagen": ""
        },
        {
            "name": "QUESTION-371846",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-03-18 15:48:02.927906",
            "modified": "2024-03-18 15:48:02.927906",
            "modified_by": "carmen@shalom.com.pe",
            "idx": 0,
            "docstatus": 0,
            "question": "Si el envío es de empresa, para trasladar la encomienda al nuevo destino se deberá solicitar al cliente:",
            "question_type": "Single Correct Answer",
            "question_link": "QUESTION-371846",
            "options": [
                {
                    "name": "070ea246b7",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:48:02.927906",
                    "modified": "2024-03-18 15:48:02.927906",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371846",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 2,
                    "docstatus": 0,
                    "option": "Guía de Remisión Transportista",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "5931546345",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:48:02.927906",
                    "modified": "2024-03-18 15:48:02.927906",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371846",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 1,
                    "docstatus": 0,
                    "option": "DNI del solicitante",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "cd162bb7cc",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:48:02.927906",
                    "modified": "2024-03-18 15:48:02.927906",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371846",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 4,
                    "docstatus": 0,
                    "option": "Factura o boleta de pago",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "dc4490ac44",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:48:02.927906",
                    "modified": "2024-03-18 15:48:02.927906",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371846",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 3,
                    "docstatus": 0,
                    "option": "Guía de Remisión Remitente",
                    "is_correct": 1,
                    "doctype": "Options"
                }
            ],
            "imagen": ""
        },
        {
            "name": "QUESTION-371842",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-03-18 15:42:53.812554",
            "modified": "2024-03-18 15:42:53.812554",
            "modified_by": "carmen@shalom.com.pe",
            "idx": 0,
            "docstatus": 0,
            "question": "Si el envío aún se encuentra en ruta...",
            "question_type": "Single Correct Answer",
            "question_link": "QUESTION-371842",
            "options": [
                {
                    "name": "6216e29461",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:42:53.812554",
                    "modified": "2024-03-18 15:42:53.812554",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371842",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 3,
                    "docstatus": 0,
                    "option": "Informar al cliente que debe cancelar el primer envío ",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "9ac04e0d9c",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:42:53.812554",
                    "modified": "2024-03-18 15:42:53.812554",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371842",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 1,
                    "docstatus": 0,
                    "option": "Se puede realizar el proceso",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "cc738e7ec3",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:42:53.812554",
                    "modified": "2024-03-18 15:42:53.812554",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371842",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 4,
                    "docstatus": 0,
                    "option": "En el sistema aparece como desembarcado en oficina",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "e14c6c4aec",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:42:53.812554",
                    "modified": "2024-03-18 15:42:53.812554",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371842",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 2,
                    "docstatus": 0,
                    "option": "No se podrá efectuar el proceso hasta que llegue a su destino.",
                    "is_correct": 1,
                    "doctype": "Options"
                }
            ],
            "imagen": ""
        },
        {
            "name": "QUESTION-371849",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-03-18 15:51:44.689336",
            "modified": "2025-01-09 16:50:32.697433",
            "modified_by": "carmen@shalom.com.pe",
            "idx": 0,
            "docstatus": 0,
            "question": "Al momento de generar la nueva orden de servicio, se debe:",
            "question_type": "Single Correct Answer",
            "question_link": "QUESTION-371849",
            "options": [
                {
                    "name": "03c01f0079",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:51:44.689336",
                    "modified": "2025-01-09 16:50:32.697433",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371849",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 3,
                    "docstatus": 0,
                    "option": "Antes de agregar la Descripción de mercadería, ir a Servicios Complementarios, colocar CAMBIO DE DESTINO e ingresar el Nro. de OS original.",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "b4bcecf20d",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:51:44.689336",
                    "modified": "2025-01-09 16:50:32.697433",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371849",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 1,
                    "docstatus": 0,
                    "option": "Colocar la fecha de traslado para el día siguiente",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "b4d5d58dd2",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:51:44.689336",
                    "modified": "2025-01-09 16:50:32.697433",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371849",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 4,
                    "docstatus": 0,
                    "option": "Todas las anteriores",
                    "is_correct": 1,
                    "doctype": "Options"
                },
                {
                    "name": "bd089a60ea",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:51:44.689336",
                    "modified": "2025-01-09 16:50:32.697433",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371849",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 2,
                    "docstatus": 0,
                    "option": "Colocar como tipo de pago: Contra entrega",
                    "is_correct": 0,
                    "doctype": "Options"
                }
            ],
            "imagen": ""
        },
        {
            "name": "QUESTION-371840",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-03-18 15:40:35.244179",
            "modified": "2024-03-18 15:40:35.244179",
            "modified_by": "carmen@shalom.com.pe",
            "idx": 0,
            "docstatus": 0,
            "question": "Solo el Remitente puede solicitar Cambio de destino:",
            "question_type": "Single Correct Answer",
            "question_link": "QUESTION-371840",
            "options": [
                {
                    "name": "663781d4ea",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:40:35.244179",
                    "modified": "2024-03-18 15:40:35.244179",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371840",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 2,
                    "docstatus": 0,
                    "option": "Falso",
                    "is_correct": 1,
                    "doctype": "Options"
                },
                {
                    "name": "bfaff1b260",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2024-03-18 15:40:35.244179",
                    "modified": "2024-03-18 15:40:35.244179",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-371840",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 1,
                    "docstatus": 0,
                    "option": "Verdadero",
                    "is_correct": 0,
                    "doctype": "Options"
                }
            ],
            "imagen": ""
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/examen-del-curso-1-2-examen-atc-agregar-contacto-preguntas](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/examen-del-curso-1-2-3-examen-atc-agregar-contacto-preguntas)

# Evaluar Examen del Curso (2) - EXAMEN ATC - Cambio de destino

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Evaluar Examen del Curso

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”,** luego **“CAPACITACIÓN ATC (II FASE)”,** luego **“DIA 2 - Cambio de destino”** y presionas el boton **“Realiza tu evaluación”,** una vez que marcas todas las preguntas presionas el boton **“Finalizar Examen”.**
- **¿Qué hace?** Evalua el resultado del examen.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/1oRimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/1oRimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/VSPimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/VSPimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/hGdimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/hGdimage.png)

[ ![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/Z4vimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/Z4vimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/rSoimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/rSoimage.png)

[ ![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/9poimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/9poimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/rIFimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/rIFimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/uZEimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/uZEimage.png)

[ ![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/DXdimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/DXdimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/CW4image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/CW4image.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/examen`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

![image.png](attachment:d7c09ab5-4f9b-494d-b818-3dce3966f56b:image.png)

```json
{
    "examen": "EXAMEN ATC - Cambio de destino",
     "respuestas": 
        {
            "QUESTION-371850":"84d71d94cf",
            "QUESTION-371846":"cd162bb7cc",
            "QUESTION-371842":"9ac04e0d9c",
            "QUESTION-371849":"bd089a60ea",
            "QUESTION-371840":"663781d4ea"
        }, 
    "curso": "CAPACITACIÓN ATC (II FASE)", 
    "tiempo": 20, 
    "dni": 61759769
}

```

**Response ejemplo:**

```json
{
    "valor": false,
    "msn": "Ocurrió un error al evaluar el cuestionario, contactar con soporte",
    "data": null
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/evaluar-examen-del-curso-1-2-examen-atc-agregar-contacto-guardar-examen-old](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/evaluar-examen-del-curso-1-2-3-examen-atc-agregar-contacto-guardar-examen-old)

# Cursos Temas Contenido (7) - Devolución de mercadería

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Lista Cursos

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”,** luego **“CAPACITACIÓN ATC (II FASE)”** y luego **“DIA 2 - Devolución de mercadería”.**
- **¿Qué hace?** Lista de videos del curso.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/kG6image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/kG6image.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/DHLimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/DHLimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/tvtimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/tvtimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/Rieimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/Rieimage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/temas/contenido`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "tema": "DIA 2 - Devolución de mercadería", 
    "dni": "61759769"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "7d3d916288",
            "owner": "carmenberru@shalom.com.pe",
            "creation": "2022-04-19 00:29:44.748632",
            "modified": "2024-03-22 10:08:08.955792",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 2 - Devolución de mercadería",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 1,
            "docstatus": 0,
            "content_type": "Video",
            "content": "Video ATC - Devolución de mercadería",
            "doctype": "Topic Content",
            "url": "<https://erp-test.shalom.com.pe/files/PROCESO%20DEVOLUCI%C3%93N%20DE%20MERCADER%C3%8DA.mp4>",
            "quiz_attempts": 0
        },
        {
            "name": "11e7aad704",
            "owner": "carmen@shalom.com.pe",
            "creation": "2022-04-19 00:29:44.748632",
            "modified": "2024-03-22 10:08:08.955792",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 2 - Devolución de mercadería",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 2,
            "docstatus": 0,
            "content_type": "Article",
            "content": "Pasos para Dev. de Mercadería - CALL CENTER",
            "doctype": "Topic Content",
            "url": "<https://capacitacion.shalom.com.pe/files/PASOS%20PARA%20DEV.%20DE%20MERCADERÍA%20-%20CALL%20CENTER.pdf>",
            "quiz_attempts": 0
        },
        {
            "name": "deb440ec68",
            "owner": "carmen@shalom.com.pe",
            "creation": "2022-04-19 00:29:44.748632",
            "modified": "2024-03-22 10:08:08.955792",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 2 - Devolución de mercadería",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 3,
            "docstatus": 0,
            "content_type": "Article",
            "content": "Pasos para Dev. de Mercadería - PRESENCIAL",
            "doctype": "Topic Content",
            "url": "<https://capacitacion.shalom.com.pe/files/PASOS%20PARA%20DEV.%20DE%20MERCADERÍA%20-%20PRESENCIAL.pdf>",
            "quiz_attempts": 0
        },
        {
            "name": "56af8aea51",
            "owner": "carmen@shalom.com.pe",
            "creation": "2022-04-19 00:29:44.748632",
            "modified": "2024-03-22 10:08:08.955792",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 2 - Devolución de mercadería",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 4,
            "docstatus": 0,
            "content_type": "Quiz",
            "content": "EXAMEN ATC - Devolución de mercadería",
            "doctype": "Topic Content",
            "quiz_attempts": 0
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-contenido-1-2-3-4-5-6-temas-contenido/edit](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-contenido-1-2-3-4-5-6-temas-contenido/edit)

# Examen del Curso (3) - EXAMEN ATC - Devolución de mercadería

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Examen del Curso

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”,** luego **“CAPACITACIÓN ATC (II FASE)”,** luego **“DIA 2 - Devolución de mercadería”** y presionas el boton **“Realiza tu evaluación”.**
- **¿Qué hace?** Muestra las preguntas de la evaluación.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/CDZimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/CDZimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/JXqimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/JXqimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/S64image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/S64image.png)[ ![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/USQimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/USQimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/6f9image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/6f9image.png)

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/zlHimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/zlHimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/inEimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/inEimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/j4Vimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/j4Vimage.png)

[ ![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/xcHimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/xcHimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/P1aimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/P1aimage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/examen/preguntas`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "examen": "EXAMEN ATC - Devolución de mercadería"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "QUESTION-169707",
            "owner": "carmen@shalom.com.pe",
            "creation": "2023-03-15 20:15:44.687368",
            "modified": "2024-03-22 11:58:28.410658",
            "modified_by": "carmen@shalom.com.pe",
            "idx": 0,
            "docstatus": 0,
            "question": "Al generar la nueva orden de servicio, antes de agregar la Descripción de la mercadería, se debe:",
            "question_type": "Single Correct Answer",
            "question_link": "QUESTION-169707",
            "options": [
                {
                    "name": "03fbfc2a54",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:15:44.687368",
                    "modified": "2024-03-22 11:58:28.410658",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169707",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 2,
                    "docstatus": 0,
                    "option": "Agregar Gestión de mercadería",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "0b527eedf4",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:15:44.687368",
                    "modified": "2024-03-22 11:58:28.410658",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169707",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 3,
                    "docstatus": 0,
                    "option": "Colocar como motivo: DEVOLUCIÓN DE MERCADERÍA ",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "487b2a5d6f",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:15:44.687368",
                    "modified": "2024-03-22 11:58:28.410658",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169707",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 4,
                    "docstatus": 0,
                    "option": "Ingresar el Nro. de orden original.",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "ae9c9e9169",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:15:44.687368",
                    "modified": "2024-03-22 11:58:28.410658",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169707",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 1,
                    "docstatus": 0,
                    "option": "Ir a Servicios Complementarios",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "d2f56981d7",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:15:44.687368",
                    "modified": "2024-03-22 11:58:28.410658",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169707",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 5,
                    "docstatus": 0,
                    "option": "Todas las anteriores",
                    "is_correct": 1,
                    "doctype": "Options"
                }
            ],
            "imagen": ""
        },
        {
            "name": "QUESTION-169709",
            "owner": "carmen@shalom.com.pe",
            "creation": "2023-03-15 20:20:23.773312",
            "modified": "2024-12-11 17:43:43.135381",
            "modified_by": "carmen@shalom.com.pe",
            "idx": 0,
            "docstatus": 0,
            "question": "Si el envío aparece en el sistema como desembarcado en oficina:",
            "question_type": "Single Correct Answer",
            "question_link": "QUESTION-169709",
            "options": [
                {
                    "name": "32d9436947",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:20:23.773312",
                    "modified": "2024-12-11 17:43:43.135381",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169709",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 1,
                    "docstatus": 0,
                    "option": "No se podrá efectuar el proceso hasta que llegue a su destino.",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "65a25000c3",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:20:23.773312",
                    "modified": "2024-12-11 17:43:43.135381",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169709",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 4,
                    "docstatus": 0,
                    "option": "Debe estar en ruta para proceder a la devolución.",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "b19c9f1070",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:20:23.773312",
                    "modified": "2024-12-11 17:43:43.135381",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169709",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 3,
                    "docstatus": 0,
                    "option": "Informar al cliente que debe cancelar el primer envío.",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "ca0cc608c8",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:20:23.773312",
                    "modified": "2024-12-11 17:43:43.135381",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169709",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 2,
                    "docstatus": 0,
                    "option": "Se puede realizar el proceso.",
                    "is_correct": 1,
                    "doctype": "Options"
                }
            ],
            "imagen": ""
        },
        {
            "name": "QUESTION-169706",
            "owner": "carmen@shalom.com.pe",
            "creation": "2023-03-15 20:14:38.615846",
            "modified": "2024-12-11 17:41:26.545274",
            "modified_by": "carmen@shalom.com.pe",
            "idx": 0,
            "docstatus": 0,
            "question": "No se podrá realizar la devolución de la mercadería si el envío se encuentra en origen o en ruta:",
            "question_type": "Single Correct Answer",
            "question_link": "QUESTION-169706",
            "options": [
                {
                    "name": "8c8b72189a",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:14:38.615846",
                    "modified": "2024-12-11 17:41:26.545274",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169706",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 2,
                    "docstatus": 0,
                    "option": "Falso",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "c3439f226d",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:14:38.615846",
                    "modified": "2024-12-11 17:41:26.545274",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169706",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 1,
                    "docstatus": 0,
                    "option": "Verdadero",
                    "is_correct": 1,
                    "doctype": "Options"
                }
            ],
            "imagen": ""
        },
        {
            "name": "QUESTION-169705",
            "owner": "carmen@shalom.com.pe",
            "creation": "2023-03-15 20:13:48.456012",
            "modified": "2024-03-22 10:32:01.931986",
            "modified_by": "carmen@shalom.com.pe",
            "idx": 0,
            "docstatus": 0,
            "question": "El proceso de devolución de mercadería sirve para retornar la mercadería al origen y solo lo puede solicitar el Remitente:",
            "question_type": "Single Correct Answer",
            "question_link": "QUESTION-169705",
            "options": [
                {
                    "name": "4d4619fd71",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:13:48.456012",
                    "modified": "2024-03-22 10:32:01.931986",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169705",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 1,
                    "docstatus": 0,
                    "option": "Verdadero",
                    "is_correct": 1,
                    "doctype": "Options"
                },
                {
                    "name": "a709967232",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:13:48.456012",
                    "modified": "2024-03-22 10:32:01.931986",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169705",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 2,
                    "docstatus": 0,
                    "option": "Falso",
                    "is_correct": 0,
                    "doctype": "Options"
                }
            ],
            "imagen": ""
        },
        {
            "name": "QUESTION-169708",
            "owner": "carmen@shalom.com.pe",
            "creation": "2023-03-15 20:18:21.618081",
            "modified": "2024-03-22 12:12:13.444662",
            "modified_by": "carmen@shalom.com.pe",
            "idx": 0,
            "docstatus": 0,
            "question": "Si la orden inicial no estuviera cancelada, al colocar en la nueva orden el Nro. de orden original:",
            "question_type": "Single Correct Answer",
            "question_link": "QUESTION-169708",
            "options": [
                {
                    "name": "873c4fbb4f",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:18:21.618081",
                    "modified": "2024-03-22 12:12:13.444662",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169708",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 1,
                    "docstatus": 0,
                    "option": "El costo de la OS inicial aparecerá como costo cero.",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "99d0f1adf4",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:18:21.618081",
                    "modified": "2024-03-22 12:12:13.444662",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169708",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 3,
                    "docstatus": 0,
                    "option": "El costo de la OS inicial aparecerá de forma automática.",
                    "is_correct": 1,
                    "doctype": "Options"
                },
                {
                    "name": "c0256f44e7",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:18:21.618081",
                    "modified": "2024-03-22 12:12:13.444662",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169708",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 2,
                    "docstatus": 0,
                    "option": "El costo de la OS inicial deberá ingresarse manualmente.",
                    "is_correct": 0,
                    "doctype": "Options"
                },
                {
                    "name": "d175f141eb",
                    "owner": "carmen@shalom.com.pe",
                    "creation": "2023-03-15 20:18:21.618081",
                    "modified": "2024-03-22 12:12:13.444662",
                    "modified_by": "carmen@shalom.com.pe",
                    "parent": "QUESTION-169708",
                    "parentfield": "options",
                    "parenttype": "Question",
                    "idx": 4,
                    "docstatus": 0,
                    "option": "El costo de la OS inicial deberá ingresarse como costo cero.",
                    "is_correct": 0,
                    "doctype": "Options"
                }
            ],
            "imagen": ""
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/examen-del-curso-1-2-3-examen-atc-agregar-contacto-preguntas](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/examen-del-curso-1-2-3-examen-atc-agregar-contacto-preguntas)

# Evaluar Examen del Curso (3) - EXAMEN ATC - Devolución de mercadería

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Evaluar Examen del Curso

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”,** luego **“CAPACITACIÓN ATC (II FASE)”,** luego **“DIA 2 - Devolución de mercadería”** y presionas el boton **“Realiza tu evaluación”,** una vez que marcas todas las preguntas presionas el boton **“Finalizar Examen”.**
- **¿Qué hace?** Evalua el resultado del examen.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/npHimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/npHimage.png)

[ ![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/4F9image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/4F9image.png)

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/htHimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/htHimage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/examen`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

![image.png](attachment:5fc96257-13c3-4578-970c-f7e05ff83c35:image.png)

```json
{
    "examen": "EXAMEN ATC - Devolución de mercadería",
     "respuestas": 
     {
        "QUESTION-169708":"873c4fbb4f",
        "QUESTION-169705":"4d4619fd71",
        "QUESTION-169706":"c3439f226d",
        "QUESTION-169709":"65a25000c3",
        "QUESTION-169707":"03fbfc2a54"
    },
    "curso": "CAPACITACIÓN ATC (II FASE)", 
    "tiempo": 20, 
    "dni": 61759769
}

```

**Response ejemplo:**

```json
{
    "valor": false,
    "msn": "Ocurrió un error al evaluar el cuestionario, contactar con soporte",
    "data": null
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/evaluar-examen-del-curso-1-2-3-examen-atc-agregar-contacto-guardar-examen-old](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/evaluar-examen-del-curso-1-2-3-examen-atc-agregar-contacto-guardar-examen-old)

# Cursos Temas (2) - CAPACITACIÓN PARA ADMINISTRADORES Y ENCARGADOS

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Lista Cursos

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”** y luego **“CAPACITACIÓN PARA ADMINISTRADORES Y ENCARGADOS”**
- **¿Qué hace?** Lista los recursos por el nombre del Curso.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/bsfimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/bsfimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/ogoimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/ogoimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/BnHimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/BnHimage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/temas`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "curso": "CAPACITACIÓN PARA ADMINISTRADORES Y ENCARGADOS"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "45b97bedd3",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-10-09 14:57:26.173228",
            "modified": "2025-01-07 17:35:39.573749",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN PARA ADMINISTRADORES Y ENCARGADOS",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 1,
            "docstatus": 0,
            "topic": "Proceso de Retiro de mercadería",
            "topic_name": "Proceso de Retiro de mercadería",
            "doctype": "Course Topic",
            "videos": 1,
            "articulos": 1
        },
        {
            "name": "a5417ec63f",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-10-09 14:57:26.173228",
            "modified": "2025-01-07 17:35:39.573749",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN PARA ADMINISTRADORES Y ENCARGADOS",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 2,
            "docstatus": 0,
            "topic": "Proceso de Agregar Contacto",
            "topic_name": "Proceso de Agregar Contacto",
            "doctype": "Course Topic",
            "videos": 1,
            "articulos": 1
        },
        {
            "name": "2fb1200977",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-10-09 14:57:26.173228",
            "modified": "2025-01-07 17:35:39.573749",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN PARA ADMINISTRADORES Y ENCARGADOS",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 3,
            "docstatus": 0,
            "topic": "Proceso de Cambio de destino",
            "topic_name": "Proceso de Cambio de destino",
            "doctype": "Course Topic",
            "videos": 1,
            "articulos": 1
        },
        {
            "name": "d32cfabe94",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-10-09 14:57:26.173228",
            "modified": "2025-01-07 17:35:39.573749",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN PARA ADMINISTRADORES Y ENCARGADOS",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 4,
            "docstatus": 0,
            "topic": "Proceso de Devolución de mercadería",
            "topic_name": "Proceso de Devolución de mercadería",
            "doctype": "Course Topic",
            "videos": 1,
            "articulos": 1
        },
        {
            "name": "dd8c42492c",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-10-09 14:57:26.173228",
            "modified": "2025-01-07 17:35:39.573749",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN PARA ADMINISTRADORES Y ENCARGADOS",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 5,
            "docstatus": 0,
            "topic": "Proceso de Retención de carga",
            "topic_name": "Proceso de Retención de carga",
            "doctype": "Course Topic",
            "videos": 0,
            "articulos": 1
        },
        {
            "name": "5aa9514e45",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-10-09 14:57:26.173228",
            "modified": "2025-01-07 17:35:39.573749",
            "modified_by": "76780948@shalomcontrol.com",
            "parent": "CAPACITACIÓN PARA ADMINISTRADORES Y ENCARGADOS",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 6,
            "docstatus": 0,
            "topic": "Proceso de Indemnización",
            "topic_name": "Proceso de Indemnización",
            "doctype": "Course Topic",
            "videos": 1,
            "articulos": 0
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-1-2-3-4-5-6-7-capacitacion-atc-ii-fase-temas](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-1-2-3-4-5-6-7-capacitacion-atc-ii-fase-temas)

# Cursos Temas (3) - CAPACITACIÓN Reclamos ATC (II FASE)

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Lista Cursos

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”** y luego **“CAPACITACIÓN Reclamos ATC (II FASE)”**
- **¿Qué hace?** Lista los recursos por el nombre del Curso.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/mFkimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/mFkimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/IPqimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/IPqimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/Siximage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/Siximage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/temas`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "curso": "CAPACITACIÓN Reclamos ATC (II FASE)"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "ef39d37644",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-04-02 16:30:35.687223",
            "modified": "2025-01-13 15:45:32.262495",
            "modified_by": "72435587@shalomcontrol.com",
            "parent": "CAPACITACIÓN Reclamos ATC (II FASE)",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 1,
            "docstatus": 0,
            "topic": "Manejo de quejas y reclamos",
            "topic_name": "Manejo de quejas y reclamos",
            "doctype": "Course Topic",
            "videos": 2,
            "articulos": 0
        },
        {
            "name": "28f05a0400",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-04-02 16:30:35.687223",
            "modified": "2025-01-13 15:45:32.262495",
            "modified_by": "72435587@shalomcontrol.com",
            "parent": "CAPACITACIÓN Reclamos ATC (II FASE)",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 2,
            "docstatus": 0,
            "topic": "Libro de Reclamaciones",
            "topic_name": "Libro de Reclamaciones",
            "doctype": "Course Topic",
            "videos": 3,
            "articulos": 0
        },
        {
            "name": "9f4aaa7cea",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-04-02 16:30:35.687223",
            "modified": "2025-01-13 15:45:32.262495",
            "modified_by": "72435587@shalomcontrol.com",
            "parent": "CAPACITACIÓN Reclamos ATC (II FASE)",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 3,
            "docstatus": 0,
            "topic": "Proceso de Indemnización",
            "topic_name": "Proceso de Indemnización",
            "doctype": "Course Topic",
            "videos": 1,
            "articulos": 0
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-1-2-3-4-5-6-7-capacitacion-atc-ii-fase-temas](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-1-2-3-4-5-6-7-capacitacion-atc-ii-fase-temas)

# Cursos Temas (4) - Capacitaciones SSOMA

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Lista Cursos

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”** y luego **“Capacitaciones SSOMA”**
- **¿Qué hace?** Lista los recursos por el nombre del Curso.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/Nbaimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/Nbaimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/awmimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/awmimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/wt6image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/wt6image.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/temas`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "curso": "Capacitaciones SSOMA"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "26573181a7",
            "owner": "76780948@shalomcontrol.com",
            "creation": "2022-03-26 03:30:29.297057",
            "modified": "2025-08-01 10:06:16.999902",
            "modified_by": "41918452@shalomcontrol.com",
            "parent": "Capacitaciones SSOMA",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 1,
            "docstatus": 0,
            "topic": "1° CAPACITACIÓN SSOMA - IPERC 2024",
            "topic_name": "1° CAPACITACIÓN SSOMA - IPERC 2024",
            "doctype": "Course Topic",
            "videos": 2,
            "articulos": 1
        },
        {
            "name": "e3774d4e22",
            "owner": "cegaje17@gmail.com",
            "creation": "2022-03-26 03:30:29.297057",
            "modified": "2025-08-01 10:06:16.999902",
            "modified_by": "41918452@shalomcontrol.com",
            "parent": "Capacitaciones SSOMA",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 2,
            "docstatus": 0,
            "topic": "3° CAPACITACIÓN - USO DE HERRAMIENTAS Y EQUIPOS",
            "topic_name": "3° CAPACITACIÓN - USO DE HERRAMIENTAS Y EQUIPOS",
            "doctype": "Course Topic",
            "videos": 2,
            "articulos": 1
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-1-2-3-4-5-6-7-capacitacion-atc-ii-fase-temas](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-1-2-3-4-5-6-7-capacitacion-atc-ii-fase-temas)

# Cursos Temas (5) - COMUNICADOS INTERNOS

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Lista Cursos

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”** y luego **“COMUNICADOS INTERNOS”**
- **¿Qué hace?** Lista los recursos por el nombre del Curso.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/iHiimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/iHiimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/zHQimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/zHQimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/18Aimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/18Aimage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/temas`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "curso": "COMUNICADOS INTERNOS"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "130c83769d",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-12-04 14:57:53.940897",
            "modified": "2025-01-22 16:03:38.201800",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "COMUNICADOS INTERNOS",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 1,
            "docstatus": 0,
            "topic": "COMUNICADOS INTERNOS 2024 - ATC",
            "topic_name": "COMUNICADOS INTERNOS 2024 - ATC",
            "doctype": "Course Topic",
            "videos": 0,
            "articulos": 12
        },
        {
            "name": "2e6a5af71c",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-12-04 14:57:53.940897",
            "modified": "2025-01-22 16:03:38.201800",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "COMUNICADOS INTERNOS",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 2,
            "docstatus": 0,
            "topic": "COMUNICADOS INTERNOS 2025 - ATC",
            "topic_name": "COMUNICADOS INTERNOS 2025 - ATC",
            "doctype": "Course Topic",
            "videos": 0,
            "articulos": 1
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-1-2-3-4-5-6-7-capacitacion-atc-ii-fase-temas](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-1-2-3-4-5-6-7-capacitacion-atc-ii-fase-temas)

# Cursos Temas (6) - Curso Cotización

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Lista Cursos

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”** y luego **“Curso Cotización”**
- **¿Qué hace?** Lista los recursos por el nombre del Curso.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/fq8image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/fq8image.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/OWQimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/OWQimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/WKIimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/WKIimage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/temas`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "curso": "Curso Cotización"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "d49551f358",
            "owner": "ingaamable@gmail.com",
            "creation": "2021-08-27 13:58:49.247451",
            "modified": "2025-01-17 11:11:18.227669",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "Curso Cotización",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 1,
            "docstatus": 0,
            "topic": "EVALUACIÓN - COTIZACIÓN",
            "topic_name": "EVALUACIÓN - COTIZACIÓN",
            "doctype": "Course Topic",
            "videos": 2,
            "articulos": 0
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-1-2-3-4-5-6-7-capacitacion-atc-ii-fase-temas](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-1-2-3-4-5-6-7-capacitacion-atc-ii-fase-temas)

# Cursos Temas (7) - Curso Documentación

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Lista Cursos

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”** y luego **“Curso Documentación”**
- **¿Qué hace?** Lista los recursos por el nombre del Curso.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/ZEEimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/ZEEimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/oQbimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/oQbimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/BZzimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/BZzimage.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/temas`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "curso": "Curso Documentación"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "752e8e9f6d",
            "owner": "ingaamable@gmail.com",
            "creation": "2021-08-27 13:58:49.448039",
            "modified": "2025-01-17 11:12:04.014949",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "Curso Documentación",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 1,
            "docstatus": 0,
            "topic": "EVALUACIÓN - DOCUMENTACIÓN",
            "topic_name": "EVALUACIÓN - DOCUMENTACIÓN",
            "doctype": "Course Topic",
            "videos": 3,
            "articulos": 0
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-1-2-3-4-5-6-7-capacitacion-atc-ii-fase-temas](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-1-2-3-4-5-6-7-capacitacion-atc-ii-fase-temas)