/* Options: Date: 2026-05-09 17:16:28 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://ws4.fibudata.net //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: OnlinehandelNeuerTypAnlegenRequest.* //ExcludeTypes: //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.* import java.util.* import net.servicestack.client.* @Route(Path="/fibuscan/Onlinehandel/NeuerTypAnlegen", Verbs="GET, POST") open class OnlinehandelNeuerTypAnlegenRequest : IReturn { var bezeichnung:String? = null var suchfeld1:Int? = null var suchfeld1_text:String? = null var suchfeld2:Int? = null var suchfeld2_text:String? = null var del:Long? = null var parent_id:Long? = null var soll_parsen:Boolean? = null var guid:String? = null companion object { private val responseType = OnlinehandelNeuerTypAnlegenResponse::class.java } override fun getResponseType(): Any? = OnlinehandelNeuerTypAnlegenRequest.responseType } open class OnlinehandelNeuerTypAnlegenResponse { var errorMSG:String? = null }