POST api/Inventario
Request Information
URI Parameters
None.
Body Parameters
DTOInventario| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Barcode | string |
String length: inclusive between 1 and 30 |
|
| IdMagazzino | integer |
Required |
|
| QtaInventario | decimal number |
None. |
|
| DataGiacenza | date |
None. |
|
| Differenza | decimal number |
None. |
|
| RigaModificata | boolean |
None. |
|
| CodiceArticolo | string |
String length: inclusive between 1 and 255 |
|
| IdArticolo | integer |
None. |
|
| UtenteUltimoAccesso | string |
String length: inclusive between 0 and 255 |
|
| Magazzino | string |
String length: inclusive between 0 and 1000 |
|
| DescrizioneArticolo | string |
String length: inclusive between 0 and 4000 |
|
| NomeFamiglia | string |
String length: inclusive between 0 and 1000 |
|
| NomeSottoFamiglia | string |
String length: inclusive between 0 and 1000 |
|
| NomeCategoria | string |
String length: inclusive between 0 and 1000 |
|
| NomeSottoCategoria | string |
String length: inclusive between 0 and 1000 |
|
| Ubicazione | string |
String length: inclusive between 0 and 1000 |
|
| UM | string |
String length: inclusive between 1 and 1000 |
|
| UM2 | string |
String length: inclusive between 1 and 1000 |
|
| Variante1 | string |
String length: inclusive between 0 and 1000 |
|
| Variante2 | string |
String length: inclusive between 0 and 1000 |
|
| Variante3 | string |
String length: inclusive between 0 and 1000 |
|
| DataScadenzaTabBarcode | string |
String length: inclusive between 0 and 1000 |
|
| TipoUmMag | integer |
None. |
|
| QtaMacchina | decimal number |
None. |
Request Formats
application/json, text/json
{
"Id": 1,
"Barcode": "sample string 2",
"IdMagazzino": 1,
"QtaInventario": 1.0,
"DataGiacenza": "2025-12-22T15:06:46.5170793",
"Differenza": 1.1,
"RigaModificata": true,
"CodiceArticolo": "sample string 4",
"IdArticolo": 1,
"UtenteUltimoAccesso": "sample string 5",
"Magazzino": "sample string 6",
"DescrizioneArticolo": "sample string 7",
"NomeFamiglia": "sample string 8",
"NomeSottoFamiglia": "sample string 9",
"NomeCategoria": "sample string 10",
"NomeSottoCategoria": "sample string 11",
"Ubicazione": "sample string 12",
"UM": "sample string 13",
"UM2": "sample string 14",
"Variante1": "sample string 15",
"Variante2": "sample string 16",
"Variante3": "sample string 17",
"DataScadenzaTabBarcode": "sample string 18",
"TipoUmMag": 1,
"QtaMacchina": 1.0
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.