/* Options: Date: 2026-05-09 17:16:19 SwiftVersion: 5.0 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://ws4.fibudata.net //BaseClass: //AddModelExtensions: True //AddServiceStackTypes: True IncludeTypes: OnlinehandelNeuerTypAnlegenRequest.* //ExcludeTypes: //ExcludeGenericBaseTypes: False //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: Foundation,ServiceStack */ import Foundation import ServiceStack // @Route("/fibuscan/Onlinehandel/NeuerTypAnlegen", "GET, POST") public class OnlinehandelNeuerTypAnlegenRequest : IReturn, Codable { public typealias Return = OnlinehandelNeuerTypAnlegenResponse public var bezeichnung:String public var suchfeld1:Int? public var suchfeld1_text:String public var suchfeld2:Int? public var suchfeld2_text:String public var del:Int? public var parent_id:Int? public var soll_parsen:Bool? public var guid:String required public init(){} } public class OnlinehandelNeuerTypAnlegenResponse : Codable { public var errorMSG:String required public init(){} }