POST api/ValidazioneMovimentoMagazzino
Request Information
URI Parameters
None.
Body Parameters
DTOValidazioneMovimentoMagazzino| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IdNew | integer |
None. |
|
| IdTestata | integer |
None. |
|
| Barcode | string |
None. |
|
| IdArticolo |
Se vuoto valorizzato in base al barcode |
integer |
None. |
| UM | string |
None. |
|
| Descrizione |
Se vuota viene recuperta in base al barcode |
string |
None. |
| QtaOrdinata | decimal number |
None. |
|
| QtaValidata | decimal number |
None. |
|
| NoteRiga | string |
None. |
|
| DataCreaz | date |
None. |
|
| DataAgg | date |
None. |
|
| UtenteUltimoAccesso | string |
None. |
|
| QtaDataScadenzaList | Collection of DTOQtaDataScadenza |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"IdNew": 1,
"IdTestata": 1,
"Barcode": "sample string 1",
"IdArticolo": 1,
"UM": "sample string 2",
"Descrizione": "sample string 3",
"QtaOrdinata": 1.0,
"QtaValidata": 1.0,
"NoteRiga": "sample string 4",
"DataCreaz": "2025-12-22T15:09:34.9584075",
"DataAgg": "2025-12-22T15:09:34.9584075",
"UtenteUltimoAccesso": "sample string 5",
"QtaDataScadenzaList": [
{
"Quantita": 1.0,
"DataScadenza": "2025-12-22T15:09:34.9584075",
"CodiceLotto": "sample string 1"
},
{
"Quantita": 1.0,
"DataScadenza": "2025-12-22T15:09:34.9584075",
"CodiceLotto": "sample string 1"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.