INTEGRAZIONEBOX (INTEGRAZIONE)

È un archivio di integrazione su MAGAZZINO.

Permette di integrare le giacenze box.

#COLONNADECRIZIONETIPOLENNOTE
1CODICE_ARTICOLOCodice ArticoloStringa25
2QuantitaQuantitàDecimale
3LottoLottoStringa25


<?xml version="1.0" encoding="utf-8"?>
<TABELLA_INTEGRAZIONEBOX xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"?>
  <INTEGRAZIONEBOX>
    <CODICE_ARTICOLO />
    <Lotto />
    <Quantita>0</Quantita>
    <Variante1 />
    <Variante2 />
  </INTEGRAZIONEBOX>
</TABELLA_INTEGRAZIONEBOX>
    public partial class INTEGRAZIONEBOX
    {
       
        public string CODICE_ARTICOLO { get; set; }
        public decimal Quantita { get; set; }
        public string Lotto { get; set; }
    
    }


Documentazione Zippy Infinity