' Options: 'Date: 2026-05-09 17:33:50 '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: setOHParserFortschrittsDetailsRequest.* '''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 setOHParserFortschrittsDetailsRequest Implements IReturn(Of setOHParserFortschrittsDetailsResponse) Public Overridable Property details As onlinehandel_parser_details Public Overridable Property vorgang_guid As String Public Overridable Property server_name As String Public Overridable Property ist_del As Boolean End Class Public Partial Class setOHParserFortschrittsDetailsResponse Public Overridable Property result As Boolean 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_parser_details Implements IPrimaryKey Implements IMandnr Implements IDel Implements ITableBase Public Overridable Property id As Nullable(Of Long) Public Overridable Property mandant As Nullable(Of Long) Public Overridable Property del As Nullable(Of Long) Public Overridable Property abrechnung_id As Nullable(Of Long) Public Overridable Property von As Nullable(Of Date) Public Overridable Property bis As Nullable(Of Date) Public Overridable Property server_name As String Public Overridable Property vorgang_guid As String Public Overridable Property _erstellt As Nullable(Of Date) Public Overridable Property _aenderung As Nullable(Of Date) Public Overridable Property gesamte_zeit As Nullable(Of Decimal) Public Overridable Property dauer As Nullable(Of Decimal) Public Overridable Property prozent As Nullable(Of Decimal) Public Overridable Property regel As String Public Overridable Property details As String Public Overridable Property PrimaryKey As Nullable(Of Long) End Class End Namespace End Namespace