POST api/etiquetas/cargar-archivo
Request Information
URI Parameters
None.
Body Parameters
ArchivoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_Flujodet | decimal number |
None. |
|
| Nro_Iteracion | decimal number |
None. |
|
| Id_Flujo | decimal number |
None. |
|
| Cod_Producto | string |
None. |
|
| Cod_Envase | string |
None. |
|
| Usuario | string |
None. |
|
| FechaHora | date |
None. |
|
| file | FileDTO |
None. |
|
| ubicacionUrl | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id_Flujodet": 1.0,
"Nro_Iteracion": 2.0,
"Id_Flujo": 3.0,
"Cod_Producto": "sample string 4",
"Cod_Envase": "sample string 5",
"Usuario": "sample string 6",
"FechaHora": "2025-12-10T15:23:34.7293457-03:00",
"file": {
"name": "sample string 1",
"type": "sample string 2",
"base64": "sample string 3"
},
"ubicacionUrl": 7.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RespuestaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| estado | boolean |
None. |
|
| mensaje | string |
None. |
|
| data | Object |
None. |
|
| dataAdicional | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.