(* Options: Date: 2024-09-19 22:51:30 Version: 8.30 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://titleprocessing-test.sirva.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: TitleRequest.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Title_Processing.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] [] type TitleRequest() = interface IPost interface IPut member val RequestStream:Stream = null with get,set member val xmldata:String = null with get,set