POST api/GetArchivo_x_IdArchivo?idArchivo={idArchivo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idArchivo | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Archivo| Name | Description | Type | Additional information |
|---|---|---|---|
| idArchivo | globally unique identifier |
None. |
|
| idProveedor | globally unique identifier |
None. |
|
| idTipoArchivo | globally unique identifier |
None. |
|
| nomArchivo | string |
None. |
|
| Archivo | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"idArchivo": "ca749bdd-46a0-4f93-8f0a-8f9dbce09ea1",
"idProveedor": "1f4af46c-d116-417e-920b-d4e4e806f49c",
"idTipoArchivo": "6ac51641-4a2d-4ca6-976a-0ac1f45935c9",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}