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": "aa5ab47f-23b6-4aca-bd4c-639b981dc4bc",
"idProveedor": "93a65abe-4a76-4e1b-ab90-d4bdede85ee0",
"idTipoArchivo": "affd7047-648c-4f5f-8708-9711caea3bce",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}