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 LaboratoriosDisponibles| Name | 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-12-12T23:09:00.6255629-05:00",
"Medico": "sample string 4"
},
{
"$ref": "1"
}
]
multipart/form-data
Sample:
[{"$id":"1","Numero":1,"yIdAtencion":2,"Fecha":"2025-12-12T23:09:00.6255629-05:00","Medico":"sample string 4"},{"$ref":"1"}]