' Options: 'Date: 2026-05-09 17:14:43 '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: OnlinehandelDateienDownloadRequest.* '''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.Messages Namespace Global Namespace FIBUdataServiceStack.ServiceModel.Messages Public Partial Class OnlinehandelDateienDownloadRequest Implements IReturn(Of OnlinehandelDateienDownloadResponse) Public Sub New() OnlinehandelDateien_ids = New List(Of Long) End Sub Public Overridable Property OnlinehandelDateien_ids As List(Of Long) Public Overridable Property mit_original_dateien As Boolean End Class Public Partial Class OnlinehandelDateienDownloadResponse Public Sub New() dateien_inhalte = New Dictionary(Of Long, Byte()) original_dateien_inhalte = New Dictionary(Of Long, Byte()) End Sub Public Overridable Property error As String Public Overridable Property result As Boolean Public Overridable Property dateien_inhalte As Dictionary(Of Long, Byte()) Public Overridable Property original_dateien_inhalte As Dictionary(Of Long, Byte()) End Class End Namespace End Namespace