Gallery
Documentación Front-End
Share
Explore
Documentación Front-End
POST - USUARIOS

ACTUALIZAR - USUARIOS

Actualizar un usuario en sistema.

Body:

{
"nombres_usuario":"sergio"
,"primer_apellido_usuario":"ayala"
,"segundo_apellido_usuario":"del castillo"
,"correo_usuario":"sergioayaladc@gmail.com"
,"telefono_usuario":"321312"
,"imagen_usuario":"https://firebasestorage.googleapis.com/v0/b/pruebas-junaeb.appspot.com/o/avataaars.png?alt=media&token=e3cf1590-2124-4eab-9a22-ee556a16f041"
,"observacion_usuario":"123123"
,"cargo_usuario":"123123",
"departamento_usuario":"departamento_usuario",
"area_usuario":"area_usuario",
"id_usuario":91
}

Result:

{
"usuario": {
"id_usuario": 290
}
}

Result:

{
"error": {
"id_usuario": 0,
"error_titulo": "USUARIOS",
"msje_error": "Error al actualizar USUARIOS.",
"codigo_error": "USU003",
"detalle_error": "Conversion failed when converting the varchar value '290a' to data type int."
}
}



Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.