(* Options: Date: 2026-05-09 17:59:31 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://ws4.fibudata.net //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: FehlerLogRequest.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace FIBUdataServiceStack.ServiceModel.Messages open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type fehler_log() = member val id:Nullable = new Nullable() with get,set member val mandant:Nullable = new Nullable() with get,set member val nutzerid:Nullable = new Nullable() with get,set member val stufe:String = null with get,set member val modul:String = null with get,set member val funktion:String = null with get,set member val meldung:String = null with get,set member val _erstellt:Nullable = new Nullable() with get,set member val _aenderung:Nullable = new Nullable() with get,set [] member val PrimaryKey:Nullable = new Nullable() with get,set [] type IPrimaryKey = abstract PrimaryKey:Nullable with get,set [] type IMandnr = abstract mandant:Nullable with get,set [] type ITableBase = abstract id:Nullable with get,set abstract _erstellt:Nullable with get,set abstract _aenderung:Nullable with get,set [] type FehlerLogResponse() = member val FehlerLogListe:ResizeArray = new ResizeArray() with get,set [] [] type FehlerLogRequest() = interface IReturn