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": "08e928a9-ef7c-470e-8997-ba7fe6b8600d",
"idPaciente": "3b736f03-fb7f-4c2f-b677-21deadf109cf",
"idTipoArchivo": "fa584446-75e1-40f0-8a2f-80c4f23e9000",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}