POST api/TurnoConsuPortal/GetTurnosConsuAgendaDiasDisponibles/{AgendaConsuGUID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AgendaConsuGUID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TurnoConsuDiaDisponible| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Fecha | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Fecha": "2026-01-09T23:30:53.6355281-03:00"
},
{
"ID": 1,
"Fecha": "2026-01-09T23:30:53.6355281-03:00"
}
]