È un archivio di integrazione su DOCANA.
Permette di modificare anche parzialmente i contatori dei documenti.
# | COLONNA | DECRIZIONE | TIPO | LEN | NOTE |
---|---|---|---|---|---|
1 | CODICE_DOCUMENTO | Codice Documento | Stringa | 3 | |
2 | Contatore | Contatore | Intero |
<?xml version="1.0" encoding="utf-8"?>
<TABELLA_INTEGRAZIONEDOCANA xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"?>
<INTEGRAZIONEDOCANA>
<CODICE_DOCUMENTO />
<Contatore>0</Contatore>
</INTEGRAZIONEDOCANA>
</TABELLA_INTEGRAZIONEDOCANA>
public partial class INTEGRAZIONEDOCANA { public string CODICE_DOCUMENTO { get; set; } public int Contatore { get; set; } }