PUT api/PutpacienteFoto
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"idPacienteFoto": "c8693880-b351-4e77-842a-2d6064a42f29",
"idPaciente": "bde1c7e1-9c52-4f17-b7c2-6fc8b4c9246c",
"idTipoArchivo": "1c663281-c9b0-4e31-8462-6a9bac24c56d",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.