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
Licitaciones
POST - AGREGAR LICITACIÓN POR PRESTADOR
Agregar licitación por prestador al sistemas.
POST-
https://backdesa.junaeb.cl/api/licitaciones/licitacion_agregar_prestador
Body:
{
"id_licitacion":"1",
"id_prestador":"222",
"usu_id_sol":"8"
}
Success:
{
"licitacion": [
{
"id_lxp": "109",
"msje_exito": "Se crea relación"
}
]
}
Error:
{
"error": [
{
"id_licitacion": 0,
"respEstatus": "error",
"error_titulo": "rel_licitaciones",
"msje_error": "La licitación informada que esta tratando de ingresar no se encuentra en la base de datos.",
"codigo_error": "LXP008",
"fecha_error": "2023-04-13 11:02:09.863"
}
]
}
Error:
{
"error": [
{
"id_prestador": 0,
"respEstatus": "error",
"error_titulo": "rel_prestador",
"msje_error": "El prestador informado que esta tratando de ingresar no se encuentra en la base de datos.",
"codigo_error": "LXP007",
"fecha_error": "2023-04-13 11:02:37.863"
}
]
}
Error:
{
"error": [
{
"id_usuario": 0,
"respEstatus": "error",
"error_titulo": "rel_usuario",
"msje_error": "El usuario informado que esta tratando de ingresar no se encuentra en la base de datos.",
"codigo_error": "LXP006",
"fecha_error": "2023-04-13 11:02:52.307"
}
]
}
Error:
{
"error": [
{
"id_LXP": -1,
"respEstatus": "error",
"error_titulo": "lxp_id",
"msje_error": "The conversion of the nvarchar value '11111111111111111111111111111111111111111111111111111' overflowed an int column.",
"codigo_error": "LXP010",
"fecha_error": "2023-04-13 11:03:07.893"
}
]
}
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.