POST api/ValidazioneMovimentoMagazzinoInsertOrUpdate
Se id null insert, altrimenti update
Request Information
URI Parameters
None.
Body Parameters
Collection of DTOValidazioneMovimentoMagazzinoName | 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-07-03T12:44:30.6843108", "DataAgg": "2025-07-03T12:44:30.6843108", "UtenteUltimoAccesso": "sample string 5", "QtaDataScadenzaList": [ { "Quantita": 1.0, "DataScadenza": "2025-07-03T12:44:30.6843108", "CodiceLotto": "sample string 1" }, { "Quantita": 1.0, "DataScadenza": "2025-07-03T12:44:30.6843108", "CodiceLotto": "sample string 1" } ] }, { "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-07-03T12:44:30.6843108", "DataAgg": "2025-07-03T12:44:30.6843108", "UtenteUltimoAccesso": "sample string 5", "QtaDataScadenzaList": [ { "Quantita": 1.0, "DataScadenza": "2025-07-03T12:44:30.6843108", "CodiceLotto": "sample string 1" }, { "Quantita": 1.0, "DataScadenza": "2025-07-03T12:44:30.6843108", "CodiceLotto": "sample string 1" } ] } ]
Response Information
Resource Description
Collection of integerResponse Formats
application/json, text/json
Sample:
[ 1, 2 ]