(* Options: Date: 2026-02-04 08:09:02 Version: 8.10 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: http://webservices.mbukdatabase.co.uk/MBFSAutoEnrol //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: PutEmailAdd_RegRequest.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace MBMMFAutoEnrol.ServiceInterface.Services.PutEmailAdd_RegRequestDate open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type PutEmailAdd_RegResponse() = member val Success:Boolean = new Boolean() with get,set member val AlreadyRegistered:Boolean = new Boolean() with get,set member val Error:String = null with get,set [] [] type PutEmailAdd_RegRequest() = interface IReturn member val BPID:Nullable = new Nullable() with get,set member val EmailAddress:String = null with get,set