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": "061a204e-7660-452d-b505-a24a62b79f35",
"idPaciente": "60a6b261-0685-49c4-a74e-9752933db973",
"idTipoArchivo": "35881cd5-d720-4a54-90a5-76f8f035ad43",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}