JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Gallery
Documentación Front-End
Share
Explore
Gallery
Documentación Front-End
Lineamientos Generales Front-end
Planning Poker
Preparacion del Ambiente de Desarollo
Estructura de Archivos
Buenas Practicas de desarrollo
Documento de Despliegue de Proyecto a un Servidor
Libreria de APIs
Solicitud de Token y ejecución de API con JWT.
Roles y permisos
Usuarios
Documentación Sistema Centralizado JUNAEB
Documentación Front-End
Listado de Funciones
API de Desarrollo
Usuarios
GET - Listar Usuarios
BUSCAR - USUARIOS - Pendiente
POST - USUARIOS
CREAR - USUARIOS
ACTUALIZAR - USUARIOS
PUT - USUARIOS
BLOQUEAR DESBLOQUEAR - USUARIOS
ELIMINAR- USUARIOS
GET - FICHA USUARIOS
TABLA DE PRUEBAS - SIGESREGISTROCIVIL
GET - SIGESREGISTROCIVIL
LISTAR - SIGESREGISTROCIVIL
TABLAS DINAMICAS
GET - TABLA DINAMICA
Logs Cronología
GET - Consultar_Cronologia
POST - Insertar_Cronologia
Login
POST - ACCESS TOKEN
GET - REFRESH TOKEN
POST - RESTABLECER CONTRASEÑA
POST - RESTABLECER CONTRASEÑA POR SISTEMA
GET - VALIDACION TOKEN
PUT - CAMBIO DE CONTRASEÑA
Prestadores
GET - LISTAR
POST - CREAR PRESTADOR
POST- MODIFICAR PRESTADOR
GET - LISTAR PRESTADOR X ID ("Tarjeta resumen prestador")
PUT - BLOQUEA/ DESBLOQUEA PRESTADOR
PUT - ELIMINAR PRESTADOR
POST - AGREGAR USUARIO EXTERNO CON PRESTADOR
GET - FICHA DE PRESTADOR X USUARIO EXTERNO
PUT - ELIMINACIÓN USUARIO EXTERNO CON PRESTADOR
Licitaciones
GET - FICHA RESUMEN
PUT - ElIMINACIÓN LICITACION X PRESTADOR
GET - LISTAR LICITACIONES PRESTADORES
POST - AGREGAR LICITACIÓN POR PRESTADOR
GET - LISTAR LICITACIONES
Preparaciones
GET - LISTAR PREPARACIONES
GET - LISTAR TIPO RACION
GET - LISTAR COMPONENTE SERVICIO
POST - AGREGAR COMPONENTE DE SERVICIO
PUT - ELIMINAR PREPARACION
PUT - EDITAR PREPARACIÓN
POST - INSERTAR PREPARACION
GET - SECCIÓN DE INFOPMACIÓN DE LAS PREPARACIONES
GET - LISTAR PREPARACIONES POR ID
Productos
GET - PRODUCTOS
POST - INSERTAR TIPO PRODUCTO
POST - INSERTAR PRODUCTO
PUT - MODIFICAR PRODUCTO
PUT - ELIMINAR PRODUCTO
GET - LISTAR TIPO INGREDIENTES
PUT - ELIMINAR TIPO PRODUCTO
Aportes Nutricionales
GET - LISTAR APORTES NUTRICIONALES
Prestadores
PUT - ELIMINACIÓN USUARIO EXTERNO CON PRESTADOR
Eliminación usuario externo con un prestador asociado que están en sistemas.
PUT -
https://backdesa.junaeb.cl/api/prestadores/prestador_usuario_eliminar
Body:
{
"id_prestador":276,
"id_usuario":113,
"id_rol":1,
"usu_id_sol":8
}
Success:
{
"prestador": {
"id_relacion": 123
}
}
Error:
{
"error": {
"error_titulo": "Relación",
"msje_error": "Error relacion no existe.",
"codigo_error": "AUP004.",
"fecha_error": "2023-06-01 11:09:55.113"
}
}
Error:
{
"error": {
"error_titulo": "usuario",
"msje_error": "Error Usuario: El Usuario informado 1131 no existe.",
"codigo_error": "AUP002.",
"fecha_error": "2023-06-01 11:11:23.333"
}
}
Error:
{
"error": {
"error_titulo": "rol",
"msje_error": "Error ROL EXTERNO 1111 no existe.",
"codigo_error": "AUP004.",
"fecha_error": "2023-06-01 11:11:59.020"
}
}
Error:
{
"error": {
"error_titulo": "usuario",
"msje_error": "Error Usuario: El Usuario solicitante 8113 no existe.",
"codigo_error": "AUP003.",
"fecha_error": "2023-06-01 11:12:38.317"
}
}
Error:
{
"error": {
"error_titulo": "eliminar prestador a usuario",
"msje_error": "La conversión del valor nvarchar '27666666666666666666666666666666666666666666666666666666' ha desbordado una columna int.",
"codigo_error": "AUP005.",
"fecha_error": "2023-06-01 11:10:40.630"
}
}
Gallery
Share
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.