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": "f971a6ca-9b30-419c-8cca-e50dc07474e6",
"idPaciente": "02805f22-4437-429f-938c-28c08bfa68bd",
"idTipoArchivo": "c49dea88-90c8-4291-a023-0dceef793a57",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}