GET Activos/ObtenerLaboratorioPorId/{IdLaboratorio}
Consulta Laboratorio por Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdLaboratorio |
Id Laboratorio |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Laboratorio. | Null en caso de no encontrar coincidencias.
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:
{
"LaboratorioId": 1,
"Nombre": "sample string 2"
}
multipart/form-data
Sample:
{"$id":"1","LaboratorioId":1,"Nombre":"sample string 2"}