GET Activos/ObtenerTodosLosLaboratorios
Consulta todas los Laboratorios
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Lista de Laboratorios.
Collection of LaboratorioMedicamento| Name | Description | Type | Additional information |
|---|---|---|---|
| LaboratorioId |
Id del Laboratorio |
integer |
None. |
| Nombre |
Nombre del Laboratorio |
string |
Required Max length: 100 |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"LaboratorioId": 1,
"Nombre": "sample string 2"
},
{
"$ref": "1"
}
]
multipart/form-data
Sample:
[{"$id":"1","LaboratorioId":1,"Nombre":"sample string 2"},{"$ref":"1"}]