update 20250324
This commit is contained in:
@@ -5,11 +5,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
public class Versandpakete
|
||||
{
|
||||
public List<Versandpaket> paket { get; set; }
|
||||
}
|
||||
{
|
||||
public class Versandpaket
|
||||
{
|
||||
public string bezeichnung { get; set; }
|
||||
@@ -19,7 +15,14 @@ namespace Model
|
||||
public string GAS { get; set; }
|
||||
public string GASAdresse { get; set; }
|
||||
public bool verified { get; set; } = false;
|
||||
public int partnernr { get; set; } = 0;
|
||||
public bool send_onbase_doc { get; set; }
|
||||
public string handle { get; set; } = "";
|
||||
|
||||
public string finaldoc { get; set; } = "";
|
||||
|
||||
public List<Versanddokument> Dokument { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class Versanddokument
|
||||
@@ -38,5 +41,18 @@ namespace Model
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public class OnBase_Attributes
|
||||
{
|
||||
public string Dokumenttyp { get; set; } = "TECH Versandstrasse SendDoc";
|
||||
public string BPNummer { get; set; } = "";
|
||||
public string DocumentHandle { get; set; } = "";
|
||||
public string DistributionOption { get; set; } = "";
|
||||
public string GASCouvert { get; set; } = "";
|
||||
public string Returnaddress { get; set; } = "";
|
||||
public string O2ODochandle { get; set; } = "";
|
||||
public string Status { get; set; } = "";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user