' Options: 'Date: 2026-05-09 17:13:29 '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: PasswortVergessenRequest.* '''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.Common Imports FIBUdataServiceStack.ServiceModel.Messages Namespace Global Namespace FIBUdataServiceStack.ServiceModel.Common Public Enum Oem fibudata = 0 spectrum = 3 End Enum End Namespace Namespace FIBUdataServiceStack.ServiceModel.Messages Public Partial Class PasswordVergessenResponse Public Overridable Property Result As Boolean End Class Public Partial Class PasswortVergessenRequest Implements IReturn(Of PasswordVergessenResponse) Public Overridable Property Email As String Public Overridable Property Mandnr As Nullable(Of Long) Public Overridable Property Oem As Oem End Class End Namespace End Namespace