' Options: 'Date: 2026-05-09 17:15:21 '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: OnlinehandelNeuerTypAnlegenRequest.* '''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 OnlinehandelNeuerTypAnlegenRequest Implements IReturn(Of OnlinehandelNeuerTypAnlegenResponse) Public Overridable Property bezeichnung As String Public Overridable Property suchfeld1 As Nullable(Of Integer) Public Overridable Property suchfeld1_text As String Public Overridable Property suchfeld2 As Nullable(Of Integer) Public Overridable Property suchfeld2_text As String Public Overridable Property del As Nullable(Of Long) Public Overridable Property parent_id As Nullable(Of Long) Public Overridable Property soll_parsen As Nullable(Of Boolean) Public Overridable Property guid As String End Class Public Partial Class OnlinehandelNeuerTypAnlegenResponse Public Overridable Property errorMSG As String End Class End Namespace End Namespace