' Options: 'Date: 2026-05-09 17:15:20 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://ws4.fibudata.net ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: OnlinehandelDateienLoeschenRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports FIBUdataServiceStack.ServiceModel.Models Imports FIBUdataServiceStack.ServiceModel.Messages Namespace Global Namespace FIBUdataServiceStack.ServiceModel.Messages Public Partial Class OnlinehandelDateienLoeschenRequest Implements IReturn(Of OnlinehandelDateienLoeschenResponse) Public Sub New() IDs = New List(Of Long) GespeicherteDateienIDs = New List(Of Long) End Sub Public Overridable Property IDs As List(Of Long) Public Overridable Property GespeicherteDateienIDs As List(Of Long) End Class Public Partial Class OnlinehandelDateienLoeschenResponse Public Sub New() Liste = New List(Of onlinehandel_datei) End Sub Public Overridable Property Liste As List(Of onlinehandel_datei) End Class End Namespace Namespace FIBUdataServiceStack.ServiceModel.Models Public Interface IDel Property del As Nullable(Of Long) End Interface Public Interface IMandnr Property mandant As Nullable(Of Long) End Interface Public Interface IPrimaryKey Property PrimaryKey As Nullable(Of Long) End Interface Public Interface ITableBase Property id As Nullable(Of Long) Property _erstellt As Nullable(Of Date) Property _aenderung As Nullable(Of Date) End Interface Public Partial Class onlinehandel_datei Implements IPrimaryKey Implements IMandnr Implements IDel Implements ITableBase Public Sub New() originaldatei = New Byte(){} End Sub Public Overridable Property id As Nullable(Of Long) Public Overridable Property mandant As Nullable(Of Long) Public Overridable Property bankindex As Nullable(Of Long) Public Overridable Property del As Nullable(Of Long) Public Overridable Property dateiname As String Public Overridable Property kopf_hash As String Public Overridable Property betragskonvertierung As Nullable(Of Integer) Public Overridable Property datumskonvertierung As Nullable(Of Integer) Public Overridable Property trennzeichen As String Public Overridable Property originalname As String Public Overridable Property textcodierung As Nullable(Of Integer) Public Overridable Property dateityp As Nullable(Of Integer) Public Overridable Property kopfspalte_vorhanden As Nullable(Of Integer) Public Overridable Property dateiinhalt As String Public Overridable Property _erstellt As Nullable(Of Date) Public Overridable Property _aenderung As Nullable(Of Date) Public Overridable Property _checked As Nullable(Of Date) Public Overridable Property originaldatei As Byte() Public Overridable Property anfangsdatum As Nullable(Of Date) Public Overridable Property enddatum As Nullable(Of Date) Public Overridable Property positionen_anzahl As Nullable(Of Long) Public Overridable Property betragssumme As Nullable(Of Decimal) Public Overridable Property abrechnung_id As Nullable(Of Long) Public Overridable Property offene_positionen_id As Nullable(Of Long) Public Overridable Property bemerkung As String Public Overridable Property guid As String Public Overridable Property naechste_datei_id As Nullable(Of Long) Public Overridable Property letzte_datei_id As Nullable(Of Long) Public Overridable Property id2_text As String Public Overridable Property kopf_faengt_mit As String Public Overridable Property muster As Nullable(Of Long) Public Overridable Property schnittstelle As Nullable(Of Integer) Public Overridable Property subpfad As String Public Overridable Property originaldateiname As String Public Overridable Property dateiinhalt_pfad As String Public Overridable Property anfangssaldo As Nullable(Of Decimal) Public Overridable Property endsaldo As Nullable(Of Decimal) Public Overridable Property aktueller_saldo As Nullable(Of Decimal) Public Overridable Property json_data As String Public Overridable Property waehrung As String Public Overridable Property PrimaryKey As Nullable(Of Long) End Class End Namespace End Namespace