GET LeonCitas/ConsultarSolicitudesCreadas/{yIdPaciente}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
yIdPaciente | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SolicitudCreadaViewModelName | Description | Type | Additional information |
---|---|---|---|
SolicitudId | integer |
None. |
|
Estado | integer |
None. |
|
Tipo | integer |
None. |
|
FechaSolicitud | date |
None. |
|
FechaGestion | date |
None. |
|
Descripcion | string |
None. |
|
Telefono | string |
None. |
|
CorreoSolicitante | string |
None. |
|
NombreTipo | string |
None. |
|
NombreEstado | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "SolicitudId": 1, "Estado": 2, "Tipo": 3, "FechaSolicitud": "2025-06-07T19:54:51.2271845-05:00", "FechaGestion": "2025-06-07T19:54:51.2271845-05:00", "Descripcion": "sample string 5", "Telefono": "sample string 6", "CorreoSolicitante": "sample string 7", "NombreTipo": "", "NombreEstado": "En Gestión" }, { "$ref": "1" } ]
multipart/form-data
Sample:
[{"$id":"1","SolicitudId":1,"Estado":2,"Tipo":3,"FechaSolicitud":"2025-06-07T19:54:51.2271845-05:00","FechaGestion":"2025-06-07T19:54:51.2271845-05:00","Descripcion":"sample string 5","Telefono":"sample string 6","CorreoSolicitante":"sample string 7","NombreTipo":"","NombreEstado":"En Gestión"},{"$ref":"1"}]