Gallery
Documentación Front-End
Share
Explore
Documentación Front-End
Prestadores

icon picker
GET - LISTAR

Listar todos los prestadores que están en sistemas.

Result:

{
"prestadores": [
{
"id": "1",
"codigo": "PTD-1",
"nombre": "SOSER",
"rut": "MONJITAS",
"fono": "12345678",
"mail": "SOSER@SOSER.CL",
"logo": null,
"area": [],
"licitacion": [],
"tpt": [
{
"id": 1,
"nombre": "Servicio Alimenticio"
}
],
"address": {
"direccion": "565",
"numeracion": 13,
"dbp": "13",
"region": {
"id": 13,
"nombre": "Metropolitana de Santiago"
},
"provincia": {
"id": 51,
"nombre": "Santiago  "
},
"comuna": {
"id": 343,
"nombre": "Santiago"
}
},
"informacion": {
"lastUpdate": {
"user_id": 1,
"user_name": "Administrador Administrador Administrador",
"date": null
},
"created": {
"user_id": 1,
"user_name": "Administrador Administrador Administrador",
"date": "2023-01-16 13:20:01.300"
}
},
"baja": "true",
"status": "ACTIVO",
"obs": ""
},

Error:
{
"error": {
"error_titulo": "Error del Procedimiento",
"mjse_error": "An exception occurred while executing a query: SQLSTATE [42000, 2812]: [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Could not find stored procedure 'LST_PRESTADORESs'.",
"codigo_error": 2812
}
}


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.