GET LeonCitas/GetResultsLaboratoriosDisponibles?Data={Data}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Data | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LaboratoriosDisponiblesName | Description | Type | Additional information |
---|---|---|---|
Numero | integer |
None. |
|
yIdAtencion | integer |
None. |
|
Fecha | date |
None. |
|
Medico | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Numero": 1, "yIdAtencion": 2, "Fecha": "2025-08-14T08:19:09.3726199-05:00", "Medico": "sample string 4" }, { "$ref": "1" } ]
multipart/form-data
Sample:
[{"$id":"1","Numero":1,"yIdAtencion":2,"Fecha":"2025-08-14T08:19:09.3726199-05:00","Medico":"sample string 4"},{"$ref":"1"}]