(* Options: Date: 2026-05-09 17:14:05 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: OnlinehandelDateienDownloadRequest.* //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 OnlinehandelDateienDownloadResponse() = member val error:String = null with get,set member val result:Boolean = new Boolean() with get,set member val dateien_inhalte:Dictionary = new Dictionary() with get,set member val original_dateien_inhalte:Dictionary = new Dictionary() with get,set [] [] type OnlinehandelDateienDownloadRequest() = interface IReturn member val OnlinehandelDateien_ids:ResizeArray = new ResizeArray() with get,set member val mit_original_dateien:Boolean = new Boolean() with get,set