update 20250711
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
<Compile Include="clsdok.cs" />
|
||||
<Compile Include="clsSerienbrief.cs" />
|
||||
<Compile Include="OnBaseDocUpload.cs" />
|
||||
<Compile Include="OnDocApiDoc.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="VersandstrassePaket.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
37
Model/OnDocApiDoc.cs
Normal file
37
Model/OnDocApiDoc.cs
Normal file
@@ -0,0 +1,37 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Security.Permissions;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
public class OnDocAPIDocGen
|
||||
{
|
||||
public string Result_Versandstrasse { 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 OhneUnterschrift { get; set; }
|
||||
public string FaksimileUnterschrift { get; set; }
|
||||
|
||||
public List<attribute> attributes { get; set; }
|
||||
}
|
||||
|
||||
public class attribute
|
||||
{
|
||||
public string Tag { get; set; }
|
||||
public string Value { get; set; }
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
47ab6f1fac1ae70b1bf620ed97f7c079c5b1dabf2746ac3b73a94beadc85a2e5
|
||||
98b0515d86a724113e4d6c237f417a3bd9af86b43f886091f4a718b1c4878972
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user