POST api/GetArchivo_x_idProveedor?idProveedor={idProveedor}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | 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": "78cc92be-8160-4a07-aa3f-58f7c18a2bc1",
"idProveedor": "f558948d-ec4b-4cbb-99b1-a306161ed7ab",
"idTipoArchivo": "c8ade096-7c38-477d-9307-2ec639aa49bb",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}