POST api/PostArchivo
Request Information
URI Parameters
None.
Body Parameters
Collection of 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. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idArchivo": "ed1840a6-64be-437b-99e9-39b5ee18896a",
"idProveedor": "a2e22d67-648d-474e-8747-a15f5de07ba8",
"idTipoArchivo": "1c20ed4c-863d-4fed-9073-c8bf55c2d4a5",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.