GET LeonCitas/GetResultsAyudasDxDisponibles?Data={Data}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AyudasDxDisponibles| Name | Description | Type | Additional information |
|---|---|---|---|
| IdResultado | integer |
None. |
|
| yIdCita | integer |
None. |
|
| Archivador | integer |
None. |
|
| NotaAclaratoria | integer |
None. |
|
| Anulado | boolean |
None. |
|
| Procedimiento | string |
None. |
|
| yIdPacienteAtencion | integer |
None. |
|
| Fechacita | date |
None. |
|
| Cups | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"IdResultado": 1,
"yIdCita": 1,
"Archivador": 2,
"NotaAclaratoria": 3,
"Anulado": true,
"Procedimiento": "sample string 5",
"yIdPacienteAtencion": 6,
"Fechacita": "2025-12-15T07:25:18.4251161-05:00",
"Cups": "sample string 8"
},
{
"$ref": "1"
}
]
multipart/form-data
Sample:
[{"$id":"1","IdResultado":1,"yIdCita":1,"Archivador":2,"NotaAclaratoria":3,"Anulado":true,"Procedimiento":"sample string 5","yIdPacienteAtencion":6,"Fechacita":"2025-12-15T07:25:18.4251161-05:00","Cups":"sample string 8"},{"$ref":"1"}]