update 20250721
This commit is contained in:
@@ -8,5 +8,6 @@ namespace Model
|
||||
{
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,26 +7,29 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
public class OnDocAPIDocGen
|
||||
public class DocCreate
|
||||
{
|
||||
public string Result_Versandstrasse { get; set; }
|
||||
public string Versand_Direkt { get; set; } = "";
|
||||
public string Versand_Option { get; set; } = "";
|
||||
public string GAS_Adresse { get; set; } = "";
|
||||
public string Result_OnDoc { get; set; }
|
||||
public string Result_Sender { get; set; }
|
||||
public string Result_FileType { get; set; }
|
||||
|
||||
public string ConfirmationMail { get; set; }
|
||||
public string ConfirmationMailAddress { get; set; }
|
||||
|
||||
public string VorlagenTypID { get; set; }
|
||||
public string Partnernr { get; set; }
|
||||
public string TGNrErsteller { get; set; }
|
||||
public string TGNrVerantwortlich { get; set; }
|
||||
public string TGNrUnterschriftLinks { get; set; }
|
||||
public string TGNrUnterschriftRecths { get; set; }
|
||||
public string TGNrUnterschriftRechts { get; set; }
|
||||
public string OhneUnterschrift { get; set; }
|
||||
public string FaksimileUnterschrift { get; set; }
|
||||
|
||||
public List<attribute> attributes { get; set; }
|
||||
public string PrintLogo { get; set; }
|
||||
public string Dokumentdatum { get; set; }
|
||||
public string Bezeichnung { get; set; }
|
||||
public List<attribute> APIValues { get; set; }
|
||||
}
|
||||
|
||||
public class attribute
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -96,6 +96,8 @@ namespace Model
|
||||
|
||||
public DataTable dokumentwerte { get; set; }
|
||||
|
||||
public List<attribute> APIValues { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class clsav_authl_ref
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user