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": "5e1c6f58-b78c-474e-b0a8-74dfec56a184",
"idProveedor": "20ef4e7f-b3f8-4dec-8f6a-a0ddfe6847e4",
"idTipoArchivo": "f10fb758-6b1b-4698-b368-95afa5d8825a",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.