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": "ff22b395-3106-4391-9a26-1ffed188e6a1",
"idProveedor": "4ea77254-cba8-4f9a-bd19-7d417952a841",
"idTipoArchivo": "aa8a1c6b-e4bd-4229-a04f-509ca517e0fa",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.