GET api/GetFoto_x_IdPacienteFoto?IdPacienteFoto={IdPacienteFoto}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdPacienteFoto | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Paciente_Foto| Name | Description | Type | Additional information |
|---|---|---|---|
| idPacienteFoto | globally unique identifier |
None. |
|
| idPaciente | globally unique identifier |
None. |
|
| idTipoArchivo | globally unique identifier |
None. |
|
| nomArchivo | string |
None. |
|
| Archivo | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPacienteFoto": "3d4eab52-4c2e-4a07-9597-7c19f3bda3a4",
"idPaciente": "e85cfaf8-edbc-4218-961e-1af102229e02",
"idTipoArchivo": "48f190f7-8c74-4ca2-8d4e-fe1d6da0dd76",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}