GET GhipsLite/SolicitudesIdPacienteRecepcion/{AtencionID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AtencionID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SolicitudesIdPacienteViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SolicitudID | integer |
None. |
|
| ServicioID | integer |
None. |
|
| TipoPerfilID | integer |
None. |
|
| Despachado | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"SolicitudID": 1,
"ServicioID": 2,
"TipoPerfilID": 3,
"Despachado": true
},
{
"$ref": "1"
}
]
multipart/form-data
Sample:
[{"$id":"1","SolicitudID":1,"ServicioID":2,"TipoPerfilID":3,"Despachado":true},{"$ref":"1"}]